Uses of Class
org.opensextant.data.TextInput
Packages that use 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
Subclasses of TextInput in org.opensextant.dataModifier and TypeClassDescriptionclass
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 TextInputMethods in org.opensextant.extraction with parameters of type TextInput -
Uses of TextInput in org.opensextant.extractors.poli
Methods in org.opensextant.extractors.poli with parameters of type TextInput -
Uses of TextInput in org.opensextant.extractors.xcoord
Methods in org.opensextant.extractors.xcoord with parameters of type TextInput -
Uses of TextInput in org.opensextant.extractors.xtemporal
Methods in org.opensextant.extractors.xtemporal with parameters of type TextInput -
Uses of TextInput in org.opensextant.processing
Methods in org.opensextant.processing with parameters of type TextInputModifier 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.