Serialized Form

Class org.itc.irst.tcc.ties.bwi.Affix extends java.lang.Object implements Serializable

Serialized Fields

pattern

Pattern pattern
The pattern.


patternMatches

PatternMatches patternMatches
The list of ok and wrong matches for this pattern.


cv

double cv

cvs

double cvs


Class org.itc.irst.tcc.ties.bwi.Detector extends java.lang.Object implements Serializable

Serialized Fields

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.


Class org.itc.irst.tcc.ties.data.Entity extends java.lang.Object implements Serializable

Serialized Fields

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.


Class org.itc.irst.tcc.ties.bwi.ExtractionResult extends java.lang.Object implements Serializable

Serialized Fields

hashmap

java.util.HashMap hashmap
The object that maps files to list of entities.


Class org.itc.irst.tcc.ties.data.FeatureFactory extends java.lang.Object implements Serializable

Serialized Fields

hashmap

java.util.HashMap hashmap
The map of features.


Class org.itc.irst.tcc.ties.data.Index extends java.lang.Object implements Serializable

Serialized Fields

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


Class org.itc.irst.tcc.ties.util.IndexList extends java.lang.Object implements Serializable

Serialized Fields

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.


Class org.itc.irst.tcc.ties.data.InvertedIndex extends java.lang.Object implements Serializable

Serialized Fields

hashmap

java.util.HashMap hashmap
The lexitem used for


Class org.itc.irst.tcc.ties.data.patterns.Pattern extends java.lang.Object implements Serializable

Serialized Fields

pattern

java.util.List pattern
The Pattern.


hashCode

int hashCode
The hash code value for this Pattern


pattType

int pattType
The Pattern type


Class org.itc.irst.tcc.ties.data.patterns.PatternMatches extends java.lang.Object implements Serializable

Serialized Fields

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


Class org.itc.irst.tcc.ties.validation.ValidatorNotFoundException extends java.lang.ClassNotFoundException implements Serializable


Class org.itc.irst.tcc.ties.bwi.Wrapper extends java.lang.Object implements Serializable

Serialized Fields

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.