Revision: 8629
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8629&view=rev
Author:   dnaber
Date:     2012-12-22 19:33:30 +0000 (Sat, 22 Dec 2012)
Log Message:
-----------
[en] small false alarm fixes

Modified Paths:
--------------
    trunk/JLanguageTool/src/main/resources/org/languagetool/rules/en/grammar.xml

Modified: 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/en/grammar.xml
===================================================================
--- 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/en/grammar.xml    
    2012-12-22 18:37:56 UTC (rev 8628)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/en/grammar.xml    
    2012-12-22 19:33:30 UTC (rev 8629)
@@ -889,13 +889,14 @@
                     <marker>
                         <token>no</token>
                     </marker>
-                    <token postag="JJ.*" postag_regexp="yes"></token>
+                    <token postag="JJ.*" 
postag_regexp="yes"><exception>longer</exception></token>
                 </pattern>
                 <message>Did you mean <suggestion>not</suggestion> or 
<suggestion>now</suggestion>?</message>
                 <short>Possible typo</short>
                 <example correction="not|now" type="incorrect">It's 
<marker>no</marker> possible.</example>
                 <example type="correct">It isn't possible.</example>
                 <example type="correct">It is no surprise.</example>
+                <example type="correct">It's no longer needed.</example>
             </rule>
         </rulegroup>
         <rule id="ALLOT_OF" name="allot of (a lot of)">
@@ -2076,7 +2077,7 @@
                         <token spacebefore="no" regexp="yes">['’]</token>
                         <token>s</token>
                     </marker>
-                    <token postag="NN"><exception 
regexp="yes">fast|still</exception></token>
+                    <token postag="NN"><exception  
postag="JJ"></exception></token>
                 </pattern>
                 <message>Did you mean <suggestion>its</suggestion> (possessive 
pronoun) instead of 'it's' (=it is)?</message>
                 <short>Possible typo</short>
@@ -2085,6 +2086,7 @@
                 <example type="correct">It's nice.</example>
                 <example type="correct">I think it's still valid.</example>
                 <example type="correct">I think it's fast enough.</example>
+                <example type="correct"> With DMA disabled it's possible to 
output with a high sampling frequency.</example>
             </rule>
             <rule>
                 <pattern>
@@ -5892,7 +5894,7 @@
                     <token postag="DT"></token>
                     <token postag="NNS"></token>
                     <token>of</token>
-                    <token postag="NN|NN:.*" postag_regexp="yes"></token>
+                    <token postag="NN|NN:.*" 
postag_regexp="yes"><exception>hedge</exception></token>
                     <marker>
                         <token postag="VBZ"><exception>is</exception></token>
                     </marker>
@@ -7401,15 +7403,17 @@
         <rulegroup id="NON3PRS_VERB" name="Agreement error: Third person verb 
with a non-third person pronoun">
             <rule>
                 <pattern>
+                    <token negate="yes">Phase</token>
                     <token regexp="yes">I|we|you|they</token>
                     <marker>
                         <token postag="VBZ"></token>
                     </marker>
                 </pattern>
-                <message>The pronoun '<match no="1"></match>' must be used 
with a non-third-person form of a verb: <suggestion><match no="2" 
postag="VB"></match></suggestion></message>
+                <message>The pronoun '<match no="2"></match>' must be used 
with a non-third-person form of a verb: <suggestion><match no="3" 
postag="VB"></match></suggestion></message>
                 <short>Grammatical problem</short>
                 <example correction="work" type="incorrect">I 
<marker>works</marker> here.</example>
                 <example type="correct">You <marker>make</marker> a lot of 
mistakes.</example>
+                <example type="correct">Phase I corresponds to the 
small-deformation regime.</example>
             </rule>
             <rule>
                 <pattern case_sensitive="yes">

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


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to