Revision: 6492
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6492&view=rev
Author:   dnaber
Date:     2012-02-09 19:33:08 +0000 (Thu, 09 Feb 2012)
Log Message:
-----------
[en] new rule: I wander if -> I wonder if

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-02-09 19:18:29 UTC 
(rev 6491)
+++ trunk/JLanguageTool/src/rules/en/grammar.xml        2012-02-09 19:33:08 UTC 
(rev 6492)
@@ -7704,6 +7704,17 @@
       <example type="correct">Increase ease <marker>of</marker> use.</example>
       <example type="incorrect">Increase ease <marker>off</marker> 
use.</example>
     </rule>
+    <rule id="I_WANDER_IF" name="I wander (wonder) if">
+      <pattern mark_from="1" mark_to="-1">
+        <token>I</token>
+        <token>wander</token>
+        <token>if</token>
+      </pattern>
+      <message>Did you mean <suggestion>wonder</suggestion>?</message>
+      <short>Possible typo</short>
+      <example type="correct">I <marker>wonder</marker> if I'm studying 
enough?</example>
+      <example type="incorrect">I <marker>wander</marker> if I'm studying 
enough?</example>
+    </rule>
     <rule id="WORTH_THAN" name="worth (worse) than">
       <pattern mark_from="1" mark_to="-1">
         <token negate="yes" regexp="yes">more|less</token>

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


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to