Package edu.stanford.nlp.dcoref

Interface Summary
CorefMentionFinder Interface for finding coref mentions in a document.
 

Class Summary
ACEMentionExtractor Extracts <COREF> mentions from a file annotated in ACE format (ACE2004, ACE2005).
CoNLL2011DocumentReader Read _conll file format from CoNLL2011.
CoNLL2011DocumentReader.CorefMentionAnnotation  
CoNLL2011DocumentReader.CorpusStats  
CoNLL2011DocumentReader.Document  
CoNLL2011DocumentReader.NamedEntityAnnotation  
CoNLL2011DocumentReader.Options Flags
CoNLLMentionExtractor Extracts coref mentions from a CoNLL2011 data files
Constants  
CorefChain Output of (deterministic) coref system.
CorefChain.CorefMention Mention for coref output.
CorefChain.MentionComparator  
CorefCluster One cluster for the SieveCoreferenceSystem.
CorefCoreAnnotations Similar to CoreAnnotations, but this class contains annotations made specifically for storing Coref data.
CorefCoreAnnotations.CorefAnnotation the standard key for the coref label.
CorefCoreAnnotations.CorefChainAnnotation CorefChainID - CorefChain map
CorefCoreAnnotations.CorefClusterAnnotation Set of all the CoreLabel objects which are coreferent with a CoreLabel.
CorefCoreAnnotations.CorefClusterIdAnnotation An integer representing a document-level unique cluster of coreferent entities.
CorefCoreAnnotations.CorefDestAnnotation Destination of the coreference link for this word (if any): it contains the index of the sentence and the index of the word that are the end of this coref link Both indices start at 1 The sentence index is IntTuple.get(0); the token index in the sentence is IntTuple.get(1)
CorefCoreAnnotations.CorefGraphAnnotation This stores the entire set of coreference links for one document.
CorefScorer Wrapper for a coreference resolution score: MUC, B cubed, Pairwise.
Dictionaries  
Document  
Mention One mention for the SieveCoreferenceSystem.
MentionExtractor Generic mention extractor from a corpus.
MUCMentionExtractor Extracts <COREF> mentions from a file annotated in MUC format.
RuleBasedCorefMentionFinder  
Rules Rules for coref system (mention detection, entity coref, event coref) The name of the method for mention detection starts with detection, for entity coref starts with entity, and for event coref starts with event.
ScorerBCubed B^3 scorer
ScorerMUC  
ScorerPairwise  
Semantics Semantic knowledge: currently WordNet is available
SieveCoreferenceSystem Multi-pass Sieve coreference resolution system (see EMNLP 2010 paper).
SieveOptions  
 

Enum Summary
Dictionaries.Animacy  
Dictionaries.Gender  
Dictionaries.MentionType  
Dictionaries.Number  
Dictionaries.Person  
Document.DocType  
ScorerBCubed.BCubedType  
 



Stanford NLP Group