You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,请问现在支持中英文混合切词的么?我这里测试是没有正确切开的。
In [4]: for t, f in seg.cut('this is a test sentence. 这个是计算广告的数据啊'):
...: print('%s %s' % (t, f))
...:
this x
v
i g
s g
g
a g
g
test np
v
sentence x
. w
j
这个 r
是 v
计算 v
广告 n
的 u
数据 n
啊 u
The text was updated successfully, but these errors were encountered:
hi,请问现在支持中英文混合切词的么?我这里测试是没有正确切开的。
In [4]: for t, f in seg.cut('this is a test sentence. 这个是计算广告的数据啊'):
...: print('%s %s' % (t, f))
...:
this x
v
i g
s g
g
a g
g
test np
v
sentence x
. w
j
这个 r
是 v
计算 v
广告 n
的 u
数据 n
啊 u
The text was updated successfully, but these errors were encountered: