ngrams topic

List ngrams repositories

JamSpell

594
Stars
99
Forks
Watchers

Modern spell checking library - accurate, fast, multi-language

colibri-core

122
Stars
20
Forks
Watchers

Colibri core is an NLP tool as well as a C++ and Python library for working with basic linguistic constructions such as n-grams and skipgrams (i.e patterns with one or more gaps, either of fixed or dy...

neuspell

646
Stars
98
Forks
Watchers

NeuSpell: A Neural Spelling Correction Toolkit

covid19_twitter

471
Stars
188
Forks
Watchers

Covid-19 Twitter dataset for non-commercial research use and pre-processing scripts - under active development

tongrams

128
Stars
19
Forks
Watchers

A C++ library providing fast language model queries in compressed space.

wink-nlp-utils

113
Stars
12
Forks
Watchers

NLP Functions for amplifying negations, managing elisions, creating ngrams, stems, phonetic codes to tokens and more.

poesy

55
Stars
11
Forks
Watchers

Poetry generation via natural language markov models

language-detector

128
Stars
19
Forks
Watchers

A fast and reliable PHP library for detecting languages

raingrams

69
Stars
7
Forks
Watchers

A flexible and general-purpose ngrams library written in Ruby. Raingrams supports ngram sizes greater than 1, text/non-text grams, multiple parsing styles and open/closed vocabulary models.

ngram-language-model

75
Stars
26
Forks
Watchers

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