Revision: 9880
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9880&view=rev
Author:   dnaber
Date:     2013-04-05 10:48:19 +0000 (Fri, 05 Apr 2013)
Log Message:
-----------
[en] new rule "'I'm note sure" -> "I'm not sure"

Modified Paths:
--------------
    
trunk/languagetool/languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/grammar.xml

Modified: 
trunk/languagetool/languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/grammar.xml
===================================================================
--- 
trunk/languagetool/languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/grammar.xml
        2013-04-05 08:34:43 UTC (rev 9879)
+++ 
trunk/languagetool/languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/grammar.xml
        2013-04-05 10:48:19 UTC (rev 9880)
@@ -1567,6 +1567,35 @@
             <example type="correct">Please <marker>note</marker> that saying 
“Open Source” does not mean very much.</example>
             <example correction="note" type="incorrect">Please 
<marker>not</marker> that saying “Open Source” does not mean very 
much.</example>
         </rule>
+        <rulegroup id="I_AM_NOTE_SURE" name="I'm note (not) sure">
+            <rule>
+                <pattern>
+                    <token>I</token>
+                    <token>am</token>
+                    <marker>
+                        <token>note</token>
+                    </marker>
+                    <token>sure</token>
+                </pattern>
+                <message>Did you mean <suggestion>not</suggestion>?</message>
+                <example type="incorrect" correction="not">I am 
<marker>note</marker> sure.</example>
+                <example type="correct">I am <marker>not</marker> 
sure.</example>
+            </rule>
+            <rule>
+                <pattern>
+                    <token>I</token>
+                    <token>'</token>
+                    <token>m</token>
+                    <marker>
+                        <token>note</token>
+                    </marker>
+                    <token>sure</token>
+                </pattern>
+                <message>Did you mean <suggestion>not</suggestion>?</message>
+                <example type="incorrect" correction="not">I'm 
<marker>note</marker> sure.</example>
+                <example type="correct">I'm <marker>not</marker> 
sure.</example>
+            </rule>
+        </rulegroup>
         <rule id="NUT_NOT" name="nut (not)">
             <pattern>
                 <marker>

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


------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to