Skip to content

Commit 648cde7

Browse files
committed
Fix imports
1 parent 1464be8 commit 648cde7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/noauto/testn_spell.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
from pythainlp.spell import (
1414
correct,
1515
correct_sent,
16+
get_words_spell_suggestion,
1617
spell,
1718
spell_sent,
1819
)

tests/noauto/testn_tokenize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
attacut,
1515
deepcut,
1616
oskut,
17+
paragraph_tokenize,
1718
sefr_cut,
1819
sent_tokenize,
1920
subword_tokenize,

0 commit comments

Comments
 (0)