Overview
Comment: | [fr] pt: mettre à terre |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fr |
Files: | files | file ages | folders |
SHA3-256: |
8b6bd9b12c8c5c6bae96d3f39512552e |
User & Date: | olr on 2017-12-26 13:54:45 |
Other Links: | manifest | tags |
Context
2017-12-26
| ||
14:27 | [build][fr] call conj module in build_data directly from the source instead of Grammalecte package check-in: ae2cdf1d92 user: olr tags: trunk, fr, build | |
13:54 | [fr] pt: mettre à terre check-in: 8b6bd9b12c user: olr tags: trunk, fr | |
2017-12-25
| ||
13:19 | [build] merge graphspell: graphspell as independant package check-in: 37ee1a1b0d user: olr tags: trunk, build | |
Changes
Modified gc_lang/fr/rules.grx from [36415d04c3] to [663f09c770].
︙ | ︙ | |||
5582 5583 5584 5585 5586 5587 5588 | <<- ~2>> * __[i](loc_mettre_à_qqch)__ (m(?:et|[iî][mst])\w*) +(([àa]) (?:jour|niveau|plat|l’(?:écart|épreuve))) @@0,$,w <<- morph(\1, ">mettre ", False) >>> <<- \3 == "a" -3>> à # Confusion : “a” est une conjugaison du verbe “avoir”. Pour la préposition, écrivez “à”. <<- ~2>> * __[i](p_mettre_qqch)__ | | | 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 | <<- ~2>> * __[i](loc_mettre_à_qqch)__ (m(?:et|[iî][mst])\w*) +(([àa]) (?:jour|niveau|plat|l’(?:écart|épreuve))) @@0,$,w <<- morph(\1, ">mettre ", False) >>> <<- \3 == "a" -3>> à # Confusion : “a” est une conjugaison du verbe “avoir”. Pour la préposition, écrivez “à”. <<- ~2>> * __[i](p_mettre_qqch)__ (m(?:et|[iî][mst])\w*) +(au p(?:oint|as)|en (?:avant|bouche|demeure|garde|œuvre|place|scène|terre)|à (?:bas|terre)) @@0,$ <<- morph(\1, ">mettre ", False) ~2>> * __[i](loc_mourir_qqch)__ (m[oe]\w+) +(jeûne) @@0,$ <<- morph(\1, ">mourir ", False) -2>> =\2.replace("û", "u") # Confusion. Le jeûne est une privation de nourriture.|https://fr.wiktionary.org/wiki/jeune __[i](p_paraitre_qqch)__ (par\w+) +(jeûnes?) @@0,$ <<- morph(\1, ">para[îi]tre ", False) -2>> =\2.replace("û", "u") # Confusion. Le jeûne est une privation de nourriture.|https://fr.wiktionary.org/wiki/jeune |
︙ | ︙ |