louismullie / stanford-core-nlp

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

Update for stanford 3.4.1 #32

Open pabramowitsch opened 9 years ago

pabramowitsch commented 9 years ago

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 java compile error here.


AnnotationBridge.java:14: get(java.lang.Class>) in edu.stanford.nlp.util.ArrayCoreMap cannot be applied to (java.lang.Class)
Object object = ((ArrayCoreMap) entity).get(klass);
            
arbox commented 7 years ago

@pabramowitsch I'll review your pull request soon! Please be patient :)