We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470d922 commit ee8f40cCopy full SHA for ee8f40c
pythainlp/segment/pyicu.py
@@ -1,6 +1,6 @@
1
from __future__ import absolute_import
2
from __future__ import print_function
3
-from .isthai import isThai
+from isthai import isThai
4
import PyICU
5
# ตัดคำภาษาไทย
6
def segment(txt):
@@ -22,4 +22,4 @@ def segment(txt):
22
pass
23
return retTxt.split(',')
24
if __name__ == "__main__":
25
- print(segment('ทดสอบระบบตัดคำด้วยไอซียู'))
+ print(segment('ทดสอบระบบตัดคำด้วยไอซียู'))
0 commit comments