Skip to content

assad2008/Python-scws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Chinese Word Segmentation Python package

SCWS:http://www.ftphp.com/scws/

使用

#coding:utf8
import sys
from fenci import fenci

fc = fenci()
fc.init_fenci()
ret = fc.get_text_fc('王晓明是个大坏蛋,十点二十分天马行空般的去打篮球')
for i in ret:
print i[0]
print '-----'

About

scws Python扩展

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published