Modifier and Type | Field and Description |
---|---|
Segmentation |
ATextAnalysis.segmentation
Text's segmentation
|
Modifier and Type | Method and Description |
---|---|
protected Segmentation |
AbstractDocumentFactory.getArtifactSegmentation()
Get segmentation
|
Constructor and Description |
---|
ATextAnalysis(java.lang.String text,
Segmentation segmentation,
ACoreferences coreferences)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected Segmentation |
DocumentFactory.getSegmentation() |
Modifier and Type | Method and Description |
---|---|
protected Segmentation |
DocumentFactory.getSegmentation() |
Modifier and Type | Method and Description |
---|---|
protected abstract Segmentation |
AbstractDocumentFactory.getSegmentation()
Get segmentation
|
Modifier and Type | Method and Description |
---|---|
Segmentation |
DocumentFactory.getSegmentation() |
Modifier and Type | Method and Description |
---|---|
Segmentation |
DocumentFactory.getSegmentation() |
Modifier and Type | Method and Description |
---|---|
Segmentation |
PipelineAnnotation.getSegmentation() |
Segmentation |
TextBreadthAnalysis.makeSegmentation()
Make segmentation
|
Segmentation |
TextDepthAnalysis.makeSentenceWordSegments()
Make segmentation
|
Modifier and Type | Method and Description |
---|---|
Segmentation |
IPipelineAnnotation.getSegmentation()
Get segmentation
|
Modifier and Type | Method and Description |
---|---|
static Segmentation |
SegmentationFactory.makeSegmentation(java.util.List<java.util.List<edu.stanford.nlp.ling.CoreLabel>> words)
Make segmentation
|
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 |
---|---|
Segmentation |
TextAnalysis.segmentation
Text's segmentation
|
Constructor and Description |
---|
TextAnalysis(java.lang.String text,
Segmentation segmentation,
Coreferences coreferences)
Constructor
|