I hereby claim:
- I am hkf on github.
- I am harold_figueroa (https://keybase.io/harold_figueroa) on keybase.
- I have a public key ASAjExKG4N6RhOsmWW8eUV22W0Os3fIV4HseTefyunVftgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| require 'stanford-core-nlp' | |
| root = Dir.pwd | |
| # Set an alternative path to look for the JAR files | |
| # Default is gem's bin folder. | |
| StanfordCoreNLP.jar_path = root + '/stanford-core-nlp-full/' | |
| # Set an alternative path to look for the model files | |
| # Default is gem's bin folder. |