Skip to content

peranti/word-count

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published