Описание тега sharpnlp
SharpNLP is a collection of natural language processing tools written in C#
Ref: http://sharpnlp.codeplex.com/
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