Overview
Comment: | [fr] faux positif |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fr |
Files: | files | file ages | folders |
SHA3-256: |
a3136cf8c404d303a440195b5b08798b |
User & Date: | olr on 2019-03-26 19:04:02 |
Other Links: | manifest | tags |
Context
2019-03-26
| ||
19:26 | [build] add description parameter check-in: 7a0938237b user: olr tags: trunk, build | |
19:04 | [fr] faux positif check-in: a3136cf8c4 user: olr tags: trunk, fr | |
10:35 | [fr] faux positifs et ajustements check-in: a613fe1478 user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/rules.grx from [dde5ae1f26] to [3a73f248d9].
︙ | |||
19037 19038 19039 19040 19041 19042 19043 | 19037 19038 19039 19040 19041 19042 19043 19044 19045 19046 19047 19048 19049 19050 19051 19052 19053 19054 19055 19056 19057 19058 19059 19060 19061 19062 19063 19064 19065 | - + + | __infi_verbes__ [>aimer|>désirer|>espérer|>préférer|>souhaiter] ~..(?:ée?s?|ez)$ <<- /infi/ morph(\1, ":", ":[GN]") and morph(\2, ":V", ":M") -2>> =suggVerbInfi(\2) # S’il s’agit d’une action à accomplir, le verbe devrait être à l’infinitif. [>aller|>venir] ~..(?:ée?s?|ez)$ |
︙ |