Uses of Class
opennlp.tools.util.InsufficientTrainingDataException
-
Packages that use InsufficientTrainingDataException Package Description opennlp.tools.ml.model Package related to ML models and feature selection techniques. -
-
Uses of InsufficientTrainingDataException in opennlp.tools.ml.model
Methods in opennlp.tools.ml.model that throw InsufficientTrainingDataException Modifier and Type Method Description protected int
AbstractDataIndexer. sortAndMerge(List<ComparableEvent> eventsToCompare, boolean sort)
Sorts and uniques the array of comparable events and return the number of unique events.protected int
OnePassRealValueDataIndexer. sortAndMerge(List<ComparableEvent> eventsToCompare, boolean sort)
-