Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sjackman/makefile-example

An example of a data analysis pipeline using Make
https://github.com/sjackman/makefile-example

Last synced: about 1 month ago
JSON representation

An example of a data analysis pipeline using Make

Awesome Lists containing this project

README

        

# Analyse the distribution of word lengths

This repository is an example of a data analysis pipeline using Make. It downloads lists of English and French word lists, calculates a table of word length frequency, and plots the two distributions.

## Dependency diagram of the [Makefile](https://github.com/sjackman/makefile-example/blob/master/Makefile)

Created using [makefile2graph](https://github.com/lindenb/makefile2graph)

![Dependency diagram of the Makefile](Makefile.png)

## RMarkdown Reports

+ [compare-en-fr.html](http://sjackman.ca/makefile-example/compare-en-fr.html)
+ [en.html](http://sjackman.ca/makefile-example/en.html)
+ [fr.html](http://sjackman.ca/makefile-example/fr.html)

## GitHub repository

https://github.com/sjackman/makefile-example/