-
sharpNLP是一款开源的自然语言处理工具集
资源介绍
SharpNLP是C#实现的一个开源的自然语言处理工具集,它提供了如下功能:
* 句子分割
* 分词
* 词性标注(POS tagging)
* a chunker (used to "find non-recursive syntactic annotations such as noun phrase chunks")
* a parser
* a name finder
* a coreference tool
* 访问wordent数据库的借口