witten-bell
There are 5 repositories under witten-bell topic.
rodosingh/Intro-NLP-IIITH
Course Materials (along with assignments) for Intro to NLP, done as a part for requirement of the course "Introduction to NLP" (course-code: CS7.401.S22) @ IIITH. Note: If you are cloning this or taking help of this repo, try to star the repo.
tanmay-pro/Smoothing-in-LM
Python implementation of 4-gram language models that use Witten-Bell, Kneser-Ney Smoothing
akash18tripathi/Language-Modelling-and-Smoothing-techniques
This repository implements N-gram language modeling with Kneser-Kney and Witten Bell smoothing techniques, including an in-house tokenizer. It also features a neural model with LSTM architecture and calculates perplexities for comparing language and neural models.
EtTu-Prayush/Kneyser-Ney-and-Witten-Bell-Language-Models
Kneyser Ney and Witten Bell Language Models