Skip to content

Commit e3e8c8c

Browse files
committed
Update symspellpy.py
1 parent 8ee2534 commit e3e8c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythainlp/spell/symspellpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from typing import List
1717

1818
try:
19-
from symspellpy import SymSpell
19+
from symspellpy import SymSpell, Verbosity
2020
except ImportError:
2121
raise ImportError("Import Error; Install symspellpy by pip install symspellpy")
2222

0 commit comments

Comments
 (0)