| Package | Description |
|---|---|
| com.aliasi.coref.matchers |
Classes for matching and killing functions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntityTypeMatch
Implements a matching function that returns the score
specified in the constructor if the mention has
the specified entity type.
|
class |
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.
|
class |
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.
|
class |
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 © 2019 Alias-i, Inc.. All rights reserved.