Overview
| Comment: | [fr] test contre faux positif |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fr |
| Files: | files | file ages | folders |
| SHA3-256: |
f8bf9c3922919cb0c2f10d0bed582451 |
| User & Date: | olr on 2018-05-15 12:51:56 |
| Other Links: | manifest | tags |
Context
|
2018-05-16
| ||
| 11:58 | [graphspell][bug] fix affixes occurrences calculation check-in: f2d8271145 user: olr tags: trunk, graphspell | |
|
2018-05-15
| ||
| 12:51 | [fr] test contre faux positif check-in: f8bf9c3922 user: olr tags: trunk, fr | |
|
2018-05-14
| ||
| 22:21 | [fr] extension de détection d’anomalie après d’en/d’y check-in: 411f03eb33 user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/rules.grx from [ef718aed9e] to [efca56ef6f].
| ︙ | |||
11605 11606 11607 11608 11609 11610 11611 11612 11613 11614 11615 11616 11617 11618 | 11605 11606 11607 11608 11609 11610 11611 11612 11613 11614 11615 11616 11617 11618 11619 | + |
<<- morphex(\2, ":V", ":(?:3s|P|Q|G|3p!)") and not morph(word(-1), ":[VR]|>de", False, False)
and not( morph(\2, ":Y", False) and not re.search(" (?:qui|>) ", \0) )
-2>> =suggVerb(@, ":3s") # Conjugaison erronée. Accord avec « \1 ». Le verbe devrait être à la 3ᵉ personne du singulier.
TEST: Lequel {{viendraient}} nous donner des leçons ?
TEST: Laquelle choisir ?
TEST: Lequel manger ?
TEST: Une société a vendu un terrain à bâtir à un acquéreur, lequel entreprend des travaux pour y construire un pavillon.
__[i]/conj(conj_c_en)__
(c’en) ({w_2}) @@0,$
<<- not morph(\2, ":3s", False)
-2>> =suggVerb(@, ":3s") # Conjugaison erronée. Accord avec « \1 ». Le verbe devrait être à la 3ᵉ personne du singulier.
<<- morph(\2, ":[YP]", False)
|
| ︙ |