edu.stanford.nlp.pipeline
Class DeterministicCorefAnnotator
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeterministicCorefAnnotator
public DeterministicCorefAnnotator(java.util.Properties props)
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