This repository was archived by the owner on Nov 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
mikeandmore/segc
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
========INSTALL========
just like other python package.
1 untar it.
2 ./setup.py build
3 sudo ./setup.py install
========USE========
from segc import *
s = Segc()
s.load_dictionary('../dics/chars.dic', '../dics/words.dic')
text = '你好,我的名字叫Mike.'
a = s.create_algorithm(text)
for tok in a.xtokenize():
print tok,
print
========LICENSE========
GPL-v3
========ACKNOWLEDGEMENT========
ChiYuan Zhang <pluskid@gmail.com>
Chih-Hao Tsai <hao520@yahoo.com>
About
a high performance mmseg implement
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published