phkhanhtrinh23/spelling_correction_project
This spelling correction project helps people fix English spelling mistakes. It includes two options: Option 1 uses the Transformer model, and Option 2 employs GPT-2.
This project helps anyone who needs to fix spelling mistakes in English sentences. You provide text with errors, and it generates a corrected version. It's designed for someone who wants to integrate a spelling correction feature into their own applications or workflows.
No commits in the last 6 months.
Use this if you are a developer looking for a foundational Python and PyTorch project to implement a custom spelling correction tool.
Not ideal if you need an out-of-the-box, ready-to-use application for correcting spelling without coding.
Stars
18
Forks
5
Language
Python
License
—
Category
Last pushed
Jul 28, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/phkhanhtrinh23/spelling_correction_project"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Tongjilibo/bert4torch
An elegent pytorch implement of transformers
nyu-mll/jiant
jiant is an nlp toolkit
lonePatient/TorchBlocks
A PyTorch-based toolkit for natural language processing
monologg/JointBERT
Pytorch implementation of JointBERT: "BERT for Joint Intent Classification and Slot Filling"
grammarly/gector
Official implementation of the papers "GECToR – Grammatical Error Correction: Tag, Not Rewrite"...