diff --git a/02_word_freq/src/summary.md b/02_word_freq/src/summary.md new file mode 100644 index 0000000..a5072ee --- /dev/null +++ b/02_word_freq/src/summary.md @@ -0,0 +1,28 @@ +--- +title: "Linguistics for Cognitive Science: Assignment 2" +author: + - Felicia Saar (3818590) + - David-Elias Künstle (3822829) +date: 5.11.2015 + +documentclass: article +geometry: "margin=1in" +urlcolor: black +header-includes: + - \usepackage{listings} + - \lstset{ numbers=left, title=\lstname, frame=single } +--- + +[plot]: res/grimms_fairy_tales.pdf +![Alt text \label{mylabel}][plot] + +\newpage + +**APPENDIX** + +\lstinputlisting[language=bash]{src/wordify.sh} +\lstinputlisting[language=R]{src/plotfreq.r} +\lstinputlisting[language=bash]{makefile} + + +