Modifier and Type | Field and Description |
---|---|
private Coreferences |
ACoreferences.coreferences
Coreference chains
|
Constructor and Description |
---|
ACoreferences(Coreferences coreferences)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Printer.coreferencesToString(Coreferences coreferences)
Coreferences to string
|
Modifier and Type | Method and Description |
---|---|
protected Coreferences |
DocumentFactory.getStanfordCoreferences() |
Modifier and Type | Method and Description |
---|---|
protected Coreferences |
DocumentFactory.getStanfordCoreferences() |
Modifier and Type | Method and Description |
---|---|
protected abstract Coreferences |
AbstractDocumentFactory.getStanfordCoreferences()
Get coreferences
|
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
AbstractDocumentFactory.coreferencesToString(Coreferences coreferences,
boolean isXml)
Coreferences to string
|
Modifier and Type | Method and Description |
---|---|
protected Coreferences |
DocumentFactory.getStanfordCoreferences() |
Modifier and Type | Method and Description |
---|---|
protected Coreferences |
DocumentFactory.getStanfordCoreferences() |
Modifier and Type | Method and Description |
---|---|
static Coreferences |
CoreferencesFactory.getCoreferences(java.util.Map<java.lang.Integer,edu.stanford.nlp.coref.data.CorefChain> coreferenceChains,
Segmentation segmentation,
java.lang.String text)
Make coreferences
|
Modifier and Type | Field and Description |
---|---|
Coreferences |
TextAnalysis.coreferences
Text's coreference chains
|
Constructor and Description |
---|
TextAnalysis(java.lang.String text,
Segmentation segmentation,
Coreferences coreferences)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Printer.coreferencesToString(Coreferences coreferences)
Coreferences to string
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
XMLPrinter.coreferencesToXMLString(Coreferences coreferences)
Coreferences to XML string
|