Tools to improve English text
Tools to improve English text
Posted Jun 17, 2020 6:44 UTC (Wed) by pabs (subscriber, #43278)Parent article: Tools to improve English text
Collect long lists of spelling mistakes you have noticed in code, email, blog posts, news articles, forum comments and so on.
Use the Debian code search engine to find if anyone has made that spelling mistake in reasonably popular open source code.
https://codesearch.debian.net/
Use the regex mode to detect other variants of that spelling mistake, for example if you started with "expund" then search for "expun[a-ce-z]" and you will soon find "expunf" etc.
Wade through tens of pages of false positives looking for useful results.
Manually add obvious variants of each spelling mistake (add "expunds", "expunding" when you have "expund" already).
Review the result and semi-automatically create commits and PRs.