Uses of Class
opennlp.tools.coref.LinkerMode

Packages that use LinkerMode
opennlp.tools.coref Package related to performing coreference resolution. 
opennlp.tools.lang.english Package related to the processing of English data. 
 

Uses of LinkerMode in opennlp.tools.coref
 

Fields in opennlp.tools.coref declared as LinkerMode
protected  LinkerMode AbstractLinker.mode
          The mode in which this linker is running.
 

Methods in opennlp.tools.coref that return LinkerMode
static LinkerMode LinkerMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LinkerMode[] LinkerMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in opennlp.tools.coref with parameters of type LinkerMode
protected  void DefaultLinker.initResolvers(LinkerMode mode, double fixedNonReferentialProbability)
          Initializes the resolvers used by this linker.
 

Constructors in opennlp.tools.coref with parameters of type LinkerMode
AbstractLinker(String project, LinkerMode mode)
          Creates a new linker using the models in the specified project directory and using the specified mode.
AbstractLinker(String project, LinkerMode mode, boolean useDiscourseModel)
          Creates a new linker using the models in the specified project directory, using the specified mode, and combining coreferent entities based on the specified value.
DefaultLinker(String modelDirectory, LinkerMode mode)
          Creates a new linker with the specified model directory, running in the specified mode.
DefaultLinker(String modelDirectory, LinkerMode mode, boolean useDiscourseModel)
          Creates a new linker with the specified model directory, running in the specified mode which uses a discourse model based on the specified parameter.
DefaultLinker(String modelDirectory, LinkerMode mode, boolean useDiscourseModel, double fixedNonReferentialProbability)
          Creates a new linker with the specified model directory, running in the specified mode which uses a discourse model based on the specified parameter and uses the specified fixed non-referential probability.
 

Uses of LinkerMode in opennlp.tools.lang.english
 

Constructors in opennlp.tools.lang.english with parameters of type LinkerMode
TreebankLinker(String project, LinkerMode mode)
           
TreebankLinker(String project, LinkerMode mode, boolean useDiscourseModel)
           
TreebankLinker(String project, LinkerMode mode, boolean useDiscourseModel, double fixedNonReferentialProbability)
           
 



Copyright © 2010. All Rights Reserved.