Uses of Class
org.opensextant.extractors.flexpat.TextMatchResult
Packages that use TextMatchResult
Package
Description
Patterns Of Life (PoLi)
XCoord: Geographic Coordinate Extraction
XTemporal: Date and Time Pattern Extraction
-
Uses of TextMatchResult in org.opensextant.extractors.poli
Methods in org.opensextant.extractors.poli that return TextMatchResultModifier and TypeMethodDescriptionPatternsOfLife.extract_patterns
(String text, String text_id, String family) Extract patterns of a certain family from a block of text. -
Uses of TextMatchResult in org.opensextant.extractors.xcoord
Methods in org.opensextant.extractors.xcoord that return TextMatchResultModifier and TypeMethodDescriptionXCoord.extract_coordinates
(String text, String text_id) Assess all enabled patterns against the given text.XCoord.extract_coordinates
(String text, String text_id, int family) Limit the extraction to a particular family of coordinates. -
Uses of TextMatchResult in org.opensextant.extractors.xtemporal
Methods in org.opensextant.extractors.xtemporal that return TextMatchResultModifier and TypeMethodDescriptionXTemporal.extract_dates
(String text, String text_id) A direct call to extract dates; which is useful for diagnostics and development/testing.