ClavinLocationResolver@Deprecated public interface LocationResolver
LocationExtractor and resolves them into the appropriate
geographic entities (as intended by the document's author based on
context) by finding the best match in a gazetteer.| Modifier and Type | Method and Description |
|---|---|
List<ResolvedLocation> |
resolveLocations(List<LocationOccurrence> locations,
boolean fuzzy)
Deprecated.
|
@Deprecated List<ResolvedLocation> resolveLocations(List<LocationOccurrence> locations, boolean fuzzy) throws Exception
ClavinLocationResolver.resolveLocations(java.util.List, int, int, boolean)ResolvedLocations containing GeoName objects.locations - list of location names to be resolvedfuzzy - switch for turning on/off fuzzy matchingResolvedLocation objectsException - if an error occursCopyright © 2012–2014 Berico Technologies. All rights reserved.