public interface EntityTokenSurfaceFormMappingSupplier
NerPropagationPreprocessor that replaces named entities with a single token. It is
used by the EntityTokenReplaceingPostprocessor to get a mapping from the token passed through the POS-tagging
to the real tokens that should be inserted.| Modifier and Type | Field and Description |
|---|---|
static int |
CORRECT_SURFACE_FORM_ID |
static int |
ENTITY_TOKEN_GONE_THROUGH_POS_TAGGING_ID |
| Modifier and Type | Method and Description |
|---|---|
EntityTermMapping |
getLastEntityTokenSurfaceFormMapping()
Returns the mapping created since the last call of this method.
|
static final int ENTITY_TOKEN_GONE_THROUGH_POS_TAGGING_ID
static final int CORRECT_SURFACE_FORM_ID
EntityTermMapping getLastEntityTokenSurfaceFormMapping()
Copyright © 2015–2020. All rights reserved.