-
- All Implemented Interfaces:
-
ai.tock.nlp.model.ClassifierContext
public abstract class EntityContext implements ClassifierContext<EntityContextKey>
-
-
Field Summary
Fields Modifier and Type Field Description private final Localelanguageprivate final NlpEngineTypeengineTypeprivate final StringapplicationName
-
Constructor Summary
Constructors Constructor Description EntityContext(Locale language, NlpEngineType engineType, String applicationName)
-
Method Summary
Modifier and Type Method Description StringtoString()LocalegetLanguage()NlpEngineTypegetEngineType()StringgetApplicationName()-
-
Method Detail
-
getLanguage
Locale getLanguage()
-
getEngineType
NlpEngineType getEngineType()
-
getApplicationName
String getApplicationName()
-
-
-
-