n-gram
Here are 36 public repositories matching this topic...
N-Gram Graph: Simple Unsupervised Representation for Graphs, NeurIPS'19 (https://arxiv.org/abs/1806.09206)
-
Updated
Apr 14, 2021 - Python
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.
-
Updated
Mar 20, 2025 - Python
Comparison among four spelling correction methods. n-gram, Levenshtein, Jaro, Jaro_winkler
-
Updated
Jun 12, 2019 - Python
Implementation of N-Grammer, augmenting Transformers with latent n-grams, in Pytorch
-
Updated
Dec 4, 2022 - Python
StrainIQ is an n-gram based method to identify and quantify microbial communities in metagenomics samples.
-
Updated
Feb 23, 2023 - Python
ngram-keylogger: typing stats that don't leak passwords
-
Updated
Dec 7, 2021 - Python
A web service that exposes semantic similarity search via a web GUI and a RESTful API.
-
Updated
Dec 9, 2018 - Python
Perspectives in computational social research term project that utilizes text analysis and predictive model to uncover the motivation for solo travel
-
Updated
Aug 27, 2020 - Python
Training repo for Toy GPT: bigram model + small domain corpus (010_llm_glossary.txt)
-
Updated
Apr 4, 2026 - Python
Training repo for Toy GPT: unigram + small neutral corpus (000_cat_dog.txt)
-
Updated
Apr 4, 2026 - Python
Parser and histogram plotter for n-gram occurrences
-
Updated
Apr 9, 2019 - Python
A pattern-recognition based Python bot that plays Rock Paper Scissors using an adaptive n-gram strategy. Built to outsmart four custom AI opponents.
-
Updated
Jul 5, 2025 - Python
A statistical 5-gram language model implemented in Python, trained on Sherlock Holmes stories by Arthur Conan Doyle (Project Gutenberg) to generate text in the author’s writing style.
-
Updated
Jan 2, 2026 - Python
A fluency_based evaluation tool for Chinese Grammatical Error Correction (CGEC)
-
Updated
Dec 16, 2025 - Python
Training repo for Toy GPT: bigram model + small structured corpus (001_animals.txt)
-
Updated
Apr 8, 2026 - Python
This Python-based SMS spam classifier utilizes the SMS Spam Collection dataset to train a Naive Bayes classifier. It demonstrates text preprocessing, feature extraction, and scikit-learn's classification capabilities.This was done under the guidance of Prof. Dr.-Ing. Milan Gnjatovic
-
Updated
Apr 15, 2026 - Python
Improve this page
Add a description, image, and links to the n-gram topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the n-gram topic, visit your repo's landing page and select "manage topics."