Jan Paul Posma wrote:
This is totally awesome. The biggest problem I'm facing with the sentence-level editor right now is that the whole page has to be reparsed in order to make that
kind of editing work. With
the current parser this takes a lot of time (>1 sec is not uncommon), but using your parser the speed will be good.
I'm really looking forward to have HTML output and the PHP integration. Amazing job!
Regards, Jan Paul
I don't think you would need to reparse the whole page. I think it would be feasible -touching the parser- to reparse just the paragraph.