Revision: 9924
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9924&view=rev
Author:   dnaber
Date:     2013-04-14 12:54:26 +0000 (Sun, 14 Apr 2013)
Log Message:
-----------
[en] tiny fixes for name attributes

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:29:35 UTC (rev 9923)
+++ 
trunk/languagetool/languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/grammar.xml
        2013-04-14 12:54:26 UTC (rev 9924)
@@ -3365,7 +3365,7 @@
             <example type="correct">There's a place for us, 
somewhere.</example>
         </rule>
         <!-- .*/DT bail out::word=\0 bailout::pivots=bail out,bailout -->
-        <rule id="DT_BAIL_OUT" name="DT bail out (bailout)">
+        <rule id="DT_BAIL_OUT" name="a bail out (bailout)">
             <pattern>
                 <token postag="DT"><exception postag="DT" 
negate_pos="yes"></exception></token>
                 <token>bail</token>
@@ -5802,7 +5802,7 @@
             <example type="incorrect">He does not <marker>has</marker> 
expertise about that.</example>
             <example type="incorrect">Does anybody <marker>has</marker> an 
idea about that?</example>
         </rule>
-        <rulegroup id="WANT_THAT_I" name="want that I(want me to)">
+        <rulegroup id="WANT_THAT_I" name="want that I (want me to)">
             <!-- TODO: extend this rule to cover more than personal pronouns. 
This is actually a very common error for German speakers. -->
             <rule>
                 <pattern>
@@ -5996,7 +5996,7 @@
                 <example type="correct">She hasn't been here since 
Monday.</example>
             </rule>
         </rulegroup>
-        <rule id="LETS_DONT" name="let's dont (let's not)">
+        <rule id="LETS_DONT" name="let's don't (let's not)">
             <pattern>
                 <token>let</token>
                 <token spacebefore="no" regexp="yes">['’]</token>
@@ -10621,7 +10621,7 @@
             <example correction="after" type="incorrect">The roads needed 
repairs <marker>subsequent to</marker> the storm.</example>
             <example type="correct">The roads needed repairs after the 
storm.</example>
         </rule>
-        <rule id="NEITHER_NOR" name="neither X or Y (neither X or Y)">
+        <rule id="NEITHER_NOR" name="neither X or Y (neither X nor Y)">
             <!-- This rule only catches some cases where "or" needs to be 
change to "nor" -->
             <!-- It is possible correctly use "nor" without "neither":
                  
http://english.stackexchange.com/questions/53728/using-nor-in-a-list-without-neither
 -->

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