Revision: 7164
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7164&view=rev
Author:   milek_pl
Date:     2012-06-02 11:05:20 +0000 (Sat, 02 Jun 2012)
Log Message:
-----------
[en] and one more mistake

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-06-02 10:58:19 UTC 
(rev 7163)
+++ trunk/JLanguageTool/src/rules/en/grammar.xml        2012-06-02 11:05:20 UTC 
(rev 7164)
@@ -8714,7 +8714,8 @@
             <example type="correct">One for all and all for one!</example>
             <example correction="All in all" type="incorrect"><marker>All and 
all</marker> it’s just another brick in the… toilet?</example>
         </rule>
-        <rule id="ALL_OF_THE_SUDDEN" name="all of the sudden (all of a 
sudden)">
+        <rulegroup id="ALL_OF_THE_SUDDEN" name="all of the sudden (all of a 
sudden)">
+        <rule>
             <pattern>
                 <token>all</token>
                 <token>of</token>
@@ -8722,10 +8723,23 @@
                 <token>sudden</token>
             </pattern>
             <message>This phrase is nonstandard. Did you mean <suggestion>all 
of a sudden</suggestion>?</message>
+            <url>http://public.wsu.edu/~brians/errors/sudden.html</url>
             <short>Nonstandard phrase</short>
             <example correction="all of a sudden" type="incorrect">Why would a 
man <marker>all of the sudden</marker> send flowers?</example>
             <example type="correct">Why would anyone all of a sudden send 
flowers?</example>
         </rule>
+        <rule>
+            <pattern>
+                <token>all</token>
+                <token>the</token>
+                <token>sudden</token>
+            </pattern>
+            <message>This phrase is nonstandard. Did you mean <suggestion>all 
of a sudden</suggestion>?</message>
+            <short>Nonstandard phrase</short>
+            <example correction="all of a sudden" type="incorrect">Why would a 
man <marker>all the sudden</marker> send flowers?</example>
+            <example type="correct">Why would anyone all of a sudden send 
flowers?</example>
+        </rule>
+        </rulegroup>
         <rule id="ALONG_THE_SAME_VEIN" name="along the same vein (along the 
same line, in the same vein)">
             <pattern>
                 <token>along</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
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to