Overview
Comment: | [fr] test |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fr |
Files: | files | file ages | folders |
SHA3-256: |
e66016305f2cdc842f405ba779f31cc2 |
User & Date: | olr on 2019-02-11 12:43:09 |
Other Links: | manifest | tags |
Context
2019-02-12
| ||
23:06 | [fr] confusion: savoir/être gré check-in: 9924fcd418 user: olr tags: trunk, fr | |
2019-02-11
| ||
12:43 | [fr] test check-in: e66016305f user: olr tags: trunk, fr | |
2019-02-10
| ||
22:55 | [fr] faux positif check-in: 1912bf2d4c user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/rules.grx from [2fc8ffe168] to [fa3ec04e1a].
︙ | ︙ | |||
18590 18591 18592 18593 18594 18595 18596 18597 18598 18599 18600 18601 18602 18603 | *WORD ~.[td]$ [il|on] <<- /inte/ space_after(\2, 1, 1) and morph(\2, ":V.*:3s", ":[GNW]") and not value(\1, "|ce|il|elle|on|") and morph(>1, ":|<end>|,", ":3s") -2:3>> \2-\3 # Forme interrogative ? Mettez un trait d’union. TEST: {{prend on}} le temps d’y réfléchir ? TEST: De quel droit {{vient il}} m’{{ennuyer}} ? __inte_union_elle__ [<start>|,] ~.[td]$ elle <<- /inte/ space_after(\2, 1, 1) and morph(\2, ":V.*:3s", ":[GW]") and morph(>1, ":|<end>|,", ":3s") -2:3>> \2-elle # Forme interrogative ? Mettez un trait d’union. | > | 18590 18591 18592 18593 18594 18595 18596 18597 18598 18599 18600 18601 18602 18603 18604 | *WORD ~.[td]$ [il|on] <<- /inte/ space_after(\2, 1, 1) and morph(\2, ":V.*:3s", ":[GNW]") and not value(\1, "|ce|il|elle|on|") and morph(>1, ":|<end>|,", ":3s") -2:3>> \2-\3 # Forme interrogative ? Mettez un trait d’union. TEST: {{prend on}} le temps d’y réfléchir ? TEST: De quel droit {{vient il}} m’{{ennuyer}} ? TEST: Pourquoi le message de Jean {{était‐il}} très radical pour son époque ? __inte_union_elle__ [<start>|,] ~.[td]$ elle <<- /inte/ space_after(\2, 1, 1) and morph(\2, ":V.*:3s", ":[GW]") and morph(>1, ":|<end>|,", ":3s") -2:3>> \2-elle # Forme interrogative ? Mettez un trait d’union. |
︙ | ︙ |