| Class | Description |
|---|---|
| EntityTypeMatch |
Implements a matching function that returns the score
specified in the constructor if the mention has
the specified entity type.
|
| ExactPhraseMatch |
Implements a matching function that returns the score
specified in the constructor if there is a match
between the normal phrases of the mention and one of
the mentions in the mention chain.
|
| GenderKiller |
Implements a killing function that defeats a match of a mention
against a mention chain with an incompatible gender.
|
| HonorificConflictKiller |
Implements a killing function that defeats a match of a mention
against a mention chain with an incompatible honorific.
|
| SequenceSubstringMatch |
Implements a matching function that returns the score specified in
the constructor if there is a token-wise match between the normal
tokens of the mention and one of the mentions in the mention chain
that is within a specified edit distance.
|
| SynonymMatch |
Implements a matching function that returns the score specified in
the constructor if the mention has a synonym in the mention set as
specified by the synonym dictionary.
|
Copyright © 2016 Alias-i, Inc.. All rights reserved.