Uses of Class
org.opensextant.extraction.TextEntity
Packages that use TextEntity
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
Processing Basics: Parameters, Results Handlers, Pipelining
-
Uses of TextEntity in org.opensextant.extraction
Subclasses of TextEntity in org.opensextant.extractionModifier and TypeClassDescriptionclass
A variation on TextEntity that also records pattern metadataMethods in org.opensextant.extraction that return types with arguments of type TextEntityModifier and TypeMethodDescriptionstatic List<TextEntity>
MatcherUtils.findTagSpans
(String text) Trivial attempt at locating edges of tags in data.Methods in org.opensextant.extraction with parameters of type TextEntityModifier and TypeMethodDescriptionvoid
TextEntity.copy
(TextEntity m) boolean
TextEntity.isAfter
(TextEntity t) Assuming simple whitespace separation or other simple delimiters, is this term following the argument entity?boolean
TextEntity.isBefore
(TextEntity t) Assuming simple whitespace separation or other simple delimiters, is this term preceeding the argument entity?boolean
TextEntity.isLeftMatch
(TextEntity t) boolean
TextEntity.isOverlap
(TextEntity t) boolean
TextEntity.isRightMatch
(TextEntity t) boolean
TextEntity.isSameMatch
(TextEntity t) boolean
TextEntity.isWithin
(TextEntity t) boolean
TextEntity.isWithinChars
(TextEntity t, int nchars) Proximity test between this text span and another This is A; B is input. -
Uses of TextEntity in org.opensextant.extractors.flexpat
Methods in org.opensextant.extractors.flexpat that return types with arguments of type TextEntityModifier and TypeMethodDescriptionRegexPatternManager.group_matches
(RegexPattern p, Matcher matched) Matched fields as TextEntities -
Uses of TextEntity in org.opensextant.extractors.poli
Subclasses of TextEntity in org.opensextant.extractors.poli -
Uses of TextEntity in org.opensextant.extractors.poli.data
Subclasses of TextEntity in org.opensextant.extractors.poli.dataModifier and TypeClassDescriptionclass
class
class
class
-
Uses of TextEntity in org.opensextant.extractors.xcoord
Subclasses of TextEntity in org.opensextant.extractors.xcoordModifier and TypeClassDescriptionclass
GeocoordMatch holds all the annotation data for the actual raw and normalized coordinate.Method parameters in org.opensextant.extractors.xcoord with type arguments of type TextEntityModifier and TypeMethodDescriptionstatic void
GeocoordNormalization.normalize_coordinate
(GeocoordMatch m, Map<String, TextEntity> groups) The match object is normalized, setting the coord_text and other data from parsing "text" and knowing which pattern family was matched.protected void
GeocoordMatch.setSeparator
(Map<String, TextEntity> fields) Sets the separator.Constructor parameters in org.opensextant.extractors.xcoord with type arguments of type TextEntityModifierConstructorDescriptionDMSOrdinate
(Map<String, TextEntity> fieldMatches, Map<String, String> fieldVals, boolean islat, String t) DMS ordinates can be made up of degrees, minutes, seconds and then decimal minutes and decimal seconds fractional minutes dddd are formatted as ".dddd" then parsed; ADD to existing minutes fractional seconds dddd are formatted as ".dddd" then parsed; ADD to existing seconds decimal minutes d.ddd.. -
Uses of TextEntity in org.opensextant.extractors.xtemporal
Subclasses of TextEntity in org.opensextant.extractors.xtemporal -
Uses of TextEntity in org.opensextant.processing
Methods in org.opensextant.processing with parameters of type TextEntityModifier and TypeMethodDescriptionstatic void
ResultsUtility.setContextFor
(String content, TextEntity t, int doc_size) Given the annotation or match, set the context on the TextEntity object.static void
ResultsUtility.setPrePostContextFor
(String content, TextEntity t, int doc_size) Given the TextEntity, set the context on that object.