Calling Alpino from R

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.

Installation

Install rsyntax and Rpino from github:

devtools::install_github("vanatteveldt/rsyntax")
devtools::install_github("vanatteveldt/Rpino")

Calling Alpino:

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)


vanatteveldt/Rpino documentation built on May 3, 2019, 2:59 p.m.