Overview
Comment: | [fr] faux positif: avoir été +Vinf/adj |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fr |
Files: | files | file ages | folders |
SHA3-256: |
0898849e42376a5e33abdc89eb2e37ca |
User & Date: | olr on 2018-02-04 10:21:44 |
Other Links: | manifest | tags |
Context
2018-02-04
| ||
11:43 | [fr] faux positif: syntagme adjectival check-in: d03269c260 user: olr tags: trunk, fr | |
10:21 | [fr] faux positif: avoir été +Vinf/adj check-in: 0898849e42 user: olr tags: trunk, fr | |
2018-02-03
| ||
20:02 | [fr] faux positif: avoir été +Vinf check-in: 526eb32d7c user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/rules.grx from [4be7eb3ad2] to [02f1ac3b64].
︙ | ︙ | |||
9882 9883 9884 9885 9886 9887 9888 | __[i]/ppas(ppas_avoir_été)__ (({avoir}) +été) +({w_2}) @@0,0,$ <<- morph(\2, ":V0a", False) >>> <<- morphex(\3, ":[123]s", ":[GNAQWY]") -3>> =suggVerbPpas(@) # Après « avoir été », il faut un participe passé. <<- not before("[çcCÇ]’$|[cC]e n’$|[çÇ]a (?:n’|)$") and not before("(?i)^ *ne pas ") and not morph(word(-1), ":Y", False) >>> | | | > | 9882 9883 9884 9885 9886 9887 9888 9889 9890 9891 9892 9893 9894 9895 9896 9897 9898 9899 9900 9901 9902 9903 9904 9905 | __[i]/ppas(ppas_avoir_été)__ (({avoir}) +été) +({w_2}) @@0,0,$ <<- morph(\2, ":V0a", False) >>> <<- morphex(\3, ":[123]s", ":[GNAQWY]") -3>> =suggVerbPpas(@) # Après « avoir été », il faut un participe passé. <<- not before("[çcCÇ]’$|[cC]e n’$|[çÇ]a (?:n’|)$") and not before("(?i)^ *ne pas ") and not morph(word(-1), ":Y", False) >>> <<- morphex(\3, ":Y", ":A") -1>> _ # Tournure familière. Utilisez « être allé » plutôt que « avoir été ». <<- morphex(\3, ":V1..t.*:Y", ":A") -3>> =suggVerbPpas(@) # Incohérence. Après « avoir été », il faut un participe passé (à moins que « avoir été » signifie ici « être allé »). TEST: j’ai été {{instruis}} par elle TEST: avoir été {{prit}} par surprise TEST: Ils {{ont été}} {{réaliser}} à partir d’éléments naturels. TEST: J’{{ai été}} camper dans les Alpes. TEST: Tu {{as été}} prendre du bois. TEST: J’{{ai été}} {{chercher}} du pain. TEST: Mon grand-père aurait été fier. TEST: Ç’eût été prendre des vessies pour des lanternes. TEST: C’eût été foncer tête baissée dans la gueule du loup. TEST: Leur passe-temps, ça a été faire n’importe quoi. TEST: Ne pas ressortir le livre le plus remarqué de la collaboration aurait été faire acte de censure. TEST: Partir aurait été assurer sa survie. |
︙ | ︙ |