Package | Description |
---|---|
opennlp.maxent |
Provides main functionality of the maxent package including data structures and
algorithms for parameter estimation.
|
opennlp.model | |
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.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.treeinsert |
Package containing experimental code for performing full syntactic
parsing using attachment 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.
|
opennlp.tools.util |
Package containing utility data structures and algorithms used by multiple other packages.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicEventStream
A object which can deliver a stream of training events assuming
that each event is represented as a separated list containing
all the contextual predicates, with the last item being the
outcome.
|
class |
RealBasicEventStream |
Modifier and Type | Class and Description |
---|---|
class |
EventCollectorAsStream
A wrapper to turn EventCollectors created for Maxent 1.0 into EventStreams
for Maxent 1.2.
|
class |
FileEventStream
Class for using a file of events as an event stream.
|
class |
RealValueFileEventStream |
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 |
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 |
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. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEventStream<T>
This is a base class for
EventStream classes. |
class |
CollectionEventStream
Creates an event stream out of a collection of events.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.