Implement PrefixCompletion C++ class through std::unordered_map
vgherard opened this issue · comments
Valerio Gherardi commented
This could give an enormous boost to predict()
and, consequently, to eval_sbo_predictor()
.
Utilities for training and evaluating text predictors based on Stupid Back-off N-gram models.
vgherard opened this issue · comments
This could give an enormous boost to predict()
and, consequently, to eval_sbo_predictor()
.