Revision: 8100
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8100&view=rev
Author:   yakovru
Date:     2012-09-25 19:05:51 +0000 (Tue, 25 Sep 2012)
Log Message:
-----------
[ru] fast fix for some words with wrong postag=NNN

Modified Paths:
--------------
    
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/ru/disambiguation.xml

Modified: 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/ru/disambiguation.xml
===================================================================
--- 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/ru/disambiguation.xml
      2012-09-25 12:02:22 UTC (rev 8099)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/ru/disambiguation.xml
      2012-09-25 19:05:51 UTC (rev 8100)
@@ -239,4 +239,17 @@
         </pattern>
         <disambig action="add"><wd lemma="она" 
pos="PNN:Sin:V:P3">нее</wd></disambig>
     </rule>
+    <!-- fast fix for words with PosTag=NNN (Names) only, but it is not names 
-->
+    
+    <rule name="Name_fix1" id="Name_fix1">
+        <pattern>
+            <marker>
+                <token 
regexp="yes">аввы|авеню|автономов|автономы|айс|алканов|алканы|алкенам|алкены|амина|амиром|анхом|ариан|арианами|ариев|арсин|арт|архимедов|ат|аурелия|бен|валин|гея|геям|данов|деи|ден|диско|зарин|зоманом|иваси|иже|калиф|калифа|каратэ|кларисс|коста|косты |лобби|медиа|мисс|миссис|нереид|ника|ники|оглы|османов|паша|пашей|роксаланами|роксоланы|роялти|сарин|сити|спагетти|суперЭВМ|троян|троянами|фастам|фасты|франц|хадисов|эдипов|януарий</token>
+            </marker>
+        </pattern>
+        <disambig   postag="NN" />
+    </rule>
+
+    <!--end fast fix -->
+
 </rules>

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

Reply via email to