Skip to content

Commit

Permalink
[ca] Fixed false alarms in COMA_COM_A
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumeortola committed Dec 28, 2013
1 parent 51217e9 commit 7b9a95f
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8027,8 +8027,12 @@ $Id$
<rulegroup id="COMA_COM_A" name="coma / com a">
<!--alguna falsa alarma?-->
<rule>
<pattern case_sensitive="yes">
<token>coma<exception postag="N.*" postag_regexp="yes"/></token>
<pattern>
<token><exception regexp="yes">la|el</exception></token>
<marker>
<token regexp="yes">(?-i)coma<exception postag="N.*" postag_regexp="yes"/></token>
</marker>
<token><exception regexp="yes">etílic|pitagòrica</exception></token>
</pattern>
<message>¿Volíeu dir <suggestion>com a</suggestion>?</message>
<short>Possible confusió</short>
Expand Down Expand Up @@ -15699,7 +15703,8 @@ $Id$
<token>igual</token>
<token>que</token>
</pattern>
<message>Cal dir <suggestion>igual que</suggestion> o <suggestion>com també</suggestion>.</message>
<message>Cal dir <suggestion>igual que</suggestion>.</message>
<suggestion>com també</suggestion>
<short>Expressió incorrecta</short>
<example type="incorrect"><marker>a l'igual que</marker> tu ho fas, ho faré jo també</example>
<example type="correct"><marker>igual que</marker> tu ho fas, ho faré jo també</example>
Expand Down

0 comments on commit 7b9a95f

Please sign in to comment.