Skip to content

Commit

Permalink
[fr] fixed false positive in: "C'est bidon…"
Browse files Browse the repository at this point in the history
  • Loading branch information
dpelle committed Sep 29, 2013
1 parent 36e09f7 commit c072347
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1678,7 +1678,7 @@ though, and has since been slightly modified)-->
<token regexp="yes">[’´'‛′‘]</token>
<token>est</token>
</marker>
<token postag="N.*" postag_regexp="yes"><exception regexp="yes">pas|dommage|grâce|monsieur|madame|mademoiselle|oui|non|lundi|mardi|mercredi|jeudi|vendredi|samedi|dimanche|bonnet|la</exception><exception postag="[^N].*" postag_regexp="yes"/></token>
<token postag="N.*" postag_regexp="yes"><exception regexp="yes">pas|dommage|grâce|monsieur|madame|mademoiselle|oui|non|lundi|mardi|mercredi|jeudi|vendredi|samedi|dimanche|bidon|bonnet|la</exception><exception postag="[^N].*" postag_regexp="yes"/></token>
</pattern>
<message>Voulez-vous écrire <suggestion>ces</suggestion>, <suggestion>cet</suggestion> ou <suggestion>cette</suggestion> au lieu de « \1\2\3 »?</message>
<example type="incorrect"><marker>C’est</marker> école est grande.</example>
Expand Down

0 comments on commit c072347

Please sign in to comment.