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.
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.
LinkerMode Enumeration of modes in which a linker can run.
 

Package opennlp.tools.coref Description

Package related to performing coreference resolution.



Copyright 2008 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.