Class Money
- java.lang.Object
-
- org.opensextant.extraction.TextEntity
-
- org.opensextant.extraction.TextMatch
-
- org.opensextant.extractors.poli.PoliMatch
-
- org.opensextant.extractors.poli.data.Money
-
public class Money extends PoliMatch
- Author:
- Marc C. Ubaldino, MITRE, ubaldino at mitre dot org
-
-
Field Summary
-
Fields inherited from class org.opensextant.extractors.poli.PoliMatch
FOUND_CASE, LOWER_CASE, match_groups, normal_case, textnorm, UPPER_CASE
-
Fields inherited from class org.opensextant.extraction.TextMatch
pattern_id, producer, type
-
Fields inherited from class org.opensextant.extraction.TextEntity
end, is_duplicate, is_overlap, is_submatch, match_id, postChar, preChar, start, text
-
-
Method Summary
Modifier and Type Method Description void
normalize()
Trim whitespace and convert found text to alpha case configured for this object.-
Methods inherited from class org.opensextant.extraction.TextMatch
copy, defaultMatchId, getMatchId, getTextnorm, getType, isDefault, isFilteredOut, isSame, isSameNorm, setFilteredOut, setType, toString
-
Methods inherited from class org.opensextant.extraction.TextEntity
contains, copy, getContext, getContextAfter, getContextBefore, getLength, getText, isAfter, isASCII, isBefore, isLeftMatch, isLower, isMixedCase, isOverlap, isRightMatch, isSameMatch, isUpper, isWithin, isWithinChars, setContext, setContext, setText, setTextOnly
-
-