Skip to content

Commit 3acf244

Browse files
authored
Merge pull request #1106 from PyThaiNLP/fix-symspellpy
Fixed #1105
2 parents 29c875e + e3e8c8c commit 3acf244

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-
import symspellpy
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)