|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeamSearchContextGenerator | |
---|---|
opennlp.tools.chunker | Package related to finding non-recursive syntactic annotation such as noun phrase chunks. |
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.postag | Package related to part-of-speech tagging. |
opennlp.tools.util | Package containing utility data structures and algorithms used by multiple other packages. |
Uses of BeamSearchContextGenerator in opennlp.tools.chunker |
---|
Subinterfaces of BeamSearchContextGenerator in opennlp.tools.chunker | |
---|---|
interface |
ChunkerContextGenerator
Interface for the context generator used in syntactic chunking. |
Classes in opennlp.tools.chunker that implement BeamSearchContextGenerator | |
---|---|
class |
DefaultChunkerContextGenerator
Features based on chunking model described in Fei Sha and Fernando Pereira. |
Uses of BeamSearchContextGenerator in opennlp.tools.namefind |
---|
Subinterfaces of BeamSearchContextGenerator in opennlp.tools.namefind | |
---|---|
interface |
NameContextGenerator
Interface for generating the context for an name finder by specifying a set of geature generators. |
Classes in opennlp.tools.namefind that implement BeamSearchContextGenerator | |
---|---|
class |
DefaultNameContextGenerator
Class for determining contextual features for a tag/chunk style named-entity recognizer. |
Uses of BeamSearchContextGenerator in opennlp.tools.parser |
---|
Classes in opennlp.tools.parser that implement BeamSearchContextGenerator | |
---|---|
class |
ChunkContextGenerator
Creates predivtive context for the pre-chunking phases of parsing. |
Uses of BeamSearchContextGenerator in opennlp.tools.postag |
---|
Subinterfaces of BeamSearchContextGenerator in opennlp.tools.postag | |
---|---|
interface |
POSContextGenerator
The interface for a context generator for the POS Tagger. |
Classes in opennlp.tools.postag that implement BeamSearchContextGenerator | |
---|---|
class |
DefaultPOSContextGenerator
A context generator for the POS Tagger. |
Uses of BeamSearchContextGenerator in opennlp.tools.util |
---|
Fields in opennlp.tools.util declared as BeamSearchContextGenerator | |
---|---|
protected BeamSearchContextGenerator<T> |
BeamSearch.cg
|
Constructors in opennlp.tools.util with parameters of type BeamSearchContextGenerator | |
---|---|
BeamSearch(int size,
BeamSearchContextGenerator<T> cg,
opennlp.model.MaxentModel model)
Creates new search object. |
|
BeamSearch(int size,
BeamSearchContextGenerator<T> cg,
opennlp.model.MaxentModel model,
int cacheSize)
|
|
BeamSearch(int size,
BeamSearchContextGenerator<T> cg,
opennlp.model.MaxentModel model,
SequenceValidator<T> validator,
int cacheSize)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |