Overview
| Comment: | [fr][bug] certaines +nom: erreur sur la zone de suggestion | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | fr | 
| Files: | files | file ages | folders | 
| SHA3-256: | 
e927d745ce74c4bdfec72b667082d292 | 
| User & Date: | olr on 2017-11-04 12:54:11 | 
| Other Links: | manifest | tags | 
Context
| 
   2017-11-05 
 | ||
| 18:45 | [fr] meilleures suggestions pour les erreurs du type je +est check-in: d075c90579 user: olr tags: trunk, fr | |
| 
   2017-11-04 
 | ||
| 12:54 | [fr][bug] certaines +nom: erreur sur la zone de suggestion check-in: e927d745ce user: olr tags: trunk, fr | |
| 
   2017-11-03 
 | ||
| 17:30 | [fr] pt: tenir au courant check-in: 97df509ffe user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/rules.grx from [a84bad130f] to [354cfe6329].
| ︙ | ︙ | |||
5692 5693 5694 5695 5696 5697 5698  | 
__[i]/gn(gn_certaines_accord)__
    (certaines) +({w_2})  @@0,$
    <<- morphex(\2, ":[NAQ].*:m", ":[efGWP]") -1>> certains                                         # Accord de genre erroné : « \2 » est masculin.
    <<- __also__ and hasFemForm(\2) -2>> =suggFemPlur(@, True)                                      # Accord de genre erroné : « \1 » est un déterminant féminin.
    <<- (morphex(\2, ":[NAQ].*:s", ":[ipGWP]")
    and not (after("^ +(?:et|ou) ") and morph(word(2), ":[NAQ]", True, False)))
    or \2 in aREGULARPLURAL
 | |  | 5692 5693 5694 5695 5696 5697 5698 5699 5700 5701 5702 5703 5704 5705 5706  | 
__[i]/gn(gn_certaines_accord)__
    (certaines) +({w_2})  @@0,$
    <<- morphex(\2, ":[NAQ].*:m", ":[efGWP]") -1>> certains                                         # Accord de genre erroné : « \2 » est masculin.
    <<- __also__ and hasFemForm(\2) -2>> =suggFemPlur(@, True)                                      # Accord de genre erroné : « \1 » est un déterminant féminin.
    <<- (morphex(\2, ":[NAQ].*:s", ":[ipGWP]")
    and not (after("^ +(?:et|ou) ") and morph(word(2), ":[NAQ]", True, False)))
    or \2 in aREGULARPLURAL
    -2>> =suggPlur(@)                                                                               # Accord de nombre erroné : « \2 » devrait être au pluriel.
__[i]/gn(gn_certaines_des_accord)__
    (certaines) +des ({w_2})  @@0,$
    <<- morphex(\2, ":[NAQ].*:m", ":[efGW]") -1>> certains                                          # Accord de genre erroné : « \2 » est masculin.
    <<- __also__ and hasFemForm(\2) -2>> =suggFemPlur(@, True)                                      # Accord de genre erroné : « \1 » est un déterminant féminin.
TEST: {{Certaines}} danse
TEST: Certains {{chien}}
 | 
| ︙ | ︙ |