R interface for Stanford Parser

Is there a packet that passes the Stanford parser to R?

+3
source share
2 answers

http://cran.r-project.org/web/packages/helloJavaWorld/vignettes/helloJavaWorld.pdf will show you how to use the rJava package and some minimal Java code to use external Java packages.

Stanford NLP parsers have API documentation that you can use to create wrappers in Java.

I am trying to use the NLP parser from Stanford from R, and as soon as I have the useful code, I will be happy to share it with you here.

+2
source

CRAN. RSeek . NLP CRAN .

0

Source: https://habr.com/ru/post/1748528/


All Articles