Uses of Class
org.opensextant.data.TextInput
-
Packages that use TextInput Package Description org.opensextant.data Xponents Data Modelorg.opensextant.extraction Extraction Fundamentalsorg.opensextant.extractors.poli Patterns Of Life (PoLi)org.opensextant.extractors.xcoord XCoord: Geographic Coordinate Extractionorg.opensextant.extractors.xtemporal XTemporal: Date and Time Pattern Extractionorg.opensextant.processing Processing Basics: Parameters, Results Handlers, Pipelining -
-
Uses of TextInput in org.opensextant.data
Subclasses of TextInput in org.opensextant.data Modifier and Type Class Description class
DocInput
Use only for cases where you have document inputs instead of raw records. -
Uses of TextInput in org.opensextant.extraction
Fields in org.opensextant.extraction declared as TextInput Modifier and Type Field Description TextInput
ExtractionResult. input
Methods in org.opensextant.extraction with parameters of type TextInput Modifier and Type Method Description java.util.List<TextMatch>
Extractor. extract(TextInput input)
Useuful for working with batches of inputs that have an innate row ID + buffer pairing. -
Uses of TextInput in org.opensextant.extractors.poli
Methods in org.opensextant.extractors.poli with parameters of type TextInput Modifier and Type Method Description java.util.List<TextMatch>
PatternsOfLife. extract(TextInput input)
Support the standard Extractor interface.java.util.List<TextMatch>
PatternsOfLife. extract(TextInput input, java.lang.String family)
-
Uses of TextInput in org.opensextant.extractors.xcoord
Methods in org.opensextant.extractors.xcoord with parameters of type TextInput Modifier and Type Method Description java.util.List<TextMatch>
XCoord. extract(TextInput input)
Support the standard Extractor interface. -
Uses of TextInput in org.opensextant.extractors.xtemporal
Methods in org.opensextant.extractors.xtemporal with parameters of type TextInput Modifier and Type Method Description java.util.List<TextMatch>
XTemporal. extract(TextInput input)
Support the standard Extractor interface. -
Uses of TextInput in org.opensextant.processing
Methods in org.opensextant.processing with parameters of type TextInput Modifier and Type Method Description java.util.List<TextMatch>
XtractorGroup. process(TextInput input)
Process one input.int
XtractorGroup. processAndFormat(TextInput input)
Processes input content against all extractors and all formatters This does not throw exceptions, as some processing may fail, while others succeed.
-