GitHub topics: ngram
7Bpencil/drochetype
Standalone typing test that combines features from multiple online tests
Language: GDScript - Size: 51.9 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

euskadi31/go-ngram
an n-gram is a contiguous sequence of n items from a given sequence of text or speech.
Language: Go - Size: 51.8 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 2 - Forks: 0

mideind/Icegrams
A fast, compact trigram library for Icelandic
Language: Python - Size: 245 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 11 - Forks: 3

proycon/colibri-core
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 dynamic size) in a quick and memory-efficient way. At the core is the tool ``colibri-patternmodeller`` whi ch allows you to build, view, manipulate and query pattern models.
Language: C++ - Size: 10.2 MB - Last synced at: 3 days ago - Pushed at: 9 months ago - Stars: 129 - Forks: 20

vickumar1981/stringdistance
A fuzzy matching string distance library for Scala and Java that includes Levenshtein distance, Jaro distance, Jaro-Winkler distance, Dice coefficient, N-Gram similarity, Cosine similarity, Jaccard similarity, Longest common subsequence, Hamming distance, and more..
Language: Scala - Size: 1.27 MB - Last synced at: 7 days ago - Pushed at: over 3 years ago - Stars: 81 - Forks: 14

wrathematics/ngram
Fast n-Gram Tokenization
Language: C - Size: 1.87 MB - Last synced at: 22 days ago - Pushed at: over 1 year ago - Stars: 70 - Forks: 24

TomerAberbach/wikipedia-ngrams
📚 A Kotlin project which extracts ngram counts from Wikipedia data dumps.
Language: Kotlin - Size: 13.7 KB - Last synced at: 1 day ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 0

ranelpadon/ngram-type
Touch typing trainer using N-grams as data source, with options to customize the auto-generated lessons and specify the minimum typing performance needed. There are sound/color effects as well.
Language: JavaScript - Size: 1.01 MB - Last synced at: 7 days ago - Pushed at: about 1 year ago - Stars: 240 - Forks: 42

cyclone-github/spider
Spider - web crawler and local wordlist processor to generate frequency sorted wordlist / ngrams
Language: Go - Size: 76.2 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 24 - Forks: 2

suggest-go/suggest
Top-k Approximate String Matching.
Language: Go - Size: 34.1 MB - Last synced at: 24 days ago - Pushed at: over 3 years ago - Stars: 68 - Forks: 6

words/n-gram
Get n-grams from text
Language: JavaScript - Size: 88.9 KB - Last synced at: 26 days ago - Pushed at: almost 3 years ago - Stars: 83 - Forks: 17

StarlangSoftware/NGram
Ngrams with Basic Smoothings
Language: Java - Size: 3.48 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 5 - Forks: 4

sios-elastic-tech/blogs
A sample code for blogs about elasticsearch.
Language: Python - Size: 4.17 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

michurin/ngramindex
Golang ngram index implementation
Language: Go - Size: 13.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

veralvx/docker-languagetool-cli
LanguageTool client for Docker/Podman with ngrams and fasttext installed by default
Language: Dockerfile - Size: 14.6 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

zhezhaoa/ngram2vec
Four word embedding models implemented in Python. Supporting arbitrary context features
Language: Python - Size: 722 KB - Last synced at: 3 months ago - Pushed at: about 6 years ago - Stars: 851 - Forks: 174

lonePatient/albert_pytorch
A Lite Bert For Self-Supervised Learning Language Representations
Language: Python - Size: 283 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 717 - Forks: 150

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.
Language: Python - Size: 27.1 MB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 16 - Forks: 4

AsadiAhmad/Ngram-Spark-Wikipedia
Calculating Ngram with PySpark for wikipedia text
Language: Jupyter Notebook - Size: 101 KB - Last synced at: 21 days ago - Pushed at: over 1 year ago - Stars: 29 - Forks: 0

wintermute-cell/ngrrram
A TUI tool to help you type faster and learn new layouts. Includes a free cat.
Language: Rust - Size: 2.47 MB - Last synced at: 4 months ago - Pushed at: 10 months ago - Stars: 659 - Forks: 15

mtumilowicz/elasticsearch7-ngrams-fuzzy-shingles-stemming-workshop
Gentle introduction to basic elasticsearch constructs boosting search: ngrams, shingles, stemmers, suggesters and fuzzy queries.
Size: 273 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 10 - Forks: 0

ViktorPopp/ngram
N-Gram implementation in Typescript
Language: TypeScript - Size: 15.6 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

OmarrAymann/NLP-Projects
Natural Language Processing Projects Practical NLP projects using real-world datasets and modern libraries. This repository includes: End-to-end NLP pipelines: data cleaning, tokenization, vectorization, modeling Preprocessing with NLTK, spaCy, and regular expressions Feature extraction using TF-IDF, Word2Vec, and BERT embeddings
Language: Jupyter Notebook - Size: 13.9 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

JackHCC/Chinese-Tokenization
利用传统方法(N-gram,HMM等)、神经网络方法(CNN,LSTM等)和预训练方法(Bert等)的中文分词任务实现【The word segmentation task is realized by using traditional methods (n-gram, HMM, etc.), neural network methods (CNN, LSTM, etc.) and pre training methods (Bert, etc.)】
Language: Python - Size: 45.4 MB - Last synced at: 4 months ago - Pushed at: about 3 years ago - Stars: 33 - Forks: 4

0xVavaldi/gramify
Create n-grams of wordlists based on words, characters, or charsets to use in offline password attacks and data analysis
Language: Python - Size: 93.8 KB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 33 - Forks: 3

jiangnanboy/llm_corpus_quality
大模型预训练中文语料清洗及质量评估 Large model pre-training corpus cleaning
Language: Java - Size: 8.1 MB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 57 - Forks: 6

StarlangSoftware/NGram-Cy
Ngrams with Basic Smoothings
Language: Cython - Size: 2.23 MB - Last synced at: 20 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 1

mkearney/chr
🔤 Lightweight R package for manipulating [string] characters
Language: R - Size: 715 KB - Last synced at: 2 months ago - Pushed at: almost 7 years ago - Stars: 17 - Forks: 2

toastdriven/nanosearch
A tiny search engine.
Language: JavaScript - Size: 2.41 MB - Last synced at: 8 days ago - Pushed at: about 3 years ago - Stars: 13 - Forks: 0

myazi/NLP
natural language processing
Language: C++ - Size: 21.6 MB - Last synced at: 4 months ago - Pushed at: about 7 years ago - Stars: 36 - Forks: 13

leiless/sqlite3-ngram
SQLite3 FTS5 n-gram tokenizer (WIP)
Language: C++ - Size: 202 KB - Last synced at: 7 days ago - Pushed at: almost 4 years ago - Stars: 17 - Forks: 1

putervision/grokjs
Open Source JavaScript based language model, ngram, counter, and other relevant classes. Email us code@grokjs.com
Language: JavaScript - Size: 154 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

StarlangSoftware/NGram-Js
Ngrams with basic smoothing.
Language: TypeScript - Size: 2.17 MB - Last synced at: 30 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

StarlangSoftware/NGram-Py
Ngrams with Basic Smoothings
Language: Python - Size: 2.19 MB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 19 - Forks: 16

StarlangSoftware/NGram-CS
Ngrams with Basic Smoothings
Language: C# - Size: 2.2 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 5 - Forks: 0

LucasArmstrong/grokjs
Opensource JavaScript based ngram, counter, and other relevant classes. Building up to JavaScript based LLMs from scratch.
Language: JavaScript - Size: 84 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

Ali-Fartoot/ProfessorConnected
ProfessorConnected is an API-powered tool that helps you discover professors with similar research interests by analyzing their arXiv publications using advanced NLP and vector search techniques.
Language: Python - Size: 159 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

StarlangSoftware/NGram-CPP
Ngrams with Basic Smoothings
Language: C++ - Size: 4.29 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 7 - Forks: 2

mochi-co/ngrams
A Go n-gram indexer for natural language processing with modular tokenizers and data stores
Language: Go - Size: 396 KB - Last synced at: 5 months ago - Pushed at: about 6 years ago - Stars: 7 - Forks: 0

jo0707/sentiment-analysis
Sentiment Analysis attempt and comparison in chess.com play store review using multiple algorithm and feature extraction
Language: Jupyter Notebook - Size: 707 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

daandouwe/neural-ngram
Neural ngram language model in PyTorch.
Language: HTML - Size: 3.02 MB - Last synced at: 5 months ago - Pushed at: almost 7 years ago - Stars: 10 - Forks: 1

touhi99/N-gram-Language-model
Programming for NLP Project - Implement a basic n-gram language model and generate sentence using beam search
Language: Python - Size: 1.2 MB - Last synced at: 5 months ago - Pushed at: over 5 years ago - Stars: 12 - Forks: 5

AdrienPoupa/comp6721
COMP6721: Introduction to Artificial Intelligence Assignments (GOFAI, Machine Learning, NLP)
Language: HTML - Size: 9.01 MB - Last synced at: 5 months ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 1

yiyepiaoling0715/unsupervised_extract_detect_words
multiprocess unsupervised chinese_detect_words ngram_combination
Language: Python - Size: 7.19 MB - Last synced at: 28 days ago - Pushed at: over 6 years ago - Stars: 24 - Forks: 6

dohliam/hawaiian-corpus
Data from a corpus of written Hawaiian
Size: 22.2 MB - Last synced at: 6 months ago - Pushed at: about 9 years ago - Stars: 14 - Forks: 0

JujuAdams/Ngram
Ngram fuzzy string matching for GameMaker
Language: Game Maker Language - Size: 52.7 KB - Last synced at: 6 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 1

remram44/ngram-search
Ngram-based indexing of strings into a binary file
Language: Rust - Size: 88.9 KB - Last synced at: about 24 hours ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

loginn/ngrams_graphs
ngram graphs library
Language: Python - Size: 29.3 KB - Last synced at: 2 days ago - Pushed at: almost 4 years ago - Stars: 12 - Forks: 0

Aurelius84/N-gram
A project of N-gram model comparing FMM/BMM
Language: Python - Size: 2.64 MB - Last synced at: 5 months ago - Pushed at: almost 3 years ago - Stars: 17 - Forks: 3

daniel-lima-lopez/N-Gram-Example
Implementation of a BiGram-based language system in Python
Language: Jupyter Notebook - Size: 5.36 MB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

slowikj/seqR
fast and comprehensive k-mer counting package
Language: C++ - Size: 1.72 MB - Last synced at: 4 months ago - Pushed at: almost 4 years ago - Stars: 18 - Forks: 1

paceaux/methodius
A utility for analyzing text on the web
Language: TypeScript - Size: 1.03 MB - Last synced at: 30 days ago - Pushed at: 3 months ago - Stars: 5 - Forks: 2

ChrisMuir/refinr
Cluster and merge similar string values: an R implementation of Open Refine clustering algorithms
Language: C++ - Size: 287 KB - Last synced at: 9 days ago - Pushed at: over 1 year ago - Stars: 104 - Forks: 5

dohliam/corpus-tools
A collection of scripts for working with multilingual text corpora
Language: Ruby - Size: 8.79 KB - Last synced at: 6 months ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 0

lonePatient/daguan_2019_rank9
datagrand 2019 information extraction competition rank9
Language: Python - Size: 4.2 MB - Last synced at: 5 months ago - Pushed at: over 5 years ago - Stars: 130 - Forks: 43

weimeng23/SRILM
Mirror of srilm source code :-)
Size: 146 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 5

f1monkey/ngrams
Ngram generation library
Language: Go - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

bootsie123/Ngram-Change-in-Rate-Viewer
A simple viewer for Google's Ngram that allows you to view the change in rate of word usage over time
Language: Vue - Size: 3.39 MB - Last synced at: 2 days ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

TasyaSyamsudin/535200073_ProgramSkripsiTasya
Sistem Tanya Jawab menggunakan Metode N-Gram dan Vector Space Model
Language: HTML - Size: 3.15 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

gustavecortal/ngram
Python implementation of n-gram language models from scratch and using NLTK (+ slides from my NLP course)
Language: Jupyter Notebook - Size: 421 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

phonyland/ngram
🧪 N-Gram Tools for 🙃 Phony Language that includes features like sanitizing, tokenization, n-gram extraction, frequency mapping.
Language: PHP - Size: 86.9 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 2

atse0612/Data-Science-Capstone
This is the repository for the final course in the Data Science Specialization on Coursera.
Language: HTML - Size: 607 KB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 1

oleshkooo/n-gram-difference-app
A simple tool for finding n-gram differences
Language: TypeScript - Size: 15.6 KB - Last synced at: 5 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

rayjasson98/financial_nlp
Exploring sentiments of financial news on Malaysia markets using n-grams and parts of speech (POS) with Python.
Language: Jupyter Notebook - Size: 1.72 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

kkm000/mitlm Fork of mitlm/mitlm
MIT Language Modeling Toolkit port for native Windows/Visual Studio
Language: C++ - Size: 1.06 MB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 1

naturalness/unnaturalcode Fork of abramhindle/ngram-complete-dist
Coding mistake locator
Language: Python - Size: 26.7 MB - Last synced at: 9 months ago - Pushed at: almost 7 years ago - Stars: 10 - Forks: 7

pedro-leitao/goshingles
Language: Go - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

zehadialam/Vigenere-Cipher-Breaker
A C++ implementation of Practical Cryptography's Python Vigenère cipher breaker for improved speed, along with my own additions and features.
Language: C++ - Size: 3.98 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

zehadialam/Evolutionary-Vigenere-Cipher-Breaker
A genetic algorithm for breaking the Vigenère cipher using the DEAP evolutionary computation framework.
Language: Python - Size: 1.44 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

Zhang-ycc/IC-DS-NLP
NLP project for Imperial DS Winter School
Language: Jupyter Notebook - Size: 66.8 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

phughesmcr/SimpleNGrams
The easiest way to get n-grams from strings!
Language: JavaScript - Size: 340 KB - Last synced at: about 19 hours ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

moeenScape/search-auto-fillup-by-elasticsearch
This project about search fillup using elasticsearch
Language: Java - Size: 242 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

ScottHarrisonDev/Kanye-text-generator
Create text in Kanye Wests style using markov chains in JS
Language: HTML - Size: 338 KB - Last synced at: 9 months ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

knowledge-express/skipgram
For all your n-gram and skip-gram needs 🔠
Language: JavaScript - Size: 34.2 KB - Last synced at: 27 days ago - Pushed at: over 8 years ago - Stars: 3 - Forks: 0

ilkerrisvan/ngram-text-generate
Generating new texts using Turkish technology news via NLTK
Language: Python - Size: 579 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

BitSpeech/SRILM
Mirror of SRILM
Language: Roff - Size: 62.4 MB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 48 - Forks: 22

boon-cpu/boonkov
Language: JavaScript - Size: 15.6 KB - Last synced at: 30 days ago - Pushed at: almost 4 years ago - Stars: 7 - Forks: 0

harehare/chick
Chrome extension for full text bookmark and browsing history search.
Language: Elm - Size: 2.24 MB - Last synced at: 6 months ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 0

alessioC42/NLPplayground
An interactive presentation tool covering n-grams and naivebayes
Language: JavaScript - Size: 45.3 MB - Last synced at: 10 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

mthebaud/predict4all
Accurate, fast, lightweight, multilingual, free and open-source next word prediction library
Language: Java - Size: 776 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 9 - Forks: 1

girishji/ngramview-complete.vim
Next word completion for Vim based on Google Ngrams Viewer.
Language: Vim Script - Size: 4.88 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

viniciusarruda/autocomplete
Autocomplete current or next word using N-grams
Language: Python - Size: 1.47 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ayshajamjam/trigram-model-nlp
Language: Python - Size: 5.02 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

AkshatSaxena799/Detection_And_Analysis_Of_Plagiarism_Using_NLP
This project aims to develop an NLP-based system to detect and analyze plagiarism in textual content. It utilizes natural language processing techniques to identify similarities between texts, ensuring academic integrity and promoting originality.
Language: HTML - Size: 598 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

tyrannorrec/CS6120-NLP-Final-Project
Classified human and machine generated text using 1) a single score threshold classifier and 2) a neural network classifier approach, based on perplexities and probability scores generated from n-grams. Best results are 77% for the single score classifier and 80% for the ANN classifier.
Language: Jupyter Notebook - Size: 959 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

stefpe/symfony_elasticsearch
Symfony 5 with Elasticsearch: Search as you type
Language: PHP - Size: 438 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ngrams-dev/general
NGRAMS is a search engine for the Google Books Ngram Dataset. This repository contains documentation, discussions, announcements, and issues.
Size: 31.3 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

HamedBabaei/PAN2019_bots_gender_profiling
PAN 2019, Bots and Gender Profiling Task
Language: Python - Size: 151 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 0

elifftosunn/textDataClean
Kirli veri çekildiğinde ön işleme adımlarına gerek kalmadan model eğitimi için hazır hale getirmek amacıyla yapılan uygulamadır.
Size: 2.69 MB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

DanielJohnBenton/Ngrams.java
:cake: A library for creating n-grams, skip-grams, bag of words, bag of n-grams, bag of skip-grams.
Language: Java - Size: 21.5 KB - Last synced at: 9 months ago - Pushed at: over 3 years ago - Stars: 13 - Forks: 7

weezel/spellcheck
Spellcheckers for command line
Language: C - Size: 172 KB - Last synced at: over 2 years ago - Pushed at: about 11 years ago - Stars: 2 - Forks: 0

ecomp-shONgit/text-decomtrans
JS/Python3 Lib for text-decomposition, text-transformation, string-transformation, string-decomposition, ngram, other-gram and neighborhood-representation
Language: Python - Size: 418 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 7 - Forks: 1

phonyland/language-model
⚙️ Language Model for 🙃 Phony Framework
Language: PHP - Size: 145 KB - Last synced at: 5 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

joshualoehr/ngram-language-model
Python implementation of an N-gram language model with Laplace smoothing and sentence generation.
Language: Python - Size: 3.36 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 53 - Forks: 22

toolforgeio/ngram-gap-tool
Compares keyword frequency analyses between two bodies of text
Language: Java - Size: 48.8 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

MBadriNarayanan/NLPSpecialization 📦
Natural Language Processing Specialization (4 Courses). Course offered by deeplearning.ai and Coursera. Taught by Younes Bensouda Mourri & Łukasz Kaiser.
Language: Jupyter Notebook - Size: 2.03 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 2

DJRAppDev/ngram-words 📦
Android n-gram app that does stuff
Language: Java - Size: 139 KB - Last synced at: 7 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

toolforgeio/ngrams-tool
Performs an ngram frequency analysis on a text corpus stored in a spreadsheet
Language: Java - Size: 104 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

pituwa-lk/spell
Sinhala spell checker
Language: HTML - Size: 1.24 MB - Last synced at: about 2 months ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

Ahmedfir/ngramlineloc
java code naturalness calculation via n-gram language models.
Language: Python - Size: 15.7 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0
