ngram-language-model
There are 82 repositories under ngram-language-model topic.
bennyschmidt/next-token-prediction
Next-token prediction in JavaScript — build fast language and diffusion models.
joshualoehr/ngram-language-model
Python implementation of an N-gram language model with Laplace smoothing and sentence generation.
StarlangSoftware/NGram-Py
Ngrams with Basic Smoothings
jermp/tongrams_estimation
A C++ library implementing fast language models estimation using the 1-Sort algorithm.
KhaledAshrafH/Auto-Filling-Text
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 Trigrams and Bigrams, to generate predictions.
Priyansh2/Spelling-and-Grammatical-Error-Correction
Built a system from scratch in Python which can detect spelling and grammatical errors in a word and sentence respectively using N-gram based Smoothed-Language Model, Levenshtein Distance, Hidden Markov Model and Naive Bayes Classifier.
2654400439/emoji_text_translator
A general emoji-text translator which translates emoji-text to chinese
remnestal/fakenews
Markov model for generating fake headlines :pencil2:
touhi99/N-gram-Language-model
Programming for NLP Project - Implement a basic n-gram language model and generate sentence using beam search
gustavecortal/natural-language-processing
Slides, exercises, and exams for my course "Natural Language Processing" (École Pour l'Informatique et les Techniques Avancées, 2024 and 2025)
StarlangSoftware/NGram-CPP
Ngrams with Basic Smoothings
burhanharoon/N-Gram-Language-Model
It's a python based n-gram langauage model which calculates bigrams, probability and smooth probability (laplace) of a sentence using bi-gram and perplexity of the model.
nikhil-iyer-97/Language-Identifier
Language identification toolkit for identifying what language a document is writen in
StarlangSoftware/NGram
Ngrams with Basic Smoothings
StarlangSoftware/NGram-CS
Ngrams with Basic Smoothings
gustavecortal/ngram
Python implementation of n-gram language models from scratch and using NLTK (+ slides from my NLP course)
levindoneto/lanGen
N-Gram language model that learns n-gram probabilities from a given corpus and generates new sentences from it based on the conditional probabilities from the generated words and phrases.
MohammadJavadArdestani/NLP-persian-poet-identification
NLP-persian-poet-identification
pharo-ai/NgramModel
Ngram language model implemented in Pharo
eddieir/Language_identifier
Language identifier with using ngram language model
al-becker/StatisticalGrammarChecker
Part of a semester project this grammarchecker uses a n-gram language model to detect grammatical errors and a bert model is used to generate suggestions.
alinamuliak/N-gramTextPrediction
Prediction of the following words using N-gram technique.
msamprovalaki/Context-Aware-Spelling-Corrector
Academic project centered around n-grams and their application in developing a spelling corrector with contextual awareness.
UCLL-DataFocus/clin32-entropy
This demo accompanies the poster presentation "Limitations of the entropy measure in n-gram language modelling" presented at CLIN32 (2022).
wmentor/qgram
N-gram Go library
j-ahmadkhan/Text-Stylometry-Analyser
This software is an implementation of Author's stylometric change detection algorithm. It can be used in text forensics.
jonnyli1125/piemanese-translator
Webspeak to English statistical + neural hybrid machine translation model.
kiarashrahmani/Word-Prediction-Using-Ngrams
A simple NLP project for word prediction using N-grams.
mohansaidinesh/Language-Detection
Automatically identifying the language of a given text or document
nishkarsh25/Sentence-Auto-Completion-using-Probability
The provided code is a language model that: Downloads several books from the Gutenberg Project website Creates different n-gram models (unigram, bigram, trigram, and quadgram) based on the words in those books Defines a function called suggest_next_word that takes a sentence as input and suggests possible words that come after the sentence...
SpydazWebAI-NLP/BasicLanguageModelling2023
Basic Language Models , Bag of Words, Ngram Models Etc NLP modelling and associated tasks
SpydazWebAI-NLP/SpydazWebAI_NLP_Models
Word/Image/Audio Embedding models, Tokenizer models, Ngram language models, MatrixModels, Corpus building, Vocabulary Building, Language modelling
StarlangSoftware/NGram-Cy
Ngrams with Basic Smoothings
StarlangSoftware/NGram-Js
Ngrams with basic smoothing.
thinkingTEA/repoTEA
This repository contains the group projects undertaken during the course "Text Engineering and Analytics" taught by Prof. Ion Androutsopoulos in the context of Msc. in Data Science at Athens University of Economics and Business.