Module io.annot8.components.geo
Class CountryGazetteer.Settings
- java.lang.Object
-
- io.annot8.components.gazetteers.processors.AhoCorasick.Settings
-
- io.annot8.components.geo.processors.CountryGazetteer.Settings
-
- All Implemented Interfaces:
io.annot8.api.settings.Settings
- Enclosing class:
- CountryGazetteer
public static class CountryGazetteer.Settings extends AhoCorasick.Settings
-
-
Constructor Summary
Constructors Constructor Description Settings(boolean geojson, boolean metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisGeojson()booleanisMetadata()booleanvalidate()-
Methods inherited from class io.annot8.components.gazetteers.processors.AhoCorasick.Settings
getSubType, getType, isAdditionalData, isCaseSensitive, isExactWhitespace, isPlurals, setAdditionalData, setCaseSensitive, setExactWhitespace, setPlurals, setSubType, setType
-
-
-
-
Method Detail
-
isGeojson
public boolean isGeojson()
-
isMetadata
public boolean isMetadata()
-
validate
public boolean validate()
- Specified by:
validatein interfaceio.annot8.api.settings.Settings- Overrides:
validatein classAhoCorasick.Settings
-
-