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

Vectorizing eval_sbo_preds()

vgherard opened this issue · comments

In the current version, only the predict() part is implemented in C++ (whereas k-gram random sampling is performed in a slow lapply() loop).