Differences From Artifact [c668aaf269]:
- File gc_lang/fr/modules/conj.py — part of check-in [a89587a82c] at 2018-04-01 09:31:18 on branch multid — [fr][bug] conj: test if tTags exists (user: olr, size: 18544) [annotate] [blame] [check-ins using] [more...]
To Artifact [96ddf4a9dc]:
- File gc_lang/fr/modules/conj.py — part of check-in [023f83bc15] at 2018-06-06 10:36:26 on branch rg — [core][fr] end of lemma is now a slash instead of a space (user: olr, size: 18544) [annotate] [blame] [check-ins using]
︙ | |||
54 55 56 57 58 59 60 | 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | - + | return None return _lVtyp[_dVerb[sVerb][0]] def getSimil (sWord, sMorph, bSubst=False): if ":V" not in sMorph: return set() |
︙ |