https://github.com/bast/word-count
https://github.com/bast/word-count
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bast/word-count
- Owner: bast
- License: mit
- Created: 2019-10-24T08:32:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T23:13:34.000Z (almost 4 years ago)
- Last Synced: 2025-01-28T02:32:54.886Z (over 1 year ago)
- Language: Python
- Size: 762 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Word count example
These programs will count words in a given text, plot a bar chart of the 10
most common words, and test [Zipf's
law](https://en.wikipedia.org/wiki/Zipf%27s_law) on the two most common words.
- Inspired by and derived from https://hpc-carpentry.github.io/hpc-python/
which is distributed under
[Creative Commons Attribution license (CC-BY 4.0)](https://creativecommons.org/licenses/by/4.0/).
- Documentation: https://word-count.readthedocs.io
We use this example in two [CodeRefinery](https://coderefinery.org/) lessons:
- https://coderefinery.github.io/reproducible-research/
- https://coderefinery.github.io/documentation/