https://github.com/wbarnha/website-typo-parser
An old program I wrote in Python 2 to detect spelling errors on websites.
https://github.com/wbarnha/website-typo-parser
spelling-errors
Last synced: 11 months ago
JSON representation
An old program I wrote in Python 2 to detect spelling errors on websites.
- Host: GitHub
- URL: https://github.com/wbarnha/website-typo-parser
- Owner: wbarnha
- Created: 2020-02-19T03:20:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T21:42:45.000Z (about 4 years ago)
- Last Synced: 2025-02-11T08:48:32.375Z (over 1 year ago)
- Topics: spelling-errors
- Language: Python
- Homepage:
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# website-typo-parser
This is a program I wrote a long time ago in Python 2 to detect spelling errors on websites, particularly ones containing files in .xht format.
To install dependencies, simply run `./linuxsetup.sh` or the provided `macossetup.sh`file if you're running macOS. Then, simply run `python typoparser.py` and everything should be all set for you. If you look at the code, you're looking at the product of extreme sleep deprivation so please don't expect any of it to make sense.
This was designed in mind to run `wget` to pull content from Apache-hosted websites and examine them for spelling errors. Simply copy and paste the URL of a specific page and it the program should automatically download the entire website for you (ignoring .mp4, .jpg, .png, and other costly file size formats). This will result in the program freezing briefly and will take a few minutes depending on the size of the website.

To add a word the local dictionary, simply follow the process below and click `Add to Dictionary`.
