Modifier and Type | Method and Description |
---|---|
Pair<SenseInstance,SenseStructure> |
FeatureVectorCacheFile.next() |
Modifier and Type | Method and Description |
---|---|
double[] |
SenseManager.getScores(SenseInstance x,
boolean rescoreInvalidLabels)
Scores instance for the different labels allowed for it
|
boolean |
SenseManager.isValidLabel(SenseInstance x,
int label)
Checks if the input label is a valid label Id of the specified model type for the input x.
|
Modifier and Type | Method and Description |
---|---|
protected List<Pair<SenseInstance,SenseStructure>> |
PruningPreExtractor.process(Pair<SenseInstance,SenseStructure> input) |
Modifier and Type | Method and Description |
---|---|
protected void |
PreExtractor.consumeInstance(SenseInstance x,
SenseStructure y) |
void |
PreExtractor.countFeatures(SenseInstance x)
This is where actual feature extraction is taking place.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PruningPreExtractor.consume(Pair<SenseInstance,SenseStructure> input) |
protected boolean |
PruningPreExtractor.prerequisiteCheck(Pair<SenseInstance,SenseStructure> input) |
protected List<Pair<SenseInstance,SenseStructure>> |
PruningPreExtractor.process(Pair<SenseInstance,SenseStructure> input) |
Modifier and Type | Field and Description |
---|---|
List<SenseInstance> |
SentenceInstance.predicates |
Modifier and Type | Method and Description |
---|---|
SenseInstance |
SenseStructure.getInstance() |
Constructor and Description |
---|
SenseStructure(SenseInstance instance,
int label,
SenseManager manager) |
Constructor and Description |
---|
SentenceInstance(List<SenseInstance> predicates) |
Copyright © 2017. All rights reserved.