Differences From Artifact [4e59fa697e]:
- File gc_lang/fr/modules/gce_suggestions.py — part of check-in [b905866e2c] at 2019-03-04 18:21:11 on branch trunk — [fr][core] suggestions des formes verbales à partir d’un participe passé (user: olr, size: 18115) [annotate] [blame] [check-ins using] [more...]
To Artifact [6333a4318e]:
- File gc_lang/fr/modules/gce_suggestions.py — part of check-in [a186cf9261] at 2019-05-10 19:44:08 on branch trunk — [graphspell][core][fr] code cleaning (pylint) (user: olr, size: 18115) [annotate] [blame] [check-ins using]
︙ | |||
345 346 347 348 349 350 351 | 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 | - + | return True return False def switchGender (sFlex, bPlur=None): "return feminine or masculine form(s) of <sFlex>" aSugg = set() |
︙ |