| Package | Description |
|---|---|
| de.datexis.sector |
| Modifier and Type | Method and Description |
|---|---|
static SectorAnnotator.SegmentationMethod |
SectorAnnotator.SegmentationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SectorAnnotator.SegmentationMethod[] |
SectorAnnotator.SegmentationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SectorAnnotator.annotate(Collection<Document> docs,
SectorAnnotator.SegmentationMethod segmentation)
Annotate given Documents using SECTOR, i.e. attach SectorEncoder vectors to sentences.
|
protected void |
SectorAnnotator.detectSections(Collection<Document> docs,
SectorAnnotator.SegmentationMethod segmentation) |
void |
SectorAnnotator.segment(Collection<Document> docs,
SectorAnnotator.SegmentationMethod segmentation,
boolean mergeSections)
Attach SectionAnnotations to each Document with a given segmentation strategy.
|
Copyright © 2019. All rights reserved.