On 2013-08-14 10:59, Daniel Naber wrote:

>> The only drawback I see is that matching will probably become slower.
> 
> There's one more thing it seems: backreferences are not possible with
> OpenRegex. That is, rules like these won't be possible:

Yet another issue: OpenRegex only allows greedy matching. That would be 
a problem if we want to skip tokens without any constraints, I think. 
For example <token max="-1">A</token> would be okay, while

<token>A</token>
<token max="-1"/>
<token>B</token>

will not find the next B, but the last one of the sentence.

Regards
  Daniel

-- 
http://www.danielnaber.de

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Languagetool-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-devel

Reply via email to