edu.stanford.nlp.pipeline
Class DeterministicCorefAnnotator

java.lang.Object
  extended by edu.stanford.nlp.pipeline.DeterministicCorefAnnotator
All Implemented Interfaces:
Annotator

public class DeterministicCorefAnnotator
extends java.lang.Object
implements Annotator

Implements the Annotator for the new deterministic coreference resolution system. In other words, this depends on: POSTaggerAnnotator, NERCombinerAnnotator (or equivalent), and ParserAnnotator.

Author:
Mihai Surdeanu, based on the CorefAnnotator written by Marie-Catherine de Marneffe

Constructor Summary
DeterministicCorefAnnotator(java.util.Properties props)
           
 
Method Summary
 void annotate(Annotation annotation)
           
static java.lang.String signature(java.util.Properties props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeterministicCorefAnnotator

public DeterministicCorefAnnotator(java.util.Properties props)
Method Detail

signature

public static java.lang.String signature(java.util.Properties props)

annotate

public void annotate(Annotation annotation)
Specified by:
annotate in interface Annotator


Stanford NLP Group