Uses of Class
org.opensextant.data.TextInput
Package
Description
Xponents Data Model
Extraction Fundamentals
Patterns Of Life (PoLi)
XCoord: Geographic Coordinate Extraction
XTemporal: Date and Time Pattern Extraction
Processing Basics: Parameters, Results Handlers, Pipelining
-
Uses of TextInput in org.opensextant.data
Modifier and TypeClassDescriptionclass
Use only for cases where you have document inputs instead of raw records. -
Uses of TextInput in org.opensextant.extraction
-
Uses of TextInput in org.opensextant.extractors.poli
-
Uses of TextInput in org.opensextant.extractors.xcoord
-
Uses of TextInput in org.opensextant.extractors.xtemporal
-
Uses of TextInput in org.opensextant.processing
Modifier and TypeMethodDescriptionProcess 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.