Uses of Class
com.bericotech.clavin.resolver.ResolvedLocation

Packages that use ResolvedLocation
com.bericotech.clavin   
com.bericotech.clavin.resolver   
com.bericotech.clavin.resolver.lucene   
 

Uses of ResolvedLocation in com.bericotech.clavin
 

Methods in com.bericotech.clavin that return types with arguments of type ResolvedLocation
 List<ResolvedLocation> GeoParser.parse(String inputText)
          Takes an unstructured text document (as a String), extracts the location names contained therein, and resolves them into geographic entities representing the best match for those location names.
 

Uses of ResolvedLocation in com.bericotech.clavin.resolver
 

Methods in com.bericotech.clavin.resolver that return types with arguments of type ResolvedLocation
 List<ResolvedLocation> LocationResolver.resolveLocations(List<LocationOccurrence> locations, boolean fuzzy)
          Resolves the supplied list of location names into ResolvedLocations containing GeoName objects.
 

Uses of ResolvedLocation in com.bericotech.clavin.resolver.lucene
 

Methods in com.bericotech.clavin.resolver.lucene that return types with arguments of type ResolvedLocation
 List<ResolvedLocation> LuceneLocationResolver.resolveLocations(List<LocationOccurrence> locations, boolean fuzzy)
          Resolves the supplied list of location names into ResolvedLocations containing GeoName objects.
 



Copyright © 2013 Berico Technologies. All rights reserved.