On 2014-08-20 13:53, R.J. Baars wrote:

> One exception should be
> UPPERCASE - words words words (newspaper start of line
> 
> The other one is an entire sentence in capitals.
> CONSIDER THIS SENTENCE.
> 
> Can this be done? I don't  see how.

The second case can maybe be filtered with this (I don't see any robust 
way to filter the first one):

<antipattern>
   <token pos="SENT_START/>
   <token regexp="yes">[A-Z]+</token>
</antipattern>

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