Uses of Interface
opennlp.tools.ml.maxent.ContextGenerator
-
Packages that use ContextGenerator Package Description opennlp.tools.ml.maxent Package related to ML by means of the Maximum Entropy (ME) algorithm. -
-
Uses of ContextGenerator in opennlp.tools.ml.maxent
Classes in opennlp.tools.ml.maxent that implement ContextGenerator Modifier and Type Class Description class
BasicContextGenerator
AContextGenerator
implementation for maxent decisions, assuming that the input given to theBasicContextGenerator.getContext(String)
method is a String containing contextual predicates separated by spaces, for instance:
-