Uses of Class
org.opensextant.extractors.geo.social.GeoInferencer
Packages that use GeoInferencer
-
Uses of GeoInferencer in org.opensextant.extractors.geo.social
Subclasses of GeoInferencer in org.opensextant.extractors.geo.socialModifier and TypeClassDescriptionclass
Pipeline focused on improving the location metadata for Tweets or Weibo or other social media that has metadata about user or messaging location.class
Variant TODO: Ideally, we would chain something like inferredLoc = geocode(Tweet, User, etc) then use the outputs from that to then mentionLocs = geocode(text, given=inferredLoc).