ngram-model
There are 24 repositories under ngram-model topic.
microsoft/LMChallenge
A library & tools to evaluate predictive language models.
starlordvk/Typing-Assistant
Typing Assistant provides the ability to autocomplete words and suggests predictions for the next word. This makes typing faster, more intelligent and reduces effort.
ngrams-dev/general
NGRAMS is a search engine for the Google Books Ngram Dataset. This repository contains documentation, discussions, announcements, and issues.
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.
mmz33/N-Gram-Language-Model
Language modeling based on ngrams models and smoothing techniques
sleepyfoxen/nltk_model
The NLTK Model Submodule.
Riroaki/StreamMonitor
基于N-gram的工控流量安全分析模型
adam-faulkner/PyAutoSpell
A Python library that automatically corrects English text by re-ranking corrections with an ngram model.
sfikas/ngramModelTrainer
Train an n-gram model given a corpus of words.
VilTea/2-gram
2-gram中文分词
jp-myk/lm-decoder
Language Model Decoder is Transducer from a sentence to word/reading sequence.
Rawan-Kh/NLP_Datacamp
All NLP related courses on DataCamp
ZSShen/Skyline
Tool to generate n-gram spectrum of instructions for Windows PEs, assisting in obfuscator type classification.
DimensionDev/WordSuggestion
A simple Swift implementation of word suggestion using n-gram probabilistic model
phonyland/language-model
⚙️ Language Model for 🙃 Phony Framework
tigerchen52/tfidf-tool
a tfidf tool that can calculate tf-idf value and extract key words
wmentor/qgram
N-gram Go library
Psp98/NWP-WC-WC-Engine
A simple next-word prediction, word completion and word correction engine.
SpydazWebAI-NLP/BasicLanguageModelling2023
Basic Language Models , Bag of Words, Ngram Models Etc NLP modelling and associated tasks
darhnoel/POS-SmartPad
English Word Suggestion Based on POS-Ngram
ntemena720/PredictNextWord
Predicting Next word from a text box using ngram file model
Ahmedfir/java-n-gram-line-level
java n-gram cross-entropy (naturalness) calculation on the line level of granularity.
Ahmedfir/ngramlineloc
java code naturalness calculation via n-gram language models.
Gianatmaja/NGram-Word-Predictor
Web application to predict the next most likely word.