Package opennlp.tools.langdetect
Class ProbingLanguageDetectionResult
- java.lang.Object
-
- opennlp.tools.langdetect.ProbingLanguageDetectionResult
-
public class ProbingLanguageDetectionResult extends Object
A data container encapsulating language detection results.
-
-
Constructor Summary
Constructors Constructor Description ProbingLanguageDetectionResult(Language[] languages, int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Language[]
getLanguages()
int
getLength()
-
-
-
Constructor Detail
-
ProbingLanguageDetectionResult
public ProbingLanguageDetectionResult(Language[] languages, int length)
-
-