Share.

2 Comments

  1. Script used for scraping, processing, and plotting:
    [https://gist.github.com/kevinMEH/a8287805256b98459c1212bd1983a838](https://gist.github.com/kevinMEH/a8287805256b98459c1212bd1983a838)

    Source:
    [https://en.wikipedia.org/wiki/Letter_frequency](https://en.wikipedia.org/wiki/Letter_frequency)

    Notes: Letters with diacritics are treated as their base forms. Compound letters in Welsh (like dd, th, and ll) are counted too, with each letter counted individually.

    Thanks for your feedback!