1. 首页
  2. 数据库
  3. 其它
  4. nlprule:用Rust编写的快速资源少的自然语言处理和纠错库 源码

nlprule:用Rust编写的快速资源少的自然语言处理和纠错库 源码

上传者: 2021-02-21 04:45:57上传 ZIP文件 98.7KB 热度 16次
pr 用Rust编写的快速,资源少的自然语言处理和错误纠正库。 nlprule使用资源为NLP实现了基于规则和查找的方法。 from nlprule import Tokenizer , Rules tokenizer = Tokenizer . load ( "en" ) rules = Rules . load ( "en" , tokenizer ) rules . correct ( "He wants that you send him an email." ) # returns: 'He wants you to send him an email.' rules . cor
下载地址
用户评论
码姐姐匿名网友 2020-06-14 22:32:07

不错,可以用,用来查看Android源码。