Revision: 10496
          http://sourceforge.net/p/languagetool/code/10496
Author:   jaumeortola
Date:     2013-07-12 21:04:42 +0000 (Fri, 12 Jul 2013)
Log Message:
-----------
[ca] Fixed false alarm.

Modified Paths:
--------------
    
trunk/languagetool/languagetool-language-modules/ca/src/main/resources/org/languagetool/resource/ca/disambiguation.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-07-12 13:09:44 UTC (rev 10495)
+++ 
trunk/languagetool/languagetool-language-modules/ca/src/main/resources/org/languagetool/resource/ca/disambiguation.xml
      2013-07-12 21:04:42 UTC (rev 10496)
@@ -5175,18 +5175,33 @@
         <disambig action="filter" postag="N.*"></disambig>
     </rule>
  -->
-     <rule id="causa" name="no nom darere de relatiu. Ex: que causa, que 
pensa">
-        <pattern>
-            <token postag="PR.*" 
postag_regexp="yes"><exception>com</exception></token>
-            <marker>
-                <and>
-                    <token postag="N.*" postag_regexp="yes"/>
-                    <token postag="VM.*" postag_regexp="yes"><exception 
postag="VMIP1S0.?" postag_regexp="yes"/></token>
-                </and>
-            </marker>
-        </pattern>
-        <disambig action="filter" postag="V.*"></disambig>
-     </rule>
+     <rulegroup id="que_causa" name="no nom darere de relatiu. Ex: que causa, 
que pensa">
+       <rule>
+               <pattern>
+                   <token postag="PR.*" 
postag_regexp="yes"><exception>com</exception></token>
+                   <marker>
+                       <and>
+                           <token postag="N.*" postag_regexp="yes"/>
+                           <token postag="VM.*" postag_regexp="yes"><exception 
postag="VMIP1S0.?" postag_regexp="yes"/></token>
+                       </and>
+                   </marker>
+               </pattern>
+               <disambig action="filter" postag="V.*"></disambig>
+            </rule>
+            <rule>
+               <pattern>
+                   <token postag="PR.*" 
postag_regexp="yes"><exception>com</exception></token>
+                   <token>no</token>
+                   <marker>
+                       <and>
+                           <token postag="N.*" postag_regexp="yes"/>
+                           <token postag="VM.*" postag_regexp="yes"><exception 
postag="VMIP1S0.?" postag_regexp="yes"/></token>
+                       </and>
+                   </marker>
+               </pattern>
+               <disambig action="filter" postag="V.*"></disambig>
+            </rule>
+       </rulegroup>     
     <rulegroup id="NUMERALS_ENCADENATS" name="numerals encadenats">
         <rule>
             <pattern>

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


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to