Uses of Interface
org.opensextant.extraction.Extractor
Package
Description
FlexPat -- A Pattern Definition & Testing Library
Patterns Of Life (PoLi)
XCoord: Geographic Coordinate Extraction
XTemporal: Date and Time Pattern Extraction
Processing Basics: Parameters, Results Handlers, Pipelining
-
Uses of Extractor in org.opensextant.extractors.flexpat
Modifier and TypeClassDescriptionclass
FlexPat Extractor -- given a set of pattern families, extract, filter and normalize matches. -
Uses of Extractor in org.opensextant.extractors.poli
-
Uses of Extractor in org.opensextant.extractors.xcoord
Modifier and TypeClassDescriptionclass
Use this XCoord class for both test and development of patterns, as well as to extract coordinates at runtime. -
Uses of Extractor in org.opensextant.extractors.xtemporal
Modifier and TypeClassDescriptionclass
Date/Time pattern extractor -- detects, parses, normalizes dates. -
Uses of Extractor in org.opensextant.processing
Modifier and TypeFieldDescriptionXtractorGroup.extractors
API: child implementations have access to the core list of extractors.