-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Issues with MasterExtractor() #54
Comments
Same here |
1 similar comment
Same here |
I solved it by adding the following line in environment_extractor.py: Yet I got this error now : |
This fixed my first issue, and after having downgraded my Java to version 8 ( #32 ) I get the following issue: Exception in thread Thread-7: Exception in thread Thread-5: It seems that I am missing caches and something with the ParentedTree? |
For the issue related to parented tree, check #47 . You need to replace For the issue related to Nominatim.prickle not being detected a workaround would be to go into your caches folder as per the location mentioned in the error and renaming the Nominatim.prickle file without the "_" to "Nominatim.prickle" . |
Hi @fhamborg , Came back to this beauty to fix some of the issues posted. One of the first things I noticed was although
It still results in the attribute error
That is the reason even though this part of the code was updated people are still experiencing this issue (#63 ). |
Oh, my bad! I just uploaded the master branch as a new version to pypi. Could you check whether this fixes #63 ? |
Hi,
I am trying to get Giveme5W1H up and running but when calling MasterExtractor() in python I get the following:
ConfigurationError: Using Nominatim with default or sample
user_agent
"geopy/2.0.0" is strongly discouraged, as it violates Nominatim's ToS https://operations.osmfoundation.org/policies/nominatim/ and may possibly cause 403 and 429 HTTP errors. Please specify a customuser_agent
withNominatim(user_agent="my-application")
or by overriding the defaultuser_agent
:geopy.geocoders.options.default_user_agent = "my-application"
.Not sure what is wrong but I assume the issue might be caused by CoreNLP Server - I ran:
$ giveme5w1h-corenlp
and got:
[main] INFO CoreNLP - --- StanfordCoreNLPServer#main() called ---
[main] INFO CoreNLP - setting default constituency parser
[main] INFO CoreNLP - using SR parser: edu/stanford/nlp/models/srparser/englishSR.ser.gz
[main] INFO CoreNLP - Threads: 12
[main] INFO CoreNLP - Starting server...
[main] INFO CoreNLP - StanfordCoreNLPServer listening at /[0:0:0:0:0:0:0:0]:9000
The readme said it could take a few minutes but I waited a long time and nothing ever happened - have anyone had the same issue?
The text was updated successfully, but these errors were encountered: