Revision: 7519
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7519&view=rev
Author:   yakovru
Date:     2012-06-26 18:51:33 +0000 (Tue, 26 Jun 2012)
Log Message:
-----------
[ru] disable 2 rule's part: need more correct detection word forms

Modified Paths:
--------------
    trunk/JLanguageTool/src/rules/ru/grammar.xml

Modified: trunk/JLanguageTool/src/rules/ru/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/ru/grammar.xml        2012-06-26 16:36:44 UTC 
(rev 7518)
+++ trunk/JLanguageTool/src/rules/ru/grammar.xml        2012-06-26 18:51:33 UTC 
(rev 7519)
@@ -1167,11 +1167,11 @@
                 <example type="correct">Кошка грелась на солнышке.</example>
                 <example type="incorrect"><marker>Кошка грелся</marker> на 
солнышке.</example>
             </rule>
-            
+                <!--           NN:Neut:Sin:Nom   VB:Past:Neut    -->
+                <!--
             <rule>
                 
-                <pattern>
-                    <!--           NN:Neut:Sin:Nom   VB:Past:Neut    -->
+                <pattern>                
                     <token postag="SENT_START" skip="-1"><exception 
scope="next" postag="NN:Masc:Sin:Nom"></exception><exception scope="next" 
postag="NN:Fem:Sin:Nom"></exception><exception scope="next" postag_regexp="yes" 
postag="PNN:.*"></exception></token>
                     <marker>
                         <token postag="NN:Neut:Sin:Nom"><exception 
negate_pos="yes" postag_regexp="yes" 
postag="NN:Neut:Sin:.*"></exception></token>
@@ -1188,7 +1188,9 @@
                 <example type="correct">Блюдо готовилось на 
сковородке.</example>
                 <example type="incorrect"><marker>Блюдо готовился</marker> на 
сковородке.</example>
             </rule>
+            -->
             
+            
             <!--           NN:.*:PL:Nom   VB:Past:PL  !!!!!!!!!!!!!!!!  -->
             <!--
            <rule>                  
@@ -1229,7 +1231,7 @@
             <rule>
                 
                 <pattern>
-                    <!--           NN:Masc:Fem:Nom   VB:Past:!PL   -->
+                    <!--           NN:Fem:Sin:Nom   VB:Past:!PL   -->
                     <token postag="SENT_START" skip="-1"><exception 
scope="next" postag_regexp="yes" postag="NN:.*:PL:Nom"></exception><exception 
scope="next" postag_regexp="yes" postag="PNN:.*"></exception><exception 
scope="next" regexp = "yes" >и|или</exception></token>
                     <marker>
                         <token postag="NN:Fem:Sin:Nom"><exception 
negate_pos="yes" postag="NN:Fem:Sin:Nom"></exception><exception 
scope="previous" regexp="yes">и|,</exception></token>
@@ -1246,11 +1248,13 @@
                 <example type="correct">Кошка грелась на солнышке.</example>
                 <example type="incorrect"><marker>Кошка грелись</marker> на 
солнышке.</example>
             </rule>
-            <rule>
-                
-                <pattern>
-                    <!--           NN:Masc:Neut:.*   VB:Past:!PL   -->
-                    <token postag="SENT_START" skip="-1"><exception 
scope="next" postag_regexp="yes" postag="NN:.*:PL:Nom"></exception><exception 
scope="next" postag_regexp="yes" postag="PNN:.*"></exception><exception 
scope="next" regexp = "yes" >и|или</exception></token>
+            
+                    <!--           NN:Neut:Sin:.*   VB:Past:!PL   -->
+                    <!--           NN:Neut:Sin:Nom   VB:Past:!PL   -->
+                 <!--  
+                <rule>
+                <pattern>                          
+                <token postag="SENT_START" skip="-1"><exception scope="next" 
postag_regexp="yes" postag="NN:.*:PL:Nom"></exception><exception scope="next" 
postag_regexp="yes" postag="PNN:.*"></exception><exception scope="next" regexp 
= "yes" >и|или</exception></token>
                     <marker>
                         <token postag="NN:Neut:Sin:Nom"><exception 
negate_pos="yes" postag_regexp="yes" 
postag="NN:Neut:Sin:.*"></exception><exception scope="previous" 
regexp="yes">и|,</exception></token>
                         <token postag="VB:Past:PL" skip="-1"><exception 
negate_pos="yes" postag="VB:Past:PL"></exception><exception scope="next" 
postag_regexp="yes" postag="NN:.*:PL:Nom"></exception></token>
@@ -1266,6 +1270,7 @@
                 <example type="correct">Блюдо готовилось на 
сковородке.</example>
                 <example type="incorrect"><marker>Блюдо готовились</marker> на 
сковородке.</example>
             </rule>
+            -->
         </rulegroup>
         
         <rulegroup default="on" id="Obobchajuchee_slovo" name="Согласование с 
обобщающим словом">

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
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to