| Package | Description |
|---|---|
| edu.umass.cs.mallet.base.extract | |
| edu.umass.cs.mallet.base.types |
| Modifier and Type | Method and Description |
|---|---|
Label |
LabeledSpan.getLabel() |
Label |
LabeledSpans.getLabel(int i) |
Label |
Field.getName() |
| 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) |
Field |
Record.getField(Label name) |
| Constructor and Description |
|---|
LabeledSpan(Span span,
Label label,
boolean isBackground) |
LabeledSpan(Span span,
Label label,
boolean isBackground,
double confidence) |
| Modifier and Type | Method and Description |
|---|---|
Label |
Labels.get(int i) |
Label |
Labeling.getBestLabel() |
Label |
LabelVector.getBestLabel() |
Label |
Label.getBestLabel() |
Label |
LabelSequence.getLabelAtPosition(int pos) |
Label |
Labeling.getLabelAtRank(int rank) |
Label |
LabelVector.getLabelAtRank(int rank) |
Label |
Label.getLabelAtRank(int rank) |
Label |
Labeling.labelAtLocation(int pos) |
Label |
LabelVector.labelAtLocation(int loc) |
Label |
Label.labelAtLocation(int loc) |
Label |
LabelAlphabet.lookupLabel(int labelIndex) |
Label |
LabelAlphabet.lookupLabel(Object entry) |
Label |
LabelAlphabet.lookupLabel(Object entry,
boolean addIfNotPresent) |
| Modifier and Type | Method and Description |
|---|---|
int |
Labeling.getRank(Label label) |
int |
LabelVector.getRank(Label label) |
int |
Label.getRank(Label label) |
double |
Labeling.value(Label label) |
double |
LabelVector.value(Label label) |
double |
Label.value(Label label) |
| Constructor and Description |
|---|
Labels(Label[] labels) |
LabelSequence(Label[] labels) |
LabelVector(Label[] labels,
double[] values) |
Copyright © 2019 JULIE Lab, Germany. All rights reserved.