Package | Description |
---|---|
opennlp.tools.chunker |
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
|
opennlp.tools.doccat |
Package for classifying a document into a category.
|
opennlp.tools.lemmatizer |
Package related with the lemmatizer tool
|
opennlp.tools.namefind |
Package related to finding proper names and numeric amounts.
|
opennlp.tools.parser |
Package containing common code for performing full syntactic parsing.
|
opennlp.tools.parser.chunking |
Package containing code for performing full syntactic parsing using shift/reduce-style decisions.
|
opennlp.tools.postag |
Package related to part-of-speech tagging.
|
opennlp.tools.sentdetect |
Package related to identifying sentece boundries.
|
opennlp.tools.tokenize |
Contains classes related to finding token or words in a string.
|
Modifier and Type | Class and Description |
---|---|
class |
ChunkerEventStream
Class for creating an event stream out of data files for training a chunker.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentCategorizerEventStream
Iterator-like class for modeling document classification events.
|
Modifier and Type | Class and Description |
---|---|
class |
LemmaSampleEventStream
Class for creating an event stream out of data files for training a probabilistic lemmatizer.
|
Modifier and Type | Class and Description |
---|---|
class |
NameFinderEventStream
Class for creating an event stream out of data files for training an name
finder.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractParserEventStream
Abstract class extended by parser event streams which perform tagging and chunking.
|
Modifier and Type | Class and Description |
---|---|
class |
ParserEventStream
Wrapper class for one of four parser event streams.
|
Modifier and Type | Class and Description |
---|---|
class |
POSSampleEventStream
|
Modifier and Type | Class and Description |
---|---|
class |
SDEventStream |
Modifier and Type | Class and Description |
---|---|
class |
TokSpanEventStream
This class reads the
TokenSample s from the given Iterator
and converts the TokenSample s into Event s which
can be used by the maxent library for training. |
Copyright © 2017 The Apache Software Foundation. All rights reserved.