You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the extract_infoboxes() function, change the regexp that matches infoboxes to detect geoboxes, and any other variations on the infobox theme as well. This has a direct effect of what classes get stored in the WikithingsDB, so I'd like to maximize what types of 'boxes get matched.
I believe @fakedrake had the magic regexp to match all versions of infoboxes, geoboxes, etc. in WikipediaBase, but I can't seem to find it now. Anyone know the best regexp for this?
The text was updated successfully, but these errors were encountered:
In the
extract_infoboxes()
function, change the regexp that matches infoboxes to detect geoboxes, and any other variations on the infobox theme as well. This has a direct effect of what classes get stored in the WikithingsDB, so I'd like to maximize what types of 'boxes get matched.I believe @fakedrake had the magic regexp to match all versions of infoboxes, geoboxes, etc. in WikipediaBase, but I can't seem to find it now. Anyone know the best regexp for this?
The text was updated successfully, but these errors were encountered: