From c5af1a97831ad9bffce540a91acb16e010ea66bf Mon Sep 17 00:00:00 2001 From: Victor Zimmermann <zimmermann@cl.uni-heidelberg.de> Date: Wed, 14 Mar 2018 16:40:30 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6bff00a..94fe22f 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ $ python3 absinth.py -t * [NLTK](http://www.nltk.org/) - Stopwords * [Spacy](https://spacy.io/) - Tokenisation and syntactic parsing * [NumPy](http://www.numpy.org/) - Maths +* [MatPlotLib](https://matplotlib.org/) - Visualisation ## References -- GitLab