public class IndexScorer extends IndexConsumer
weights_| Constructor and Description |
|---|
IndexScorer(DynamicWeights weights,
SymbolTable<Feature> feature_map,
int num_tag_bits) |
| Modifier and Type | Method and Description |
|---|---|
void |
consume(int index) |
double |
getScore() |
void |
reset() |
consume, getFeatureTable, getInsert, getWeights, setInsert, setWeightspublic IndexScorer(DynamicWeights weights, SymbolTable<Feature> feature_map, int num_tag_bits)
public void reset()
public void consume(int index)
consume in class IndexConsumerpublic double getScore()