Namespace NOpenNLP.Tools
Namespaces
- NOpenNLP.Tools.Chunker
-
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
- NOpenNLP.Tools.Dictionary
-
Package related to parsing and storing dictionaries.
- NOpenNLP.Tools.Doccat
-
Package for classifying a document into a category.
- NOpenNLP.Tools.Formats
-
Experimental package related to converting various corpora to OpenNLP Format.
- NOpenNLP.Tools.Languagemodel
-
Package related to language models
- NOpenNLP.Tools.Lemmatizer
-
Package related with the lemmatizer tool
- NOpenNLP.Tools.Namefind
-
Package related to finding proper names and numeric amounts.
- NOpenNLP.Tools.Ngram
-
Package related to computing and storing n-gram frequencies.
- NOpenNLP.Tools.Parser
-
Package containing common code for performing full syntactic parsing.
- NOpenNLP.Tools.Postag
-
Package related to part-of-speech tagging.
- NOpenNLP.Tools.Sentdetect
-
Package related to identifying sentece boundries.
- NOpenNLP.Tools.Tokenize
-
Contains classes related to finding token or words in a string. All tokenizer implement the ITokenizer interface. Currently there is the learnable TokenizerME, the WhitespaceTokenizer and the SimpleTokenizer which is a character class tokenizer.
- NOpenNLP.Tools.Util
-
Package containing utility data structures and algorithms used by multiple other packages.