-
- All Implemented Interfaces:
-
ai.tock.nlp.model.ClassifierContext
public class EntityBuildContext extends EntityContext
-
-
Field Summary
Fields Modifier and Type Field Description private final Localelanguageprivate final NlpEngineTypeengineTypeprivate final StringapplicationName
-
Method Summary
Modifier and Type Method Description abstract List<SampleExpression>select(List<SampleExpression> expressions)Returns expressions for this context LocalegetLanguage()NlpEngineTypegetEngineType()StringgetApplicationName()-
Methods inherited from class ai.tock.nlp.model.EntityBuildContext
toString -
Methods inherited from class ai.tock.nlp.model.EntityContext
key -
Methods inherited from class ai.tock.nlp.model.ClassifierContext
equals, hashCode -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
select
abstract List<SampleExpression> select(List<SampleExpression> expressions)
Returns expressions for this context
-
getLanguage
Locale getLanguage()
-
getEngineType
NlpEngineType getEngineType()
-
getApplicationName
String getApplicationName()
-
-
-
-