Uses of Interface
opennlp.tools.ml.maxent.ContextGenerator
-
Packages that use ContextGenerator Package Description opennlp.tools.ml.maxent Provides main functionality of the maxent package including data structures and algorithms for parameter estimation. -
-
Uses of ContextGenerator in opennlp.tools.ml.maxent
Classes in opennlp.tools.ml.maxent that implement ContextGenerator Modifier and Type Class Description class
BasicContextGenerator
Generate contexts for maxent decisions, assuming that the input given to the getContext() method is a String containing contextual predicates separated by spaces.
-