Revision: 9889
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9889&view=rev
Author:   jaumeortola
Date:     2013-04-06 14:30:20 +0000 (Sat, 06 Apr 2013)
Log Message:
-----------
[ca] Fixed false negative.

Modified Paths:
--------------
    
trunk/languagetool/languagetool-language-modules/ca/src/main/resources/org/languagetool/resource/ca/disambiguation.xml
    
trunk/languagetool/languagetool-language-modules/ca/src/main/resources/org/languagetool/rules/ca/grammar.xml

Modified: 
trunk/languagetool/languagetool-language-modules/ca/src/main/resources/org/languagetool/resource/ca/disambiguation.xml
===================================================================
--- 
trunk/languagetool/languagetool-language-modules/ca/src/main/resources/org/languagetool/resource/ca/disambiguation.xml
      2013-04-06 13:46:41 UTC (rev 9888)
+++ 
trunk/languagetool/languagetool-language-modules/ca/src/main/resources/org/languagetool/resource/ca/disambiguation.xml
      2013-04-06 14:30:20 UTC (rev 9889)
@@ -8381,7 +8381,7 @@
     </rulegroup>
     <rule id="possible_nom_propi" name="possible nom propi">
             <pattern>
-                <token><exception postag="SENT_START"/><exception regexp="yes" 
spacebefore="yes">[¿¡"«»—–:\-]</exception></token>
+                <token><exception postag="SENT_START"/><exception regexp="yes" 
spacebefore="yes">[—–\-]</exception><exception 
regexp="yes">[¿¡"«»‘“:]</exception></token>
                 <marker>
                     <token postag="AQ.*|DA.*|PP.*|P0.*|V.[GMSI].*|NP.*" 
postag_regexp="yes" regexp="yes">\p{Lu}.*</token>
                 </marker>

Modified: 
trunk/languagetool/languagetool-language-modules/ca/src/main/resources/org/languagetool/rules/ca/grammar.xml
===================================================================
--- 
trunk/languagetool/languagetool-language-modules/ca/src/main/resources/org/languagetool/rules/ca/grammar.xml
        2013-04-06 13:46:41 UTC (rev 9888)
+++ 
trunk/languagetool/languagetool-language-modules/ca/src/main/resources/org/languagetool/rules/ca/grammar.xml
        2013-04-06 14:30:20 UTC (rev 9889)
@@ -18099,6 +18099,7 @@
                        <message>Forma verbal valenciana o balear.</message>
                        <suggestion><match no="1" postag="(V.+)." 
postag_regexp="yes" postag_replace="$1[CXY0]"/></suggestion>
                        <example type="incorrect" correction="pensi|penso">Jo 
ho <marker>pense</marker>.</example>
+                       <example type="incorrect" 
correction="Digui">"<marker>Diga</marker> el que digui".</example>
                                <example type="correct">No es va poder encendre 
mai.</example>
                                <example type="correct">un mosaic d’exotismes 
digne de veure</example>
                                <example type="correct">l'aeroport de 
Mais-Grate</example>

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


------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to