tkitSeg package
Submodules
tkitSeg.seg module
-
tkitSeg.seg.softmax(x)[源代码]
[summary]
转化成为概率
- 参数
x ([type]) – [description]
- 返回
[description]
- 返回类型
[type]
-
class tkitSeg.seg.tkitSeg(path='./')[源代码]
基类:object
[summary]
分词和词性标注
-
autoSeg(textLIst)[源代码]
[summary]
自动批量标注词性,分词,最大同时处理24条
- 参数
textLIst ([type]) – [description]
- 返回
[description]
- 返回类型
[type]
-
loadModel()[源代码]
[summary]
加载训练的模型
-
prediction(textLIst)[源代码]
[summary]
批量标注词性和分词
- 参数
textLIst ([type]) – [description]
- 返回
[description]
- 返回类型
[type]
-
tkitSeg.seg.to_numpy(tensor)[源代码]
[summary]
生成np数据
:param tensor: [description]
:type tensor: [type]
- 返回
[description]
- 返回类型
[type]
Module contents