C# 中自然语言处理的简单库
我正在开展一个需要简单 NLP 的项目。我需要的功能包括:
- 句子分割器
- 短语分割器(不是分词器)
- 短语性质标识符(普通名词、专有名词、动词等)
我知道像 SharpNLP、NLPTK 和 Antelope 这样的库,但它们都太大太花哨了对于我的项目。有人可以建议一个仅提供上述功能的简单的吗?如果它更大一点并且提供其他功能也没关系,但我想为这个简单的东西拥有一个 139MB 的大型库可能不是一个好主意,特别是当这个项目在其他领域已经变得复杂时。
预先感谢您的任何想法。
I am working on a project which requires simple sort of NLP. The features that I need include:
- Sentence splitter
- Phrase splitter (not word splitter)
- Phrase nature identifier (common noun, proper noun, verb etc.)
I am aware of libraries like SharpNLP, NLPTK and Antelope but all of them are too big and fancy for my project. Can someone suggest a simple one that provides only the above mentioned features. If it is a bit bigger and provides other features that's ok but I guess having a 139MB large library for this simple stuff might not be a good idea, especially when this project is already going to be complex in other areas.
Thanks in advance for any ideas.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论