gitabtion/BertBasedCorrectionModels
PyTorch impelementations of BERT-based Spelling Error Correction Models. 基于BERT的文本纠错模型,使用PyTorch实现。
This project provides advanced spelling and grammar correction for Chinese text. It takes raw, potentially error-ridden Chinese sentences and outputs corrected, fluent sentences. Anyone working with Chinese content, such as content editors, customer service agents, or linguists, can use this to improve text quality.
279 stars. No commits in the last 6 months.
Use this if you need to automatically detect and correct common spelling and grammatical errors in large volumes of Chinese text.
Not ideal if you need a simple, off-the-shelf solution without any setup or if your primary need is for languages other than Chinese.
Stars
279
Forks
41
Language
Python
License
Apache-2.0
Category
Last pushed
Feb 17, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/gitabtion/BertBasedCorrectionModels"
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"...