This repo provides files (json, txt) detailing the frequencies of ascii chararcters ocurring in english text. The characters are represented as the decimal value of the byte and the frequencies represented as 64 bit floating point values.
The files were derived from the Reuters21578 corpus which is included along with the code used to derive the frequencies.
You will need golang version 1.13 or higher.
To build and run the code, run:
go run main.go