trigram
There are 22 repositories under trigram topic.
words/n-gram
Get n-grams from text
urduhack/urdu-words
đź“ťA text file containing 150,000 Urdu words for all your dictionary/word-based projects e.g: auto-completion / autosuggestion.
wooorm/trigrams
Trigram files for 400+ languages
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.
StephanGeorg/trigram-similarity
Determining the similarity of alphanumeric text based on trigram matching.
simonw/sqlite-fts5-trigram
Trigram tokenizer module for SQLite FTS5
wooorm/trigram-utils
A few language trigram utilities
unit137/trigram-search
Trigram-based library for fast indexing and search over large arrays of data
2called-chaos/fuzzily
Fast fuzzy string searching/matching for Rails
paceaux/methodius
A utility for analyzing text on the web
neuroretransmit/iching
An I Ching hexagram encoder/decoder with substitution cipher
Clealiya/Modeles_de_Markov
[FR - Duo] 2023 - 2024 Centrale Méditerranée AI Master | NLP project about Markov models
marina-sam14/Context-Aware-Spelling-Corrector
Academic project centered around n-grams and their application in developing a spelling corrector with contextual awareness.
remram44/ngram-search
Ngram-based indexing of strings into a binary file
salimandre/n-gram-language-models
language modeling, bigram, trigram, mixture of language models, perplexity, Gutenberg project
arpankapoor/ngram
find uni/bi/tri-grams from text files
f1monkey/ngrams
Ngram generation library
AlexGustafsson/word-frequencies
Data and tools to compile word frequencies, trigrams and more for use with NLP, spelling correction etc.
fernandoporazzi/n-gram
Get n-grams from text
rhynerj/language_prediction
Language prediction of documents using trigram analysis and cosin similarity.
WonYong-Jang/Text-Data-Analysis
N gram language model