On Dienstag 06 Juni 2006 17:38, Santiago Bosio wrote: > Are they prepared to handle > state-information on a per-sentence basis? Will it be too much work to > add this capability to such tools? Perhaps Daniel or Carlos Eduardo can > tell us.
A rule is just an object. So if you feed it new text that text will be compared, considering the object's state, i.e. the text it has seen before. You could reset the object and start checking from the beginning of the text (not with all rules, only with those that have an internal state). Everything else, like remembering paragraphs and their errors, seems possible but complicated... Regards Daniel -- http://www.danielnaber.de --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
