Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sjackman/makefile-example
- Owner: sjackman
- Created: 2015-08-12T05:59:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-26T13:38:56.000Z (over 8 years ago)
- Last Synced: 2024-10-13T20:46:43.594Z (2 months ago)
- Language: Makefile
- Homepage: http://sjackman.ca/makefile-example/
- Size: 453 KB
- Stars: 17
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/