An open API service indexing awesome lists of open source software.

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.

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