Uses of Class
org.opensextant.extraction.TextMatch
Packages that use TextMatch
Package
Description
Extraction Fundamentals
FlexPat -- A Pattern Definition & Testing Library
Patterns Of Life (PoLi)
PoLi Patterns: Cyber, Telelphony, Currency examples
XCoord: Geographic Coordinate Extraction
XTemporal: Date and Time Pattern Extraction
Xponents Output Formatting using GISCore
Processing Basics: Parameters, Results Handlers, Pipelining
-
Uses of TextMatch in org.opensextant.extraction
Fields in org.opensextant.extraction with type parameters of type TextMatchMethods in org.opensextant.extraction that return types with arguments of type TextMatchModifier and TypeMethodDescriptionUseful for working with text buffers adhoc.Useuful for working with batches of inputs that have an innate row ID + buffer pairing.Methods in org.opensextant.extraction with parameters of type TextMatchModifier and TypeMethodDescriptionintthis match, A compared to B Order: A B then A > B Order: B A then A < B Order: same spans then A == BvoidbooleanTextMatch.isSameNorm(TextMatch m) Compare the normalized string for this match to that of another.Method parameters in org.opensextant.extraction with type arguments of type TextMatchModifier and TypeMethodDescriptionstatic voidMatcherUtils.filterMatchesBySpans(String buffer, List<TextMatch> matches) A simple demonstration of how to sift through matches identifying which matches appear within tags.static voidMatcherUtils.reduceMatches(List<TextMatch> matches) Reduce actual valid matches by identifying duplicates or sub-matches. -
Uses of TextMatch in org.opensextant.extractors.flexpat
Fields in org.opensextant.extractors.flexpat declared as TextMatchFields in org.opensextant.extractors.flexpat with type parameters of type TextMatchMethods in org.opensextant.extractors.flexpat with parameters of type TextMatchModifier and TypeMethodDescriptionprotected voidAbstractFlexPat.set_match_id(TextMatch m, int count) Optional. -
Uses of TextMatch in org.opensextant.extractors.poli
Subclasses of TextMatch in org.opensextant.extractors.poliMethods in org.opensextant.extractors.poli that return types with arguments of type TextMatch -
Uses of TextMatch in org.opensextant.extractors.poli.data
Subclasses of TextMatch in org.opensextant.extractors.poli.dataModifier and TypeClassDescriptionclassclassclassclass -
Uses of TextMatch in org.opensextant.extractors.xcoord
Subclasses of TextMatch in org.opensextant.extractors.xcoordModifier and TypeClassDescriptionclassGeocoordMatch holds all the annotation data for the actual raw and normalized coordinate.Methods in org.opensextant.extractors.xcoord that return types with arguments of type TextMatch -
Uses of TextMatch in org.opensextant.extractors.xtemporal
Subclasses of TextMatch in org.opensextant.extractors.xtemporalMethods in org.opensextant.extractors.xtemporal that return types with arguments of type TextMatch -
Uses of TextMatch in org.opensextant.output
Methods in org.opensextant.output with parameters of type TextMatchModifier and TypeMethodDescriptionprotected voidGISDataModel.addContext(org.opensextant.giscore.events.Feature row, TextMatch g) Adds the context.protected voidGISDataModel.addMatchMethod(org.opensextant.giscore.events.Feature row, TextMatch match) Adds the match method.protected voidGISDataModel.addMatchText(org.opensextant.giscore.events.Feature row, TextMatch g) Adds the match text.protected voidGISDataModel.addOffsets(org.opensextant.giscore.events.Feature row, TextMatch m) Adds the offsets.voidPull in data from match into the output schema (map)List<org.opensextant.giscore.events.Feature>GISDataModel.buildRows(int id, Geocoding g, TextMatch m, Map<String, Object> rowAttributes, ExtractionResult res) Builds a GISCore feature array (rows) from a given array of TextMatches; Enrich the features with record-level attributes (columns).protected booleanThis helps you figure out what to put in the GIS products.AbstractFormatter.getGeocoding(TextMatch m) The default geocoding interpretation is here.MatchInterpreter.getGeocoding(TextMatch m) For a given match in text return the geocoding object for that match, if one exists. -
Uses of TextMatch in org.opensextant.processing
Methods in org.opensextant.processing that return types with arguments of type TextMatchModifier and TypeMethodDescriptionProcess one input.Methods in org.opensextant.processing with parameters of type TextMatchModifier and TypeMethodDescriptionstatic booleanResultsUtility.isDatetime(TextMatch m) Testers for TextMatch: isDatetime macro.static booleanResultsUtility.isLocation(TextMatch m) Testers for TextMatch: isLocation macro.