Skip to content

Commit

Permalink
[ca] Improved rule ASSEGURAR_TEN
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumeortola committed Dec 24, 2013
1 parent fac7fca commit 65b904f
Showing 1 changed file with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12443,7 +12443,7 @@ $Id$
<example type="incorrect"><marker>le'n</marker></example>
<example type="correct">l'en</example>
</rule>
<rulegroup id="ASSEGURAR_TEN" name="Errors ortogràfics: *assegurar-tel/assegurar-te'l">
<rulegroup id="ASSEGURAR_TEN" name="Errors ortogràfics: *assegurar-tel/-te'l acostar-si/-s'hi">
<rule>
<pattern>
<marker>
Expand All @@ -12459,6 +12459,20 @@ $Id$
<example type="incorrect" correction="emportar-se'l">Hen d'<marker>emportar-sel</marker></example>
<example type="correct">Enduu-te'l</example>
</rule>
<rule>
<pattern>
<marker>
<token postag="V.[NGM].*" postag_regexp="yes"/>
<token spacebefore="no">-</token>
<token spacebefore="no" regexp="yes">[tmsn]i</token>
</marker>
</pattern>
<message>Error ortogràfic.</message>
<suggestion><match no="1"/>-<match no="3" regexp_match="(.)i" regexp_replace="$1'hi"/></suggestion>
<example type="incorrect" correction="acostar-s'hi">Per a <marker>acostar-si</marker></example>
<example type="incorrect" correction="Porta-m'hi"><marker>Porta-mi</marker></example>
<example type="correct">Porta-l'hi</example>
</rule>
</rulegroup>
</category>
<category name="«lo» neutre" type="grammar">
Expand Down

0 comments on commit 65b904f

Please sign in to comment.