-
public interface ClassifierContextKeyThe key used by the classifier to know if a ClassifierContext is equals to another ClassifierContext.
-
-
Method Summary
Modifier and Type Method Description abstract Stringid()The id of the key. abstract StringgetApplicationName()abstract NlpEngineTypegetEngineType()-
-
Method Detail
-
getApplicationName
abstract String getApplicationName()
-
getEngineType
abstract NlpEngineType getEngineType()
-
-
-
-