Posted 20 years ago
by Greg Shaffer
- Boulder
In my semantic parser's PostParse function, I found it useful to extract the changed token using the modification.StartOffset.
I use the changed token to help me determine if I need to perform semantic parsing. This check is needed for performance reasons.
My suggestion is to add "ChangedToken" as a field to the DocumentModification class.
-Greg
I use the changed token to help me determine if I need to perform semantic parsing. This check is needed for performance reasons.
My suggestion is to add "ChangedToken" as a field to the DocumentModification class.
-Greg