Overview
| Comment: | [fr] pt: mettre en jeu/en lumière |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fr |
| Files: | files | file ages | folders |
| SHA3-256: |
1fdc79217db4ed5553d17e20b4fb7336 |
| User & Date: | olr on 2018-03-15 10:12:10 |
| Other Links: | manifest | tags |
Context
|
2018-03-15
| ||
| 10:13 | [fr] pt: entre chien et loup check-in: d023d9dd95 user: olr tags: trunk, fr | |
| 10:12 | [fr] pt: mettre en jeu/en lumière check-in: 1fdc79217d user: olr tags: trunk, fr | |
| 10:10 | [fr] pt: faire amende honorable/figure/long feu check-in: 981bd414f2 user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/rules.grx from [1e7aae8fe0] to [fe6c53b2b7].
| ︙ | ︙ | |||
5640 5641 5642 5643 5644 5645 5646 |
<<- __also__ ~3>> *
__[i](loc_laisser_pour_compte)__
(laiss\w+) +(pour (co[mnp]tes?)) @@0,$,$
<<- morph(\1, ">laisser ", False) >>>
<<- \2 != "compte" -3>> compte # Confusion. Locution “laisser pour compte”.|https://fr.wiktionary.org/wiki/laisser_pour_compte
<<- ~2>> *
__[i](loc_mettre_à_qqch)__
| | | | 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 |
<<- __also__ ~3>> *
__[i](loc_laisser_pour_compte)__
(laiss\w+) +(pour (co[mnp]tes?)) @@0,$,$
<<- morph(\1, ">laisser ", False) >>>
<<- \2 != "compte" -3>> compte # Confusion. Locution “laisser pour compte”.|https://fr.wiktionary.org/wiki/laisser_pour_compte
<<- ~2>> *
__[i](loc_mettre_à_qqch)__
(m(?:et|[iî][mst])\w*) +(([àa]) (?:bas|jour|niveau|plat|l’(?:écart|épreuve)|terre)) @@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|jeu|lumière|œuvre|place|scène|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
|
| ︙ | ︙ |