Skip to content

Commit

Permalink
[ca] fix false negative
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumeortola committed Nov 1, 2016
1 parent f201908 commit 021c71f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3929,6 +3929,13 @@ Copyright (C) 2012 Jaume Ortolà i Font
<disambig action="add"><wd pos="_GV_"></wd></disambig>
</rule>
</rulegroup>
<rule id="seguit_nom" name="seguit: nom no participi">
<pattern>
<token postag="D..MS.*" postag_regexp="yes"/>
<token postag="N.*" postag_regexp="yes">seguit</token>
</pattern>
<disambig action="filterall"/>
</rule>
<rule id="deure_infinitiu" name="deure + infinitiu">
<pattern>
<token postag="V.*" postag_regexp="yes" inflected="yes">deure</token>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2239,7 +2239,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
</pattern>
<message>Error de concordança.</message>
<suggestion>esquerre</suggestion>
<short>Error de concordança</short>
<example correction="esquerre">El braç <marker>esquerra</marker>.</example>
<example>El braç esquerre.</example>
<example>En la part esquerra.</example>
Expand All @@ -2254,7 +2253,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
</pattern>
<message>Error de concordança.</message>
<suggestion>esquerra</suggestion>
<short>Error de concordança</short>
<example correction="esquerra">La cama <marker>esquerre</marker>.</example>
<example>La cama esquerra.</example>
<example>El llum esquerre.</example>
Expand Down Expand Up @@ -22035,6 +22033,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
<example correction="haver-hi">Va <marker>haver</marker> una reunió.</example>
<example correction="Havent-hi"><marker>Havent</marker> aigua, no cal res més.</example>
<example correction="haver-hi">No hi ha correlació, però pot <marker>haver</marker> transició.</example>
<example correction="haver-hi">Així, pot <marker>haver</marker> un seguit de condicions.</example>
<example>Haver cantat bé és magnífic.</example>
<example>Haver-lo dut bé és magnífic.</example>
<example>va haver de retirar-se</example>
Expand Down

0 comments on commit 021c71f

Please sign in to comment.