Uses of Class
org.opensextant.extractors.flexpat.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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionXTemporal.extract_dates
(String text, String text_id) A direct call to extract dates; which is useful for diagnostics and development/testing.