Uses of Enum Class
opennlp.tools.postag.POSTagFormat
Packages that use POSTagFormat
-
Uses of POSTagFormat in opennlp.tools.postag
Methods in opennlp.tools.postag that return POSTagFormatModifier and TypeMethodDescriptionPOSTagFormatMapper.getGuessedFormat()
POSTagFormatMapper.NoOp.getGuessedFormat()
static POSTagFormat
POSTagFormatMapper.guessFormat
(POSModel posModel) Guesses thePOSTagFormat
of a givenPOSModel
static POSTagFormat
Returns the enum constant of this class with the specified name.static POSTagFormat[]
POSTagFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in opennlp.tools.postag with parameters of type POSTagFormatModifierConstructorDescriptionPOSTaggerCrossValidator
(String languageCode, TrainingParameters trainParam, File tagDictionary, byte[] featureGeneratorBytes, Map<String, Object> resources, Integer tagdicCutoff, String factoryClass, POSTagFormat format, POSTaggerEvaluationMonitor... listeners) Initializes aPOSTaggerCrossValidator
that builds a ngram dictionary dynamically.POSTaggerCrossValidator
(String languageCode, TrainingParameters trainParam, POSTaggerFactory factory, POSTagFormat format, POSTaggerEvaluationMonitor... listeners) Creates aPOSTaggerCrossValidator
using the givenPOSTaggerFactory
.POSTaggerME
(String language, POSTagFormat format) Initializes aPOSTaggerME
by downloading a default model for a givenlanguage
.POSTaggerME
(POSModel model, POSTagFormat format) Initializes aPOSTaggerME
with the providedmodel
.ThreadSafePOSTaggerME
(String language, POSTagFormat format) Initializes aThreadSafePOSTaggerME
by downloading a default model for a givenlanguage
.ThreadSafePOSTaggerME
(POSModel model, POSTagFormat format) Initializes aThreadSafePOSTaggerME
with the specifiedmodel
.