Skip to content

Commit

Permalink
[ca] New rule: VERBS_NO_INCOATIUS
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumeortola committed Dec 24, 2013
1 parent 173f90c commit ecdfa87
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1844,6 +1844,34 @@ $Id$
</rulegroup>
</category>
<category name="Verbs" type="grammar">
<rulegroup id="VERBS_NO_INCOATIUS" name="verbs no incoatius: ajupir, consentir..." type="misspelling">
<rule><!-- ajupir, consentir -->
<pattern>
<token regexp="yes">(ajup|consent)[ei]?(ix|sc|squ|ixc|ixqu)([ieoa]?)([ns]?)</token>
</pattern>
<message>Aquest verb no és incoatiu.</message>
<suggestion><match no="1" regexp_match="(ajup|consent)[ei]?(ix|sc|squ|ixc|ixqu)([ieoa]?)([ns]?)" regexp_replace="$1$3$4"/></suggestion>
<example type="incorrect" correction="consentin"><marker>consenteixin</marker></example>
<example type="incorrect" correction="consento"><marker>consenteixo</marker></example>
<example type="incorrect" correction="consent"><marker>consentesc</marker></example>
<example type="incorrect" correction="consentin"><marker>consentesquin</marker></example>
<example type="incorrect" correction="ajupen"><marker>ajupisquen</marker></example>
<example type="correct">ajupin</example>
</rule>
<rule> <!-- admetre, emetre, ometre i transmetre -->
<pattern>
<token regexp="yes">(ad|e|o|trans)m[ei]t[ei]?(ix|sc|squ|ixc|ixqu)([ieoa]?)([ns]?)</token>
</pattern>
<message>Aquest verb no és incoatiu.</message>
<suggestion><match no="1" regexp_match="(ad|e|o|trans)m[ei]t[ei]?(ix|sc|squ|ixc|ixqu)([ieoa]?)([ns]?)" regexp_replace="$1met$3$4"/></suggestion>
<example type="incorrect" correction="admetin"><marker>admiteixin</marker></example>
<example type="incorrect" correction="emet"><marker>emitisc</marker></example>
<example type="incorrect" correction="ometi"><marker>omiteixi</marker></example>
<example type="incorrect" correction="emetin"><marker>emetesquin</marker></example>
<example type="incorrect" correction="admeten"><marker>admitisquen</marker></example>
<example type="correct">ometin</example>
</rule>
</rulegroup>
<rulegroup id="CONCORDANCES_CALDRE" name="concordança del verb caldre">
<rule>
<pattern>
Expand Down

0 comments on commit ecdfa87

Please sign in to comment.