Package opennlp.tools.coref

Package related to performing coreference resolution.

See:
          Description

Interface Summary
Linker A linker provides an interface for finding mentions, getMentionFinder, and creating entities out of those mentions, getEntities.
 

Class Summary
AbstractLinker Provides a default implementation of many of the methods in Linker that most implementations of Linker will want to extend.
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 Summary
LinkerMode Enumeration of modes in which a linker can run.
 

Package opennlp.tools.coref Description

Package related to performing coreference resolution.



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.