This package is a simple wrapper that calls Alpino (a Dutch dependency parser; see https://www.let.rug.nl/vannoord/alp) from R as a system call.
You need to either set the ALPINO_HOME environment variable to point to your Alpino installation, or specify it with the call.
Install rsyntax and Rpino from github:
devtools::install_github("vanatteveldt/rsyntax") devtools::install_github("vanatteveldt/Rpino")
tokens = Rpino::parse.Alpino(c("Jan houdt van taart", "Ik ook")) tokens
tokens = Rpino::parse.Alpino(c("Jan houdt van taart", "Ik ook")) knitr::kable(tokens)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.