louismullie / stanford-core-nlp

Ruby bindings to the Stanford Core NLP tools (English, French, German).
Other
432 stars 70 forks source link

Added custom properties #20

Closed nyarly closed 10 years ago

nyarly commented 11 years ago

Added StanfordNLP::custom_properties so that knowledgeable users can add properties to the processing queue. I needed something this to constrain the maximum sentence length and monkeypatched get_properties, but something like this would be cleaner.

louismullie commented 11 years ago

What's the fuubar gem that's been added to the Gemfile?

mgurley commented 9 years ago

Would you be able to bump the version of the gem and release a new version to incorporate this change? I have been installing from the github master branch but would like to be just install from rubygems.org.