2010-08-28 17:09, Jan Paul Posma skrev:
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!
I saw the demo of the sentence level editor and it looks really cool, but I don't think that you should expect any miracles regarding the parser performance.
However, as it is much easier to have a multitude of renderers, I would suggest to write a special renderer for the sentence level editor to label each sentence with an identifier. Then you could introduce a "save sentence" operation that saves the page, but only reparses the particular sentence.
/Andreas