Package opennlp.tools.ml.maxent
Schnittstelle ContextGenerator<T>
- Alle bekannten Implementierungsklassen:
BasicContextGenerator
public interface ContextGenerator<T>
Represents a generator of contexts for maxent decisions.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungString[]
getContext
(T o) Builds up the list of contextual predicates given anobject
.