https://github.com/bast/testing_doc_lesson
https://github.com/bast/testing_doc_lesson
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bast/testing_doc_lesson
- Owner: bast
- License: mit
- Created: 2021-05-11T18:54:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T19:20:40.000Z (about 5 years ago)
- Last Synced: 2025-01-28T02:32:56.263Z (over 1 year ago)
- Language: Python
- Size: 760 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://mybinder.org/v2/gh/coderefinery/word-count/HEAD)
# 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/