| Package | Description |
|---|---|
| edu.umass.cs.mallet.base.extract |
| Modifier and Type | Method and Description |
|---|---|
LabeledSpans |
TokenizationFilter.constructLabeledSpans(LabelAlphabet dict,
Object document,
Label backgroundTag,
Tokenization input,
Sequence seq)
Converts a the sequence of labels into a set of labeled spans.
|
LabeledSpans |
HierarchicalTokenizationFilter.constructLabeledSpans(LabelAlphabet dict,
Object document,
Label backgroundTag,
Tokenization input,
Sequence seq) |
LabeledSpans |
DefaultTokenizationFilter.constructLabeledSpans(LabelAlphabet dict,
Object document,
Label backgroundTag,
Tokenization input,
Sequence seq) |
LabeledSpans |
ConfidenceTokenizationFilter.constructLabeledSpans(LabelAlphabet dict,
Object document,
Label backgroundTag,
Tokenization input,
Sequence seq) |
LabeledSpans |
BIOTokenizationFilter.constructLabeledSpans(LabelAlphabet dict,
Object document,
Label backgroundTag,
Tokenization input,
Sequence seq) |
LabeledSpans |
DocumentExtraction.getExtractedSpans() |
LabeledSpans |
DocumentExtraction.getTargetSpans() |
| Constructor and Description |
|---|
DocumentExtraction(String name,
LabelAlphabet dict,
Tokenization input,
LabeledSpans predictedSpans,
LabeledSpans trueSpans,
String background) |
Record(String name,
LabeledSpans spans) |
Copyright © 2019 JULIE Lab, Germany. All rights reserved.