Revision: 8047
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8047&view=rev
Author:   milek_pl
Date:     2012-09-15 11:10:53 +0000 (Sat, 15 Sep 2012)
Log Message:
-----------
[pl] false alarm fix

Modified Paths:
--------------
    trunk/JLanguageTool/src/main/resources/org/languagetool/rules/pl/grammar.xml

Modified: 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/pl/grammar.xml
===================================================================
--- 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/pl/grammar.xml    
    2012-09-15 09:54:44 UTC (rev 8046)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/pl/grammar.xml    
    2012-09-15 11:10:53 UTC (rev 8047)
@@ -11620,7 +11620,8 @@
         </rule>
         <rule id="WLADCE" name="„władce, twórce” (władcę, twórcę)">
             <pattern>
-                <token postag="depr:pl:nom:m2" regexp="yes"><exception 
postag="subst:sg:loc:f"></exception>.*ce</token>
+                <token postag="depr:pl:nom:m2" regexp="yes"><exception 
postag="subst:sg:loc:f"/><exception postag="subst:pl:nom:p1"/>
+                .*ce</token>
             </pattern>
             <message>Prawdopodobna literówka. Czy chodziło o <suggestion 
suppress_misspelled="yes"><match suppress_misspelled="yes" no="1" 
regexp_match="(.*)ce" regexp_replace="$1cę"></match></suggestion>?</message>
             <short>Prawdopodobna literówka</short>
@@ -11628,6 +11629,7 @@
             <example type="correct">Mam okulary w ładnej oprawce.</example>
             <example type="correct">Uwielbiam tego gruzińskiego twórcę 
ludowego</example>
             <example type="correct">Surowce zawierające te alkaloidy</example>
+            <example type="correct">Tylko rodzice potrafią ich 
odróżnić.</example>
         </rule>
         <rule id="ODJECIE_UJECIE" name="„ujecie, pojecie” (ujęcie, pojęcie) 
itp.">
             <pattern>

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


------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Languagetool-cvs mailing list
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to