vgherard / sbo

Utilities for training and evaluating text predictors based on Stupid Back-off N-gram models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement PrefixCompletion C++ class through std::unordered_map

vgherard opened this issue · comments

This could give an enormous boost to predict() and, consequently, to eval_sbo_predictor().