Revision: 10041
          http://sourceforge.net/p/languagetool/code/10041
Author:   jaumeortola
Date:     2013-05-03 18:11:32 +0000 (Fri, 03 May 2013)
Log Message:
-----------
[ca] Fixed false alarm.

Modified Paths:
--------------
    
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/rules/ca/grammar.xml
===================================================================
--- 
trunk/languagetool/languagetool-language-modules/ca/src/main/resources/org/languagetool/rules/ca/grammar.xml
        2013-05-03 17:10:08 UTC (rev 10040)
+++ 
trunk/languagetool/languagetool-language-modules/ca/src/main/resources/org/languagetool/rules/ca/grammar.xml
        2013-05-03 18:11:32 UTC (rev 10041)
@@ -1857,13 +1857,14 @@
                            <token postag="V.*" postag_regexp="yes" 
inflected="yes" 
regexp="yes">afectar|emprenyar|concernir|cansar|empipar|preocupar|molestar|espantar|apassionar|atr[ae]ure</token>
                            <token>a</token>
                     </marker>
-                    <token><exception regexp="yes">ls?</exception></token>
+                    <token><exception regexp="yes">ls?</exception><exception 
postag="V.N.*" postag_regexp="yes"/></token>
                 </pattern>
                 <message>Aquest verb és transitiu. Probablement cal eliminar 
la preposició 'a'.</message>
                 <suggestion><match no="1"/></suggestion>
                 <short>Verb transitiu</short>
                 <example type="incorrect" correction="emprenyeu">No 
<marker>emprenyeu a</marker> la comissària.</example>
                 <example type="correct">No emprenyeu la comissària</example>
+                <example type="correct">Sense que es molesti a 
desmentir-ho</example>
             </rule>
         </rulegroup>
         <rulegroup id="CABRE" name="*cabre + infinitiu">

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to