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: |
baa87465b66db982ca0241afc2744772 |
| User & Date: | olr on 2019-08-14 23:26:59 |
| Other Links: | manifest | tags |
Context
|
2019-08-15
| ||
| 06:07 | [fr] faux positif check-in: 6aba243e28 user: olr tags: trunk, fr | |
|
2019-08-14
| ||
| 23:26 | [fr] faux positif check-in: baa87465b6 user: olr tags: trunk, fr | |
| 23:18 | [fr] faux positif check-in: 94aca87d48 user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/rules.grx from [962f5b230d] to [2046d4a176].
| ︙ | |||
14692 14693 14694 14695 14696 14697 14698 | 14692 14693 14694 14695 14696 14697 14698 14699 14700 14701 14702 14703 14704 14705 14706 14707 14708 14709 14710 14711 14712 14713 14714 14715 14716 14717 14718 14719 14720 14721 14722 14723 14724 14725 14726 14727 | - + + |
*NUM *WORD
<<- /gn/ space_after(\1, 1, 1) and not value(<1, "|/|") and not re.search("^0*[01](?:,[0-9]+|)$", \1) and not morph(<1, ":N")
and ( (morph(\2, ":[NA].*:s", "*") and not value(\2, "|janvier|février|mars|avril|mai|juin|juillet|août|aout|septembre|octobre|novembre|décembre|rue|route|ruelle|place|boulevard|avenue|allée|chemin|sentier|square|impasse|cour|quai|chaussée|côte|vendémiaire|brumaire|frimaire|nivôse|pluviôse|ventôse|germinal|floréal|prairial|messidor|thermidor|fructidor|"))
or \1 in aREGULARPLURAL )
-2>> =suggPlur(\2) # Accord de nombre erroné : « \2 » devrait être au pluriel.
*NUM *WORD *WORD
|
| ︙ |