On 2014-09-03 13:33, PAX wrote:

> "Yes they Do. but not for me is Funny. but they don't."
> 
> LT detects the sentence begin error for the second case, only. Is this
> caused by a special rule? What's the intention of this rule?

"Do." is not a sentence end due to this rule in segments.srx, thus the 
next word doesn't need to start with an uppercase character:

<rule break="no">
<beforebreak>[\.\s]\p{L}{1,2}\.\s</beforebreak>
<afterbreak>[\p{N}\p{Ll}]</afterbreak>
</rule>

Regards
  Daniel


------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel

Reply via email to