Uses of Class
opennlp.tools.ml.model.ComparableEvent
Packages that use ComparableEvent
-
Uses of ComparableEvent in opennlp.tools.ml.model
Classes in opennlp.tools.ml.model that implement interfaces with type arguments of type ComparableEventModifier and TypeClassDescriptionclassA maxent event representation which we can use to sort based on the predicates indexes contained in the events.Methods in opennlp.tools.ml.model that return types with arguments of type ComparableEventModifier and TypeMethodDescriptionprotected List<ComparableEvent> AbstractDataIndexer.index(opennlp.tools.util.ObjectStream<opennlp.tools.ml.model.Event> events, Map<String, Integer> predicateIndex) Performs the data indexing.Methods in opennlp.tools.ml.model with parameters of type ComparableEventMethod parameters in opennlp.tools.ml.model with type arguments of type ComparableEventModifier and TypeMethodDescriptionprotected intAbstractDataIndexer.sortAndMerge(List<ComparableEvent> eventsToCompare, boolean sort) Sorts and uniques the array of comparable events and return the number of unique events.protected intOnePassRealValueDataIndexer.sortAndMerge(List<ComparableEvent> eventsToCompare, boolean sort)