-
public interface ClassifierContext<T extends ClassifierContextKey>
-
-
Method Summary
Modifier and Type Method Description abstract Tkey()abstract LocalegetLanguage()abstract NlpEngineTypegetEngineType()abstract StringgetApplicationName()-
-
Method Detail
-
getLanguage
abstract Locale getLanguage()
-
getEngineType
abstract NlpEngineType getEngineType()
-
getApplicationName
abstract String getApplicationName()
-
-
-
-