# Generated by roxygen2: do not edit by hand

S3method(as_sbo_dictionary,character)
S3method(plot,word_coverage)
S3method(predict,sbo_kgram_freqs)
S3method(predict,sbo_predictor)
S3method(predict,sbo_predtable)
S3method(print,sbo_dictionary)
S3method(print,sbo_kgram_freqs)
S3method(print,sbo_predictions)
S3method(print,word_coverage)
S3method(prune,sbo_kgram_freqs)
S3method(prune,sbo_predtable)
S3method(sbo_predictor,character)
S3method(sbo_predictor,sbo_kgram_freqs)
S3method(sbo_predictor,sbo_predtable)
S3method(sbo_predtable,character)
S3method(sbo_predtable,sbo_kgram_freqs)
S3method(summary,sbo_dictionary)
S3method(summary,sbo_kgram_freqs)
S3method(summary,sbo_predictions)
S3method(summary,word_coverage)
S3method(word_coverage,character)
S3method(word_coverage,sbo_dictionary)
S3method(word_coverage,sbo_kgram_freqs)
S3method(word_coverage,sbo_predictions)
export(as_sbo_dictionary)
export(babble)
export(dictionary)
export(eval_sbo_predictor)
export(kgram_freqs)
export(kgram_freqs_fast)
export(predictor)
export(predtable)
export(preprocess)
export(prune)
export(sbo_dictionary)
export(sbo_kgram_freqs)
export(sbo_kgram_freqs_fast)
export(sbo_predictor)
export(sbo_predtable)
export(tokenize_sentences)
export(word_coverage)
import(dplyr)
importFrom(Rcpp,sourceCpp)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,mtext)
importFrom(rlang,.data)
importFrom(stats,predict)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(sbo, .registration = TRUE)
