Uses of Class
org.opensextant.extractors.geo.social.SocialGeo
Packages that use SocialGeo
-
Uses of SocialGeo in org.opensextant.extractors.geo.social
Subclasses of SocialGeo in org.opensextant.extractors.geo.socialModifier 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).