typo stringlengths 3 16 | fix stringlengths 1 18 |
|---|---|
__attribyte__ | __attribute__ |
__cpluspus | __cplusplus |
aadd | add |
aaproximate | approximate |
aaproximated | approximated |
aaproximately | approximately |
aaproximates | approximates |
aaproximating | approximating |
aaproximation | approximation |
aaproximations | approximations |
aas | ass |
abailable | available |
abanden | abandon |
abandenment | abandonment |
abandining | abandoning |
abandomnent | abandonment |
abandond | abandoned |
abandonde | abandoned |
abandonded | abandoned |
abandonding | abandoning |
abandondment | abandonment |
abandonds | abandons |
abandone | abandon |
abandones | abandons |
abandonig | abandoning |
abandonin | abandoning |
abandonne | abandonment |
abandonned | abandoned |
abandonnent | abandonment |
abandonning | abandoning |
abanond | abandon |
abanonded | abandoned |
abanonding | abandoning |
abanondment | abandonment |
abanonds | abandons |
abasin | abasing |
abberation | aberration |
abberations | aberrations |
abberivate | abbreviate |
abberivated | abbreviated |
abberivates | abbreviates |
abberivation | abbreviation |
abberivations | abbreviations |
abberviation | abbreviation |
abberviations | abbreviations |
abbouts | abbots |
abbreivate | abbreviate |
abbreivated | abbreviated |
abbreivates | abbreviates |
abbreivating | abbreviating |
abbreivation | abbreviation |
abbreivations | abbreviations |
abbrevate | abbreviate |
abbrevated | abbreviated |
abbrevates | abbreviates |
abbrevating | abbreviating |
abbrevation | abbreviation |
abbrevations | abbreviations |
abbreveation | abbreviation |
abbreveations | abbreviations |
abbreviatin | abbreviation |
abbreviatins | abbreviations |
abbreviato | abbreviation |
abbreviaton | abbreviation |
abbreviatons | abbreviations |
abbrievate | abbreviate |
abbrievated | abbreviated |
abbrievates | abbreviates |
abbrievating | abbreviating |
abbrievation | abbreviation |
abbrievations | abbreviations |
abbriviate | abbreviate |
abbriviated | abbreviated |
abbriviates | abbreviates |
abbriviating | abbreviating |
abbriviation | abbreviation |
abbriviations | abbreviations |
abcense | absence |
abck | back |
abdominable | abdominal |
abdomine | abdomen |
abdomnial | abdominal |
abdonimal | abdominal |
abductin | abducting |
abilites | abilities |
abilitiy | ability |
abilityes | abilities |
abillity | ability |
abilties | abilities |
abiltiy | ability |
abilty | ability |
abiss | abyss |
abiut | about |
abizmal | abysmal |
abl | able |
abliities | abilities |
abliity | ability |
abnoramlly | abnormally |
abnormalty | abnormally |
abnormaly | abnormally |
End of preview. Expand in Data Studio
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
π Python Typos 500K - Largest Typo Dataset
499,257 typo patterns | Bigger than GitHub Typo Corpus (350K)
Stats
| Metric | Value |
|---|---|
| Records | 499,257 |
| Unique words | 150+ |
| Size | 21MB |
| Mutations | neighbor, swap, double, skip, insert |
Install
from datasets import load_dataset
ds = load_dataset("Diorrock/python-typos-109k")
Sample
{"typo": "improt", "fix": "import"}
{"typo": "pirnnt", "fix": "print"}
{"typo": "returm", "fix": "return"}
{"typo": "tensorflwo", "fix": "tensorflow"}
Use Cases
- π€ Train autocorrect models
- π€ IDE plugins (VS Code, PyCharm)
- π§ Code quality tools
- π± Mobile coding assistants
Generation Method
Keyboard-based mutations:
- Neighbor: Replace with adjacent key (a β s)
- Swap: Transpose adjacent chars (import β import)
- Double: Duplicate char (print β prrint)
- Skip: Omit char (return β return)
- Multi: 1-3 mutations combined
License
MIT - Free for commercial use
Citation
@dataset{python_typos_500k,
author = {Diorrock},
title = {Python Typos 500K Dataset},
year = {2025},
publisher = {HuggingFace},
url = {https://huggingface.co/datasets/Diorrock/python-typos-109k}
}
- Downloads last month
- 7