Revision: 10032
          http://sourceforge.net/p/languagetool/code/10032
Author:   jaumeortola
Date:     2013-05-01 22:44:07 +0000 (Wed, 01 May 2013)
Log Message:
-----------
[ca] Improve suggestions.

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-01 17:58:21 UTC (rev 10031)
+++ 
trunk/languagetool/languagetool-language-modules/ca/src/main/resources/org/languagetool/rules/ca/grammar.xml
        2013-05-01 22:44:07 UTC (rev 10032)
@@ -1963,10 +1963,11 @@
                     <token postag="V.N.*" postag_regexp="yes"></token>
                 </pattern>
                 <message>Incorrecte com a perífrasi d'obligació.</message>
-                <suggestion><match no="1" postag="..(.*)" postag_regexp="yes" 
postag_replace="VA$1" setpos="yes">haver</match> de</suggestion>
+                <suggestion><match no="1" postag="..([SI].*)" 
postag_regexp="yes" postag_replace="VA$1" setpos="yes">haver</match> 
de</suggestion>
                 <!-- This doesn't keep several postags-->
                 <short>Incorrecte quan perífrasi d'obligació</short>
                 <example type="incorrect" correction="havem de|hem de">No 
<marker>tenim que</marker> fer res</example>
+                <example type="incorrect" correction="ha de">No <marker>té 
que</marker> veure res</example>
                 <example type="correct">No <marker>hem de</marker> fer 
res</example>
             </rule>
             <rule id="CALDRE" name="Comprova: «caldre» seguit de verb en 
infinitiu">
@@ -17030,7 +17031,13 @@
                 <token>vergonya</token>
                 <token>aliena</token>
             </pattern>
-            <message>Val més dir: <suggestion>vergonya pels 
altres</suggestion>, <suggestion>vergonya per ell</suggestion>, 
<suggestion>vergonya per ella</suggestion>, <suggestion>vergonya pels 
altres</suggestion>, <suggestion>vergonya per ells</suggestion>, 
<suggestion>vergonya</suggestion>.</message>
+            <message>Val més usar una altra expressió.</message>
+            <suggestion>vergonya pels altres</suggestion>
+            <suggestion>vergonya per ell</suggestion>
+            <suggestion>vergonya per ella</suggestion>
+            <suggestion>vergonya pels altres</suggestion>
+            <suggestion>vergonya per ells</suggestion>
+            <suggestion>vergonya</suggestion>
             <short>Forma preferible</short>
             <example type="incorrect"><marker>vergonya 
aliena</marker></example>
             <example type="correct">vergonya pels altres</example>

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


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to