Overview
| Comment: | [fr] nommage des règles du processeur |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fr |
| Files: | files | file ages | folders |
| SHA3-256: |
c4772fd7bcd96eabf803aa504e255692 |
| User & Date: | olr on 2017-05-17 07:28:30 |
| Other Links: | manifest | tags |
Context
|
2017-05-17
| ||
| 07:39 | [fr] nommage des règles du processeur check-in: fff3554c64 user: olr tags: trunk, fr | |
| 07:28 | [fr] nommage des règles du processeur check-in: c4772fd7bc user: olr tags: trunk, fr | |
| 07:21 | [fr] pt: pseudo check-in: 0bf8b23669 user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/rules.grx from [c020247554] to [6052d0f6b0].
| ︙ | |||
974 975 976 977 978 979 980 | 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 | - - + + - - + + | # # //////////////////////////////////////// PRÉPROCESSEUR //////////////////////////////////////// # Dernier nettoyage avant coupure du paragraphe en phrases # # Trait d’union conditionnel (u00AD) |
| ︙ | |||
2898 2899 2900 2901 2902 2903 2904 | 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 | + - + |
<<- morphex(\2, ":[123][sp]", ":[GNAQWM]") and not before(r"(?i)\bce que? ") -2>> _ # Incohérence probable avec « \1 » : « \2 » n’est ni un adjectif, ni un participe passé, ni un adverbe.
TEST: J’ai trop {{mangeais}}.
TEST: Ce que nous réussissons presque sera considéré comme un échec.
# élimination de presque
__[i](p_presque)__
|
| ︙ | |||
3782 3783 3784 3785 3786 3787 3788 | 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 | + - - - + + + + + |
TEST: il y en a moins que {{prévues}} ->> prévu
TEST: comme {{convenus}} ->> convenu
#### TOUT / TOUS / TOUTE / TOUTES
__[i](p_fais_les_tous)__
|
| ︙ | |||
3906 3907 3908 3909 3910 3911 3912 | 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 | + - + |
TEST: __neg__ On {{vous }}a pas compris.
TEST: __neg__ On {{en}} a pas.
TEST: __neg__ Il {{y}} a jamais d’eau.
#### INFINITIF
__[i](p_ne_plus_pas_jamais_beaucoup_trop_rien)__
|
| ︙ | |||
8816 8817 8818 8819 8820 8821 8822 | 8821 8822 8823 8824 8825 8826 8827 8828 8829 8830 8831 8832 8833 8834 8835 8836 | + - + |
#### AVOIR + PARTICIPES PASSÉS
#__[i]/conj__ fait(s|e|es) ({w1}) <<- morph(\2, ":V") and not morph(\2, ":Y")
# ->> fait \1 # Le participe passé de faire reste au masculin singulier s’il est suivi par un verbe à l’infinitif.
__[i](p_les_avoir_fait_vinfi)__
|
| ︙ |