|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use opennlp.tools.util | |
---|---|
opennlp.tools.chunker | Package related to finding non-recursive syntactic annotation such as noun phrase chunks. |
opennlp.tools.cmdline | |
opennlp.tools.cmdline.chunker | |
opennlp.tools.cmdline.doccat | |
opennlp.tools.cmdline.namefind | |
opennlp.tools.cmdline.parser | |
opennlp.tools.cmdline.postag | |
opennlp.tools.coref.mention | Package related to the modeling mentions for coreference resolution. |
opennlp.tools.coref.resolver | Package related to resolution techniques for coreference resolution. |
opennlp.tools.coref.sim | Package related to the modeling mention similarity for coreference resolution. |
opennlp.tools.dictionary | Package related to parsing and storing dictionaries. |
opennlp.tools.dictionary.serializer | |
opennlp.tools.doccat | Package for classifying a document into a category. |
opennlp.tools.formats | Experimental package related to converting various corpora to OpenNLP Format. |
opennlp.tools.namefind | Package related to finding proper names and numeric amounts. |
opennlp.tools.ngram | Package related to computing and storing n-gram frequencies. |
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. |
opennlp.tools.util | Package containing utility data structures and algorithms used by multiple other packages. |
opennlp.tools.util.eval | |
opennlp.tools.util.model |
Classes in opennlp.tools.util used by opennlp.tools.chunker | |
---|---|
BeamSearch
Performs k-best search over sequence. |
|
BeamSearchContextGenerator
Interface for context generators used with a sequence beam search. |
|
FilterObjectStream
Abstract base class for filtering ObjectStream s. |
|
InvalidFormatException
This exception indicates that a resource violates the expected data format. |
|
ObjectStream
Reads Object s from a stream. |
|
Sequence
Represents a weighted sequence of outcomes. |
|
SequenceValidator
|
Classes in opennlp.tools.util used by opennlp.tools.cmdline | |
---|---|
InvalidFormatException
This exception indicates that a resource violates the expected data format. |
|
ObjectStream
Reads Object s from a stream. |
Classes in opennlp.tools.util used by opennlp.tools.cmdline.chunker | |
---|---|
InvalidFormatException
This exception indicates that a resource violates the expected data format. |
Classes in opennlp.tools.util used by opennlp.tools.cmdline.doccat | |
---|---|
InvalidFormatException
This exception indicates that a resource violates the expected data format. |
Classes in opennlp.tools.util used by opennlp.tools.cmdline.namefind | |
---|---|
ObjectStream
Reads Object s from a stream. |
|
StringList
The StringList is an immutable list of String s. |
Classes in opennlp.tools.util used by opennlp.tools.cmdline.parser | |
---|---|
ObjectStream
Reads Object s from a stream. |
Classes in opennlp.tools.util used by opennlp.tools.cmdline.postag | |
---|---|
InvalidFormatException
This exception indicates that a resource violates the expected data format. |
Classes in opennlp.tools.util used by opennlp.tools.coref.mention | |
---|---|
Span
Class for storing start and end integer offsets. |
Classes in opennlp.tools.util used by opennlp.tools.coref.resolver | |
---|---|
CountedSet
Set which counts the number of times a values are added to it. |
Classes in opennlp.tools.util used by opennlp.tools.coref.sim | |
---|---|
Span
Class for storing start and end integer offsets. |
Classes in opennlp.tools.util used by opennlp.tools.dictionary | |
---|---|
InvalidFormatException
This exception indicates that a resource violates the expected data format. |
|
StringList
The StringList is an immutable list of String s. |
Classes in opennlp.tools.util used by opennlp.tools.dictionary.serializer | |
---|---|
InvalidFormatException
This exception indicates that a resource violates the expected data format. |
|
StringList
The StringList is an immutable list of String s. |
Classes in opennlp.tools.util used by opennlp.tools.doccat | |
---|---|
AbstractEventStream
This is a base class for EventStream classes. |
|
FilterObjectStream
Abstract base class for filtering ObjectStream s. |
|
InvalidFormatException
This exception indicates that a resource violates the expected data format. |
|
ObjectStream
Reads Object s from a stream. |
Classes in opennlp.tools.util used by opennlp.tools.formats | |
---|---|
FilterObjectStream
Abstract base class for filtering ObjectStream s. |
|
ObjectStream
Reads Object s from a stream. |
|
StringList
The StringList is an immutable list of String s. |
Classes in opennlp.tools.util used by opennlp.tools.namefind | |
---|---|
BeamSearchContextGenerator
Interface for context generators used with a sequence beam search. |
|
FilterObjectStream
Abstract base class for filtering ObjectStream s. |
|
InvalidFormatException
This exception indicates that a resource violates the expected data format. |
|
ObjectStream
Reads Object s from a stream. |
|
Span
Class for storing start and end integer offsets. |
Classes in opennlp.tools.util used by opennlp.tools.ngram | |
---|---|
InvalidFormatException
This exception indicates that a resource violates the expected data format. |
|
StringList
The StringList is an immutable list of String s. |
Classes in opennlp.tools.util used by opennlp.tools.parser | |
---|---|
AbstractEventStream
This is a base class for EventStream classes. |
|
BeamSearchContextGenerator
Interface for context generators used with a sequence beam search. |
|
FilterObjectStream
Abstract base class for filtering ObjectStream s. |
|
Heap
Interface for interacting with a Heap data structure. |
|
InvalidFormatException
This exception indicates that a resource violates the expected data format. |
|
ObjectStream
Reads Object s from a stream. |
|
SequenceValidator
|
|
Span
Class for storing start and end integer offsets. |
Classes in opennlp.tools.util used by opennlp.tools.parser.chunking | |
---|---|
AbstractEventStream
This is a base class for EventStream classes. |
|
InvalidFormatException
This exception indicates that a resource violates the expected data format. |
|
ObjectStream
Reads Object s from a stream. |
Classes in opennlp.tools.util used by opennlp.tools.postag | |
---|---|
AbstractEventStream
This is a base class for EventStream classes. |
|
BeamSearch
Performs k-best search over sequence. |
|
BeamSearchContextGenerator
Interface for context generators used with a sequence beam search. |
|
FilterObjectStream
Abstract base class for filtering ObjectStream s. |
|
InvalidFormatException
This exception indicates that a resource violates the expected data format. |
|
ObjectStream
Reads Object s from a stream. |
|
Pair
Deprecated. |
|
Sequence
Represents a weighted sequence of outcomes. |
Classes in opennlp.tools.util used by opennlp.tools.sentdetect | |
---|---|
AbstractEventStream
This is a base class for EventStream classes. |
|
FilterObjectStream
Abstract base class for filtering ObjectStream s. |
|
InvalidFormatException
This exception indicates that a resource violates the expected data format. |
|
ObjectStream
Reads Object s from a stream. |
|
Span
Class for storing start and end integer offsets. |
Classes in opennlp.tools.util used by opennlp.tools.tokenize | |
---|---|
AbstractEventStream
This is a base class for EventStream classes. |
|
FilterObjectStream
Abstract base class for filtering ObjectStream s. |
|
InvalidFormatException
This exception indicates that a resource violates the expected data format. |
|
ObjectStream
Reads Object s from a stream. |
|
Span
Class for storing start and end integer offsets. |
Classes in opennlp.tools.util used by opennlp.tools.util | |
---|---|
BeamSearchContextGenerator
Interface for context generators used with a sequence beam search. |
|
FilterObjectStream
Abstract base class for filtering ObjectStream s. |
|
Heap
Interface for interacting with a Heap data structure. |
|
ObjectStream
Reads Object s from a stream. |
|
Sequence
Represents a weighted sequence of outcomes. |
|
SequenceValidator
|
|
Span
Class for storing start and end integer offsets. |
|
StringList
The StringList is an immutable list of String s. |
|
Version
The Version class represents the OpenNlp Tools library version. |
Classes in opennlp.tools.util used by opennlp.tools.util.eval | |
---|---|
ObjectStream
Reads Object s from a stream. |
Classes in opennlp.tools.util used by opennlp.tools.util.model | |
---|---|
InvalidFormatException
This exception indicates that a resource violates the expected data format. |
|
Version
The Version class represents the OpenNlp Tools library version. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |