Revision: 10500
          http://sourceforge.net/p/languagetool/code/10500
Author:   gulp21-1
Date:     2013-07-14 16:59:16 +0000 (Sun, 14 Jul 2013)
Log Message:
-----------
[en] ADVERB_WORD_ORDER improved

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-07-14 00:32:06 UTC (rev 10499)
+++ 
trunk/languagetool/languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/grammar.xml
        2013-07-14 16:59:16 UTC (rev 10500)
@@ -5825,7 +5825,7 @@
                     </marker>
                     <token inflected="yes">be</token>
                 </pattern>
-                <message>The adverb '\2' is usually put after '\3'.</message>
+                <message>The adverb '\2' is usually put after the verb 
'\3'.</message>
                 
<url>http://faculty.washington.edu/marynell/grammar/AdverbPl.html</url>
                 <example type="correct">I am <marker>sometimes</marker> 
happy.</example>
                 <example type="incorrect">I <marker>sometimes</marker> am 
happy.</example>
@@ -5839,7 +5839,7 @@
                     </marker>
                     <token inflected="yes">be</token>
                 </pattern>
-                <message>The adverb '\2' is usually put after '\3'.</message>
+                <message>The adverb '\2' is usually put after the verb 
'\3'.</message>
                 
<url>http://faculty.washington.edu/marynell/grammar/AdverbPl.html</url>
                 <example type="correct">I am here and I am 
<marker>sometimes</marker> happy.</example>
                 <example type="incorrect">I am here and I 
<marker>sometimes</marker> am happy.</example>
@@ -5876,8 +5876,8 @@
             </rule>
             <rule>
                 <pattern>
-                    <token inflected="yes" regexp="yes">be|have|will</token>
-                    <token inflected="yes">be</token>
+                    <token inflected="yes" regexp="yes">be|have|will<exception 
postag="VBG"/></token>
+                    <token inflected="yes">be<exception>art</exception></token>
                     <marker>
                         <token 
regexp="yes">always|hardly|never|often|rarely|seldom|sometimes|usually</token>
                     </marker>
@@ -5885,19 +5885,20 @@
                 </pattern>
                 <message>The adverb '\3' is usually put between '\1' and 
'\2'.</message>
                 
<url>http://faculty.washington.edu/marynell/grammar/AdverbPl.html</url>
+                <example type="correct">The human being is 
<marker>often</marker> regarded as</example>
                 <example type="correct">They have <marker>often</marker> been 
seen together.</example>
                 <example type="incorrect">They have been 
<marker>often</marker> seen together.</example>
 <!--                 <example type="incorrect">He has been 
<marker>often</marker> late.</example> TODO -->
             </rule>
             <rule>
                 <pattern>
-                    <token postag="VB[DPZ]" postag_regexp="yes"><exception 
inflected="yes" regexp="yes">have|be|will</exception></token>
+                    <token postag="VB[DPZ]" postag_regexp="yes"><exception 
inflected="yes" regexp="yes">have|be|will</exception><exception postag="NNS?" 
postag_regexp="yes"/></token>
                     <marker>
                         <token 
regexp="yes">always|hardly|never|often|rarely|seldom|sometimes|usually</token>
                     </marker>
                     <token><exception postag="VB.*|SENT_END" 
postag_regexp="yes"/></token>
                 </pattern>
-                <message>The adverb '\2' is usually put before '\1'.</message>
+                <message>The adverb '\2' is usually put before the verb 
'\1'.</message>
                 
<url>http://faculty.washington.edu/marynell/grammar/AdverbPl.html</url>
                 <example type="correct">I <marker>often</marker> go to bed 
before midnight.</example>
                 <example type="incorrect">I go <marker>often</marker> to bed 
before midnight.</example>
@@ -5911,10 +5912,11 @@
                         <token 
regexp="yes">always|hardly|never|often|rarely|seldom|sometimes|usually</token>
                     </marker>
                     <token inflected="yes" regexp="yes">be|have|will</token>
-                    <token postag="VB[DPZ]" postag_regexp="yes"><exception 
inflected="yes" regexp="yes">have|be</exception></token>
+                    <token postag="VB[DPZ]" postag_regexp="yes"><exception 
inflected="yes" regexp="yes">have|be</exception><exception postag="JJ.*" 
postag_regexp="yes"/></token>
                 </pattern>
                 <message>The adverb '\2' is usually put between '\3' and 
'\4'.</message>
                 
<url>http://faculty.washington.edu/marynell/grammar/AdverbPl.html</url>
+                <example type="correct">They <marker>usually</marker> have 
long hind limbs</example>
                 <example type="correct">I will <marker>always</marker> love 
you.</example>
                 <example type="incorrect">I <marker>always</marker> will love 
you.</example>
             </rule>

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


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to