THULAC-Python icon indicating copy to clipboard operation
THULAC-Python copied to clipboard

#如果只需要分词功能,可在增加参数"seg_only" python -m thulac input.txt output.txt seg_only

Open S-GeGe opened this issue 3 years ago • 2 comments

添加了seg_only参数后,生成的文件output.txt仍然具有词性标注,怎么解决?

S-GeGe avatar Dec 20 '21 02:12 S-GeGe

@fuzihaofzh @linhx13 @zibuyu

S-GeGe avatar Dec 20 '21 02:12 S-GeGe

python -m thulac input.txt output.txt -seg_only

README里少了一个“-”。

ymliucs avatar Apr 26 '23 02:04 ymliucs