Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

R interface for Stanford Parser [closed]

Tags:

r

stanford-nlp

Is there a package that ports Stanford parser in R?

like image 275
Shreyas Karnik Avatar asked Jun 16 '26 19:06

Shreyas Karnik


1 Answers

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

The Stanford NLP parsers have API documentation which you could use to create a wrapper in Java.

I am trying to use the NLP parsers from Stanford from R and once I have usable code, I'll b glad to share it with you here.

like image 57
harshsinghal Avatar answered Jun 19 '26 09:06

harshsinghal



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!