Package opennlp.tools.langdetect
Interface LanguageDetectorContextGenerator
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultLanguageDetectorContextGenerator
public interface LanguageDetectorContextGenerator extends Serializable
A context generator interface for language detector.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
getContext(CharSequence document)
-
-
-
Method Detail
-
getContext
String[] getContext(CharSequence document)
-
-