Revision: 7196
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7196&view=rev
Author:   milek_pl
Date:     2012-06-02 21:59:43 +0000 (Sat, 02 Jun 2012)
Log Message:
-----------
[en] more disambiguation

Modified Paths:
--------------
    trunk/JLanguageTool/src/resource/en/disambiguation.xml

Modified: trunk/JLanguageTool/src/resource/en/disambiguation.xml
===================================================================
--- trunk/JLanguageTool/src/resource/en/disambiguation.xml      2012-06-02 
21:47:34 UTC (rev 7195)
+++ trunk/JLanguageTool/src/resource/en/disambiguation.xml      2012-06-02 
21:59:43 UTC (rev 7196)
@@ -116,6 +116,15 @@
         <disambig><match no="1" postag="VBP" 
postag_regexp="yes"></match></disambig>
         <example type="ambiguous" inputform="are[are/NN,be/VBP]" 
outputform="are[be/VBP]">What follows <marker>are</marker> the terms used by 
the Aikikai Foundation</example>
     </rule>
+    <rule name="Are...?" id="SENT_START_ARE">
+       <pattern>
+       <token postag="SENT_START"/>
+       <marker><token>are</token></marker>
+       </pattern>
+       <disambig postag="VBP"/>
+       <example type="untouched">One are of land.</example>
+       <example type="ambiguous" inputform="Are[are/NN,be/VBP]" 
outputform="Are[be/VBP]"><marker>Are</marker> people happy?</example>
+    </rule>
     <rule name="NNS|EX + are (noun/verb) -&gt; are (verb)" id="NNS_ARE">
         <pattern>
             <token postag_regexp="yes" postag="EX|NNS"></token>

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