-
-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'list' object has no attribute 'values' (LIKELY: CoreNLP issue) #32
Comments
I'm getting the same error from the |
As can be seen in the CoreNLP Server logs, this seems to be an issue of CoreNLP, not Giveme5W1H, i.e., |
Yup done. Thanks @fhamborg! May I know which version of corenlp are you running? |
Just Giveme5W1H's default. Closing the issue since it seems to be a 3rd party issue. Feel free to reopen it in case there are any news indicating that it's an internal issue. |
So, this library is working now? What should I pass an argument to a function for it to work? I passed |
I've found solution in installing java8 instead 11 |
There is a question on Stack Overflow that describes in detail how to resolve the issue. It seems that in the latest Java versions |
I had this same issue and it seems to be related to the higher java version on my MacOS. After downgrading it to java 8 it works. Also, for managing multiple versions of java, here is a good tutorial using |
As of the 3.9.2 release of CoreNLP (rather old at this point) there is a jaxb implementation included in our releases. If that's included in the classpath, this error should not occur, hopefully. |
I am running the
giveme5w1h-rest
command. I had followed what #30 @abhimanyuNitSri had mentioned, I had moved the cache into the local package folder and I had replaced the '_' inside the cache folder. But I am still unable to get the library to be working.Output at
giveme5w1h-rest
consoleOutput at
giveme5w1h-corenlp
consoleThe text was updated successfully, but these errors were encountered: