Uses of Class
org.opensextant.extractors.geo.social.SocialGeo
-
Uses of SocialGeo in org.opensextant.extractors.geo.social
Modifier and TypeClassDescriptionclass
A geoinferencer infers location on users and their messages.class
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).