Revision: 5972
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=5972&view=rev
Author:   dnaber
Date:     2011-11-25 21:41:06 +0000 (Fri, 25 Nov 2011)
Log Message:
-----------
add new rule "is still the some (same)"

Modified Paths:
--------------
    trunk/JLanguageTool/src/rules/en/grammar.xml

Modified: trunk/JLanguageTool/src/rules/en/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/en/grammar.xml        2011-11-25 19:06:09 UTC 
(rev 5971)
+++ trunk/JLanguageTool/src/rules/en/grammar.xml        2011-11-25 21:41:06 UTC 
(rev 5972)
@@ -34,6 +34,19 @@
   <!-- Possible typos -->
   <!-- ====================================================================== 
-->
   <category name="Possible Typos">
+    <rule id="ARE_STILL_THE_SOME" name="are still the some (same)">
+      <pattern>
+          <token regexp="yes">are|is|was|were</token>
+          <token>still</token>
+          <token>the</token>
+          <token>some</token>
+        </pattern>
+      <message>Did you mean <suggestion>\1 still the same</suggestion> or 
<suggestion>\1 still some</suggestion>?</message>
+      <example type="incorrect">That means that tires <marker>are still the 
some</marker> of the most important components of your vehicle.</example>
+      <example type="incorrect">But it <marker>is still the some</marker> 
government.</example>
+      <example type="correct">That means that tires <marker>are still 
some</marker> of the most important components of your vehicle.</example>
+      <example type="correct">But it <marker>is still the same</marker> 
government.</example>
+    </rule>
     <rule id="IS_EVEN_WORST" name="is even worst (worse)">
       <pattern mark_from="2" mark_to="-1">
         <token regexp="yes">is|was|were</token>

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


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Languagetool-cvs mailing list
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to