opennlp.tools.lang.english
Class TreebankLinker

java.lang.Object
  extended by opennlp.tools.coref.AbstractLinker
      extended by opennlp.tools.coref.DefaultLinker
          extended by opennlp.tools.lang.english.TreebankLinker
All Implemented Interfaces:
Linker

Deprecated. will be removed soon!

@Deprecated
public class TreebankLinker
extends DefaultLinker

This class perform coreference for treebank style parses. It will only perform coreference over constituents defined in the trees and will not generate new constituents for pre-nominal entities or sub-entities in simple coordinated noun phrases. This linker requires that named-entity information also be provided. This information can be added to the parse using the -parse option with EnglishNameFinder.


Field Summary
 
Fields inherited from interface opennlp.tools.coref.Linker
COMBINED_NPS, DESCRIPTOR, ISA, NP, PRONOUN_MODIFIER, PROPER_NOUN_MODIFIER
 
Constructor Summary
TreebankLinker(String project, LinkerMode mode)
          Deprecated.  
TreebankLinker(String project, LinkerMode mode, boolean useDiscourseModel)
          Deprecated.  
TreebankLinker(String project, LinkerMode mode, boolean useDiscourseModel, double fixedNonReferentialProbability)
          Deprecated.  
 
Method Summary
static void main(String[] args)
          Deprecated. Identitifies corefernce relationships for parsed input passed via standard in.
 
Methods inherited from class opennlp.tools.coref.AbstractLinker
constructMentionContexts, getEntities, getHeadFinder, getMentionFinder, setEntities, train
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreebankLinker

public TreebankLinker(String project,
                      LinkerMode mode)
               throws IOException
Deprecated. 
Throws:
IOException

TreebankLinker

public TreebankLinker(String project,
                      LinkerMode mode,
                      boolean useDiscourseModel)
               throws IOException
Deprecated. 
Throws:
IOException

TreebankLinker

public TreebankLinker(String project,
                      LinkerMode mode,
                      boolean useDiscourseModel,
                      double fixedNonReferentialProbability)
               throws IOException
Deprecated. 
Throws:
IOException
Method Detail

main

public static void main(String[] args)
                 throws IOException
Deprecated. 
Identitifies corefernce relationships for parsed input passed via standard in.

Parameters:
args - The model directory.
Throws:
IOException - when the model directory can not be read.


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