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

Hi, I want to use the stanford-core-nlp gem in a rails application. So, I followed the README file instructions : - I installed the stanford-core-nlp gem and put it in...

Is there any chance on updating CoreNLP to the current version? CoreNLP 3.9.2 was released in May 2018.

when i run corenlp through spyder. i get this error.i dont know how to deal with jar file .if i need to download it separately?

I followed the installation instructions, but when I ran `pipeline = StanfordCoreNLP.load(:tokenize, :ssplit, :pos, :lemma, :parse, :ner, :dcoref)` this happened: ``` RuntimeError: Could not find JAR file (looking in /Users/amooren/.rvm/gems/ruby-2.4.0/gems/stanford-core-nlp-0.5.3/bin/joda-time.jar)....

Following https://github.com/louismullie/stanford-core-nlp/issues/52 this is an other configuration issue on Fedora 27. Even after modifying `StanfordCoreNLP.jvm_args` trying to run a full pipeline will raise a java heap out of memory error....

Hey First, thank you for the good work here, these bindings to the StanfordCoreNLP API are very useful ! I'm trying to print Stanford dependencies as XML using the toString()...

This information will appear on the gem's page on rubygems.org. http://guides.rubygems.org/specification-reference/#requirements

I'm having trouble getting stanford-core-nlp gem working with Ruby 2.2. Using code below from your s-c-nlp gem page (https://github.com/louismullie/stanford-core-nlp). I'm getting errors "private method `load' [also`require']" and "uninitialized constant StanfordCoreNLP::Annotation...