Skip to content

Commit

Permalink
[ca] New rule: INFORMAR_DE_QUE
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumeortola committed Dec 28, 2013
1 parent cb38e82 commit 44794dc
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5518,6 +5518,20 @@ $Id$
<example type="incorrect">És <marker>degut a què</marker> no li agrada.</example>
<example type="correct">Això és degut a què?</example>
</rule>
<rule id="INFORMAR_DE_QUE" name="informar *de què">
<pattern>
<marker>
<token postag="V.*" postag_regexp="yes" inflected="yes" regexp="yes">adonar|informar|dubtar</token>
<token>de</token>
<token>què</token>
</marker>
<token><exception>?</exception></token>
</pattern>
<message>Construcció incorrecta</message>
<suggestion><match no="1"/> que</suggestion>
<example type="incorrect">Ens <marker>informà de què</marker> no passava res.</example>
<example type="correct">Dubtava de què?</example>
</rule>
<rule id="POR_A_QUE" name="por *a què">
<pattern>
<marker>
Expand Down

0 comments on commit 44794dc

Please sign in to comment.