We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is the reason for this check?
https://github.com/ahalterman/mordecai3/blob/main/mordecai3/geoparse.py#L449
Because of this, some places get dropped.
Here is an example from the test_moredecai3 tests
Shouldn't this return 2 geo-locations instead of just one ( Oxford )
Oxford
"Ole Miss is located in Oxford." - Ole Miss - University of Mississippi as per Geonames ( missed ) - Oxford
Similarly below should also return 2 geo-locations, right?
"Oxford is home to Oxford University, one of the best universities in the world." - `Oxford` - `Oxford University` ( missed )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the reason for this check?
https://github.com/ahalterman/mordecai3/blob/main/mordecai3/geoparse.py#L449
Because of this, some places get dropped.
Here is an example from the test_moredecai3 tests
Shouldn't this return 2 geo-locations instead of just one (
Oxford
)Similarly below should also return 2 geo-locations, right?
The text was updated successfully, but these errors were encountered: