https://github.com/ericnorris/letter-frequency-analysis
Breakdown and visualization of character frequency in the OANC corpus.
https://github.com/ericnorris/letter-frequency-analysis
cryptanalysis letter-frequency letters python3
Last synced: 12 months ago
JSON representation
Breakdown and visualization of character frequency in the OANC corpus.
- Host: GitHub
- URL: https://github.com/ericnorris/letter-frequency-analysis
- Owner: ericnorris
- License: mit
- Created: 2018-03-04T06:35:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-10T20:58:49.000Z (about 8 years ago)
- Last Synced: 2025-01-30T19:16:20.738Z (about 1 year ago)
- Topics: cryptanalysis, letter-frequency, letters, python3
- Language: Python
- Homepage: https://ericnorris.github.io/letter-frequency-analysis/
- Size: 30.4 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# letter-frequency-analysis
Results: https://ericnorris.github.io/letter-frequency-analysis/
## Getting Started
1) [Install virtualenv](https://virtualenv.pypa.io/en/stable/installation/)
2) `make`
Results will go to the `docs/` folder by default.
## Developing
_Note: `bin/watch-and-run.sh` requires inotify-tools._
1) `source venv/bin/activate && bin/watch-and-run.sh`
2) Edit files in `lfa/` or `templates/`
3) Smash F5