|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LocationOccurrence | |
|---|---|
| com.bericotech.clavin.extractor | |
| com.bericotech.clavin.resolver | |
| com.bericotech.clavin.resolver.lucene | |
| Uses of LocationOccurrence in com.bericotech.clavin.extractor |
|---|
| Methods in com.bericotech.clavin.extractor that return types with arguments of type LocationOccurrence | |
|---|---|
List<LocationOccurrence> |
LocationExtractor.extractLocationNames(String plainText)
Extracts a list of location names found in unstructured text. |
List<LocationOccurrence> |
ApacheExtractor.extractLocationNames(String plainText)
Extracts location names from unstructured text using the named entity recognizer (NER) feature provided by the Apache OpenNLP Name Finder. |
| Uses of LocationOccurrence in com.bericotech.clavin.resolver |
|---|
| Fields in com.bericotech.clavin.resolver declared as LocationOccurrence | |
|---|---|
LocationOccurrence |
ResolvedLocation.location
|
| Method parameters in com.bericotech.clavin.resolver with type arguments of type LocationOccurrence | |
|---|---|
List<ResolvedLocation> |
LocationResolver.resolveLocations(List<LocationOccurrence> locations,
boolean fuzzy)
Resolves the supplied list of location names into ResolvedLocations containing GeoName objects. |
| Constructors in com.bericotech.clavin.resolver with parameters of type LocationOccurrence | |
|---|---|
ResolvedLocation(org.apache.lucene.document.Document luceneDoc,
LocationOccurrence location,
boolean fuzzy)
Builds a ResolvedLocation from a document retrieved from
the Lucene index representing the geographic entity resolved
from a location name. |
|
| Uses of LocationOccurrence in com.bericotech.clavin.resolver.lucene |
|---|
| Method parameters in com.bericotech.clavin.resolver.lucene with type arguments of type LocationOccurrence | |
|---|---|
List<ResolvedLocation> |
LuceneLocationResolver.resolveLocations(List<LocationOccurrence> locations,
boolean fuzzy)
Resolves the supplied list of location names into ResolvedLocations containing GeoName objects. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||