Revision: 7131
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7131&view=rev
Author:   dnaber
Date:     2012-05-31 20:35:03 +0000 (Thu, 31 May 2012)
Log Message:
-----------
[en] small false alarm fix

Modified Paths:
--------------
    trunk/JLanguageTool/src/rules/en/grammar.xml

Modified: trunk/JLanguageTool/src/rules/en/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/en/grammar.xml        2012-05-31 20:34:05 UTC 
(rev 7130)
+++ trunk/JLanguageTool/src/rules/en/grammar.xml        2012-05-31 20:35:03 UTC 
(rev 7131)
@@ -6146,7 +6146,7 @@
             <rule>
                 <pattern>
                     <token><exception postag="DT|WDT|JJ|NN.*" 
postag_regexp="yes"></exception></token>
-                    <token postag="VBP|VBZ" postag_regexp="yes"><exception 
regexp="yes">do|does|take[s]*|give[s]*|says|go|goes|becomes</exception><exception
 postag="NN.*|JJ.*" postag_regexp="yes"></exception></token>
+                    <token postag="VBP|VBZ" postag_regexp="yes"><exception 
regexp="yes">do|does|take[s]*|give[s]*|says|go|goes|becomes</exception><exception
 postag="NN.*|JJ.*|POS.*" postag_regexp="yes"></exception></token>
                     <marker>
                         <token postag="NN"><exception 
postag="DT|RB.*|RP|JJ.*|IN|CC|CD|VBD|VBN|MD|NNP|NNS|NNPS|PRP.*|WRB" 
postag_regexp="yes"></exception></token>
                     </marker>
@@ -6157,6 +6157,7 @@
                 <example correction="a friend|the friend" type="incorrect">He 
is <marker>friend</marker>.</example>
                 <example type="correct">He is a friend.</example>
                 <example type="correct">He is my friend.</example>
+                <example type="correct">Depict one's immersion with the 
world.</example>
             </rule>
             <rule>
                 <pattern>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to