Is there a package that ports Stanford parser in R?
A:
Nothing on CRAN. RSeek returns nothing. And the NLP view on CRAN doesn't show it.
Shane
2010-06-04 14:37:58
Thanks Shane, I also did some searching on the same. Are you aware of any other dependency parsers in R?
Neo_Me
2010-06-04 14:57:08
Try the `sos` package.
Shane
2010-06-04 15:13:28
A:
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.
harshsinghal
2010-06-07 11:24:50
Thanks Harsh!!! I will be happy to get some help from you. I also found alternate way, which I can share.
Neo_Me
2010-06-07 17:42:29