Closed mcomella closed 7 years ago
Current status: I can transform (place_name, coord) -> Wikipedia ID for:
Some examples that we can't do right now:
I think the case in 1 is do-able. 2 & 3 seems do-able if we're okay with more false matches (e.g. by using partial_token matches). 4 may not be feasible.
Testing my algo ^ on 29 wikipedia pages in SF with Yelp pages, we get 86% (25/29) places and Factual gets 48% (14/29), all of which we have.
I think this may fall into "good enough" territory.
Fuzzy name matching? Note: unlike the other APIs, there is less of a guarantee that a place will have an associated wikipedia page (e.g. restaurants).