Revision: 9872
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9872&view=rev
Author:   yakovru
Date:     2013-04-04 20:04:46 +0000 (Thu, 04 Apr 2013)
Log Message:
-----------
[ru] fix false positives

Modified Paths:
--------------
    
trunk/languagetool/languagetool-language-modules/ru/src/main/resources/org/languagetool/rules/ru/grammar.xml

Modified: 
trunk/languagetool/languagetool-language-modules/ru/src/main/resources/org/languagetool/rules/ru/grammar.xml
===================================================================
--- 
trunk/languagetool/languagetool-language-modules/ru/src/main/resources/org/languagetool/rules/ru/grammar.xml
        2013-04-04 11:42:41 UTC (rev 9871)
+++ 
trunk/languagetool/languagetool-language-modules/ru/src/main/resources/org/languagetool/rules/ru/grammar.xml
        2013-04-04 20:04:46 UTC (rev 9872)
@@ -1320,7 +1320,7 @@
                 
                 <pattern>
                     <!--           Он (PNN:Masc)   VB:Past:Masc   -->
-                    <token 
regexp="yes">он|этот|этого|этому|этим|этом|тот|того|тому|тем|том</token>
+                    <token regexp="yes">он|этот|тот</token>
                     <token postag="VB:Past:.*" postag_regexp="yes"><exception 
postag="VB:Past:Masc"></exception><exception negate_pos="yes" 
postag_regexp="yes" postag="VB:Past:.*"></exception></token>
                 </pattern>
                 
@@ -1338,7 +1338,7 @@
                 
                 <pattern>
                     <!--          она (PNN:Fem)   VB:Past:Fem    -->
-                    <token  regexp="yes">она|эта|этой|эту|та|той|ту</token>
+                    <token  regexp="yes">она|эта|та</token>
                     <token postag="VB:Past:.*" postag_regexp="yes"><exception 
postag="VB:Past:Fem"></exception><exception negate_pos="yes" 
postag_regexp="yes" postag="VB:Past:.*"></exception></token>
                 </pattern>
                 
@@ -1355,7 +1355,7 @@
                 
                 <pattern>
                     <!--        оно   (PNN:Neut)   VB:Past:Neut    -->
-                    <token  
regexp="yes">оно|это|этого|этому|этим|этом|то|того|тому|тем|том</token>
+                    <token  regexp="yes">оно|это|то</token>
                     <token postag="VB:Past:.*" postag_regexp="yes"><exception 
postag="VB:Past:Neut"></exception><exception negate_pos="yes" 
postag_regexp="yes" postag="VB:Past:.*"></exception></token>
                 </pattern>
                 
@@ -1372,7 +1372,7 @@
                 
                 <pattern>
                     <!--        оно   (PNN:PL)   VB:Past:PL    -->
-                    <token  
regexp="yes">они|эти|этих|этим|этими|те|тех|тем|теми</token>
+                    <token  regexp="yes">они|эти|те</token>
                     <token postag="VB:Past:.*" postag_regexp="yes"><exception 
postag="VB:Past:PL"></exception><exception negate_pos="yes" postag_regexp="yes" 
postag="VB:Past:.*"></exception></token>
                 </pattern>
                 

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


------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to