Revision: 9923
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9923&view=rev
Author:   dnaber
Date:     2013-04-14 12:29:35 +0000 (Sun, 14 Apr 2013)
Log Message:
-----------
[en] new rule "going to wrote" -> "going to write" etc.

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-14 12:26:25 UTC (rev 9922)
+++ 
trunk/languagetool/languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/grammar.xml
        2013-04-14 12:29:35 UTC (rev 9923)
@@ -5694,6 +5694,18 @@
     <!-- Grammar -->
     <!-- 
====================================================================== -->
     <category name="Grammar" type="grammar">
+        <rule id="GOING_TO_VBD" name="Use of past form with 'going to ...'">
+            <pattern>
+                <token>going</token>
+                <token>to</token>
+                <marker>
+                    <token postag="VBD"></token>
+                </marker>
+            </pattern>
+            <message>'Going to' requires the base form: <suggestion><match 
no="3" postag="VB"></match></suggestion></message>
+            <example type="incorrect" correction="write">I'm going to 
<marker>wrote</marker> him.</example>
+            <example type="correct">I'm going to <marker>write</marker> 
him.</example>
+        </rule>
         <rulegroup id="NON_ACTION_CONTINUOUS" name="Use of continuous form 
with non-action verbs">
             <rule>
                 <pattern>

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


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to