-
Notifications
You must be signed in to change notification settings - Fork 0
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
comment out the initial country check #53
Conversation
I thought about this for a bit... the issue was that we used to get a long list of locations where countries are mixed with area names. @liniiiiii is this still the case? If yes, we will then replace the method
If no, then we simply drop these lines altogether and merge with |
Whichever method we decide to continue with, I think it would be nice to run it on the gold data as well to make sure that everything we have there is classified as "country". |
Yeah, I plan to ask how to proceed this as well, let me run the dev set in the parse_events.py I revised for this function now, and to see if the code works! |
@liniiiiii so just to ask you again, we will have lists with mixed locations (countries and non-countries), is that correct? |
@i-be-snek , yes, oh, no, really delayed response! |
Great, thanks @liniiiiii, good to know :) |
Since @liniiiiii is saying we will not have columns where country and location names are mixed, this function will be deprecated in #81 Unless I understood you incorrectly? Because your sentence had both a yes and a no? |
My bad!!!! Yes is for the question, no is for my sorry of the late response :( |
The pycountry-based initial country check is commented out.