Skip to content

Commit

Permalink
[ca] new rule INTENTAT_VEURE
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumeortola committed Dec 24, 2013
1 parent ac373e4 commit 173f90c
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5792,6 +5792,19 @@ $Id$
</rulegroup>
</category>
<category name="Z) Confusions" type="grammar">
<rule id="INTENTAT_VEURE" name="*intentat/intentant veure">
<pattern>
<token postag="SENT_START|_PUNCT.*" postag_regexp="yes"/>
<marker>
<token postag="V.P..SM." postag_regexp="yes"><exception postag="_GV_"/></token>
<token postag="V.N.*" postag_regexp="yes"/>
</marker>
</pattern>
<message>¿Volíeu dir <suggestion><match no="2" postag="V.P.*" postag_regexp="yes" postag_replace="V.G.*"/></suggestion>?</message>
<short>Possible confusió</short>
<example type="incorrect" correction="intentant">Va córrer, <marker>intentat veure</marker> què passava.</example>
<example type="correct">Ha, ràpidament, intentat saber què passava.</example>
</rule>
<rule id="PER_MITJA_DE" name="per *mitja/mitjà de">
<pattern>
<token>per</token>
Expand Down

0 comments on commit 173f90c

Please sign in to comment.