Skip to content

Commit

Permalink
用斜线分词
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Bingfeng committed Jun 22, 2016
1 parent 1ca3584 commit 90ab4da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def cvgen(fn, fno):

ww = jieba.cut(d, cut_all=False)
ww = [w.strip() for w in ww]
nl = ' '.join(ww[:-1])
nl = '/'.join(ww[:-1])
nnret.append("M "+nl+"\n")
else:
nnret.append(r)
Expand Down
Binary file renamed dgk_shooter_x.conv.zip → dgk_shooter_z.conv.zip
Binary file not shown.

0 comments on commit 90ab4da

Please sign in to comment.