SharpNLP – open source natural language processing tools


SharpNLP – open source natural language processing tools

SharpNLP is a collection of natural language processing tools written in C#. Currently it provides the following NLP tools:

* a sentence splitter
* a tokenizer
* a part-of-speech tagger
* a chunker (used to “find non-recursive syntactic annotations such as noun phrase chunks”)
* a parser
* a name finder
* a coreference tool
* an interface to the WordNet lexical database

Related Posts