We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee2534 commit e3e8c8cCopy full SHA for e3e8c8c
pythainlp/spell/symspellpy.py
@@ -16,7 +16,7 @@
16
from typing import List
17
18
try:
19
- from symspellpy import SymSpell
+ from symspellpy import SymSpell, Verbosity
20
except ImportError:
21
raise ImportError("Import Error; Install symspellpy by pip install symspellpy")
22
0 commit comments