Revision: 7693
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7693&view=rev
Author:   jaumeortola
Date:     2012-07-11 14:08:11 +0000 (Wed, 11 Jul 2012)
Log Message:
-----------
[ca] New rule: ALGUN_QUE_ALTRE.

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

Modified: trunk/JLanguageTool/src/rules/ca/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/ca/grammar.xml        2012-07-11 10:56:40 UTC 
(rev 7692)
+++ trunk/JLanguageTool/src/rules/ca/grammar.xml        2012-07-11 14:08:11 UTC 
(rev 7693)
@@ -6535,6 +6535,34 @@
             <example type="incorrect"><marker>estatus quo</marker></example>
             <example type="correct">statu quo</example>
         </rule>
+        <rulegroup id="ALGUN_QUE_ALTRE" name="*algun que altre">
+            <rule>
+                <pattern>
+                    <token>algun</token>
+                    <token>que</token>
+                    <token>altre</token>
+                    <token postag="NCMS000"/>
+                </pattern>
+                <message>Expressió incorrecta: <suggestion>alguns <match 
no="4" postag="NCMP000"/></suggestion>,
+                   <suggestion>algun <match no="4"/> o 
altre</suggestion>.</message>
+                <short>Expressió incorrecta</short>
+                <example type="incorrect">algun que altre home</example>
+                <example type="correct">alguns homes</example>
+            </rule>        
+            <rule>
+                <pattern>
+                    <token>alguna</token>
+                    <token>que</token>
+                    <token>altra</token>
+                    <token postag="NCFS000"/>
+                </pattern>
+                <message>Expressió incorrecta: <suggestion>algunes <match 
no="4" postag="NCFP000"/></suggestion>,
+                   <suggestion>alguna <match no="4"/> o 
altra</suggestion>.</message>
+                <short>Expressió incorrecta</short>
+                <example type="incorrect">alguna que altra dona</example>
+                <example type="correct">algunes dones</example>
+            </rule>
+        </rulegroup>        
     </category>
 <!--     <category name="Sintaxi">
         <rulegroup id="ordre_dubtos" name="ordres de frase dubtosos">

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
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to