Package opennlp.tools.ml.maxent
Interface ContextGenerator<T>
- All Known Implementing Classes:
BasicContextGenerator
public interface ContextGenerator<T>
Generate contexts for maxent decisions.
-
Method Summary
Modifier and TypeMethodDescriptionString[]getContext(T o) Builds up the list of contextual predicates given an Object.
-
Method Details
-
getContext
Builds up the list of contextual predicates given an Object.
-