Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: SeanLee97/xmnlp

v0.3.2

17 Oct 05:23
@SeanLee97 SeanLee97

Choose a tag to compare

tensorflow 模型转换至 onnx,推理速度提升约一倍

Assets 2
Loading

v0.3.1

27 Feb 11:26
@SeanLee97 SeanLee97

Choose a tag to compare

兼容 TensorFlow 2.x

Loading

v0.3.0

19 Feb 14:50
@SeanLee97 SeanLee97

Choose a tag to compare

  • 重构分词词性标注实现:深度模型统一分词、词性标注、命名体识别,调用接口不变;去除繁体的支持;去除自定义词典的支持。
  • 重构文本纠错,增强了错别字的识别能力。
  • 重构情感分类:加入更多语料,基于 RoBERTa tiny 进行微调。
  • 其他:所有模型只提供 Infer 接口,不再提供训练接口。
Loading

v0.2.3 release

23 Nov 02:51
@SeanLee97 SeanLee97

Choose a tag to compare

fixed unicode error in python 3

Loading

v0.2.2 release

04 Oct 13:34
@SeanLee97 SeanLee97

Choose a tag to compare

CHANGELOG
修复 v0.2.1 一些 bugs

Loading

v0.2.1 release

04 Oct 13:07
@SeanLee97 SeanLee97

Choose a tag to compare

CHANGELOG

  • 优化分词&词性标注算法,更新 python3 的分词和词性标注模型
  • 重写了分词&词性标注并行处理方式
  • 取消了分词&词性标注的懒加载,默认首次加载
  • 修复了一些 bugs,重新组织了代码

ATTENTION! 本版本是最后一个支持 python2.7 的版本,后续版本将不再支持 python2.7

Loading

v0.2.0 release

26 Apr 04:12
@SeanLee97 SeanLee97
25e7c1b
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

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])
Loading

v0.1.8版本

17 Sep 08:41
@SeanLee97 SeanLee97

Choose a tag to compare

更新日志

模型改进

  • 将默认的模型压缩方式由gzip转为了bz2,模型空间占用更小
  • 优化代码结构,使用Module进行模块的统一管理
  • 重写了checker的实现方式,新版本更关注词的拼写检查
  • 修复了分词/词性标注若干bug
  • 兼容windows
  • 去除类调用方式仅保留简洁的单例模块调用方式

新增功能

  • 新增偏旁部首功能
  • 支持pip安装 pip install xmnlp

训练语料地址

百度网盘

Loading

AltStyle によって変換されたページ (->オリジナル) /