Revision: 7634
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7634&view=rev
Author:   dnaber
Date:     2012-07-01 21:41:25 +0000 (Sun, 01 Jul 2012)
Log Message:
-----------
[en] new rule "letting us now" -> "letting us know"

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-07-01 21:22:38 UTC 
(rev 7633)
+++ trunk/JLanguageTool/src/rules/en/grammar.xml        2012-07-01 21:41:25 UTC 
(rev 7634)
@@ -525,6 +525,19 @@
                 <example type="correct">I can now say something more.</example>
                 <example correction="now" type="incorrect">I can 
<marker>know</marker> say something more.</example>
             </rule>
+            <rule>
+                <pattern>
+                    <token>for</token>
+                    <token>letting</token>
+                    <token regexp="yes">me|us</token>
+                    <marker>
+                        <token>now</token>
+                    </marker>
+                </pattern>
+                <message>Did you mean <suggestion>know</suggestion>?</message>
+                <example type="incorrect">Thanks for letting us 
<marker>now</marker>.</example>
+                <example type="correct">Thanks for letting us know.</example>
+            </rule>
         </rulegroup>
         <rule id="VE_GO_TO" name="I've go to (I've got to)">
             <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