stanford-core-nlp icon indicating copy to clipboard operation
stanford-core-nlp copied to clipboard

Ruby bindings to the Stanford Core NLP tools (English, French, German).

Results 20 stanford-core-nlp issues
Sort by recently updated
recently updated
newest added

Feel free to change or ask me to change anything. Btw I was unable to rebuild bridge.jar (for my own edification). Tried various permutations, but gave up. I get a...

This pull request adds some documentation to the README file on how to use StanfordCoreNLP.custom_properties to set Annotator options. See #26.

Hey, nice job with adding support for french and german. I actually wanted to add support for chinese and thai (in java). Could give me an idea how to make...

I have installed RJB and the followed all instructions as suggested in your gem documentation. Have installed JAVA 1.6 and set the $JAVA_HOME TO /home/avinash/jdk1.6.0_38 similarly i have set $LD_LIBRARY_PATH=/home/avinash/jdk1.6.0_38/lib...

I am not sure if something similar has been reported, but I am getting the following error with the latest version of the gem 0.5.1, when using the models and...

Hi there, is anyone aware of a possibility to run Stanford NLP a bit less verbose? Got a lot `Adding annotator x` on `stderr` that I'd rather not see...

I am using gradle to load the lib & model ``` compile("edu.stanford.nlp:stanford-corenlp:3.4.1") compile("edu.stanford.nlp:stanford-corenlp:3.4.1:models") ``` But it seems like the `englishSR.ser.gz`model is not part of this version , because `edu/stanford/nlp/models/srparser/englishSR.ser.gz`cannot be...

Hi I'm new to Stanford NLP, just experimenting with it, so please excuse any glaring mistakes! I installed your gem the newest `stanford-corenlp-full-2014-10-31` and `stanford-postagger-2014-10-26`. I'm using the gem version...

Het Louis, Thanks again for working on these great nlp tools for ruby. Just followed the readme for setting up with latest stanford-core-nlp release, and got an error from bind-it...

Master has now had a version bump. Can this latest version be deployed to RubyGems?