Differences From Artifact [696f7480ec]:
- File graphspell/spellchecker.py — part of check-in [274f43cc25] at 2018-03-31 12:46:48 on branch multid — [graphspell][py] spellchecker: return value is success of dictionary loading (user: olr, size: 8926) [annotate] [blame] [check-ins using] [more...]
To Artifact [cbd22d2c4d]:
- File graphspell/spellchecker.py — part of check-in [6e9947d6aa] at 2018-05-06 19:08:24 on branch trunk — [graphspell][lo][fx] modify default dictionary name (user: olr, size: 8934) [annotate] [blame] [check-ins using] [more...]
︙ | |||
12 13 14 15 16 17 18 | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | - + | import traceback from . import ibdawg from . import tokenizer dDefaultDictionaries = { |
︙ |