Differences From Artifact [2bdbe76996]:
- File graphspell/spellchecker.py — part of check-in [fccf7fa150] at 2020-10-28 15:37:57 on branch trunk — [graphspell] bValidToken always true if token has a list of tokens (user: olr, size: 12243) [annotate] [blame] [check-ins using]
To Artifact [9b47d651ea]:
- File graphspell/spellchecker.py — part of check-in [05fb167483] at 2020-11-04 11:37:30 on branch dict2 — [build][graphspell][lo] dictionary: drop support for binary file -> use JSON (user: olr, size: 12243) [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 27 | - - + + | import traceback from . import ibdawg from . import tokenizer dDefaultDictionaries = { |
︙ |