gitabtion/SoftMaskedBert-PyTorch
🙈 An unofficial implementation of SoftMaskedBert based on huggingface/transformers.
This project helps identify and correct spelling errors in Chinese text, similar to how a spell checker works but for more complex linguistic issues. You feed it Chinese text documents, and it outputs the same text with detected errors and their suggested corrections. This tool is for researchers and practitioners working with Chinese natural language processing, especially those focused on text quality and accuracy.
No commits in the last 6 months.
Use this if you need to build or evaluate a system for automatically correcting spelling errors in Chinese text.
Not ideal if you are looking for a ready-to-use application for everyday spell checking without needing to train or configure models.
Stars
97
Forks
17
Language
Python
License
MIT
Category
Last pushed
Apr 26, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/gitabtion/SoftMaskedBert-PyTorch"
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"...