Revision: 6497
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6497&view=rev
Author:   dnaber
Date:     2012-02-10 18:52:40 +0000 (Fri, 10 Feb 2012)
Log Message:
-----------
[en] new rule "take case of it" -> "take care of it"

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-10 16:07:42 UTC 
(rev 6496)
+++ trunk/JLanguageTool/src/rules/en/grammar.xml        2012-02-10 18:52:40 UTC 
(rev 6497)
@@ -7704,6 +7704,21 @@
       <example type="correct">Increase ease <marker>of</marker> use.</example>
       <example type="incorrect">Increase ease <marker>off</marker> 
use.</example>
     </rule>
+    <rule id="TAKING_CASE_OF_IT" name="take case (care) of it">
+      <pattern mark_from="1" mark_to="-2">
+        <!-- needs to be this specific to avoid false alarm on e.g. "Michigan 
court won't take case of boy's broken wrist" -->
+        <token inflected="yes">take</token>
+        <token>case</token>
+        <token>of</token>
+        <token>it</token>
+      </pattern>
+      <message>Did you mean <suggestion>care</suggestion>?</message>
+      <short>Possible typo</short>
+      <example type="correct">We need to take <marker>care</marker> of 
it.</example>
+      <example type="correct">We're taking <marker>care</marker> of 
it.</example>
+      <example type="incorrect">We need to take <marker>case</marker> of 
it.</example>
+      <example type="incorrect">We took <marker>case</marker> of it.</example>
+    </rule>
     <rule id="I_WANDER_IF" name="I wander (wonder) if">
       <pattern mark_from="1" mark_to="-1">
         <token>I</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