| Name | Description | Type | Package | Framework |
| AliasMatch | | Class | edu.stanford.nlp.hcoref.sieve | Stanford Parser |
|
| ChineseHeadMatch | | Class | edu.stanford.nlp.hcoref.sieve | Stanford Parser |
|
| CoNLLDocumentReader | Read _conll file format from CoNLL2011. | Class | edu.stanford.nlp.hcoref.docreader | Stanford Parser |
|
| CoNLLDocumentReader .CoNLLDocument | | Class | edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader | Stanford Parser |
|
| CoNLLDocumentReader .CorefMentionAnnotation | | Class | edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader | Stanford Parser |
|
| CoNLLDocumentReader .CorpusStats | | Class | edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader | Stanford Parser |
|
| CoNLLDocumentReader .NamedEntityAnnotation | | Class | edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader | Stanford Parser |
|
| CoNLLDocumentReader .Options | | Class | edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader | Stanford Parser |
|
| CorefChain | Output of (deterministic) coref system. | Class | edu.stanford.nlp.hcoref.data | Stanford Parser |
|
| CorefChain .CorefMention | Mention for coref output. | Class | edu.stanford.nlp.hcoref.data.CorefChain | Stanford Parser |
|
| CorefChain .CorefMentionComparator | | Class | edu.stanford.nlp.hcoref.data.CorefChain | Stanford Parser |
|
| CorefChain .MentionComparator | | Class | edu.stanford.nlp.hcoref.data.CorefChain | Stanford Parser |
|
| CorefCluster | One cluster for the SieveCoreferenceSystem. | Class | edu.stanford.nlp.hcoref.data | Stanford Parser |
|
| CorefCoreAnnotations | Similar to CoreAnnotations, but this class contains | Class | edu.stanford.nlp.hcoref | Stanford Parser |
|
| CorefCoreAnnotations .CorefAnnotation | the standard key for the coref label. | Class | edu.stanford.nlp.hcoref.CorefCoreAnnotations | Stanford Parser |
|
| CorefCoreAnnotations .CorefChainAnnotation | | Class | edu.stanford.nlp.hcoref.CorefCoreAnnotations | Stanford Parser |
|
| CorefCoreAnnotations .CorefClusterAnnotation | Set of all the CoreLabel objects which are coreferent with a CoreLabel. | Class | edu.stanford.nlp.hcoref.CorefCoreAnnotations | Stanford Parser |
|
| CorefCoreAnnotations .CorefClusterIdAnnotation | An integer representing a document-level unique cluster of coreferent entities. | Class | edu.stanford.nlp.hcoref.CorefCoreAnnotations | Stanford Parser |
|
| 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 | Class | edu.stanford.nlp.hcoref.CorefCoreAnnotations | Stanford Parser |
|
| CorefCoreAnnotations .CorefGraphAnnotation | This stores the entire set of coreference links for one document. | Class | edu.stanford.nlp.hcoref.CorefCoreAnnotations | Stanford Parser |
|
| CorefCoreAnnotations .CorefMentionsAnnotation | | Class | edu.stanford.nlp.hcoref.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.hcoref.sieve | Stanford Parser |
|
| CorefDocMaker | make Document for coref input from Annotation and optional info read input (raw, conll etc) with DocReader, mention detection, and document preprocessing will be done here | Class | edu.stanford.nlp.hcoref | Stanford Parser |
|
| CorefMentionFinder | Interface for finding coref mentions in a document. | Class | edu.stanford.nlp.hcoref.md | Stanford Parser |
|
| CorefPrinter | | Class | edu.stanford.nlp.hcoref | Stanford Parser |
|
| CorefProperties | | Class | edu.stanford.nlp.hcoref | Stanford Parser |
|
| CorefProperties .CorefInputType | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.hcoref.CorefProperties | Stanford Parser |
|
| CorefProperties .MentionDetectionType | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.hcoref.CorefProperties | Stanford Parser |
|
| CorefSystem | | Class | edu.stanford.nlp.hcoref | Stanford Parser |
|
| DcorefSieveOptions | | Class | edu.stanford.nlp.hcoref.sieve | Stanford Parser |
|
| DecisionTree | | Class | edu.stanford.nlp.hcoref.rf | Stanford Parser |
|
| DecisionTreeNode | | Class | edu.stanford.nlp.hcoref.rf | Stanford Parser |
|
| DependencyCorefMentionFinder | | Class | edu.stanford.nlp.hcoref.md | Stanford Parser |
|
| DeterministicCorefSieve | Base class for a Coref Sieve. | Class | edu.stanford.nlp.hcoref.sieve | Stanford Parser |
|
| Dictionaries | | Class | edu.stanford.nlp.hcoref.data | Stanford Parser |
|
| Dictionaries .Animacy | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.hcoref.data.Dictionaries | Stanford Parser |
|
| Dictionaries .Gender | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.hcoref.data.Dictionaries | Stanford Parser |
|
| Dictionaries .MentionType | | Class | edu.stanford.nlp.hcoref.data.Dictionaries | Stanford Parser |
|
| Dictionaries .Number | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.hcoref.data.Dictionaries | Stanford Parser |
|
| Dictionaries .Person | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.hcoref.data.Dictionaries | Stanford Parser |
|
| DiscourseMatch | | Class | edu.stanford.nlp.hcoref.sieve | Stanford Parser |
|
| DocReader | Read raw, CoNLL, ACE, or MUC document and return InputDocRead raw, CoNLL, ACE, or MUC document and return InputDoc | Interface | edu.stanford.nlp.hcoref.docreader | Stanford Parser |
|
| Document | | Class | edu.stanford.nlp.hcoref.data | Stanford Parser |
|
| Document .DocType | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.hcoref.data.Document | Stanford Parser |
|
| ExactStringMatch | | Class | edu.stanford.nlp.hcoref.sieve | Stanford Parser |
|
| HybridCorefMentionFinder | | Class | edu.stanford.nlp.hcoref.md | Stanford Parser |
|
| InputDoc | Input document read from input source (CoNLL, ACE, MUC, or raw text) Stores Annotation, gold info (optional) and additional document information (optional) | Class | edu.stanford.nlp.hcoref.data | Stanford Parser |
|
| LexicalChainMatch | | Class | edu.stanford.nlp.hcoref.sieve | Stanford Parser |
|
| MarkRole | | Class | edu.stanford.nlp.hcoref.sieve | Stanford Parser |
|
| Mention | One mention for the SieveCoreferenceSystem. | Class | edu.stanford.nlp.hcoref.data | Stanford Parser |
|
| MentionDetectionClassifier | | Class | edu.stanford.nlp.hcoref.md | Stanford Parser |
|
| MentionMatcher | | Interface | edu.stanford.nlp.hcoref | Stanford Parser |
|
| NameMatch | Use name matcher - match full names onlyAuthor:Angel ChangSee Also:Serialized Form | Class | edu.stanford.nlp.hcoref.sieve | Stanford Parser |
|
| NameMatchPrecise | Use name matcher - more precise matchAuthor:Angel ChangSee Also:Serialized Form | Class | edu.stanford.nlp.hcoref.sieve | Stanford Parser |
|
| OracleSieve | | Class | edu.stanford.nlp.hcoref.sieve | Stanford Parser |
|
| PreciseConstructs | | Class | edu.stanford.nlp.hcoref.sieve | Stanford Parser |
|
| Preprocessor | Coref document preprocessor. | Class | edu.stanford.nlp.hcoref | Stanford Parser |
|
| PronounMatch | | Class | edu.stanford.nlp.hcoref.sieve | Stanford Parser |
|
| RandomForest | | Class | edu.stanford.nlp.hcoref.rf | Stanford Parser |
|
| RelaxedExactStringMatch | | Class | edu.stanford.nlp.hcoref.sieve | Stanford Parser |
|
| RelaxedHeadMatch | | Class | edu.stanford.nlp.hcoref.sieve | Stanford Parser |
|
| RFSieve | | Class | edu.stanford.nlp.hcoref.sieve | Stanford Parser |
|
| RuleBasedCorefMentionFinder | | Class | edu.stanford.nlp.hcoref.md | 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.hcoref | Stanford Parser |
|
| Scorer | | Class | edu.stanford.nlp.hcoref | Stanford Parser |
|
| Semantics | | Class | edu.stanford.nlp.hcoref.data | Stanford Parser |
|
| Sieve | | Class | edu.stanford.nlp.hcoref.sieve | Stanford Parser |
|
| Sieve .ClassifierType | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.hcoref.sieve.Sieve | Stanford Parser |
|
| SpeakerInfo | Information about a speakerAuthor:Angel ChangSee Also:Serialized Form | Class | edu.stanford.nlp.hcoref.data | Stanford Parser |
|
| SpeakerMatch | | Class | edu.stanford.nlp.hcoref.sieve | Stanford Parser |
|
| StrictHeadMatch1 | | Class | edu.stanford.nlp.hcoref.sieve | Stanford Parser |
|
| StrictHeadMatch2 | | Class | edu.stanford.nlp.hcoref.sieve | Stanford Parser |
|
| StrictHeadMatch3 | | Class | edu.stanford.nlp.hcoref.sieve | Stanford Parser |
|
| StrictHeadMatch4 | | Class | edu.stanford.nlp.hcoref.sieve | Stanford Parser |
|
| WordLists | | Class | edu.stanford.nlp.hcoref.data | Stanford Parser |
|
| AliasMatch | | Class | edu.stanford.nlp.hcoref.sieve | JavaNlp |
|
| ChineseHeadMatch | | Class | edu.stanford.nlp.hcoref.sieve | JavaNlp |
|
| CoNLLDocumentReader | Read _conll file format from CoNLL2011. | Class | edu.stanford.nlp.hcoref.docreader | JavaNlp |
|
| CoNLLDocumentReader .CoNLLDocument | | Class | edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader | JavaNlp |
|
| CoNLLDocumentReader .CorefMentionAnnotation | | Class | edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader | JavaNlp |
|
| CoNLLDocumentReader .CorpusStats | | Class | edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader | JavaNlp |
|
| CoNLLDocumentReader .NamedEntityAnnotation | | Class | edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader | JavaNlp |
|
| CoNLLDocumentReader .Options | | Class | edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader | JavaNlp |
|
| CorefChain | Output of (deterministic) coref system. | Class | edu.stanford.nlp.hcoref.data | JavaNlp |
|
| CorefChain .CorefMention | Mention for coref output. | Class | edu.stanford.nlp.hcoref.data.CorefChain | JavaNlp |
|
| CorefChain .CorefMentionComparator | | Class | edu.stanford.nlp.hcoref.data.CorefChain | JavaNlp |
|
| CorefChain .MentionComparator | | Class | edu.stanford.nlp.hcoref.data.CorefChain | JavaNlp |
|
| CorefCluster | One cluster for the SieveCoreferenceSystem. | Class | edu.stanford.nlp.hcoref.data | JavaNlp |
|
| CorefCoreAnnotations | Similar to CoreAnnotations, but this class contains | Class | edu.stanford.nlp.hcoref | JavaNlp |
|
| CorefCoreAnnotations .CorefAnnotation | the standard key for the coref label. | Class | edu.stanford.nlp.hcoref.CorefCoreAnnotations | JavaNlp |
|
| CorefCoreAnnotations .CorefChainAnnotation | | Class | edu.stanford.nlp.hcoref.CorefCoreAnnotations | JavaNlp |
|
| CorefCoreAnnotations .CorefClusterAnnotation | Set of all the CoreLabel objects which are coreferent with a CoreLabel. | Class | edu.stanford.nlp.hcoref.CorefCoreAnnotations | JavaNlp |
|
| CorefCoreAnnotations .CorefClusterIdAnnotation | An integer representing a document-level unique cluster of coreferent entities. | Class | edu.stanford.nlp.hcoref.CorefCoreAnnotations | JavaNlp |
|
| 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 | Class | edu.stanford.nlp.hcoref.CorefCoreAnnotations | JavaNlp |
|
| CorefCoreAnnotations .CorefGraphAnnotation | This stores the entire set of coreference links for one document. | Class | edu.stanford.nlp.hcoref.CorefCoreAnnotations | JavaNlp |
|
| CorefCoreAnnotations .CorefMentionsAnnotation | | Class | edu.stanford.nlp.hcoref.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.hcoref.sieve | JavaNlp |
|
| CorefDocMaker | make Document for coref input from Annotation and optional info read input (raw, conll etc) with DocReader, mention detection, and document preprocessing will be done here | Class | edu.stanford.nlp.hcoref | JavaNlp |
|
| CorefMentionFinder | Interface for finding coref mentions in a document. | Class | edu.stanford.nlp.hcoref.md | JavaNlp |
|
| CorefPrinter | | Class | edu.stanford.nlp.hcoref | JavaNlp |
|
| CorefProperties | | Class | edu.stanford.nlp.hcoref | JavaNlp |
|
| CorefProperties .CorefInputType | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.hcoref.CorefProperties | JavaNlp |
|
| CorefProperties .MentionDetectionType | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.hcoref.CorefProperties | JavaNlp |
|
| CorefSystem | | Class | edu.stanford.nlp.hcoref | JavaNlp |
|
| DcorefSieveOptions | | Class | edu.stanford.nlp.hcoref.sieve | JavaNlp |
|
| DecisionTree | | Class | edu.stanford.nlp.hcoref.rf | JavaNlp |
|
| DecisionTreeNode | | Class | edu.stanford.nlp.hcoref.rf | JavaNlp |
|
| DependencyCorefMentionFinder | | Class | edu.stanford.nlp.hcoref.md | JavaNlp |
|
| DeterministicCorefSieve | Base class for a Coref Sieve. | Class | edu.stanford.nlp.hcoref.sieve | JavaNlp |
|
| Dictionaries | | Class | edu.stanford.nlp.hcoref.data | JavaNlp |
|
| Dictionaries .Animacy | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.hcoref.data.Dictionaries | JavaNlp |
|
| Dictionaries .Gender | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.hcoref.data.Dictionaries | JavaNlp |
|
| Dictionaries .MentionType | | Class | edu.stanford.nlp.hcoref.data.Dictionaries | JavaNlp |
|
| Dictionaries .Number | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.hcoref.data.Dictionaries | JavaNlp |
|
| Dictionaries .Person | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.hcoref.data.Dictionaries | JavaNlp |
|
| DiscourseMatch | | Class | edu.stanford.nlp.hcoref.sieve | JavaNlp |
|
| DocReader | Read raw, CoNLL, ACE, or MUC document and return InputDocRead raw, CoNLL, ACE, or MUC document and return InputDoc | Interface | edu.stanford.nlp.hcoref.docreader | JavaNlp |
|
| Document | | Class | edu.stanford.nlp.hcoref.data | JavaNlp |
|
| Document .DocType | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.hcoref.data.Document | JavaNlp |
|
| ExactStringMatch | | Class | edu.stanford.nlp.hcoref.sieve | JavaNlp |
|
| HybridCorefMentionFinder | | Class | edu.stanford.nlp.hcoref.md | JavaNlp |
|
| InputDoc | Input document read from input source (CoNLL, ACE, MUC, or raw text) Stores Annotation, gold info (optional) and additional document information (optional) | Class | edu.stanford.nlp.hcoref.data | JavaNlp |
|
| LexicalChainMatch | | Class | edu.stanford.nlp.hcoref.sieve | JavaNlp |
|
| MarkRole | | Class | edu.stanford.nlp.hcoref.sieve | JavaNlp |
|
| Mention | One mention for the SieveCoreferenceSystem. | Class | edu.stanford.nlp.hcoref.data | JavaNlp |
|
| MentionDetectionClassifier | | Class | edu.stanford.nlp.hcoref.md | JavaNlp |
|
| MentionMatcher | | Interface | edu.stanford.nlp.hcoref | JavaNlp |
|
| NameMatch | Use name matcher - match full names onlyAuthor:Angel ChangSee Also:Serialized Form | Class | edu.stanford.nlp.hcoref.sieve | JavaNlp |
|
| NameMatchPrecise | Use name matcher - more precise matchAuthor:Angel ChangSee Also:Serialized Form | Class | edu.stanford.nlp.hcoref.sieve | JavaNlp |
|
| OracleSieve | | Class | edu.stanford.nlp.hcoref.sieve | JavaNlp |
|
| PreciseConstructs | | Class | edu.stanford.nlp.hcoref.sieve | JavaNlp |
|
| Preprocessor | Coref document preprocessor. | Class | edu.stanford.nlp.hcoref | JavaNlp |
|
| PronounMatch | | Class | edu.stanford.nlp.hcoref.sieve | JavaNlp |
|
| RandomForest | | Class | edu.stanford.nlp.hcoref.rf | JavaNlp |
|
| RelaxedExactStringMatch | | Class | edu.stanford.nlp.hcoref.sieve | JavaNlp |
|
| RelaxedHeadMatch | | Class | edu.stanford.nlp.hcoref.sieve | JavaNlp |
|
| RFSieve | | Class | edu.stanford.nlp.hcoref.sieve | JavaNlp |
|
| RuleBasedCorefMentionFinder | | Class | edu.stanford.nlp.hcoref.md | 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.hcoref | JavaNlp |
|
| Scorer | | Class | edu.stanford.nlp.hcoref | JavaNlp |
|
| Semantics | | Class | edu.stanford.nlp.hcoref.data | JavaNlp |
|
| Sieve | | Class | edu.stanford.nlp.hcoref.sieve | JavaNlp |
|
| Sieve .ClassifierType | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.hcoref.sieve.Sieve | JavaNlp |
|
| SpeakerInfo | Information about a speakerAuthor:Angel ChangSee Also:Serialized Form | Class | edu.stanford.nlp.hcoref.data | JavaNlp |
|
| SpeakerMatch | | Class | edu.stanford.nlp.hcoref.sieve | JavaNlp |
|
| StrictHeadMatch1 | | Class | edu.stanford.nlp.hcoref.sieve | JavaNlp |
|
| StrictHeadMatch2 | | Class | edu.stanford.nlp.hcoref.sieve | JavaNlp |
|
| StrictHeadMatch3 | | Class | edu.stanford.nlp.hcoref.sieve | JavaNlp |
|
| StrictHeadMatch4 | | Class | edu.stanford.nlp.hcoref.sieve | JavaNlp |
|
| WordLists | | Class | edu.stanford.nlp.hcoref.data | JavaNlp |