| Package | Description |
|---|---|
| com.bericotech.clavin | |
| com.bericotech.clavin.extractor |
| Modifier and Type | Method and Description |
|---|---|
static GeoParser |
GeoParserFactory.getDefault(String pathToLuceneIndex,
LocationExtractor extractor,
int maxHitDepth,
int maxContentWindow,
boolean fuzzy)
Get a GeoParser with defined values for maxHitDepth and
maxContentWindow, fuzzy matching explicitly turned on or off,
and a specific LocationExtractor to use.
|
| Constructor and Description |
|---|
GeoParser(LocationExtractor extractor,
Gazetteer gazetteer,
int maxHitDepth,
int maxContextWindow,
boolean fuzzy)
Default constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApacheExtractor
Extracts location names from unstructured text documents using a
named entity recognizer (Apache OpenNLP Name Finder).
|
Copyright © 2012–2014 Berico Technologies. All rights reserved.