| Package | Description |
|---|---|
| com.aliasi.coref |
Classes for determining entity coreference within documents.
|
| com.aliasi.coref.matchers |
Classes for matching and killing functions.
|
| Class and Description |
|---|
| AbstractMentionChain
An abstract implementation of a mention chain in terms of matching
and killing functions.
|
| AbstractMentionFactory
The
AbstractMentionFactory class implements the
mention factory interface using linguistically-motivated abstract
methods. |
| Killer
An implementation of the killing interface provides a way
of defeating a match between a mention and a mention chain.
|
| Matcher
An implementation of the matching interface provides
a score for matching a mention against a mention chain.
|
| Mention
An instance of
Mention represents a single mention of
a given phrase in context. |
| MentionChain
A
MentionChain represents a set of mentions that have
been resolved as coreferent in that they refer to the same
underlying entity. |
| MentionFactory
A
MentionFactory is responsible for creating
and merging mentions and mention chains. |
| Class and Description |
|---|
| BooleanMatcherAdapter
Provides a means of implementing a
Matcher that returns a
constant value if a boolean condition is satisifed and the no-match
score otherwise. |
| Killer
An implementation of the killing interface provides a way
of defeating a match between a mention and a mention chain.
|
| Matcher
An implementation of the matching interface provides
a score for matching a mention against a mention chain.
|
| Mention
An instance of
Mention represents a single mention of
a given phrase in context. |
| MentionChain
A
MentionChain represents a set of mentions that have
been resolved as coreferent in that they refer to the same
underlying entity. |
Copyright © 2016 Alias-i, Inc.. All rights reserved.