Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 676 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 676 Bytes

Word count example

This example project is inspired by and derived from work by Software Carpentry licensed under the Creative Commons Attribution license (CC BY4.0).

These programs will count words in a given text, plot a bar chart of the 10 most common words, and test Zipf's law on the two most common words.

Prerequisites

  • Python
  • numpy
  • matplotlib
  • Make
  • Snakemake
  • (optional) Docker

Usage

  • Clone the repository
  • Run make and/or snakemake
  • Results will be generated in plots/ sub-folder and the results.txt file