Uses of Interface
org.opensextant.extraction.Extractor
Packages that use 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
Classes in org.opensextant.extractors.flexpat that implement ExtractorModifier and TypeClassDescriptionclass
FlexPat Extractor -- given a set of pattern families, extract, filter and normalize matches. -
Uses of Extractor in org.opensextant.extractors.poli
Classes in org.opensextant.extractors.poli that implement Extractor -
Uses of Extractor in org.opensextant.extractors.xcoord
Classes in org.opensextant.extractors.xcoord that implement ExtractorModifier 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
Classes in org.opensextant.extractors.xtemporal that implement ExtractorModifier and TypeClassDescriptionclass
Date/Time pattern extractor -- detects, parses, normalizes dates. -
Uses of Extractor in org.opensextant.processing
Fields in org.opensextant.processing with type parameters of type ExtractorModifier and TypeFieldDescriptionXtractorGroup.extractors
API: child implementations have access to the core list of extractors.Methods in org.opensextant.processing with parameters of type Extractor