Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Misspelling Generator
|
| 2 |
|
| 3 |
A misspelling words generator of the 466k words from data [provider](https://github.com/dwyl/english-words) written `words.txt`. For demonstation, we only use 7 letters combination minimum to generate:
|
|
@@ -113,4 +122,4 @@ files.download('misspellings_permutations.txt')
|
|
| 113 |
- **Keep the browser tab open** — Colab disconnects if idle too long
|
| 114 |
- **Use `Ctrl+Shift+I` → Console** and paste `setInterval(function(){document.querySelector("colab-connect-button").click()}, 60000)` to prevent idle disconnects
|
| 115 |
- **For very large outputs**, write directly to Google Drive so you don't lose data on disconnect
|
| 116 |
-
- **CPU-only is fine** for this script — permutation generation is CPU-bound, not GPU
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language: pyt
|
| 4 |
+
tags:
|
| 5 |
+
- misspelling
|
| 6 |
+
- generator
|
| 7 |
+
- python
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
# Misspelling Generator
|
| 11 |
|
| 12 |
A misspelling words generator of the 466k words from data [provider](https://github.com/dwyl/english-words) written `words.txt`. For demonstation, we only use 7 letters combination minimum to generate:
|
|
|
|
| 122 |
- **Keep the browser tab open** — Colab disconnects if idle too long
|
| 123 |
- **Use `Ctrl+Shift+I` → Console** and paste `setInterval(function(){document.querySelector("colab-connect-button").click()}, 60000)` to prevent idle disconnects
|
| 124 |
- **For very large outputs**, write directly to Google Drive so you don't lose data on disconnect
|
| 125 |
+
- **CPU-only is fine** for this script — permutation generation is CPU-bound, not GPU
|