Revision: 7875
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7875&view=rev
Author:   dominikoeo
Date:     2012-08-18 13:18:45 +0000 (Sat, 18 Aug 2012)
Log Message:
-----------
[en] fixed a few false positive in:
     "Let's first go home"      (rule LETS_LET)
     "I think it's fast enough" (rule IT_IS)
     "It is faster as well"     (rule COMP_THAN)

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-08-18 02:22:17 UTC 
(rev 7874)
+++ trunk/JLanguageTool/src/rules/en/grammar.xml        2012-08-18 13:18:45 UTC 
(rev 7875)
@@ -1960,13 +1960,14 @@
                         <token spacebefore="no" regexp="yes">['’]</token>
                         <token>s</token>
                     </marker>
-                    <token><exception postag="VB|RB?" 
postag_regexp="yes"></exception><exception 
regexp="yes">all|just</exception></token>
+                    <token><exception postag="VB|RB?" 
postag_regexp="yes"></exception><exception 
regexp="yes">all|first|just</exception></token>
                 </pattern>
                 <message>Did you mean <suggestion>\1s</suggestion> or 
<suggestion>\1</suggestion>?</message>
                 <short>Possible typo</short>
                 <example correction="lets|let" type="incorrect">It 
<marker>let's</marker> you quickly search for the product.</example>
                 <example type="correct">Let's go home!</example>
                 <example type="correct">Let's all go home!</example>
+                <example type="correct">Let's first go home!</example>
                 <example type="correct">Let's just say that I never wanted to 
kill him.</example>
                 <example type="correct">It lets you quickly search for the 
product,</example>
             </rule>
@@ -2030,7 +2031,7 @@
                         <token spacebefore="no" regexp="yes">['’]</token>
                         <token>s</token>
                     </marker>
-                    <token postag="NN"><exception>still</exception></token>
+                    <token postag="NN"><exception 
regexp="yes">fast|still</exception></token>
                 </pattern>
                 <message>Did you mean <suggestion>its</suggestion> (possessive 
pronoun) instead of 'it's' (=it is)?</message>
                 <short>Possible typo</short>
@@ -2038,6 +2039,7 @@
                 <example type="correct">I can’t remember <marker>its</marker> 
name.</example>
                 <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>
             </rule>
             <rule>
                 <pattern>
@@ -7289,13 +7291,14 @@
                     <marker>
                         <token>as</token>
                     </marker>
-                    <token><exception 
regexp="yes">to|if|follows|early|much|though</exception></token>
+                    <token><exception 
regexp="yes">to|if|follows|early|much|though|well</exception></token>
                 </pattern>
                 <message>Comparison requires <suggestion>than</suggestion>, 
not 'then' nor 'as'.</message>
                 <short>Grammatical problem</short>
                 <example type="correct">The tagger will return more 
<marker>than</marker> one tag.</example>
                 <example type="incorrect">The tagger will return more 
<marker>as</marker> one tag.</example>
                 <example type="triggers_error">Think of it more 
<marker>as</marker> activity.</example>
+                <example type="correct">It is faster as well.</example>
             </rule>
             <rule>
                 <pattern>

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