Differences From Artifact [c41be1a0f8]:
- File gc_core/py/char_player.py — part of check-in [8a163526c6] at 2017-09-13 13:06:37 on branch trunk — [core] ibdawg: suggest() with caps (user: olr, size: 7637) [annotate] [blame] [check-ins using]
To Artifact [e5dd8880c3]:
- File gc_core/py/char_player.py — part of check-in [5fbb7ec853] at 2017-10-24 22:24:15 on branch trunk — [core] ibdawg: suggestion mechanism > exclude some suffixes (ß) (user: olr, size: 7761) [annotate] [blame] [check-ins using]
︙ | |||
305 306 307 308 309 310 311 | 305 306 307 308 309 310 311 312 313 314 315 | + + + + | aPfx1 = frozenset([ "anti", "archi", "contre", "hyper", "mé", "méta", "im", "in", "ir", "par", "proto", "pseudo", "pré", "re", "ré", "sans", "sous", "supra", "sur", "ultra" ]) aPfx2 = frozenset([ "belgo", "franco", "génito", "gynéco", "médico", "russo" ]) aExcludedSfx = frozenset([ "je", "tu", "il", "elle", "on", "t-il", "t-elle", "t-on", "nous", "vous", "ils", "elles" ]) |