Revision: 8050
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8050&view=rev
Author:   milek_pl
Date:     2012-09-15 12:14:27 +0000 (Sat, 15 Sep 2012)
Log Message:
-----------
[pl] another false alarm fixed

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 12:05:36 UTC (rev 8049)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/pl/grammar.xml    
    2012-09-15 12:14:27 UTC (rev 8050)
@@ -12441,13 +12441,14 @@
                         <token postag="subst.*[:\.]m.*" postag_regexp="yes" 
regexp="yes">\p{Ll}.*y<exception postag=".*[\.:]gen[\.:].*|verb.*" 
postag_regexp="yes"></exception><exception postag="UNKNOWN"></exception></token>
                     </marker>
                 </pattern>
-                <message>Prawdopodobna literówka. Czy chodziło o 
<suggestion><match no="2" regexp_match="(.*)y" 
regexp_replace="$1u"></match></suggestion>?</message>
+                <message>Prawdopodobna literówka. Czy chodziło o <suggestion 
suppress_misspelled="yes"><match suppress_misspelled="yes" no="2" 
regexp_match="(.*)y" regexp_replace="$1u"></match></suggestion>?</message>
                 <short>Prawdopodobna literówka</short>
                 <example type="correct">Prasa donosi z Agany, że już nie ma 
niebezpieczeństwa.</example>
                 <example type="correct">Nie ma go z powodu grypy.</example>
                 <example correction="czasu" type="incorrect">Nie mam tyle 
<marker>czasy</marker>.</example>
                 <example type="correct">Już tyle gramy, a jeszcze trójki nie 
było.</example>
                 <example correction="powodu" type="incorrect">Nie ma go z 
<marker>powody</marker> grypy.</example>
+                <example type="correct">Był nie tyle obrażony, ile 
zaszokowany.</example>
             </rule>
             <rule>
                 <pattern>
@@ -12457,7 +12458,7 @@
                         <token postag="subst.*[:\.]m.*" postag_regexp="yes" 
regexp="yes">\p{Ll}.*y<exception postag=".*[\.:]gen[\.:].*" 
postag_regexp="yes"></exception><exception postag="UNKNOWN"></exception></token>
                     </marker>
                 </pattern>
-                <message>Prawdopodobna literówka. Czy chodziło o 
<suggestion><match no="3" regexp_match="(.*)y" 
regexp_replace="$1u"></match></suggestion>?</message>
+                <message>Prawdopodobna literówka. Czy chodziło o <suggestion 
suppress_misspelled="yes"><match suppress_misspelled="yes" no="3" 
regexp_match="(.*)y" regexp_replace="$1u"></match></suggestion>?</message>
                 <short>Prawdopodobna literówka</short>
                 <example type="correct">Nie ma go z tego powodu, że ma 
grypę.</example>
                 <example correction="powodu" type="incorrect">Nie ma go z tego 
<marker>powody</marker>, że ma grypę.</example>

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