CoreNLP-Scala icon indicating copy to clipboard operation
CoreNLP-Scala copied to clipboard

A Scala wrapper for CoreNLP

Results 3 CoreNLP-Scala issues
Sort by recently updated
recently updated
newest added

Hallo, How can I add dependencies for languages other than English? Your SBT code does not allow to download the models for other languages.

Not really an issue, but a request. Is it possible to add Maven dependencies? I really like that your evaluation is lazy and want to try this implementation over https://github.com/clulab/processors.

$make mkdir -p classes sed -e 's/BerkeleyUtil.berkeleyParser/throw new IllegalStateException("Could not find parser model (and was not compiled to run with Berkeley parser)")/g' src/edu/stanford/nlp/NLP.scala > /tmp/NLP_stanfordonly.scala scalac -cp /classes:/lib/joda-time.jar:/lib/jollyday-0.4.7.jar -d classes...