Pure Python Spell Checking http://pyspellchecker.readthedocs.io/en/latest/
GitHub Typo Corpus: A Large-Scale Multilingual Dataset of Misspellings and Grammatical Errors
SOTA punctation restoration (for e.g. automatic speech recognition) deep learning model based on BERT pre-trained model
Code for chinese error detection module, using n-gram and bi-lstm
text correction papers
The main features of nghuyong/text-correction-papers are: Text Correction.
Open-source alternatives to nghuyong/text-correction-papers include: barrust/pyspellchecker — Pure Python Spell Checking http://pyspellchecker.readthedocs.io/en/latest/. mhagiwara/github-typo-corpus — GitHub Typo Corpus: A Large-Scale Multilingual Dataset of Misspellings and Grammatical Errors. nkrnrnk/bertpunc — SOTA punctation restoration (for e.g. automatic speech recognition) deep learning model based on BERT pre-trained model. zedom1/error-detection — Code for chinese error detection module, using n-gram and bi-lstm.