File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 "is_native_thai"
1111]
1212from pythainlp .morpheme .word_formation import nighit
13- from pythainlp .morpheme .thaiwordcheck import is_native_thai
13+ from pythainlp .morpheme .thaiwordcheck import is_native_thai
Original file line number Diff line number Diff line change 88https://github.com/wannaphong/open-thai-nlp-document/blob/master/check_thai_word.md
99
1010References
11- - ทีมงานทรูปลูกปัญญา 2015. ลักษณะของคำไทยแท้ http://www.trueplookpanya.com/learning/detail/30589-043067
11+ - ทีมงานทรูปลูกปัญญา 2015. ลักษณะของคำไทยแท้ \
12+ http://www.trueplookpanya.com/learning/detail/30589-043067
1213- วารุณี บำรุงรส 2010. คำไทยแท้ https://www.gotoknow.org/posts/377619
1314"""
1415import re
Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ def is_native_thai(word: str) -> bool:
99 pythainlp.util.is_native_thai is rename as \
1010 pythainlp.morpheme.is_native_thai.
1111 This function will remove in PyThaiNLP 5.1.
12- """
13- , DeprecationWarning )
12+ """ , DeprecationWarning )
1413 from pythainlp .morpheme import is_native_thai as check
1514
1615 return check (word )
You can’t perform that action at this time.
0 commit comments