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 TypeClassDescriptionclassFlexPat 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 TypeClassDescriptionclassUse 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 TypeClassDescriptionclassDate/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.extractorsAPI: child implementations have access to the core list of extractors.Methods in org.opensextant.processing with parameters of type Extractor