Uses of Interface
opennlp.tools.util.SequenceValidator

Packages that use SequenceValidator
opennlp.tools.chunker Package related to finding non-recursive syntactic annotation such as noun phrase chunks. 
opennlp.tools.parser Package containing common code for performing full syntactic parsing. 
opennlp.tools.util Package containing utility data structures and algorithms used by multiple other packages. 
 

Uses of SequenceValidator in opennlp.tools.chunker
 

Classes in opennlp.tools.chunker that implement SequenceValidator
 class DefaultChunkerSequenceValidator
           
 

Constructors in opennlp.tools.chunker with parameters of type SequenceValidator
ChunkerME(ChunkerModel model, int beamSize, SequenceValidator<String> sequenceValidator)
          Initializes the current instance with the specified model and the specified beam size.
ChunkerME(ChunkerModel model, int beamSize, SequenceValidator<String> sequenceValidator, ChunkerContextGenerator contextGenerator)
          Initializes the current instance with the specified model and the specified beam size.
 

Uses of SequenceValidator in opennlp.tools.parser
 

Classes in opennlp.tools.parser that implement SequenceValidator
 class ParserChunkerSequenceValidator
           
 

Uses of SequenceValidator in opennlp.tools.util
 

Constructors in opennlp.tools.util with parameters of type SequenceValidator
BeamSearch(int size, BeamSearchContextGenerator<T> cg, opennlp.model.MaxentModel model, SequenceValidator<T> validator, int cacheSize)
           
 



Copyright © 2010. All Rights Reserved.