/N-GramLanguageModel

A basic unigram and bigram language model with implemented smoothing, Kneyser-Ney smoothing, and with a predictive model of represented speech. The predictive model uses the simple perplexity modeling approach and accuracy scores are represented as an F1 measurement.

Primary LanguagePython

N-GramLanguageModel