Uses of Class
org.opensextant.extractors.flexpat.RegexPatternManager
Package
Description
FlexPat -- A Pattern Definition & Testing Library
Patterns Of Life (PoLi)
XCoord: Geographic Coordinate Extraction
XTemporal: Date and Time Pattern Extraction
-
Uses of RegexPatternManager in org.opensextant.extractors.flexpat
Modifier and TypeMethodDescriptionprotected abstract RegexPatternManager
AbstractFlexPat.createPatternManager
(InputStream s, String name) Create a pattern manager given the input stream and the file name.AbstractFlexPat.getPatternManager()
-
Uses of RegexPatternManager in org.opensextant.extractors.poli
Modifier and TypeMethodDescriptionprotected RegexPatternManager
PatternsOfLife.createPatternManager
(InputStream s, String n) -
Uses of RegexPatternManager in org.opensextant.extractors.xcoord
Modifier and TypeClassDescriptionfinal class
This is the culmination of various coordinate extraction efforts in python and Java.Modifier and TypeMethodDescriptionprotected RegexPatternManager
XCoord.createPatternManager
(InputStream s, String n) -
Uses of RegexPatternManager in org.opensextant.extractors.xtemporal
Modifier and TypeMethodDescriptionprotected RegexPatternManager
XTemporal.createPatternManager
(InputStream strm, String name)