Revision: 8779
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8779&view=rev
Author:   jaumeortola
Date:     2013-01-01 22:52:30 +0000 (Tue, 01 Jan 2013)
Log Message:
-----------
[ca] Fixed false alarm: "excepte pel fet que"

Modified Paths:
--------------
    trunk/JLanguageTool/src/main/resources/org/languagetool/rules/ca/grammar.xml

Modified: 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/ca/grammar.xml
===================================================================
--- 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/ca/grammar.xml    
    2013-01-01 22:35:53 UTC (rev 8778)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/ca/grammar.xml    
    2013-01-01 22:52:30 UTC (rev 8779)
@@ -6229,7 +6229,7 @@
             </rule>
             <rule>
                 <pattern>
-                    <token postag="SPS00"><exception postag="RG"/></token>
+                    <token postag="SPS00" regexp="yes">amb|de|sense<exception 
postag="RG"/></token>
                     <marker>
                         <token>pe</token>
                         <token regexp="yes">ls?</token>
@@ -6239,7 +6239,7 @@
                 <example type="incorrect">Amb <marker>pels</marker> i 
senyals.</example>
                 <example type="incorrect">De <marker>pel</marker> 
negre.</example>
                 <example type="incorrect">Sense <marker>pel</marker>.</example>
-                <example type="correct">sense pèl</example>
+                <example type="correct">excepte pel fet que va dir-ho</example>
                 <example type="correct">perseguit de prop pels 
aliats.</example>
              </rule>
         </rulegroup>

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


------------------------------------------------------------------------------
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to