public static class EntityTypeEvaluator.DefaultImpls
Evaluate a text for the specified entity.
| Modifier and Type | Method and Description |
|---|---|
static ai.tock.nlp.core.merge.ValueDescriptor |
merge(EntityTypeEvaluator $this,
ai.tock.nlp.model.EntityCallContextForEntity context,
java.util.List<ai.tock.nlp.core.merge.ValueDescriptor> values)
Merge two or more ValueDescriptor.
Returns null if the merge is not applicable.
|
@Nullable public static ai.tock.nlp.core.merge.ValueDescriptor merge(EntityTypeEvaluator $this, @NotNull ai.tock.nlp.model.EntityCallContextForEntity context, @NotNull java.util.List<ai.tock.nlp.core.merge.ValueDescriptor> values)
Merge two or more ValueDescriptor. Returns null if the merge is not applicable.