ngram-language-model topic

List ngram-language-model repositories

ngram-language-model

75
Stars
26
Forks
Watchers

Python implementation of an N-gram language model with Laplace smoothing and sentence generation.

tongrams_estimation

16
Stars
2
Forks
Watchers

A C++ library implementing fast language models estimation using the 1-Sort algorithm.

next-token-prediction

135
Stars
6
Forks
Watchers

Next-token prediction in JavaScript — build fast language and diffusion models.

Auto-Filling-Text

17
Stars
4
Forks
Watchers

This project is an auto-filling text program implemented in Python using N-gram models. The program suggests the next word based on the input given by the user. It utilizes N-gram models, specifically...