This document discusses automated word prediction in Bangla language using stochastic language models. It explores using N-gram models like unigram, bigram, trigram as well as backoff and deleted interpolation techniques to predict the next word in a Bangla sentence based on context. The authors implemented these models using a large Bangla text corpus to generate N-gram statistics and predict words. They evaluated prediction accuracy for sentences of varying lengths and found promising results, hoping it will improve Bangla typing.
Related topics: