NeuSpell: A Neural Spelling Correction Toolkit
-
Updated
Jul 31, 2023 - Python
NeuSpell: A Neural Spelling Correction Toolkit
NLP in Python with Deep Learning
Fast spell-checking library - Pure C99 implementation of SymSpell algorithm
A sample spell Corrector in JavaScript
A little c script for fast, word-level spelling correction in helix
English Auto Correct is a spell correction tool that uses a frequency dictionary from the Leipzig English dataset to suggest corrections for misspelled words by generating possible edits and matching them against the dictionary.
Spring Boot application for spell correction using dictionary substitution method.
Spelling correction and suggestion based on Java
A Flask application for spell correction that uses dictionary substitution method.
Assignment Submission for course Information Retrieval (CS F469)
Guided Label and Tag Preprocessing
Language Modelling (text generation, spell correction) and Sentiment Analysis / POS Tagging with MLP, RNN, CNN and BERT models and LLM prompting
NLP-based spell checker implementing Peter Norvig's probabilistic spelling correction algorithm using edit distance and word frequency analysis.
A search engine that indexes and searches documents extracted from Wikipedia, built in C++17 — no external search libraries, no database. It uses SPIMI block-indexing with a K-way merge to build the index, BM25 for ranking, and supports boolean, phrase, and fuzzy queries with Trie-based auto-suggestions and trigram + Metaphone spell correction
A full-stack mini search engine that crawls websites, indexes content, computes BM25 + PageRank rankings, and serves fast search results with autocomplete and spell correction using FastAPI, SQLite, and JavaScript.
Transformer Based Seq2Seq Model for Bangla Spell Correction
Qt Spell Checking Class - no dependencies
Modern C++ Smart Search Engine implementing Inverted Index, TF-IDF Ranking, Trie-based Auto Complete, Boolean Search, Phrase Search, Spell Correction, LRU Cache, Query Analytics and Fuzzy Search.
Add a description, image, and links to the spell-correction topic page so that developers can more easily learn about it.
To associate your repository with the spell-correction topic, visit your repo's landing page and select "manage topics."