| Name | Description | Type | Package | Framework |
| ACEMentionExtractor | Extracts mentions from a file annotated in ACE format (ACE2004, ACE2005). | Class | edu.stanford.nlp.dcoref | Stanford Parser |
|
| AliasMatch | | Class | edu.stanford.nlp.dcoref.sievepasses | Stanford Parser |
|
| CoNLL2011DocumentReader | Read _conll file format from CoNLL2011. | Class | edu.stanford.nlp.dcoref | Stanford Parser |
|
| CoNLL2011DocumentReader .CorefMentionAnnotation | | Class | edu.stanford.nlp.dcoref.CoNLL2011DocumentReader | Stanford Parser |
|
| CoNLL2011DocumentReader .CorpusStats | | Class | edu.stanford.nlp.dcoref.CoNLL2011DocumentReader | Stanford Parser |
|
| CoNLL2011DocumentReader .Document | | Class | edu.stanford.nlp.dcoref.CoNLL2011DocumentReader | Stanford Parser |
|
| CoNLL2011DocumentReader .NamedEntityAnnotation | | Class | edu.stanford.nlp.dcoref.CoNLL2011DocumentReader | Stanford Parser |
|
| CoNLL2011DocumentReader .Options | | Class | edu.stanford.nlp.dcoref.CoNLL2011DocumentReader | Stanford Parser |
|
| CoNLLMentionExtractor | | Class | edu.stanford.nlp.dcoref | Stanford Parser |
|
| Constants | | Class | edu.stanford.nlp.dcoref | Stanford Parser |
|
| CorefChain | Output of (deterministic) coref system. | Class | edu.stanford.nlp.dcoref | Stanford Parser |
|
| CorefChain .CorefMention | Mention for coref output. | Class | edu.stanford.nlp.dcoref.CorefChain | Stanford Parser |
|
| CorefChain .CorefMentionComparator | | Class | edu.stanford.nlp.dcoref.CorefChain | Stanford Parser |
|
| CorefChain .MentionComparator | | Class | edu.stanford.nlp.dcoref.CorefChain | Stanford Parser |
|
| CorefCluster | One cluster for the SieveCoreferenceSystem. | Class | edu.stanford.nlp.dcoref | Stanford Parser |
|
| CorefCoreAnnotations | Similar to CoreAnnotations, but this class contains | Class | edu.stanford.nlp.dcoref | Stanford Parser |
|
| CorefCoreAnnotations .CorefAnnotation | The standard key for the coref label. | Class | edu.stanford.nlp.dcoref.CorefCoreAnnotations | Stanford Parser |
|
| CorefCoreAnnotations .CorefChainAnnotation | CorefChainID - CorefChain map. | Class | edu.stanford.nlp.dcoref.CorefCoreAnnotations | Stanford Parser |
|
| CorefCoreAnnotations .CorefClusterAnnotation | Set of all the CoreLabel objects which are coreferent with a CoreLabel. | Class | edu.stanford.nlp.dcoref.CorefCoreAnnotations | Stanford Parser |
|
| CorefCoreAnnotations .CorefClusterIdAnnotation | An integer representing a document-level unique cluster of coreferent entities. | Class | edu.stanford.nlp.dcoref.CorefCoreAnnotations | Stanford Parser |
|
| CorefCoreAnnotations .CorefDestAnnotation | Destination of the coreference link for this word (if any). | Class | edu.stanford.nlp.dcoref.CorefCoreAnnotations | Stanford Parser |
|
| CorefCoreAnnotations .CorefGraphAnnotation | This stores the entire set of coreference links for one document. | Class | edu.stanford.nlp.dcoref.CorefCoreAnnotations | Stanford Parser |
|
| CorefDictionaryMatch | Sieve that uses the coreference dictionary for the technical domain developed by Recasens, Can and Jurafsky (NAACL 2013). | Class | edu.stanford.nlp.dcoref.sievepasses | Stanford Parser |
|
| CorefMentionFinder | Interface for finding coref mentions in a document. | Interface | edu.stanford.nlp.dcoref | Stanford Parser |
|
| CorefScorer | Wrapper for a coreference resolution score: MUC, B cubed, Pairwise. | Class | edu.stanford.nlp.dcoref | Stanford Parser |
|
| DeterministicCorefSieve | Base class for a Coref Sieve. | Class | edu.stanford.nlp.dcoref.sievepasses | Stanford Parser |
|
| Dictionaries | Provides accessors for various grammatical, semantic, and world knowledge lexicons and word lists primarily used by the Sieve coreference system, | Class | edu.stanford.nlp.dcoref | Stanford Parser |
|
| Dictionaries .Animacy | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.dcoref.Dictionaries | Stanford Parser |
|
| Dictionaries .Gender | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.dcoref.Dictionaries | Stanford Parser |
|
| Dictionaries .MentionType | | Class | edu.stanford.nlp.dcoref.Dictionaries | Stanford Parser |
|
| Dictionaries .Number | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.dcoref.Dictionaries | Stanford Parser |
|
| Dictionaries .Person | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.dcoref.Dictionaries | Stanford Parser |
|
| DiscourseMatch | | Class | edu.stanford.nlp.dcoref.sievepasses | Stanford Parser |
|
| Document | | Class | edu.stanford.nlp.dcoref | Stanford Parser |
|
| Document .DocType | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.dcoref.Document | Stanford Parser |
|
| ExactStringMatch | | Class | edu.stanford.nlp.dcoref.sievepasses | Stanford Parser |
|
| LexicalChainMatch | | Class | edu.stanford.nlp.dcoref.sievepasses | Stanford Parser |
|
| MarkRole | | Class | edu.stanford.nlp.dcoref.sievepasses | Stanford Parser |
|
| Mention | One mention for the SieveCoreferenceSystem. | Class | edu.stanford.nlp.dcoref | Stanford Parser |
|
| MentionExtractor | Generic mention extractor from a corpus. | Class | edu.stanford.nlp.dcoref | Stanford Parser |
|
| MentionMatcher | | Interface | edu.stanford.nlp.dcoref | Stanford Parser |
|
| MUCMentionExtractor | Extracts mentions from a file annotated in MUC format. | Class | edu.stanford.nlp.dcoref | Stanford Parser |
|
| NameMatch | | Class | edu.stanford.nlp.dcoref.sievepasses | Stanford Parser |
|
| NameMatchPrecise | | Class | edu.stanford.nlp.dcoref.sievepasses | Stanford Parser |
|
| PreciseConstructs | | Class | edu.stanford.nlp.dcoref.sievepasses | Stanford Parser |
|
| PronounMatch | | Class | edu.stanford.nlp.dcoref.sievepasses | Stanford Parser |
|
| RelaxedExactStringMatch | | Class | edu.stanford.nlp.dcoref.sievepasses | Stanford Parser |
|
| RelaxedHeadMatch | | Class | edu.stanford.nlp.dcoref.sievepasses | Stanford Parser |
|
| RuleBasedCorefMentionFinder | | Class | edu.stanford.nlp.dcoref | Stanford Parser |
|
| Rules | Rules for coref system (mention detection, entity coref, event coref) The name of the method for mention detection starts with detection, | Class | edu.stanford.nlp.dcoref | Stanford Parser |
|
| ScorerBCubed | | Class | edu.stanford.nlp.dcoref | Stanford Parser |
|
| ScorerBCubed .BCubedType | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.dcoref.ScorerBCubed | Stanford Parser |
|
| ScorerMUC | | Class | edu.stanford.nlp.dcoref | Stanford Parser |
|
| ScorerPairwise | | Class | edu.stanford.nlp.dcoref | Stanford Parser |
|
| Semantics | | Class | edu.stanford.nlp.dcoref | Stanford Parser |
|
| SieveCoreferenceSystem | Multi-pass Sieve coreference resolution system (see EMNLP 2010 paper). | Class | edu.stanford.nlp.dcoref | Stanford Parser |
|
| SieveOptions | | Class | edu.stanford.nlp.dcoref | Stanford Parser |
|
| SpeakerInfo | | Class | edu.stanford.nlp.dcoref | Stanford Parser |
|
| StrictHeadMatch1 | | Class | edu.stanford.nlp.dcoref.sievepasses | Stanford Parser |
|
| StrictHeadMatch2 | | Class | edu.stanford.nlp.dcoref.sievepasses | Stanford Parser |
|
| StrictHeadMatch3 | | Class | edu.stanford.nlp.dcoref.sievepasses | Stanford Parser |
|
| StrictHeadMatch4 | | Class | edu.stanford.nlp.dcoref.sievepasses | Stanford Parser |
|
| ACEMentionExtractor | Extracts mentions from a file annotated in ACE format (ACE2004, ACE2005). | Class | edu.stanford.nlp.dcoref | JavaNlp |
|
| AliasMatch | | Class | edu.stanford.nlp.dcoref.sievepasses | JavaNlp |
|
| CoNLL2011DocumentReader | Read _conll file format from CoNLL2011. | Class | edu.stanford.nlp.dcoref | JavaNlp |
|
| CoNLL2011DocumentReader .CorefMentionAnnotation | | Class | edu.stanford.nlp.dcoref.CoNLL2011DocumentReader | JavaNlp |
|
| CoNLL2011DocumentReader .CorpusStats | | Class | edu.stanford.nlp.dcoref.CoNLL2011DocumentReader | JavaNlp |
|
| CoNLL2011DocumentReader .Document | | Class | edu.stanford.nlp.dcoref.CoNLL2011DocumentReader | JavaNlp |
|
| CoNLL2011DocumentReader .NamedEntityAnnotation | | Class | edu.stanford.nlp.dcoref.CoNLL2011DocumentReader | JavaNlp |
|
| CoNLL2011DocumentReader .Options | | Class | edu.stanford.nlp.dcoref.CoNLL2011DocumentReader | JavaNlp |
|
| CoNLLMentionExtractor | | Class | edu.stanford.nlp.dcoref | JavaNlp |
|
| Constants | | Class | edu.stanford.nlp.dcoref | JavaNlp |
|
| CorefChain | Output of (deterministic) coref system. | Class | edu.stanford.nlp.dcoref | JavaNlp |
|
| CorefChain .CorefMention | Mention for coref output. | Class | edu.stanford.nlp.dcoref.CorefChain | JavaNlp |
|
| CorefChain .CorefMentionComparator | | Class | edu.stanford.nlp.dcoref.CorefChain | JavaNlp |
|
| CorefChain .MentionComparator | | Class | edu.stanford.nlp.dcoref.CorefChain | JavaNlp |
|
| CorefCluster | One cluster for the SieveCoreferenceSystem. | Class | edu.stanford.nlp.dcoref | JavaNlp |
|
| CorefCoreAnnotations | Similar to CoreAnnotations, but this class contains | Class | edu.stanford.nlp.dcoref | JavaNlp |
|
| CorefCoreAnnotations .CorefAnnotation | The standard key for the coref label. | Class | edu.stanford.nlp.dcoref.CorefCoreAnnotations | JavaNlp |
|
| CorefCoreAnnotations .CorefChainAnnotation | CorefChainID - CorefChain map. | Class | edu.stanford.nlp.dcoref.CorefCoreAnnotations | JavaNlp |
|
| CorefCoreAnnotations .CorefClusterAnnotation | Set of all the CoreLabel objects which are coreferent with a CoreLabel. | Class | edu.stanford.nlp.dcoref.CorefCoreAnnotations | JavaNlp |
|
| CorefCoreAnnotations .CorefClusterIdAnnotation | An integer representing a document-level unique cluster of coreferent entities. | Class | edu.stanford.nlp.dcoref.CorefCoreAnnotations | JavaNlp |
|
| CorefCoreAnnotations .CorefDestAnnotation | Destination of the coreference link for this word (if any). | Class | edu.stanford.nlp.dcoref.CorefCoreAnnotations | JavaNlp |
|
| CorefCoreAnnotations .CorefGraphAnnotation | This stores the entire set of coreference links for one document. | Class | edu.stanford.nlp.dcoref.CorefCoreAnnotations | JavaNlp |
|
| CorefDictionaryMatch | Sieve that uses the coreference dictionary for the technical domain developed by Recasens, Can and Jurafsky (NAACL 2013). | Class | edu.stanford.nlp.dcoref.sievepasses | JavaNlp |
|
| CorefMentionFinder | Interface for finding coref mentions in a document. | Interface | edu.stanford.nlp.dcoref | JavaNlp |
|
| CorefScorer | Wrapper for a coreference resolution score: MUC, B cubed, Pairwise. | Class | edu.stanford.nlp.dcoref | JavaNlp |
|
| DeterministicCorefSieve | Base class for a Coref Sieve. | Class | edu.stanford.nlp.dcoref.sievepasses | JavaNlp |
|
| Dictionaries | Provides accessors for various grammatical, semantic, and world knowledge lexicons and word lists primarily used by the Sieve coreference system, | Class | edu.stanford.nlp.dcoref | JavaNlp |
|
| Dictionaries .Animacy | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.dcoref.Dictionaries | JavaNlp |
|
| Dictionaries .Gender | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.dcoref.Dictionaries | JavaNlp |
|
| Dictionaries .MentionType | | Class | edu.stanford.nlp.dcoref.Dictionaries | JavaNlp |
|
| Dictionaries .Number | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.dcoref.Dictionaries | JavaNlp |
|
| Dictionaries .Person | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.dcoref.Dictionaries | JavaNlp |
|
| DiscourseMatch | | Class | edu.stanford.nlp.dcoref.sievepasses | JavaNlp |
|
| Document | | Class | edu.stanford.nlp.dcoref | JavaNlp |
|
| Document .DocType | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.dcoref.Document | JavaNlp |
|
| ExactStringMatch | | Class | edu.stanford.nlp.dcoref.sievepasses | JavaNlp |
|
| LexicalChainMatch | | Class | edu.stanford.nlp.dcoref.sievepasses | JavaNlp |
|
| MarkRole | | Class | edu.stanford.nlp.dcoref.sievepasses | JavaNlp |
|
| Mention | One mention for the SieveCoreferenceSystem. | Class | edu.stanford.nlp.dcoref | JavaNlp |
|
| MentionExtractor | Generic mention extractor from a corpus. | Class | edu.stanford.nlp.dcoref | JavaNlp |
|
| MentionMatcher | | Interface | edu.stanford.nlp.dcoref | JavaNlp |
|
| MUCMentionExtractor | Extracts mentions from a file annotated in MUC format. | Class | edu.stanford.nlp.dcoref | JavaNlp |
|
| NameMatch | | Class | edu.stanford.nlp.dcoref.sievepasses | JavaNlp |
|
| NameMatchPrecise | | Class | edu.stanford.nlp.dcoref.sievepasses | JavaNlp |
|
| PreciseConstructs | | Class | edu.stanford.nlp.dcoref.sievepasses | JavaNlp |
|
| PronounMatch | | Class | edu.stanford.nlp.dcoref.sievepasses | JavaNlp |
|
| RelaxedExactStringMatch | | Class | edu.stanford.nlp.dcoref.sievepasses | JavaNlp |
|
| RelaxedHeadMatch | | Class | edu.stanford.nlp.dcoref.sievepasses | JavaNlp |
|
| RuleBasedCorefMentionFinder | | Class | edu.stanford.nlp.dcoref | JavaNlp |
|
| Rules | Rules for coref system (mention detection, entity coref, event coref) The name of the method for mention detection starts with detection, | Class | edu.stanford.nlp.dcoref | JavaNlp |
|
| ScorerBCubed | | Class | edu.stanford.nlp.dcoref | JavaNlp |
|
| ScorerBCubed .BCubedType | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.dcoref.ScorerBCubed | JavaNlp |
|
| ScorerMUC | | Class | edu.stanford.nlp.dcoref | JavaNlp |
|
| ScorerPairwise | | Class | edu.stanford.nlp.dcoref | JavaNlp |
|
| Semantics | | Class | edu.stanford.nlp.dcoref | JavaNlp |
|
| SieveCoreferenceSystem | Multi-pass Sieve coreference resolution system (see EMNLP 2010 paper). | Class | edu.stanford.nlp.dcoref | JavaNlp |
|
| SieveOptions | | Class | edu.stanford.nlp.dcoref | JavaNlp |
|
| SpeakerInfo | | Class | edu.stanford.nlp.dcoref | JavaNlp |
|
| StrictHeadMatch1 | | Class | edu.stanford.nlp.dcoref.sievepasses | JavaNlp |
|
| StrictHeadMatch2 | | Class | edu.stanford.nlp.dcoref.sievepasses | JavaNlp |
|
| StrictHeadMatch3 | | Class | edu.stanford.nlp.dcoref.sievepasses | JavaNlp |
|
| StrictHeadMatch4 | | Class | edu.stanford.nlp.dcoref.sievepasses | JavaNlp |