Skip to content

v0.2.0 release

Compare
Choose a tag to compare
@SeanLee97 SeanLee97 released this 26 Apr 04:12
· 53 commits to master since this release
25e7c1b

ChangeLog

  1. pylint 代码规范化
  2. 添加并行分词/词性标注接口
  3. bumpversion 管理版本

并行接口

  1. 多进程分词
xmnlp.seg_parallel(texts[, hmm=False, n_jobs=-1])
  1. 多进程词性标注
xmnlp.tag_parallel(texts[, hmm=False, n_jobs=-1])