Interface | Description |
---|---|
Linker |
A linker provides an interface for finding mentions,
getMentionFinder ,
and creating entities out of those mentions, getEntities . |
Class | Description |
---|---|
AbstractLinker | |
CorefModel | |
CorefSample | |
CorefSampleDataStream | |
CorefTrainer | |
DefaultLinker |
This class perform coreference for treebank style parses or for noun-phrase chunked data.
|
DiscourseElement |
Represents an item in which can be put into the discourse model.
|
DiscourseEntity |
Represents an entity in a discourse model.
|
DiscourseModel |
Represents the elements which are part of a discourse.
|
TreebankLinker |
This class perform coreference for treebank style parses.
|
Enum | Description |
---|---|
LinkerMode |
Enumeration of modes in which a linker can run.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.