Serialized Form
pattern
Pattern pattern
- The pattern.
patternMatches
PatternMatches patternMatches
- The list of ok and wrong matches for this pattern.
cv
double cv
cvs
double cvs
prefixPattern
Pattern prefixPattern
- The prefix pattern.
suffixPattern
Pattern suffixPattern
- The suffix pattern.
confidenceValue
double confidenceValue
- The confidence value.
patternMatches
PatternMatches patternMatches
- The list of ok and wrong matches for this pattern.
start
int start
- The start offset into the text of this entity.
end
int end
- The end offset into the text of this entity.
label
java.lang.String label
- The entity label.
itemList
java.util.List itemList
- The list of items that form the actual piece of text extracted.
score
double score
- The score of the entity.
hashmap
java.util.HashMap hashmap
- The object that maps files to list of entities.
hashmap
java.util.HashMap hashmap
- The map of features.
textNumber
int textNumber
- The text number into the chart list.
positionInText
int positionInText
- The position into the text.
start
int start
- The start offset into the text.
len
int len
- The length of the example
elementData
int[] elementData
- The array buffer into which the components of the ints are
stored. The capacity of the
IndexList is the length of this array buffer.
elementCount
int elementCount
- The number of valid components in the
IndexList.
capacityIncrement
int capacityIncrement
- The amount by which the capacity of the
IndexList is automatically
incremented when its size becomes greater than its capacity. If
the capacity increment is 0, the capacity of the
IndexList is doubled each time it needs to grow.
hashmap
java.util.HashMap hashmap
- The lexitem used for
pattern
java.util.List pattern
- The Pattern.
hashCode
int hashCode
- The hash code value for this Pattern
pattType
int pattType
- The Pattern type
matchOk
IndexList matchOk
- The list of correct matches for this pattern.
matchWrong
IndexList matchWrong
- The list of wrong matches for this pattern.
ok
int ok
wrong
int wrong
maxLength
int maxLength
- The list of before detector.
foreDetector
java.util.Collection foreDetector
- The list of before detector.
aftDetector
java.util.Collection aftDetector
- The list of after detector.
fieldDist
double[] fieldDist
- The field length distribution
tag
java.lang.String tag
- The label.