Run from following commands from a Unix shell (Linux / Mac OS).
```{sh eval = FALSE} mkdir /opt/stanford-corenlp cd /opt/stanford-corenlp wget http://nlp.stanford.edu/software/stanford-corenlp-full-2017-06-09.zip unzip stanford-corenlp-full-2017-06-09.zip rm stanford-corenlp-full-2017-06-09.zip
cd stanford-corenlp-full-2017-06-09 wget http://nlp.stanford.edu/software/stanford-german-corenlp-2017-06-09-models.jar
unzip stanford-german-corenlp-2017-06-09-models.jar StanfordCoreNLP-german.properties mv StanfordCoreNLP-german.properties .. zip -d stanford-german-corenlp-2017-06-09-models.jar StanfordCoreNLP-german.properties nano StanfordCoreNLP-german.properties
## Installing the treetagger The treetagger website ()[http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/] offers an instruction how to install the treetagger. The following commands are based on this. ```{sh eval = FALSE} mkdir /opt/treetagger cd /opt/treetagger wget http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/data/tree-tagger-MacOSX-3.2.tar.gz wget http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/data/tagger-scripts.tar.gz wget http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/data/install-tagger.sh wget http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/data/german-par-linux-3.2-utf8.bin.gz wget http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/data/english-par-linux-3.2-utf8.bin.gz sh install-tagger.sh
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.