Revision: 7432
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7432&view=rev
Author:   milek_pl
Date:     2012-06-20 19:57:28 +0000 (Wed, 20 Jun 2012)
Log Message:
-----------
fix some false alarms

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

Modified: trunk/JLanguageTool/src/rules/pl/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/pl/grammar.xml        2012-06-20 19:33:00 UTC 
(rev 7431)
+++ trunk/JLanguageTool/src/rules/pl/grammar.xml        2012-06-20 19:57:28 UTC 
(rev 7432)
@@ -2229,7 +2229,7 @@
         <rule id="KROPKA_W_NAWIASIE" name="Kropka w nawiasie">
             <pattern>
                 <token><exception>(</exception></token>
-                <token spacebefore="ignore"><exception 
regexp="yes">proc|r|itd|itp|cdn|jw|n.e|w|nn|n|br</exception></token>
+                <token spacebefore="ignore"><exception 
regexp="yes">proc|r|itd|itp|cdn|jw|n.e|w|nn|n|br</exception><exception 
postag="brev:pun"/></token>
                 <marker>
                     <token spacebefore="no"><exception 
postag="&lt;/ELLIPSIS&gt;"></exception>.</token>
                     <token postag="SENT_END" spacebefore="no">)</token>
@@ -2242,6 +2242,7 @@
             <example type="correct">(Całe zdanie jest w nawiasie).</example>
             <example type="correct">Po zakończeniu jego kadencji (pod koniec 
maja br.) zamierzam ubiegać się o wybór do zarządu.</example>
             <example type="correct">Sienkiewicz, Henryk (red.)</example>
+            <example type="correct">To duża kwota (730 tys.)</example>
         </rule>
         <rule id="KROPKA_W_CUDZYSLOWIE" name="Kropka w cudzysłowie">
             <pattern>

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