Skip to content

Commit 7a5bb9e

Browse files
authored
Fix import path for is_native_thai function
Fix import path for is_native_thai function in example
1 parent 507b222 commit 7a5bb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythainlp/morpheme/thaiwordcheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def is_native_thai(word: str) -> bool:
8080
8181
English word::
8282
83-
from pythainlp.util import is_native_thai
83+
from pythainlp.morpheme import is_native_thai
8484
8585
is_native_thai("Avocado")
8686
# output: False

0 commit comments

Comments
 (0)