Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trngbich/word-count
CodeRefinery2022 - Recording computational steps
https://github.com/trngbich/word-count
Last synced: 22 days ago
JSON representation
CodeRefinery2022 - Recording computational steps
- Host: GitHub
- URL: https://github.com/trngbich/word-count
- Owner: trngbich
- License: mit
- Created: 2022-03-29T08:21:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-30T13:25:24.000Z (almost 3 years ago)
- Last Synced: 2024-10-25T23:10:57.510Z (2 months ago)
- Language: Python
- Homepage: https://trngbich.github.io/word-count/
- Size: 4.26 MB
- Stars: 0
- Watchers: 1
- 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)
[![Doc](https://img.shields.io/badge/read-documentation-orange.svg)](https://trngbich.github.io/word-count/)# 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/