Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/annefou/word-count-exercise
https://github.com/annefou/word-count-exercise
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/annefou/word-count-exercise
- Owner: annefou
- License: mit
- Created: 2021-05-18T08:37:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-18T08:37:59.000Z (over 3 years ago)
- Last Synced: 2024-11-05T10:51:12.052Z (about 2 months ago)
- Language: Python
- Size: 760 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Binder](https://mybinder.org/badge_logo.svg)](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.ioWe use this example in two [CodeRefinery](https://coderefinery.org/) lessons:
- https://coderefinery.github.io/reproducible-research/
- https://coderefinery.github.io/documentation/