NLP开源工具
1. AllenNLP
说明:An open-source NLP research library, built on PyTorch。
官网:https://allennlp.org/
github:https://github.com/huntzhan/allennlp
2. PyText
说明:PyText是基于NLP深度学习技术、通过Pytorch构建的建模框架。PyText解决了既要实现快速实验又要部署大规模服务模型的经常相互冲突。它主要通过以下两点来实现上面的需求:
- 通过为模型组件提供简单且可扩展的接口和抽象,
- 使用PyTorch通过优化的Caffe2执行引擎导出模型,进行预测推理。
Github:https://github.com/facebookresearch/pytext
官网:https://code.fb.com/ai-research/pytext-open-source-nlp-framework/