Open bklippstein opened 11 years ago
I'll look into it ASAP. Thanks for the report.
Looks like this is a problem with the parser wrapper, since tokenizing and tagging separately with Stanford works.
I just ran into this as well and I can also reproduce it on the most recent git version. Is there a workaround? Thanks!
@louismullie
When loading StanfordCoreNLP.load(:tokenize, :ssplit, :parse, :ner) The :ner makes this:
/gems/bind-it-0.2.7/lib/bind-it/rjb_proxy.rb:37:in method_missing': Fail: unknown method name
backtrace' (RuntimeError)
gems/bind-it-0.2.7/lib/bind-it/rjb_proxy.rb:37:in `method_missing'
Please help with that ASAP?
The stanford parser gives wrong results for german but no error message:
Output:
==> The first word is no Symbol, and there are several words missing.
English is working fine. Using the stanford-core-nlp gem everything looks good:
Output:
If I try to use the stanford-core-nlp gem after Treats do-method, I get an error with bind-it:
Error: