Class TextMatchResult
java.lang.Object
org.opensextant.extractors.flexpat.TextMatchResult
This result class holds all the results for a given text block.
Important: When iterating over your results, matches, you should @see
GeocoordMatch.is_submatch
to see if a match is part of another match.
- Author:
- ubaldino
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
result_id
-
pass
public boolean pass -
evaluated
public boolean evaluated -
message
-
matches
-
-
Constructor Details
-
TextMatchResult
public TextMatchResult()
-
-
Method Details
-
add_trace
- Parameters:
msg
- processing/matching message
-
get_trace
- Returns:
- message buffer for matching
-