A B C D E F G H I K L M N O P Q R S T U V W

A

AFT_DETECTOR - Static variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
 
AFT_DETECTOR_TAG - Static variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
 
ANY_TOKEN - Static variable in class org.itc.irst.tcc.ties.data.Feature
 
AbstractCorpusLoader - class org.itc.irst.tcc.ties.data.AbstractCorpusLoader.
 
AbstractCorpusLoader() - Constructor for class org.itc.irst.tcc.ties.data.AbstractCorpusLoader
Default constructor.
AbstractValidationStrategy - class org.itc.irst.tcc.ties.validation.AbstractValidationStrategy.
This class provides a skeletal implementation of the ValidationStrategy interface, to minimize the effort required to implement this interface.
AbstractValidationStrategy() - Constructor for class org.itc.irst.tcc.ties.validation.AbstractValidationStrategy
Class constructs.
AbstractWrapperLoader - class org.itc.irst.tcc.ties.bwi.AbstractWrapperLoader.
to do
AbstractWrapperLoader() - Constructor for class org.itc.irst.tcc.ties.bwi.AbstractWrapperLoader
Default constructor.
AdaBoost - class org.itc.irst.tcc.ties.ml.boosting.AdaBoost.
AdaBoost implementations of the Boosting interface.
AdaBoost() - Constructor for class org.itc.irst.tcc.ties.ml.boosting.AdaBoost
 
Affix - class org.itc.irst.tcc.ties.bwi.Affix.
An Affix object stores both Pattern and locations in the example set where the pattern does match and doesn't, matchOk and matchWrong respectively.
Affix(int) - Constructor for class org.itc.irst.tcc.ties.bwi.Affix
Constructs an ampty Affix.
Affix(Pattern, PatternMatches) - Constructor for class org.itc.irst.tcc.ties.bwi.Affix
Constructs an Affix.
accuracy - Variable in class org.itc.irst.tcc.ties.validation.Evaluation
The accuracy misure
accuracy - Variable in class org.itc.irst.tcc.ties.validation.MicroAvarage
The avarage accuracy misure
accuracy - Variable in class org.itc.irst.tcc.ties.validation.ValidationResult
The avarage accuracy misure
add(Feature) - Method in class org.itc.irst.tcc.ties.data.DefaultInstance
 
add(String) - Method in class org.itc.irst.tcc.ties.data.Example
Adds the specified tag to the tag set.
add(Example) - Method in class org.itc.irst.tcc.ties.data.ExampleSet
Adds the specified example to the set.
add(String, String) - Method in class org.itc.irst.tcc.ties.data.TextList
 
add(int) - Method in class org.itc.irst.tcc.ties.util.IndexList
Adds the specified index to the end of this IndexList, increasing its size by one.
add(Evaluation[]) - Method in class org.itc.irst.tcc.ties.validation.LearningCurve
Adds an Evaluation object to the end of this * validation result
add(ValidationResult) - Method in class org.itc.irst.tcc.ties.validation.MicroAvarage
Adds an ValidationResult object to the end of this * micro avarage
add(Evaluation) - Method in class org.itc.irst.tcc.ties.validation.ValidationResult
Adds an Evaluation object to the end of this validation result.
addEntity(String, String) - Method in class org.itc.irst.tcc.ties.bwi.Classifier
 
addExample(Set, Instance) - Method in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
 
addExample(Set, Set, Instance) - Method in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
 
addInitParam(String, String) - Method in class org.itc.irst.tcc.ties.bwi.BoostingFactory
 
addInitParam(String, String) - Method in class org.itc.irst.tcc.ties.bwi.FieldExtractionFactory
 
addInitParam(String, String) - Method in class org.itc.irst.tcc.ties.bwi.LearnerFactory
 
addInitParam(String, String) - Method in class org.itc.irst.tcc.ties.data.CorpusLoaderFactory
 
addInitParam(String, String) - Method in class org.itc.irst.tcc.ties.ml.boosting.BoostingFactory
 
addInitParam(String, String) - Method in class org.itc.irst.tcc.ties.validation.ValidationFactory
 
addMatchOk(int) - Method in class org.itc.irst.tcc.ties.data.patterns.PatternMatches
Adds the index to the correct match.
addMatchWrong(int) - Method in class org.itc.irst.tcc.ties.data.patterns.PatternMatches
Adds the index to the wrong match.
addToken(String, int, int) - Method in class org.itc.irst.tcc.ties.data.Entity
Appends the specified token (word, symbols, etc.) to the end of this entity.
addToken(Feature) - Method in class org.itc.irst.tcc.ties.data.patterns.Pattern
Adds the specified feat in this Pattern, if the Pattern is a PREFIX inserts the specified feat at the first position and shifts the element currently at first position (if any) and any subsequent elements to the right (adds one to their indices); otherwise, if the Pattern is a SUFFIX adds the specified feat at the ending in this Pattern
addToken(Feature, boolean) - Method in class org.itc.irst.tcc.ties.data.patterns.Pattern
Adds the specified feat in this Pattern, if the Pattern is a PREFIX inserts the specified feat at the first position and shifts the element currently at first position (if any) and any subsequent elements to the right (adds one to their indices); otherwise, if the Pattern is a SUFFIX adds the specified feat at the ending in this Pattern
aftDetector - Variable in class org.itc.irst.tcc.ties.bwi.Wrapper
The list of after detector.
aftDetector - Variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
The list of after detector.
anyToken - Variable in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
to do.
atags - Variable in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
The acceptable tag set;
atags - Variable in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
The acceptable tag set;
avarage() - Method in class org.itc.irst.tcc.ties.validation.MicroAvarage
Computes the avarage values of validation results.
avarage() - Method in class org.itc.irst.tcc.ties.validation.ValidationResult
Computes the avarage values of validation results.

B

BWI - class org.itc.irst.tcc.ties.bwi.BWI.
A BWI object implements the Boosted Wrapper Learner algorithm defined by Dayne Freitag and Nicholas Kushmerick.
BWI() - Constructor for class org.itc.irst.tcc.ties.bwi.BWI
 
Boosting - interface org.itc.irst.tcc.ties.bwi.Boosting.
 
Boosting - interface org.itc.irst.tcc.ties.ml.boosting.Boosting.
to do
BoostingFactory - class org.itc.irst.tcc.ties.bwi.BoostingFactory.
Factory for creating a boosting implementation.
BoostingFactory() - Constructor for class org.itc.irst.tcc.ties.bwi.BoostingFactory
Returns only one boosting factory instance
BoostingFactory - class org.itc.irst.tcc.ties.ml.boosting.BoostingFactory.
Factory for creating a boosting implementation.
BoostingFactory() - Constructor for class org.itc.irst.tcc.ties.ml.boosting.BoostingFactory
Returns only one boosting factory instance
begin - Variable in class org.itc.irst.tcc.ties.data.Field
The beginning boudary of this field.
bestPrefixExtension(Detector, Distribution) - Method in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
Returns the best extension of the prefix pattern of length at most pattern-length + lookahead, given the current prefix.
bestPrefixExtension(Detector, Distribution) - Method in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
Returns the best extension of the prefix pattern of length at most pattern-length + lookahead, given the current prefix.
bestSuffixExtension(Detector, Distribution) - Method in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
Returns the best extension of the suffix pattern of length at most pattern-length + lookahead, given the current suffix.
bestSuffixExtension(Detector, Distribution) - Method in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
Returns the best extension of the suffix pattern of length at most pattern-length + lookahead, given the current suffix.
beta - Variable in class org.itc.irst.tcc.ties.ml.boosting.UDistribution
The cost parameter.
boost(ExampleSet, String) - Method in class org.itc.irst.tcc.ties.bwi.BWI
 
boost(ExampleSet, String, int) - Method in class org.itc.irst.tcc.ties.bwi.BWI
 
boost(ExampleSet, String) - Method in interface org.itc.irst.tcc.ties.bwi.Boosting
This method must be overridden in order to implement the boosting algorithm.
boost(ExampleSet, String, int) - Method in interface org.itc.irst.tcc.ties.bwi.Boosting
This method must be overridden in order to implement the boosting algorithm.
boost(ExampleSet, String) - Method in class org.itc.irst.tcc.ties.ml.boosting.AdaBoost
 
boost(ExampleSet, String) - Method in interface org.itc.irst.tcc.ties.ml.boosting.Boosting
This method must be overridden in order to implement the boosting algorithm.
boostingClass - Variable in class org.itc.irst.tcc.ties.bwi.BoostingFactory
The Java class name of the object creation factory class.
boostingClass - Variable in class org.itc.irst.tcc.ties.ml.boosting.BoostingFactory
The Java class name of the object creation factory class.
boostingFactory - Static variable in class org.itc.irst.tcc.ties.bwi.BoostingFactory
A prototype for a boosting factory such that only one instance class can ever exist.
boostingFactory - Static variable in class org.itc.irst.tcc.ties.ml.boosting.BoostingFactory
A prototype for a boosting factory such that only one instance class can ever exist.

C

CONFIDENCE_VALUE_TAG - Static variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
 
CORPUS_TAG - Static variable in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
 
CORPUS_TAG - Static variable in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
 
Classifier - class org.itc.irst.tcc.ties.bwi.Classifier.
This class provides methods for extracting information from a text given the model learnt during training.
Classifier() - Constructor for class org.itc.irst.tcc.ties.bwi.Classifier
Constructs an empty n-fold cross-validation instance.
CorpusLoader - interface org.itc.irst.tcc.ties.data.CorpusLoader.
A corpus loader is an object that is responsible for loading an example set from a corpus.
CorpusLoaderFactory - class org.itc.irst.tcc.ties.data.CorpusLoaderFactory.
This factory object is used to obtain implementation of CorpusLoader.
CorpusLoaderFactory() - Constructor for class org.itc.irst.tcc.ties.data.CorpusLoaderFactory
Returns only one corpusLoader factory instance
CrossValidation - class org.itc.irst.tcc.ties.validation.CrossValidation.
* @author Claudio Giuliano * @version %I%, %G% * @see AbstractValidationStrategy * @see ValidationFactory * @since 1.0
CrossValidation() - Constructor for class org.itc.irst.tcc.ties.validation.CrossValidation
 
cacheSize - Variable in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner.Cache
 
cacheSize - Variable in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
The cache size of pattern table instaces.
cacheSize - Variable in class org.itc.irst.tcc.ties.bwi.FastWeakLearner.Cache
 
cacheSize - Variable in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
The cache size of pattern table instaces.
capacity() - Method in class org.itc.irst.tcc.ties.util.IndexList
Returns the current capacity of this IndexList.
capacityIncrement - Variable in class org.itc.irst.tcc.ties.util.IndexList
The amount by which the capacity of the IndexList is automatically incremented when its size becomes greater than its capacity.
characters(char[], int, int) - Method in class org.itc.irst.tcc.ties.bwi.AbstractWrapperLoader
Characters.
characters(char[], int, int) - Method in class org.itc.irst.tcc.ties.data.AbstractCorpusLoader
Characters.
chooseBestAffix(Collection, int, Distribution) - Method in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
Scans a collection of affixes and choose the one that scores better.
chooseBestAffix(Detector, Collection, int, Distribution) - Method in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
Scans a collection of affixes and choose the one that scores better.
chooseBestAffix(Collection, int, Distribution) - Method in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
Scans a collection of affixes and choose the one that scores better.
chooseBestAffix(Detector, Collection, int, Distribution) - Method in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
Scans a collection of affixes and choose the one that scores better.
chooseBestDetector(Collection, int, Distribution) - Method in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
Scans a collection of detectors and choose the one that scores better.
chooseBestDetector(Collection, int, Distribution) - Method in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
Scans a collection of detectors and choose the one that scores better.
clear() - Method in class org.itc.irst.tcc.ties.bwi.ExtractionResult
Removes all mappings from this result.
clear() - Method in class org.itc.irst.tcc.ties.data.InvertedIndex
Removes all mappings from this map.
closeAll - Variable in class org.itc.irst.tcc.ties.bwi.DefaultFieldExtraction
to do. default is false.
closeAll - Variable in class org.itc.irst.tcc.ties.bwi.StandardFieldExtraction
to do. default is false.
closeTagSet - Variable in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
 
column() - Method in class org.itc.irst.tcc.ties.validation.MicroAvarage
to do.
column() - Method in class org.itc.irst.tcc.ties.validation.ValidationResult
comment to do.
combine(Collection, Collection, int, int, PatternTable) - Method in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
Extends the patterns built at previous step.
combine(Collection, Collection, int, int, PatternTable) - Method in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
Extends the patterns built at previous step.
combine(Collection, Collection, int) - Method in class org.itc.irst.tcc.ties.bwi.PatternTableBuilder
 
compare(Object, Object) - Method in class org.itc.irst.tcc.ties.bwi.ExtractionResult.EntityMap.EntityComparator
 
computeScore(Collection, String, double[]) - Method in class org.itc.irst.tcc.ties.bwi.DefaultFieldExtraction
Computes the fore/aft score for every boundary in the data set.
computeScore(Collection, String, double[]) - Method in class org.itc.irst.tcc.ties.bwi.StandardFieldExtraction
Computes the fore/aft score for every boundary in the data set.
confidence(Distribution, PatternMatches) - Method in class org.itc.irst.tcc.ties.ml.boosting.AdaBoost
Returns the confidence value of a weak hypothesis given its pattern matches.
confidenceValue - Variable in class org.itc.irst.tcc.ties.bwi.Detector
The confidence value.
confidenceValue - Variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
The confidence value.
contains(int) - Method in class org.itc.irst.tcc.ties.util.IndexList
Tests if the specified object is a component in this IndexList.
containsAll(Feature) - Method in class org.itc.irst.tcc.ties.data.patterns.Pattern
Returns true if this Pattern contains all the tokens equals to the specified feat.
containsFile(File) - Method in class org.itc.irst.tcc.ties.bwi.ExtractionResult
Returns true if this result contains a mapping for the specified file
containsPattern(Pattern) - Method in class org.itc.irst.tcc.ties.bwi.PatternTable
 
contents - Variable in class org.itc.irst.tcc.ties.bwi.AbstractWrapperLoader
Buffer for collecting data from the "characters" SAX event.
contents - Variable in class org.itc.irst.tcc.ties.data.AbstractCorpusLoader
Buffer for collecting data from the "characters" SAX event.
copyInto(int[]) - Method in class org.itc.irst.tcc.ties.util.IndexList
Copies the components of this IndexList into the specified array.
corpusLoaderClass - Variable in class org.itc.irst.tcc.ties.data.CorpusLoaderFactory
The Java class name of the object creation factory class.
corpusLoaderFactory - Static variable in class org.itc.irst.tcc.ties.data.CorpusLoaderFactory
A prototype for a corpusLoader factory such that only one instance class can ever exist.
coupleTags(IndexList, IndexList, double[], String) - Method in class org.itc.irst.tcc.ties.bwi.TagCoupling
Returns a list of fields obtained by coupling the fore and after detectors.
createHash(String) - Method in class org.itc.irst.tcc.ties.validation.MultiSplitValidation
Reads from a specified file a set of file names and * puts them in a Set
createHash(String) - Method in class org.itc.irst.tcc.ties.validation.SingleSplitValidation
Reads from a specified file a set of file names and puts them in a Set.
createPattern(Collection[], int, int, PatternTable) - Method in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
Creates the extension patterns.
createPattern(Collection[], int, int, PatternTable) - Method in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
Creates the extension patterns.
createPattern(Collection[], int) - Method in class org.itc.irst.tcc.ties.bwi.PatternTableBuilder
 
createPatterns() - Method in class org.itc.irst.tcc.ties.bwi.PatternTableBuilder
Computes the initial matches of the given tag in the example set and returns a collection of affixes (whose pattern length is at most lookahead).
createPrefixPatterns(int) - Method in class org.itc.irst.tcc.ties.bwi.PatternTableBuilder
Creates the patterns for a given example.
createSuffixPatterns(int) - Method in class org.itc.irst.tcc.ties.bwi.PatternTableBuilder
Creates the patterns for a given example.
cv - Variable in class org.itc.irst.tcc.ties.bwi.Affix
 
cvs - Variable in class org.itc.irst.tcc.ties.bwi.Affix
 

D

DETECTOR_TAG - Static variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
 
DISTRIBUTION_TAG - Static variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
 
DIV_TAG - Static variable in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
 
DIV_TAG - Static variable in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
 
DataSet - interface org.itc.irst.tcc.ties.data.DataSet.
The DataSet interface has no methods or fields and serves only to identify a data set.
DefaultCorpusLoader - class org.itc.irst.tcc.ties.data.DefaultCorpusLoader.
 
DefaultCorpusLoader() - Constructor for class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
Default constructor.
DefaultFieldExtraction - class org.itc.irst.tcc.ties.bwi.DefaultFieldExtraction.
This is the default implementaion of the FieldExtraction interface.
DefaultFieldExtraction() - Constructor for class org.itc.irst.tcc.ties.bwi.DefaultFieldExtraction
Constructs a DefaultFieldExtraction object used for the evaluation task.
DefaultInstance - class org.itc.irst.tcc.ties.data.DefaultInstance.
A DefaultInstance object encapsulates the features needed for the BWI algorithm.
DefaultInstance() - Constructor for class org.itc.irst.tcc.ties.data.DefaultInstance
Constructs an empty AbstractLexitem.
DefaultInstance(Collection) - Constructor for class org.itc.irst.tcc.ties.data.DefaultInstance
Constructs a AbstractLexitem containing the elements token and lemma.
DefaultPatternMatcher - class org.itc.irst.tcc.ties.data.patterns.DefaultPatternMatcher.
The default implementation of the PatternMatcher interface.
DefaultPatternMatcher(ExampleSet) - Constructor for class org.itc.irst.tcc.ties.data.patterns.DefaultPatternMatcher
Constructs a pattern matcher.
DefaultPatternMatcher(ExampleSet, boolean) - Constructor for class org.itc.irst.tcc.ties.data.patterns.DefaultPatternMatcher
Constructs a pattern matcher.
DefaultWeakLearner - class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner.
A DefaultWeakLearner object implements the WeakLearner interface.
DefaultWeakLearner() - Constructor for class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
Constructs a DefaultWeakLearner.
DefaultWeakLearner.Cache - class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner.Cache.
 
DefaultWeakLearner.Cache(int) - Constructor for class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner.Cache
 
Detector - class org.itc.irst.tcc.ties.bwi.Detector.
A Detector object is a pair of patterns: a prefix pattern and a suffix pattern.
Detector(Pattern, Pattern) - Constructor for class org.itc.irst.tcc.ties.bwi.Detector
Constructs a Detector.
Detector(Affix, Affix) - Constructor for class org.itc.irst.tcc.ties.bwi.Detector
Constructs a Detector.
Distribution - class org.itc.irst.tcc.ties.bwi.Distribution.
A Distribution object represents a distribution of weigths over the example set.
Distribution(int) - Constructor for class org.itc.irst.tcc.ties.bwi.Distribution
Constructs a distribution of weights and initializes it uniformly.
Distribution - class org.itc.irst.tcc.ties.ml.boosting.Distribution.
A Distribution object represents a distribution of weigths over the example set.
Distribution(int) - Constructor for class org.itc.irst.tcc.ties.ml.boosting.Distribution
Constructs a distribution of weights and initializes it uniformly.
data() - Method in class org.itc.irst.tcc.ties.validation.MicroAvarage
to do.
data() - Method in class org.itc.irst.tcc.ties.validation.ValidationResult
comment to do.
dataSet - Variable in class org.itc.irst.tcc.ties.bwi.Classifier
The full example set.
definedCount() - Method in class org.itc.irst.tcc.ties.data.ExampleSet
Returns the number of positive examples.
detectors - Variable in class org.itc.irst.tcc.ties.bwi.FastWeakLearner.Cache
 
dist - Variable in class org.itc.irst.tcc.ties.bwi.Distribution
The distribution array.
dist - Variable in class org.itc.irst.tcc.ties.ml.boosting.Distribution
The distribution array.
dist - Variable in class org.itc.irst.tcc.ties.ml.boosting.UDistribution
The distribution array.
distIndex - Variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
The distribution index.
duplicate() - Method in class org.itc.irst.tcc.ties.data.patterns.Pattern
Returns a copy of this Pattern.
duplicate() - Method in class org.itc.irst.tcc.ties.util.IndexList
Returns an IndexList with the components of this IndexList incremented by inc.

E

Entity - class org.itc.irst.tcc.ties.data.Entity.
This class encapulates the characteristics of an entity extracted by the classifier.
Entity(String, double) - Constructor for class org.itc.irst.tcc.ties.data.Entity
Constructs an empty entity for the given label.
Entity(String) - Constructor for class org.itc.irst.tcc.ties.data.Entity
Constructs an empty entity for the given label.
Entity.Item - class org.itc.irst.tcc.ties.data.Entity.Item.
 
Entity.Item(String, int, int) - Constructor for class org.itc.irst.tcc.ties.data.Entity.Item
 
Evaluation - class org.itc.irst.tcc.ties.validation.Evaluation.
An Evaluation object evaluates the learned hypothesis.
Evaluation(ExampleSet, String, List) - Constructor for class org.itc.irst.tcc.ties.validation.Evaluation
Constructs a Evaluation object used for the evaluation task.
Evaluation(int, int, int, int, String) - Constructor for class org.itc.irst.tcc.ties.validation.Evaluation
Constructs a Evaluation object used for the evaluation task.
Example - class org.itc.irst.tcc.ties.data.Example.
An Example object is an instance with associated a class label and position into the corpus.
Example(Instance, Index) - Constructor for class org.itc.irst.tcc.ties.data.Example
Constructs an Example.
Example(Instance, Index, String) - Constructor for class org.itc.irst.tcc.ties.data.Example
Constructs an Example.
ExampleCounter - class org.itc.irst.tcc.ties.validation.ExampleCounter.
* @author Claudio Giuliano * @version %I%, %G% * @see AbstractValidationStrategy * @see ValidationFactory * @since 1.0
ExampleCounter() - Constructor for class org.itc.irst.tcc.ties.validation.ExampleCounter
 
ExampleSet - class org.itc.irst.tcc.ties.data.ExampleSet.
An ExampleSet class implements a data sample used both for training and testing.
ExampleSet() - Constructor for class org.itc.irst.tcc.ties.data.ExampleSet
Constructs an empty ExampleSet.
ExtractionResult - class org.itc.irst.tcc.ties.bwi.ExtractionResult.
Acts as an holder for the result of an extraction task.
ExtractionResult() - Constructor for class org.itc.irst.tcc.ties.bwi.ExtractionResult
Constructs an empty ExtractionResult.
ExtractionResult.EntityMap - class org.itc.irst.tcc.ties.bwi.ExtractionResult.EntityMap.
 
ExtractionResult.EntityMap() - Constructor for class org.itc.irst.tcc.ties.bwi.ExtractionResult.EntityMap
 
ExtractionResult.EntityMap.EntityComparator - class org.itc.irst.tcc.ties.bwi.ExtractionResult.EntityMap.EntityComparator.
 
ExtractionResult.EntityMap.EntityComparator() - Constructor for class org.itc.irst.tcc.ties.bwi.ExtractionResult.EntityMap.EntityComparator
 
elementCount - Variable in class org.itc.irst.tcc.ties.util.IndexList
The number of valid components in the IndexList.
elementData - Variable in class org.itc.irst.tcc.ties.util.IndexList
The array buffer into which the components of the ints are stored.
end - Variable in class org.itc.irst.tcc.ties.data.Entity
The end offset into the text of this entity.
endDocument() - Method in class org.itc.irst.tcc.ties.bwi.AbstractWrapperLoader
End document.
endDocument() - Method in class org.itc.irst.tcc.ties.data.AbstractCorpusLoader
End document.
endElement(String, String, String) - Method in class org.itc.irst.tcc.ties.bwi.AbstractWrapperLoader
End element.
endElement(String, String, String) - Method in class org.itc.irst.tcc.ties.data.AbstractCorpusLoader
End element.
endsWith(Pattern) - Method in class org.itc.irst.tcc.ties.data.patterns.Pattern
Tests if this Pattern ends with the specified suffix.
ensureCapacity(int) - Method in class org.itc.irst.tcc.ties.util.IndexList
Increases the capacity of this IndexList, if necessary, to ensure that it can hold at least the number of components specified by the minimum capacity argument.
ensureCapacityHelper(int) - Method in class org.itc.irst.tcc.ties.util.IndexList
This implements the unsynchronized semantics of ensureCapacity.
entries() - Method in class org.itc.irst.tcc.ties.bwi.ExtractionResult.EntityMap
Returns a set view of the mappings contained in this entity map.
entries() - Method in class org.itc.irst.tcc.ties.bwi.ExtractionResult
Returns a set view of the mappings contained in this result.
entrySet() - Method in class org.itc.irst.tcc.ties.bwi.PatternTable
Returns an enumeration of the patterns in this table.
equals(Object) - Method in class org.itc.irst.tcc.ties.bwi.Detector
Compares this pattern to the specified object.
equals(Object) - Method in class org.itc.irst.tcc.ties.bwi.ExtractionResult.EntityMap.EntityComparator
 
equals(Object) - Method in class org.itc.irst.tcc.ties.bwi.Wrapper
Compares this index to the specified object.
equals(Object) - Method in class org.itc.irst.tcc.ties.data.DefaultInstance
 
equals(Object) - Method in class org.itc.irst.tcc.ties.data.Feature
Compares this feature to the specified object.
equals(Object) - Method in class org.itc.irst.tcc.ties.data.Field
Compares this field to the specified object.
equals(Object) - Method in class org.itc.irst.tcc.ties.data.Index
Compares this Index to the specified object.
equals(Object) - Method in interface org.itc.irst.tcc.ties.data.Instance
Compares this istance to the specified object.
equals(Object) - Method in class org.itc.irst.tcc.ties.data.patterns.Pattern
Compares this Pattern to the specified object.
error(SAXParseException) - Method in class org.itc.irst.tcc.ties.bwi.AbstractWrapperLoader
Error.
error(SAXParseException) - Method in class org.itc.irst.tcc.ties.data.AbstractCorpusLoader
Error.
evalFile - Variable in class org.itc.irst.tcc.ties.bwi.BWI
The file where evaluation data are stored.
evalFile - Variable in class org.itc.irst.tcc.ties.validation.AbstractValidationStrategy
The file where evaluation data are stored.
evals - Variable in class org.itc.irst.tcc.ties.validation.LearningCurve
The list of validation results.
evals - Variable in class org.itc.irst.tcc.ties.validation.ValidationResult
The list of validation results.
evaluate(int, List, List) - Method in class org.itc.irst.tcc.ties.bwi.TagCoupling
Evaluates the estraction performed.
evaluate(List, List) - Method in class org.itc.irst.tcc.ties.validation.Evaluation
Evaluates the list of estracted fields.
examplePositive - Variable in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
 
examplePositive - Variable in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
 
exampleSet - Variable in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
The text chart list.
exampleSet - Variable in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
The text chart list.
exampleSet - Variable in class org.itc.irst.tcc.ties.bwi.PatternTableBuilder
The text chart list.
exampleSet - Variable in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
Parsing state.
exampleSet - Variable in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
Parsing state.
exampleSet - Variable in class org.itc.irst.tcc.ties.data.patterns.DefaultPatternMatcher
The example set.
exampleSet - Variable in class org.itc.irst.tcc.ties.data.patterns.FastPatternMatcher
The example set.
exampleSet - Variable in class org.itc.irst.tcc.ties.validation.AbstractValidationStrategy
The full example set.
examples - Variable in class org.itc.irst.tcc.ties.data.ExampleSet
The list containing the set of examples.
extendPrefix(Pattern, int, PatternTable) - Method in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
Extends the prefix pattern for a given example.
extendPrefix(Pattern, int, PatternTable) - Method in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
Extends the prefix pattern for a given example.
extendSuffix(Pattern, int, PatternTable) - Method in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
Extends the suffix pattern for a given example.
extendSuffix(Pattern, int, PatternTable) - Method in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
Extends the suffix pattern for a given example.
extract() - Method in class org.itc.irst.tcc.ties.bwi.Classifier
 
extract(Wrapper, String, ExtractionResult) - Method in class org.itc.irst.tcc.ties.bwi.Classifier
Constructs an empty n-fold cross-validation instance.
extract(ExampleSet) - Method in class org.itc.irst.tcc.ties.bwi.Wrapper
 
extract(ExampleSet) - Method in interface org.itc.irst.tcc.ties.ml.Hypothesis
 
extract(ExampleSet) - Method in interface org.itc.irst.tcc.ties.ml.boosting.WeakHypothesis
 
extractionClass - Variable in class org.itc.irst.tcc.ties.bwi.FieldExtractionFactory
The Java class name of the object creation factory class.
extracts(double[], double[], double[], String) - Method in class org.itc.irst.tcc.ties.bwi.DefaultFieldExtraction
Returns a list of fields obtained by coupling the fore and after detectors.
extracts(double[], double[], double[], String) - Method in class org.itc.irst.tcc.ties.bwi.StandardFieldExtraction
Returns a list of fields obtained by coupling the fore and after detectors.

F

F1 - Static variable in class org.itc.irst.tcc.ties.validation.LearningCurve
to do.
FEATURE_TAG - Static variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
 
FIELD_DIST_SIZE - Static variable in class org.itc.irst.tcc.ties.data.ExampleSet
The max length for a field.
FIELD_LENGTH_DISTRIBUTION_TAG - Static variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
 
FORE_DETECTOR - Static variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
 
FORE_DETECTOR_TAG - Static variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
 
FastPatternMatcher - class org.itc.irst.tcc.ties.data.patterns.FastPatternMatcher.
The fast implementation of the PatternMatcher interface.
FastPatternMatcher(ExampleSet) - Constructor for class org.itc.irst.tcc.ties.data.patterns.FastPatternMatcher
Constructs a pattern matcher.
FastPatternMatcher(ExampleSet, boolean) - Constructor for class org.itc.irst.tcc.ties.data.patterns.FastPatternMatcher
Constructs a pattern matcher.
FastWeakLearner - class org.itc.irst.tcc.ties.bwi.FastWeakLearner.
A FastWeakLearner object implements the WeakLearner interface.
FastWeakLearner() - Constructor for class org.itc.irst.tcc.ties.bwi.FastWeakLearner
Constructs a FastWeakLearner.
FastWeakLearner.Cache - class org.itc.irst.tcc.ties.bwi.FastWeakLearner.Cache.
 
FastWeakLearner.Cache(int) - Constructor for class org.itc.irst.tcc.ties.bwi.FastWeakLearner.Cache
 
Feature - class org.itc.irst.tcc.ties.data.Feature.
A Feature object is a name-value pair.
Feature(String, String) - Constructor for class org.itc.irst.tcc.ties.data.Feature
Constructs a feature object.
FeatureFactory - class org.itc.irst.tcc.ties.data.FeatureFactory.
Factory class for vending standard Feature objects.
FeatureFactory() - Constructor for class org.itc.irst.tcc.ties.data.FeatureFactory
Returns only one FeatureFactory instance.
Field - class org.itc.irst.tcc.ties.data.Field.
A Field object represents the beginning and end boundaries of one ore more token subsequences within the example set.
Field(String, int, int) - Constructor for class org.itc.irst.tcc.ties.data.Field
Constructs a field object for the specified arguments.
FieldExtraction - interface org.itc.irst.tcc.ties.bwi.FieldExtraction.
Performes fields extraction from a given example set using the wrapper learned.
FieldExtractionFactory - class org.itc.irst.tcc.ties.bwi.FieldExtractionFactory.
This factory object is used to obtain implementation of FieldExtraction.
FieldExtractionFactory() - Constructor for class org.itc.irst.tcc.ties.bwi.FieldExtractionFactory
Returns only one factory instance.
f1 - Variable in class org.itc.irst.tcc.ties.validation.Evaluation
The f1 misure
f1 - Variable in class org.itc.irst.tcc.ties.validation.MicroAvarage
The avarage f1 misure
f1 - Variable in class org.itc.irst.tcc.ties.validation.ValidationResult
The avarage f1 misure
fatalError(SAXParseException) - Method in class org.itc.irst.tcc.ties.bwi.AbstractWrapperLoader
Fatal error.
fatalError(SAXParseException) - Method in class org.itc.irst.tcc.ties.data.AbstractCorpusLoader
Fatal error.
featureFactory - Variable in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
The default feature factory.
featureFactory - Variable in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
The default feature factory.
featureFactory - Variable in class org.itc.irst.tcc.ties.bwi.PatternTableBuilder
The default feature factory.
featureFactory - Variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
The default feature factory.
featureFactory - Variable in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
The default feature factory.
featureFactory - Static variable in class org.itc.irst.tcc.ties.data.FeatureFactory
A prototype for a feature factory such that only one instance class can ever exist.
featureFactory - Variable in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
The default feature factory.
featureName - Variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
The feature name.
featureNames - Variable in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
The active feature names.
featureNames - Variable in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
The active feature names.
featureValue - Variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
The feature value
features - Variable in class org.itc.irst.tcc.ties.data.DefaultInstance
The feature set.
fieldDist - Variable in class org.itc.irst.tcc.ties.bwi.Wrapper
The field length distribution
fieldDist - Variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
The field length distribution
fieldExtraction - Variable in class org.itc.irst.tcc.ties.bwi.Classifier
The object used to extract tags;
fieldExtractionFactory - Static variable in class org.itc.irst.tcc.ties.bwi.FieldExtractionFactory
A prototype for a FieldExtraction factory such that only one instance class can ever exist.
files() - Method in class org.itc.irst.tcc.ties.bwi.ExtractionResult
Returns a set view of the files contained in this result.
firstElement() - Method in class org.itc.irst.tcc.ties.data.patterns.Pattern
Returns the first component (the item at index 0) of this Pattern.
firstIndex() - Method in class org.itc.irst.tcc.ties.util.IndexList
Returns the first index (the item at index 0) of this list.
fn - Variable in class org.itc.irst.tcc.ties.validation.Evaluation
The false negative counts
fn - Variable in class org.itc.irst.tcc.ties.validation.MicroAvarage
The avarage false negative count.
fn - Variable in class org.itc.irst.tcc.ties.validation.ValidationResult
The avarage false negative count.
foreDetector - Variable in class org.itc.irst.tcc.ties.bwi.Wrapper
The list of before detector.
foreDetector - Variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
The list of before detector.
formatter - Variable in class org.itc.irst.tcc.ties.bwi.DefaultFieldExtraction
The decimal number formatter.
formatter - Variable in class org.itc.irst.tcc.ties.bwi.StandardFieldExtraction
The decimal number formatter.
formatter - Variable in class org.itc.irst.tcc.ties.validation.Evaluation
The decimal number formatter.
formatter - Variable in class org.itc.irst.tcc.ties.validation.LearningCurve
The decimal number formatter.
formatter - Variable in class org.itc.irst.tcc.ties.validation.MicroAvarage
The decimal number formatter.
formatter - Variable in class org.itc.irst.tcc.ties.validation.ValidationResult
The decimal number formatter.
fp - Variable in class org.itc.irst.tcc.ties.validation.Evaluation
The false positive counts
fp - Variable in class org.itc.irst.tcc.ties.validation.MicroAvarage
The avarage false positive count.
fp - Variable in class org.itc.irst.tcc.ties.validation.ValidationResult
The avarage false positive count.
free - Variable in class org.itc.irst.tcc.ties.bwi.FastWeakLearner.Cache
 

G

get(Detector) - Method in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner.Cache
 
get(int) - Method in class org.itc.irst.tcc.ties.bwi.Distribution
Returns the distribution value at the specified index.
get(String) - Method in class org.itc.irst.tcc.ties.bwi.ExtractionResult.EntityMap
 
get(File) - Method in class org.itc.irst.tcc.ties.bwi.ExtractionResult
Returns the the list of Entity to which this obejct maps the specified file.
get(String) - Method in class org.itc.irst.tcc.ties.bwi.ExtractionResult
Returns the the list of Entity to which this obejct maps the specified file name.
get(Detector) - Method in class org.itc.irst.tcc.ties.bwi.FastWeakLearner.Cache
 
get(Pattern) - Method in class org.itc.irst.tcc.ties.bwi.PatternTable
 
get(int) - Method in class org.itc.irst.tcc.ties.data.ExampleSet
 
get(String, String) - Method in class org.itc.irst.tcc.ties.data.FeatureFactory
Returns the the list of Index to which this inverted index maps the specified lexitem.
get(String) - Method in class org.itc.irst.tcc.ties.data.InvertedIndex
Returns the the list of Index to which this inverted index maps the specified lexitem.
get(int) - Method in class org.itc.irst.tcc.ties.data.TextList
 
get(int) - Method in class org.itc.irst.tcc.ties.data.patterns.Pattern
Returns the Feature object at the specified index.
get(int) - Method in class org.itc.irst.tcc.ties.ml.boosting.Distribution
Returns the distribution value at the specified index.
get(int) - Method in class org.itc.irst.tcc.ties.ml.boosting.UDistribution
Returns the distribution value at the specified index.
get(int) - Method in class org.itc.irst.tcc.ties.validation.LearningCurve
Returns the Evaluation at the specified position * in this validation result
get(int) - Method in class org.itc.irst.tcc.ties.validation.MicroAvarage
Returns the ValidationResult at the specified position * in this micro avarage
get(int) - Method in class org.itc.irst.tcc.ties.validation.ValidationResult
Returns the Evaluation at the specified position in this validation result.
getAccuracy() - Method in class org.itc.irst.tcc.ties.validation.Evaluation
Returns the accuracy of the given Hypothesis.
getAccuracy() - Method in class org.itc.irst.tcc.ties.validation.MicroAvarage
Returns the avarage accuracy of the validation runs
getAccuracy() - Method in class org.itc.irst.tcc.ties.validation.ValidationResult
Returns the avarage accuracy of the validation runs.
getAftDetectors() - Method in class org.itc.irst.tcc.ties.bwi.Wrapper
Gets the after detectors.
getAllMatches(Collection, String) - Method in class org.itc.irst.tcc.ties.bwi.TagCoupling
Returns all matches - as an IndexList - for the specified collection of detectors and tag.
getArray() - Method in class org.itc.irst.tcc.ties.util.IndexList
Copies the components of this IndexList into the specified array.
getBegin() - Method in class org.itc.irst.tcc.ties.data.Field
Returns the beginning boundary of this field.
getBoosting() - Method in class org.itc.irst.tcc.ties.bwi.BoostingFactory
Returns a boosting implementation instance.
getBoosting() - Method in class org.itc.irst.tcc.ties.ml.boosting.BoostingFactory
Returns a boosting implementation instance.
getBoostingFactory() - Static method in class org.itc.irst.tcc.ties.bwi.BoostingFactory
 
getBoostingFactory() - Static method in class org.itc.irst.tcc.ties.ml.boosting.BoostingFactory
 
getConfidenceValue() - Method in class org.itc.irst.tcc.ties.bwi.Detector
Returns the confidence value of this detector.
getConfidenceValue(Distribution, PatternMatches) - Static method in class org.itc.irst.tcc.ties.bwi.Score
Returns the confidence value of a detector given its pattern matches.
getCorpusLoader() - Method in class org.itc.irst.tcc.ties.data.CorpusLoaderFactory
Returns a corpusLoader instance.
getCorpusLoaderFactory() - Static method in class org.itc.irst.tcc.ties.data.CorpusLoaderFactory
 
getEnd() - Method in class org.itc.irst.tcc.ties.data.Entity
Gets the len offset into the text.
getEnd() - Method in class org.itc.irst.tcc.ties.data.Field
Returns the end boundary of this field.
getExample(int) - Method in class org.itc.irst.tcc.ties.data.ExampleSet
 
getExampleSet() - Method in interface org.itc.irst.tcc.ties.data.CorpusLoader
Returns the example set.
getExampleSet() - Method in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
 
getExampleSet() - Method in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
 
getF1() - Method in class org.itc.irst.tcc.ties.validation.Evaluation
Returns the F1 misure of the given Hypothesis.
getF1() - Method in class org.itc.irst.tcc.ties.validation.MicroAvarage
Returns the avarage F1 misure of the validation runs
getF1() - Method in class org.itc.irst.tcc.ties.validation.ValidationResult
Returns the avarage F1 misure of the validation runs.
getFeatureFactory() - Static method in class org.itc.irst.tcc.ties.data.FeatureFactory
 
getFeatures() - Method in class org.itc.irst.tcc.ties.data.DefaultInstance
Returns a list containing the token itself and its all possible generalizations, using the wildcard available
getFeatures() - Method in interface org.itc.irst.tcc.ties.data.Instance
Returns a list containing all the features of this instace.
getFieldExtractor() - Method in class org.itc.irst.tcc.ties.bwi.FieldExtractionFactory
Returns a tag extractor instance.
getFieldExtractorFactory() - Static method in class org.itc.irst.tcc.ties.bwi.FieldExtractionFactory
 
getFieldLengthDist() - Method in class org.itc.irst.tcc.ties.bwi.Wrapper
Returns the field length distribution.
getFieldLengthDistribution(String) - Method in class org.itc.irst.tcc.ties.data.ExampleSet
Returns the field length distribution histogram for a given label.
getFields(ExampleSet, String, Wrapper) - Method in class org.itc.irst.tcc.ties.bwi.DefaultFieldExtraction
 
getFields(ExampleSet, String, Wrapper) - Method in interface org.itc.irst.tcc.ties.bwi.FieldExtraction
Returns the list of extracted fields.
getFields(ExampleSet, String, Wrapper) - Method in class org.itc.irst.tcc.ties.bwi.StandardFieldExtraction
 
getFields(ExampleSet, String) - Method in class org.itc.irst.tcc.ties.bwi.TagCoupling
Returns the list of fields for the specified example set and tag.
getFields(String) - Method in class org.itc.irst.tcc.ties.data.ExampleSet
Returns the list of Fields for the specified example set and label.
getFields(ExampleSet, String) - Method in class org.itc.irst.tcc.ties.validation.Evaluation
Returns the list of Fields for the specified example set and label.
getFnCount() - Method in class org.itc.irst.tcc.ties.validation.Evaluation
Returns the false negative count of the given Hypothesis.
getFnCount() - Method in class org.itc.irst.tcc.ties.validation.MicroAvarage
Returns the avarage false negative count of the * validation runs
getFnCount() - Method in class org.itc.irst.tcc.ties.validation.ValidationResult
Returns the avarage false negative count of the validation runs.
getForeDetectors() - Method in class org.itc.irst.tcc.ties.bwi.Wrapper
Gets the before detectors.
getFpCount() - Method in class org.itc.irst.tcc.ties.validation.Evaluation
Returns the false positve count of the given Hypothesis.
getFpCount() - Method in class org.itc.irst.tcc.ties.validation.MicroAvarage
Returns the avarage false positve count of the * validation runs
getFpCount() - Method in class org.itc.irst.tcc.ties.validation.ValidationResult
Returns the avarage false positve count of the validation runs.
getFullName() - Method in class org.itc.irst.tcc.ties.data.TextList.TextInfo
Returns a String object representing this TextInfo.
getH(int) - Method in class org.itc.irst.tcc.ties.bwi.Wrapper
Returns the probability that a field has langth k.
getHypothesisFileName(String) - Method in class org.itc.irst.tcc.ties.validation.AbstractValidationStrategy
Returns the name of the file where to save the learned hypothesis.
getHypothesisFileName(int, String) - Method in class org.itc.irst.tcc.ties.validation.AbstractValidationStrategy
Returns the name of the file where to save the learned hypothesis.
getIndex() - Method in class org.itc.irst.tcc.ties.data.Example
Gets the index of this example.
getInstance() - Method in class org.itc.irst.tcc.ties.data.Example
Gets the position into the text.
getIntersection(PatternMatches) - Method in class org.itc.irst.tcc.ties.data.patterns.PatternMatches
Returns the intersection between this object and the specified index list.
getIntersection(IndexList) - Method in class org.itc.irst.tcc.ties.util.IndexList
Returns the intersection between this object and the specified index list.
getIntersection(IndexList, int, int) - Method in class org.itc.irst.tcc.ties.util.IndexList
Returns the intersection between this object and the specified index list.
getIntersection1(IndexList) - Method in class org.itc.irst.tcc.ties.util.IndexList
 
getIntersection1(IndexList, int, int) - Method in class org.itc.irst.tcc.ties.util.IndexList
 
getInvertedIndex() - Method in class org.itc.irst.tcc.ties.data.patterns.DefaultPatternMatcher
 
getInvertedIndex() - Method in class org.itc.irst.tcc.ties.data.patterns.FastPatternMatcher
 
getItem() - Method in class org.itc.irst.tcc.ties.data.DefaultInstance
 
getItem() - Method in interface org.itc.irst.tcc.ties.data.Instance
Returns the Instance as it appears into the corpus.
getLabel() - Method in class org.itc.irst.tcc.ties.bwi.Wrapper
Gets the label.
getLabel() - Method in class org.itc.irst.tcc.ties.data.Entity
Returns the entity label.
getLabel() - Method in class org.itc.irst.tcc.ties.data.Field
Returns the field label.
getLearner() - Method in class org.itc.irst.tcc.ties.bwi.LearnerFactory
Returns a weak learner instance
getLearnerFactory() - Static method in class org.itc.irst.tcc.ties.bwi.LearnerFactory
Returns only one learner factory instance
getLen() - Method in class org.itc.irst.tcc.ties.data.Index
Gets the length of the example into the text.
getLength() - Method in class org.itc.irst.tcc.ties.data.Field
Returns the length of this field.
getLocationString(SAXParseException) - Method in class org.itc.irst.tcc.ties.bwi.AbstractWrapperLoader
Returns a string of the location.
getLocationString(SAXParseException) - Method in class org.itc.irst.tcc.ties.data.AbstractCorpusLoader
Returns a string of the location.
getMatchOk() - Method in class org.itc.irst.tcc.ties.bwi.Affix
Gets the list of correct matches into the text.
getMatchOk() - Method in class org.itc.irst.tcc.ties.bwi.Detector
Gets the list of correct matches into the text.
getMatchOk() - Method in class org.itc.irst.tcc.ties.data.patterns.PatternMatches
Gets the list of correct matches into the text.
getMatchWrong() - Method in class org.itc.irst.tcc.ties.bwi.Affix
Gets the list of wrong matches into the text.
getMatchWrong() - Method in class org.itc.irst.tcc.ties.bwi.Detector
Gets the list of wrong matches into the text.
getMatchWrong() - Method in class org.itc.irst.tcc.ties.data.patterns.PatternMatches
Gets the list of wrong matches into the text.
getMatches(IndexList, String) - Method in class org.itc.irst.tcc.ties.data.patterns.DefaultPatternMatcher
 
getMatches(IndexList, String) - Method in class org.itc.irst.tcc.ties.data.patterns.FastPatternMatcher
 
getMax() - Method in class org.itc.irst.tcc.ties.bwi.Distribution
Returns the absolute maximum of this distribution.
getMax() - Method in class org.itc.irst.tcc.ties.ml.boosting.Distribution
Returns the absolute maximum of this distribution.
getMax() - Method in class org.itc.irst.tcc.ties.ml.boosting.UDistribution
Returns the absolute maximum of this distribution
getMin() - Method in class org.itc.irst.tcc.ties.bwi.Distribution
Returns the absolute minimum of the distribution
getMin() - Method in class org.itc.irst.tcc.ties.bwi.FastWeakLearner.Cache
 
getMin() - Method in class org.itc.irst.tcc.ties.ml.boosting.Distribution
Returns the absolute minimum of the distribution
getMin() - Method in class org.itc.irst.tcc.ties.ml.boosting.UDistribution
Returns the absolute minimum of the distribution * * @return the absolute minimum.
getName() - Method in class org.itc.irst.tcc.ties.data.Feature
 
getName() - Method in class org.itc.irst.tcc.ties.data.TextList.TextInfo
 
getOk() - Method in class org.itc.irst.tcc.ties.data.patterns.PatternMatches
 
getPath() - Method in class org.itc.irst.tcc.ties.data.TextList.TextInfo
 
getPattern() - Method in class org.itc.irst.tcc.ties.bwi.Affix
Returns the pattern.
getPatternMatches() - Method in class org.itc.irst.tcc.ties.bwi.Affix
Gets the list of wrong matches into the text.
getPatternMatches() - Method in class org.itc.irst.tcc.ties.bwi.Detector
Gets the list of matches into the text.
getPatternTable() - Method in class org.itc.irst.tcc.ties.bwi.PatternTableBuilder
 
getPatternType() - Method in class org.itc.irst.tcc.ties.bwi.Affix
Returns the pattern type.
getPatternType() - Method in class org.itc.irst.tcc.ties.data.patterns.Pattern
Returns the Pattern type.
getPositionInText() - Method in class org.itc.irst.tcc.ties.data.Index
Gets the position into the text list.
getPrecision() - Method in class org.itc.irst.tcc.ties.validation.Evaluation
Returns the precision of the given Hypothesis.
getPrecision() - Method in class org.itc.irst.tcc.ties.validation.MicroAvarage
Returns the avarage precision of the * validation runs
getPrecision() - Method in class org.itc.irst.tcc.ties.validation.ValidationResult
Returns the avarage precision of the validation runs.
getPrefixPattern() - Method in class org.itc.irst.tcc.ties.bwi.Detector
Returns the prefix pattern.
getRecall() - Method in class org.itc.irst.tcc.ties.validation.Evaluation
Returns the recall of the given Hypothesis.
getRecall() - Method in class org.itc.irst.tcc.ties.validation.MicroAvarage
Returns the avarage recall of the validation runs
getRecall() - Method in class org.itc.irst.tcc.ties.validation.ValidationResult
Returns the avarage recall of the validation runs.
getScore(Distribution, PatternMatches) - Static method in class org.itc.irst.tcc.ties.bwi.Score
Returns the score of a detector given its pattern matches.
getScore() - Method in class org.itc.irst.tcc.ties.data.Entity
Returns the of the field.
getScore() - Method in class org.itc.irst.tcc.ties.data.ScoredField
Returns the of the field.
getSmoothingParameter() - Method in class org.itc.irst.tcc.ties.bwi.Distribution
Returns the smoothing parameter.
getSmoothingParameter() - Method in class org.itc.irst.tcc.ties.ml.boosting.Distribution
Returns the smoothing parameter.
getSmoothingParameter() - Method in class org.itc.irst.tcc.ties.ml.boosting.UDistribution
Returns the smoothing parameter
getStart() - Method in class org.itc.irst.tcc.ties.data.Entity
Gets the start offset into the text.
getStart() - Method in class org.itc.irst.tcc.ties.data.Index
Gets the start offset into the text.
getSuffixPattern() - Method in class org.itc.irst.tcc.ties.bwi.Detector
Returns the suffix pattern.
getTag() - Method in class org.itc.irst.tcc.ties.data.Field
Returns the field label.
getTagName(String) - Method in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
 
getTagName(String) - Method in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
 
getText() - Method in class org.itc.irst.tcc.ties.data.Entity
Returns this entity; each token is in proper position, as it appears in the original text.
getTextList() - Method in interface org.itc.irst.tcc.ties.data.CorpusLoader
Returns the text list.
getTextList() - Method in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
 
getTextList() - Method in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
 
getTextNumber() - Method in class org.itc.irst.tcc.ties.data.Index
Gets the text number.
getTokenAt(int) - Method in class org.itc.irst.tcc.ties.data.patterns.Pattern
Returns the Feature object at the specified index.
getTokens() - Method in class org.itc.irst.tcc.ties.data.patterns.Pattern
Returns the Pattern as a list of Feature objects.
getTotal() - Method in class org.itc.irst.tcc.ties.validation.Evaluation
Returns the tp+fn count of the given Hypothesis.
getTotal() - Method in class org.itc.irst.tcc.ties.validation.MicroAvarage
Returns the avarage tp+fn count of the validation runs
getTotal() - Method in class org.itc.irst.tcc.ties.validation.ValidationResult
Returns the avarage tp+fn count of the validation runs.
getTpCount() - Method in class org.itc.irst.tcc.ties.validation.Evaluation
Returns the true positve count of the given Hypothesis.
getTpCount() - Method in class org.itc.irst.tcc.ties.validation.MicroAvarage
Returns the avarage true positve count of the * validation runs
getTpCount() - Method in class org.itc.irst.tcc.ties.validation.ValidationResult
Returns the avarage true positve count of the validation runs.
getUnion(IndexList) - Method in class org.itc.irst.tcc.ties.util.IndexList
Returns the union between this object and the specified index list.
getValidationFactory() - Static method in class org.itc.irst.tcc.ties.validation.ValidationFactory
Returns a validation factory instance.
getValidator() - Method in class org.itc.irst.tcc.ties.validation.ValidationFactory
Returns a validation strategy instance.
getValue() - Method in class org.itc.irst.tcc.ties.data.Feature
 
getWrapper(String) - Method in class org.itc.irst.tcc.ties.bwi.Classifier
 
getWrapper() - Method in class org.itc.irst.tcc.ties.bwi.WrapperLoader
Rerturns the deserialized wrapper.
getWrong() - Method in class org.itc.irst.tcc.ties.data.patterns.PatternMatches
 
gui - Variable in class org.itc.irst.tcc.ties.bwi.BWI
The ties gui.

H

Hypothesis - interface org.itc.irst.tcc.ties.ml.Hypothesis.
The representation of a hypothesis learned by a machine learning algoritm, which is usually generated by calling the learn method of Learner.
handleAftDetector(Hashtable) - Method in class org.itc.irst.tcc.ties.bwi.WrapperLoader
Handle after detector.
handleConfidenceValue(Hashtable) - Method in class org.itc.irst.tcc.ties.bwi.WrapperLoader
 
handleCorpus(Hashtable) - Method in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
Handle corpus.
handleCorpus(Hashtable) - Method in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
Handle corpus.
handleDetector(Hashtable) - Method in class org.itc.irst.tcc.ties.bwi.WrapperLoader
Handle after detector.
handleDistribution(Hashtable) - Method in class org.itc.irst.tcc.ties.bwi.WrapperLoader
Handle distribution.
handleDiv(Hashtable) - Method in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
Handle div.
handleDiv(Hashtable) - Method in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
Handle div.
handleFeature(Hashtable) - Method in class org.itc.irst.tcc.ties.bwi.WrapperLoader
 
handleField(Hashtable) - Method in class org.itc.irst.tcc.ties.bwi.WrapperLoader
Handle field length distribution.
handleForeDetector(Hashtable) - Method in class org.itc.irst.tcc.ties.bwi.WrapperLoader
Handle fore detector.
handlePattern(Hashtable) - Method in class org.itc.irst.tcc.ties.bwi.WrapperLoader
 
handleText(Hashtable) - Method in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
Handle text
handleText(Hashtable) - Method in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
Handle text
handleToken(Hashtable) - Method in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
Handle token.
handleToken(Hashtable) - Method in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
Handle token.
handleWrapper(Hashtable) - Method in class org.itc.irst.tcc.ties.bwi.WrapperLoader
Handle wrapper.
hashCode() - Method in class org.itc.irst.tcc.ties.bwi.Affix
Returns the hash code value for this affix.
hashCode() - Method in class org.itc.irst.tcc.ties.bwi.Detector
Returns the hash code value for this Detector.
hashCode() - Method in class org.itc.irst.tcc.ties.data.DefaultInstance
 
hashCode - Variable in class org.itc.irst.tcc.ties.data.Feature
The hash code value for this pattern
hashCode() - Method in class org.itc.irst.tcc.ties.data.Feature
Returns the hash code value for this feature.
hashCode() - Method in interface org.itc.irst.tcc.ties.data.Instance
Returns a hashcode for this Instance.
hashCode - Variable in class org.itc.irst.tcc.ties.data.patterns.Pattern
The hash code value for this Pattern
hashCode() - Method in class org.itc.irst.tcc.ties.data.patterns.Pattern
Returns the hash code value for this Pattern.
hashmap - Variable in class org.itc.irst.tcc.ties.bwi.ExtractionResult
The object that maps files to list of entities.
hashmap - Variable in class org.itc.irst.tcc.ties.data.FeatureFactory
The map of features.
hashmap - Variable in class org.itc.irst.tcc.ties.data.InvertedIndex
The lexitem used for
hm - Variable in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner.Cache
 
ht - Variable in class org.itc.irst.tcc.ties.bwi.AbstractWrapperLoader
Buffer for collecting attributes.
ht - Variable in class org.itc.irst.tcc.ties.data.AbstractCorpusLoader
Buffer for collecting attributes.
hypothesisFile - Variable in class org.itc.irst.tcc.ties.validation.AbstractValidationStrategy
The file where learned hypothesis are stored.

I

INDEX_TAG - Static variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
 
INITIAL - Static variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
 
Index - class org.itc.irst.tcc.ties.data.Index.
The Index class implements methods for finding the location of Examples into the corpus.
Index(int, int, int, int) - Constructor for class org.itc.irst.tcc.ties.data.Index
Constructs an Index of an example.
IndexList - class org.itc.irst.tcc.ties.util.IndexList.
The IndexList class implements a growable sorted list of indexes.
IndexList(int, int) - Constructor for class org.itc.irst.tcc.ties.util.IndexList
Constructs an empty IndexList with the specified initial capacity and capacity increment.
IndexList(int) - Constructor for class org.itc.irst.tcc.ties.util.IndexList
Constructs an empty IndexList with the specified initial capacity.
IndexList() - Constructor for class org.itc.irst.tcc.ties.util.IndexList
Constructs an empty IndexList.
Instance - interface org.itc.irst.tcc.ties.data.Instance.
The Instance class represents an object into a data set.
InvertedIndex - class org.itc.irst.tcc.ties.data.InvertedIndex.
Contains methods for creating an inverted index from an example set and retrieving matches to queries.
InvertedIndex() - Constructor for class org.itc.irst.tcc.ties.data.InvertedIndex
Constructs an empty inverted index.
InvertedIndex(ExampleSet) - Constructor for class org.itc.irst.tcc.ties.data.InvertedIndex
Constructs an inverted index from the specified example set.
ignorableWhitespace(char[], int, int) - Method in class org.itc.irst.tcc.ties.bwi.AbstractWrapperLoader
Ignorable whitespace.
ignorableWhitespace(char[], int, int) - Method in class org.itc.irst.tcc.ties.data.AbstractCorpusLoader
Ignorable whitespace.
inFile - Variable in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
The text number into the corpus.
inFile - Variable in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
The text number into the corpus.
incValue(int, int, int) - Method in class org.itc.irst.tcc.ties.util.IndexList
Returns an IndexList with the components of this IndexList incremented by inc.
incValue(int) - Method in class org.itc.irst.tcc.ties.util.IndexList
Returns an IndexList with the components of this IndexList incremented by inc.
index - Variable in class org.itc.irst.tcc.ties.data.Example
The index into the corpus.
indexAt(int) - Method in class org.itc.irst.tcc.ties.util.IndexList
Returns the index at the specified position in this list.
indexOf(int) - Method in class org.itc.irst.tcc.ties.util.IndexList
Searches for the first occurence of the given argument, testing for equality using the equals method.
indexOf(int, int) - Method in class org.itc.irst.tcc.ties.util.IndexList
Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.
init(Properties) - Method in class org.itc.irst.tcc.ties.bwi.BWI
 
init(Properties) - Method in interface org.itc.irst.tcc.ties.bwi.Boosting
A convenience method which must be overridden in order to set the configuration parameters needed to the boosting algorithm to run properly.
init() - Method in class org.itc.irst.tcc.ties.bwi.Classifier
 
init(ExampleSet, String) - Method in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
 
init(ExampleSet, String) - Method in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
 
init(ExampleSet, String) - Method in interface org.itc.irst.tcc.ties.bwi.WeakLearner
A convenience method which must be overridden in order to set the configuration parameters needed to the validator to run properly.
init(Properties) - Method in class org.itc.irst.tcc.ties.ml.boosting.AdaBoost
 
init(Properties) - Method in interface org.itc.irst.tcc.ties.ml.boosting.Boosting
A convenience method which must be overridden in order to set the configuration parameters needed to the boosting algorithm to run properly.
init(ExampleSet, String) - Method in interface org.itc.irst.tcc.ties.ml.boosting.WeakLearner
A convenience method which must be overridden in order to set the configuration parameters needed to the validator to run properly.
initParam(Properties) - Method in class org.itc.irst.tcc.ties.bwi.DefaultFieldExtraction
 
initParam(Properties) - Method in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
 
initParam(Properties) - Method in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
 
initParam(Properties) - Method in interface org.itc.irst.tcc.ties.bwi.FieldExtraction
A convenience method which must be overridden in order to set the configuration parameters needed to the extractor to run properly.
initParam(Properties) - Method in class org.itc.irst.tcc.ties.bwi.StandardFieldExtraction
 
initParam(Properties) - Method in interface org.itc.irst.tcc.ties.bwi.WeakLearner
A convenience method which must be overridden in order to set the configuration parameters needed to the validator to run properly.
initParam(Properties) - Method in interface org.itc.irst.tcc.ties.data.CorpusLoader
A convenience method which must be overridden in order to set the configuration parameters needed to the validator to run properly.
initParam(Properties) - Method in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
 
initParam(Properties) - Method in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
 
initParam(Properties) - Method in interface org.itc.irst.tcc.ties.ml.boosting.WeakLearner
A convenience method which must be overridden in order to set the configuration parameters needed to the validator to run properly.
initParam(Properties) - Method in class org.itc.irst.tcc.ties.validation.LeaveOneOut
 
initParam(Properties) - Method in class org.itc.irst.tcc.ties.validation.MultiSplitValidation
 
initParam(Properties) - Method in class org.itc.irst.tcc.ties.validation.NFoldCrossValidation
Construct an n fold cross-validation instance.
initParam(Properties) - Method in class org.itc.irst.tcc.ties.validation.RandomSplitValidation
 
initParam(Properties) - Method in class org.itc.irst.tcc.ties.validation.SingleSplitValidation
 
initParam(Properties) - Method in class org.itc.irst.tcc.ties.validation.TenFoldCrossValidation
 
initParam(Properties) - Method in interface org.itc.irst.tcc.ties.validation.ValidationStrategy
A convenience method which must be overridden in order to set the configuration parameters needed to the validator to run properly.
initParams - Variable in class org.itc.irst.tcc.ties.bwi.BoostingFactory
 
initParams - Variable in class org.itc.irst.tcc.ties.bwi.FieldExtractionFactory
 
initParams - Variable in class org.itc.irst.tcc.ties.bwi.LearnerFactory
The Java class name of the object creation factory class.
initParams - Variable in class org.itc.irst.tcc.ties.data.CorpusLoaderFactory
 
initParams - Variable in class org.itc.irst.tcc.ties.ml.boosting.BoostingFactory
 
initParams - Variable in class org.itc.irst.tcc.ties.validation.ValidationFactory
 
instance - Variable in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
The active features.
instance - Variable in class org.itc.irst.tcc.ties.data.Example
The instace.
instance - Variable in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
The active features.
intersection(IndexList, IndexList, int) - Method in class org.itc.irst.tcc.ties.data.patterns.DefaultPatternMatcher
 
intersection(IndexList, IndexList, int, int) - Method in class org.itc.irst.tcc.ties.data.patterns.FastPatternMatcher
 
invertedIndex - Variable in class org.itc.irst.tcc.ties.data.patterns.DefaultPatternMatcher
The inverted index.
invertedIndex - Variable in class org.itc.irst.tcc.ties.data.patterns.FastPatternMatcher
The inverted index.
isDefined() - Method in class org.itc.irst.tcc.ties.data.Example
Returns true if the example belongs to some class, false otherwise.
isEmpty() - Method in class org.itc.irst.tcc.ties.bwi.Affix
Tests if this affix has an empty pattern.
isEmpty() - Method in class org.itc.irst.tcc.ties.bwi.ExtractionResult
Returns true if this map contains no file-entities mappings.
isEmpty() - Method in class org.itc.irst.tcc.ties.data.InvertedIndex
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.itc.irst.tcc.ties.data.patterns.Pattern
Tests if this Pattern has no components.
isEmpty() - Method in class org.itc.irst.tcc.ties.util.IndexList
Tests if this IndexList has no components.
isNegative(String) - Method in class org.itc.irst.tcc.ties.data.Example
Returns true if the example does not belong to the specified class, false otherwise.
isPositive(String) - Method in class org.itc.irst.tcc.ties.data.Example
Returns true if the example belongs to the specified class, false otherwise.
isPositive(int, String) - Method in class org.itc.irst.tcc.ties.data.ExampleSet
Returns true if the i example belongs to the specified class, false otherwise.
itags - Variable in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
The ignorable tag set.
itags - Variable in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
The ignorable tag set.
item - Variable in class org.itc.irst.tcc.ties.data.DefaultInstance
 
itemList - Variable in class org.itc.irst.tcc.ties.data.Entity
The list of items that form the actual piece of text extracted.
iterations - Variable in class org.itc.irst.tcc.ties.bwi.BWI
The number of boosting iterations
iterations - Variable in class org.itc.irst.tcc.ties.ml.boosting.AdaBoost
The number of boosting iterations
iterator() - Method in class org.itc.irst.tcc.ties.data.ExampleSet
Returns an iterator over the examples in this list in proper sequence.
iterator() - Method in class org.itc.irst.tcc.ties.validation.LearningCurve
Returns an iterator over the evaluations in this list * in proper sequence
iterator() - Method in class org.itc.irst.tcc.ties.validation.MicroAvarage
Returns an iterator over the validation results in this list * in proper sequence
iterator() - Method in class org.itc.irst.tcc.ties.validation.ValidationResult
Returns an iterator over the evaluations in this list in proper sequence.

K

keySet() - Method in class org.itc.irst.tcc.ties.bwi.PatternTable
Returns an enumeration of the patterns in this table.
keySet() - Method in class org.itc.irst.tcc.ties.data.InvertedIndex
 

L

Learner - interface org.itc.irst.tcc.ties.ml.Learner.
Classes that implemet the Learner interface "learn" a concept from a labelled training set in a supervised way.
LearnerFactory - class org.itc.irst.tcc.ties.bwi.LearnerFactory.
Factory for creating a weak learner.
LearnerFactory() - Constructor for class org.itc.irst.tcc.ties.bwi.LearnerFactory
 
LearningCurve - class org.itc.irst.tcc.ties.validation.LearningCurve.
A LearningCurve is used for collection a list * of validation results.
LearningCurve() - Constructor for class org.itc.irst.tcc.ties.validation.LearningCurve
Constructs an empty LearningCurve object.
LeaveOneOut - class org.itc.irst.tcc.ties.validation.LeaveOneOut.
Leave-one-out cross-validation is simply n-fold cross-validation, where n is the number of instances in the dataset.
LeaveOneOut() - Constructor for class org.itc.irst.tcc.ties.validation.LeaveOneOut
 
label - Variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
 
label - Variable in class org.itc.irst.tcc.ties.data.Entity
The entity label.
last() - Method in class org.itc.irst.tcc.ties.data.ExampleSet
 
lastElement() - Method in class org.itc.irst.tcc.ties.data.patterns.Pattern
Returns the last component (the item at index Pattern.size() - 1) of this Pattern.
lastIndex() - Method in class org.itc.irst.tcc.ties.util.IndexList
Returns the last index of this list.
lastIndexOf(int) - Method in class org.itc.irst.tcc.ties.util.IndexList
Returns the index of the last occurrence of the specified object in this IndexList.
lastIndexOf(int, int) - Method in class org.itc.irst.tcc.ties.util.IndexList
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
learn(ExampleSet, String) - Method in class org.itc.irst.tcc.ties.bwi.BWI
 
learn(ExampleSet, String, int) - Method in class org.itc.irst.tcc.ties.bwi.BWI
 
learn(ExampleSet, String) - Method in interface org.itc.irst.tcc.ties.ml.Learner
Returns the inductive hypothesis learned.
learn(ExampleSet, String, int) - Method in interface org.itc.irst.tcc.ties.ml.Learner
Returns an array of inductive hypothesis learned.
learn(int, Distribution) - Method in interface org.itc.irst.tcc.ties.ml.boosting.WeakLearner
Returns a single WeakHypothesis; the WeakLearner invokes learn T times to learn a weak hyphotesis.
learnDetector(int, Distribution) - Method in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
 
learnDetector(int, Distribution) - Method in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
 
learnDetector(int, Distribution) - Method in interface org.itc.irst.tcc.ties.bwi.WeakLearner
Returns a single detector; BWI invokes learnDetector (indirectly through adaBoost) T times to learn the "fore" detectros, and then T more times to learn the "aft" detectors.
learnerClass - Variable in class org.itc.irst.tcc.ties.bwi.LearnerFactory
The Java class name of the object creation factory class.
learnerFactory - Static variable in class org.itc.irst.tcc.ties.bwi.LearnerFactory
A prototype for a learner factory such that only one instance class can ever exist.
len - Variable in class org.itc.irst.tcc.ties.data.Entity.Item
 
len - Variable in class org.itc.irst.tcc.ties.data.Index
The length of the example
length - Variable in class org.itc.irst.tcc.ties.data.Field
The length of this field.
length() - Method in class org.itc.irst.tcc.ties.data.patterns.Pattern
Returns the number of tokens in this Pattern.
load(String) - Method in class org.itc.irst.tcc.ties.bwi.Distribution
Loads the distribution from a file
load(String) - Method in class org.itc.irst.tcc.ties.bwi.Wrapper
 
load(File) - Static method in class org.itc.irst.tcc.ties.bwi.WrapperLoader
Loads a Wrapper from a file.
load(String) - Method in interface org.itc.irst.tcc.ties.ml.Hypothesis
Loads this hypothesis from a file.
load(String) - Method in class org.itc.irst.tcc.ties.ml.boosting.Distribution
Loads the distribution from a file
load(String) - Method in class org.itc.irst.tcc.ties.ml.boosting.UDistribution
Loads the distribution from a file * * @param fileName the system-dependent filename
load(String) - Method in interface org.itc.irst.tcc.ties.ml.boosting.WeakHypothesis
Loads this hypothesis from a file.
logger - Static variable in class org.itc.irst.tcc.ties.bwi.AbstractWrapperLoader
Define a static logger variable so that it references the Logger instance named AbstractWrapperLoader.
logger - Static variable in class org.itc.irst.tcc.ties.bwi.Affix
Define a static logger variable so that it references the Logger instance named Affix.
logger - Static variable in class org.itc.irst.tcc.ties.bwi.BWI
Define a static logger variable so that it references the Logger instance named BWI.
logger - Static variable in class org.itc.irst.tcc.ties.bwi.BoostingFactory
Define a static logger variable so that it references the Logger instance named BoostingFactory.
logger - Static variable in class org.itc.irst.tcc.ties.bwi.Classifier
Define a static logger variable so that it references the Logger instance named Classifier.
logger - Static variable in class org.itc.irst.tcc.ties.bwi.DefaultFieldExtraction
Define a static logger variable so that it references the Logger instance named DefaultFieldExtraction.
logger - Static variable in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
Define a static logger variable so that it references the Logger instance named DefaultWeakLearner.
logger - Static variable in class org.itc.irst.tcc.ties.bwi.Detector
Define a static logger variable so that it references the Logger instance named Detector.
logger - Static variable in class org.itc.irst.tcc.ties.bwi.Distribution
Define a static logger variable so that it references the Logger instance named Distribution.
logger - Static variable in class org.itc.irst.tcc.ties.bwi.ExtractionResult
Define a static logger variable so that it references the Logger instance named ExtractionResult.
logger - Static variable in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
Define a static logger variable so that it references the Logger instance named FastWeakLearner.
logger - Static variable in class org.itc.irst.tcc.ties.bwi.FieldExtractionFactory
Define a static logger variable so that it references the Logger instance named FieldExtractionFactory.
logger - Static variable in class org.itc.irst.tcc.ties.bwi.LearnerFactory
Define a static logger variable so that it references the Logger instance named LearnerFactory.
logger - Static variable in class org.itc.irst.tcc.ties.bwi.PatternTable
Define a static logger variable so that it references the Logger instance named PatternTable.
logger - Static variable in class org.itc.irst.tcc.ties.bwi.PatternTableBuilder
Define a static logger variable so that it references the Logger instance named PatternTableBuilder.
logger - Static variable in class org.itc.irst.tcc.ties.bwi.Score
Define a static logger variable so that it references the Logger instance named Score.
logger - Static variable in class org.itc.irst.tcc.ties.bwi.StandardFieldExtraction
Define a static logger variable so that it references the Logger instance named StandardFieldExtraction.
logger - Static variable in class org.itc.irst.tcc.ties.bwi.TagCoupling
Define a static logger variable so that it references the Logger instance named TagCoupling.
logger - Static variable in class org.itc.irst.tcc.ties.bwi.Wrapper
Define a static logger variable so that it references the Logger instance named Wrapper.
logger - Static variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
Define a static logger variable so that it references the Logger instance named WrapperLoader.
logger - Static variable in class org.itc.irst.tcc.ties.data.AbstractCorpusLoader
Define a static logger variable so that it references the Logger instance named AbstractCorpusLoader.
logger - Static variable in class org.itc.irst.tcc.ties.data.CorpusLoaderFactory
Define a static logger variable so that it references the Logger instance named CorpusLoaderFactory.
logger - Static variable in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
Define a static logger variable so that it references the Logger instance named DefaultCorpusLoader.
logger - Static variable in class org.itc.irst.tcc.ties.data.DefaultInstance
Define a static logger variable so that it references the Logger instance named DefaultInstance.
logger - Static variable in class org.itc.irst.tcc.ties.data.Entity
Define a static logger variable so that it references the Logger instance named Entity.
logger - Static variable in class org.itc.irst.tcc.ties.data.Example
Define a static logger variable so that it references the Logger instance named Example.
logger - Static variable in class org.itc.irst.tcc.ties.data.ExampleSet
Define a static logger variable so that it references the Logger instance named ExampleSet.
logger - Static variable in class org.itc.irst.tcc.ties.data.Feature
Define a static logger variable so that it references the Logger instance named Feature.
logger - Static variable in class org.itc.irst.tcc.ties.data.FeatureFactory
Define a static logger variable so that it references the Logger instance named FeatureFactory.
logger - Static variable in class org.itc.irst.tcc.ties.data.Field
Define a static logger variable so that it references the Logger instance named Field.
logger - Static variable in class org.itc.irst.tcc.ties.data.Index
Define a static logger variable so that it references the Logger instance named Index.
logger - Static variable in class org.itc.irst.tcc.ties.data.InvertedIndex
Define a static logger variable so that it references the Logger instance named InvertedIndex.
logger - Static variable in class org.itc.irst.tcc.ties.data.ScoredField
Define a static logger variable so that it references the Logger instance named ScoredField.
logger - Static variable in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
Define a static logger variable so that it references the Logger instance named StandardCorpusLoader.
logger - Static variable in class org.itc.irst.tcc.ties.data.TextList
Define a static logger variable so that it references the Logger instance named TextList.
logger - Static variable in class org.itc.irst.tcc.ties.data.patterns.DefaultPatternMatcher
Define a static logger variable so that it references the Logger instance named DefaultPatternMatcher.
logger - Static variable in class org.itc.irst.tcc.ties.data.patterns.FastPatternMatcher
Define a static logger variable so that it references the Logger instance named FastPatternMatcher.
logger - Static variable in class org.itc.irst.tcc.ties.data.patterns.Pattern
Define a static logger variable so that it references the Logger instance named Pattern.
logger - Static variable in class org.itc.irst.tcc.ties.data.patterns.PatternMatches
Define a static logger variable so that it references the Logger instance named PatternMatches.
logger - Static variable in class org.itc.irst.tcc.ties.ml.boosting.AdaBoost
Define a static logger variable so that it references the Logger instance named AdaBoost.
logger - Static variable in class org.itc.irst.tcc.ties.ml.boosting.BoostingFactory
Define a static logger variable so that it references the Logger instance named BoostingFactory.
logger - Static variable in class org.itc.irst.tcc.ties.ml.boosting.Distribution
Define a static logger variable so that it references the Logger instance named Distribution.
logger - Static variable in class org.itc.irst.tcc.ties.ml.boosting.UDistribution
Define a static logger variable so that it references the * Logger instance named UDistribution.
logger - Static variable in class org.itc.irst.tcc.ties.util.IndexList
Define a static logger variable so that it references the Logger instance named IndexList.
logger - Static variable in class org.itc.irst.tcc.ties.validation.AbstractValidationStrategy
Define a static logger variable so that it references the Logger instance named AbstractValidationStrategy.
logger - Static variable in class org.itc.irst.tcc.ties.validation.CrossValidation
Define a static logger variable so that it references the * Logger instance named CrossValidation.
logger - Static variable in class org.itc.irst.tcc.ties.validation.Evaluation
Define a static logger variable so that it references the Logger instance named Evaluation.
logger - Static variable in class org.itc.irst.tcc.ties.validation.ExampleCounter
Define a static logger variable so that it references the * Logger instance named ExampleCounter.
logger - Static variable in class org.itc.irst.tcc.ties.validation.LearningCurve
Define a static logger variable so that it references the * Logger instance named LearningCurve.
logger - Static variable in class org.itc.irst.tcc.ties.validation.LeaveOneOut
Define a static logger variable so that it references the Logger instance named LeaveOneOut.
logger - Static variable in class org.itc.irst.tcc.ties.validation.MicroAvarage
Define a static logger variable so that it references the * Logger instance named MicroAvarage.
logger - Static variable in class org.itc.irst.tcc.ties.validation.MultiSplitValidation
Define a static logger variable so that it references the * Logger instance named MultiSplitValidation.
logger - Static variable in class org.itc.irst.tcc.ties.validation.NFoldCrossValidation
Define a static logger variable so that it references the Logger instance named NFoldCrossValidation.
logger - Static variable in class org.itc.irst.tcc.ties.validation.RandomSplitValidation
Define a static logger variable so that it references the Logger instance named RandomSplitValidation.
logger - Static variable in class org.itc.irst.tcc.ties.validation.SingleSplitValidation
Define a static logger variable so that it references the Logger instance named SingleSplitValidation.
logger - Static variable in class org.itc.irst.tcc.ties.validation.TenFoldCrossValidation
Define a static logger variable so that it references the Logger instance named TenFoldCrossValidation.
logger - Static variable in class org.itc.irst.tcc.ties.validation.ValidationFactory
Define a static logger variable so that it references the Logger instance named ValidationFactory.
logger - Static variable in class org.itc.irst.tcc.ties.validation.ValidationResult
Define a static logger variable so that it references the Logger instance named ValidationResult.
lookahead - Variable in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
The lookahead size.
lookahead - Variable in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
The lookahead size.
lookahead - Variable in class org.itc.irst.tcc.ties.bwi.PatternTableBuilder
The lookahead size.

M

MATCH_OK_TAG - Static variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
 
MATCH_WRONG_TAG - Static variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
 
MAX_INDEX_TO_STRING - Static variable in class org.itc.irst.tcc.ties.bwi.Affix
The max number of indexes printed.
MAX_INDEX_TO_STRING - Static variable in class org.itc.irst.tcc.ties.data.patterns.PatternMatches
The max number of indexes printed.
MicroAvarage - class org.itc.irst.tcc.ties.validation.MicroAvarage.
A MicroAvarage is used for collection a list * of validation results.
MicroAvarage() - Constructor for class org.itc.irst.tcc.ties.validation.MicroAvarage
Constructs an empty MicroAvarage object.
MultiSplitValidation - class org.itc.irst.tcc.ties.validation.MultiSplitValidation.
* @author Claudio Giuliano * @version %I%, %G% * @see AbstractValidationStrategy * @see ValidationFactory * @since 1.0
MultiSplitValidation() - Constructor for class org.itc.irst.tcc.ties.validation.MultiSplitValidation
Construct an multi split validation.
main(String[]) - Static method in class org.itc.irst.tcc.ties.bwi.Affix
 
main(String[]) - Static method in class org.itc.irst.tcc.ties.bwi.BoostingFactory
Main program entry point.
main(String[]) - Static method in class org.itc.irst.tcc.ties.bwi.Classifier
 
main(String[]) - Static method in class org.itc.irst.tcc.ties.bwi.Detector
 
main(String[]) - Static method in class org.itc.irst.tcc.ties.bwi.FieldExtractionFactory
Main.
main(String[]) - Static method in class org.itc.irst.tcc.ties.bwi.LearnerFactory
Main program entry point.
main(String[]) - Static method in class org.itc.irst.tcc.ties.bwi.PatternTable
 
main(String[]) - Static method in class org.itc.irst.tcc.ties.bwi.PatternTableBuilder
Main program entry point.
main(String[]) - Static method in class org.itc.irst.tcc.ties.bwi.Wrapper
 
main(String[]) - Static method in class org.itc.irst.tcc.ties.bwi.WrapperLoader
Main program entry point.
main(String[]) - Static method in class org.itc.irst.tcc.ties.data.CorpusLoaderFactory
Main.
main(String[]) - Static method in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
Main program entry point.
main(String[]) - Static method in class org.itc.irst.tcc.ties.data.DefaultInstance
 
main(String[]) - Static method in class org.itc.irst.tcc.ties.data.ExampleSet
Main program entry point.
main(String[]) - Static method in class org.itc.irst.tcc.ties.data.Feature
 
main(String[]) - Static method in class org.itc.irst.tcc.ties.data.FeatureFactory
 
main(String[]) - Static method in class org.itc.irst.tcc.ties.data.Index
 
main(String[]) - Static method in class org.itc.irst.tcc.ties.data.InvertedIndex
 
main(String[]) - Static method in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
 
main(String[]) - Static method in class org.itc.irst.tcc.ties.data.patterns.DefaultPatternMatcher
Returns only one pattern matcher instance.
main(String[]) - Static method in class org.itc.irst.tcc.ties.data.patterns.FastPatternMatcher
Returns only one pattern matcher instance.
main(String[]) - Static method in class org.itc.irst.tcc.ties.data.patterns.Pattern
 
main(String[]) - Static method in class org.itc.irst.tcc.ties.data.patterns.PatternMatches
 
main(String[]) - Static method in class org.itc.irst.tcc.ties.ml.boosting.BoostingFactory
Main program entry point.
map - Variable in class org.itc.irst.tcc.ties.bwi.ExtractionResult.EntityMap
 
matchAll - Variable in class org.itc.irst.tcc.ties.bwi.DefaultFieldExtraction
to do. default is false.
matchAll - Variable in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
true ...
matchAll - Variable in class org.itc.irst.tcc.ties.bwi.StandardFieldExtraction
to do. default is false.
matchAll - Variable in class org.itc.irst.tcc.ties.data.patterns.DefaultPatternMatcher
true ...
matchAll - Variable in class org.itc.irst.tcc.ties.data.patterns.FastPatternMatcher
true ...
matchOk - Variable in class org.itc.irst.tcc.ties.data.patterns.PatternMatches
The list of correct matches for this pattern.
matchWrong - Variable in class org.itc.irst.tcc.ties.data.patterns.PatternMatches
The list of wrong matches for this pattern.
matches(Feature) - Method in class org.itc.irst.tcc.ties.data.DefaultInstance
Returns true if the lexitem matches this token pattern, false otherwise.
matches(Feature) - Method in interface org.itc.irst.tcc.ties.data.Instance
Returns true if the specified Feature matches in this instace, false otherwise.
matches(Pattern, String) - Method in class org.itc.irst.tcc.ties.data.patterns.DefaultPatternMatcher
 
matches(Pattern, String, boolean) - Method in class org.itc.irst.tcc.ties.data.patterns.DefaultPatternMatcher
 
matches(Pattern, PatternMatches, String) - Method in class org.itc.irst.tcc.ties.data.patterns.DefaultPatternMatcher
 
matches(Pattern, String) - Method in class org.itc.irst.tcc.ties.data.patterns.FastPatternMatcher
 
matches(Pattern, String, boolean) - Method in class org.itc.irst.tcc.ties.data.patterns.FastPatternMatcher
 
matches(Pattern, PatternMatches, String) - Method in class org.itc.irst.tcc.ties.data.patterns.FastPatternMatcher
 
matches(Pattern, String) - Method in interface org.itc.irst.tcc.ties.data.patterns.PatternMatcher
Returns the matches of the specified pattern over the example set.
matches(Pattern, PatternMatches, String) - Method in interface org.itc.irst.tcc.ties.data.patterns.PatternMatcher
Returns the matches of the specified pattern over the example set.
matches(Pattern, String, boolean) - Method in interface org.itc.irst.tcc.ties.data.patterns.PatternMatcher
Returns the matches of the specified pattern over the example set.
maxIndex(double[]) - Method in class org.itc.irst.tcc.ties.bwi.DefaultFieldExtraction
Finds the index corresponding to the max value of the specified array.
maxIndex(double[]) - Method in class org.itc.irst.tcc.ties.bwi.StandardFieldExtraction
Finds the index corresponding to the max value of the specified array.
maxIndex(double[]) - Method in class org.itc.irst.tcc.ties.bwi.TagCoupling
 
maxLength - Variable in class org.itc.irst.tcc.ties.bwi.Wrapper
The list of before detector.
maxValue(double[]) - Method in class org.itc.irst.tcc.ties.bwi.DefaultFieldExtraction
Finds max value of the specified array.
maxValue(double[]) - Method in class org.itc.irst.tcc.ties.bwi.StandardFieldExtraction
Finds max value of the specified array.
maxValue(double[]) - Method in class org.itc.irst.tcc.ties.bwi.TagCoupling
 
micro - Variable in class org.itc.irst.tcc.ties.validation.MicroAvarage
The micro avarage.
min - Variable in class org.itc.irst.tcc.ties.bwi.FastWeakLearner.Cache
 
min(int, int) - Method in class org.itc.irst.tcc.ties.data.patterns.FastPatternMatcher
 

N

NFoldCrossValidation - class org.itc.irst.tcc.ties.validation.NFoldCrossValidation.
The standard way of predicting the error rate of a learning technique given a single, fixed sample of data is to use stratified n-fold cross-validation.
NFoldCrossValidation() - Constructor for class org.itc.irst.tcc.ties.validation.NFoldCrossValidation
 
NL_TAG - Static variable in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
 
NL_TAG - Static variable in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
 
Normalize - class org.itc.irst.tcc.ties.util.Normalize.
The class that provieds the methods that are used to normalize generic string of text.
Normalize() - Constructor for class org.itc.irst.tcc.ties.util.Normalize
 
n - Variable in class org.itc.irst.tcc.ties.validation.CrossValidation
The number of partitions.
name - Variable in class org.itc.irst.tcc.ties.data.Feature
The name of this feature.
name - Variable in class org.itc.irst.tcc.ties.data.TextList.TextInfo
 
neu - Static variable in class org.itc.irst.tcc.ties.data.patterns.FastPatternMatcher
 
newPatternCount - Variable in class org.itc.irst.tcc.ties.bwi.PatternTableBuilder
 
numMatching - Variable in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
 
numMatching - Variable in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
 
numNoMatching - Variable in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
 
numNoMatching - Variable in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
 

O

ok - Variable in class org.itc.irst.tcc.ties.data.patterns.PatternMatches
 
old - Static variable in class org.itc.irst.tcc.ties.data.patterns.FastPatternMatcher
 
openTagSet - Variable in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
 
org.itc.irst.tcc.ties.bwi - package org.itc.irst.tcc.ties.bwi
 
org.itc.irst.tcc.ties.data - package org.itc.irst.tcc.ties.data
 
org.itc.irst.tcc.ties.data.patterns - package org.itc.irst.tcc.ties.data.patterns
 
org.itc.irst.tcc.ties.ml - package org.itc.irst.tcc.ties.ml
 
org.itc.irst.tcc.ties.ml.boosting - package org.itc.irst.tcc.ties.ml.boosting
 
org.itc.irst.tcc.ties.util - package org.itc.irst.tcc.ties.util
 
org.itc.irst.tcc.ties.validation - package org.itc.irst.tcc.ties.validation
 
outputList - Variable in class org.itc.irst.tcc.ties.bwi.Classifier
 

P

PATTERN_TAG - Static variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
 
POS_IN_TEXT_TAG - Static variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
 
PRECISION - Static variable in class org.itc.irst.tcc.ties.validation.LearningCurve
to do.
PREFIX - Static variable in class org.itc.irst.tcc.ties.data.patterns.Pattern
The prefix constant.
Pattern - class org.itc.irst.tcc.ties.data.patterns.Pattern.
A Pattern object represents a specific sequence of features derived from the left or right context of a given example.
Pattern(int) - Constructor for class org.itc.irst.tcc.ties.data.patterns.Pattern
Allocates a new Pattern object containing no tokens.
Pattern(int, List, int) - Constructor for class org.itc.irst.tcc.ties.data.patterns.Pattern
Allocates a new Pattern object that represents the sequence of tokens currently contained in the feat list argument.
PatternMatcher - interface org.itc.irst.tcc.ties.data.patterns.PatternMatcher.
Classes that implement this interface should match a specified pattern over an example set and return the list of instances'indices where the pattern matches a positive examples (ok match) and where it matches a negative example (wrong match).
PatternMatches - class org.itc.irst.tcc.ties.data.patterns.PatternMatches.
An Affix object (the parent of Prefix and Suffix) stores both Pattern and places in the corpus where the pattern does match and doesn't, matchOk and matchWrong respectively.
PatternMatches() - Constructor for class org.itc.irst.tcc.ties.data.patterns.PatternMatches
Constructs an empty PatternMatches.
PatternMatches(IndexList, IndexList) - Constructor for class org.itc.irst.tcc.ties.data.patterns.PatternMatches
Constructs an empty PatternMatches.
PatternTable - class org.itc.irst.tcc.ties.bwi.PatternTable.
A PatternTable object maps Patterns to Affixes for a fast retrivial.
PatternTable() - Constructor for class org.itc.irst.tcc.ties.bwi.PatternTable
Constructs an empty PatternTable.
PatternTableBuilder - class org.itc.irst.tcc.ties.bwi.PatternTableBuilder.
Creates a pattern table.
PatternTableBuilder(ExampleSet, PatternMatcher, int, String) - Constructor for class org.itc.irst.tcc.ties.bwi.PatternTableBuilder
Constructs a PatternTableBuilder.
partition(IndexList[], int, int) - Static method in class org.itc.irst.tcc.ties.data.patterns.Quicksort
 
partition(IndexList[], int[], int, int) - Static method in class org.itc.irst.tcc.ties.data.patterns.Quicksort2
 
path - Variable in class org.itc.irst.tcc.ties.data.TextList.TextInfo
 
pattType - Variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
The pattern type
pattType - Variable in class org.itc.irst.tcc.ties.data.patterns.Pattern
The Pattern type
pattern - Variable in class org.itc.irst.tcc.ties.bwi.Affix
The pattern.
pattern - Variable in class org.itc.irst.tcc.ties.data.patterns.Pattern
The Pattern.
patternMatcher - Variable in class org.itc.irst.tcc.ties.bwi.DefaultFieldExtraction
The pattern matcher instace.
patternMatcher - Variable in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
The pattern matcher instace.
patternMatcher - Variable in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
The pattern matcher instace.
patternMatcher - Variable in class org.itc.irst.tcc.ties.bwi.PatternTableBuilder
 
patternMatcher - Variable in class org.itc.irst.tcc.ties.bwi.StandardFieldExtraction
The pattern matcher instace.
patternMatcher - Variable in class org.itc.irst.tcc.ties.bwi.TagCoupling
The pattern matcher instace.
patternMatches - Variable in class org.itc.irst.tcc.ties.bwi.Affix
The list of ok and wrong matches for this pattern.
patternMatches - Variable in class org.itc.irst.tcc.ties.bwi.Detector
The list of ok and wrong matches for this pattern.
patternTable - Variable in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
The pattern table instace.
patternTable - Variable in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
The pattern table instace.
patternTable - Variable in class org.itc.irst.tcc.ties.bwi.PatternTable
The hashtable containing the affixes.
patternTable - Variable in class org.itc.irst.tcc.ties.bwi.PatternTableBuilder
The pattern table.
patterns - Variable in class org.itc.irst.tcc.ties.bwi.FastWeakLearner.Cache
 
plotLearning - Variable in class org.itc.irst.tcc.ties.validation.CrossValidation
comment to do.
positionInText - Variable in class org.itc.irst.tcc.ties.data.Index
The position into the text.
positiveCount - Variable in class org.itc.irst.tcc.ties.data.ExampleSet
The number of positive examples.
positiveCount(String) - Method in class org.itc.irst.tcc.ties.data.ExampleSet
Returns the number of positive examples.
precision - Variable in class org.itc.irst.tcc.ties.validation.Evaluation
The precision misure
precision - Variable in class org.itc.irst.tcc.ties.validation.MicroAvarage
The avarage precision misure
precision - Variable in class org.itc.irst.tcc.ties.validation.ValidationResult
The avarage precision misure
prefixCache - Variable in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
The cache of pattern table instaces.
prefixCache - Variable in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
The cache of pattern table instaces.
prefixPattern - Variable in class org.itc.irst.tcc.ties.bwi.Detector
The prefix pattern.
prefixPattern - Variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
The prefix pattern.
processingInstruction(String, String) - Method in class org.itc.irst.tcc.ties.bwi.AbstractWrapperLoader
Processing instruction.
processingInstruction(String, String) - Method in class org.itc.irst.tcc.ties.data.AbstractCorpusLoader
Processing instruction.
ptSize - Variable in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
The pt size
put(Detector, PatternTable) - Method in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner.Cache
 
put(String, Entity) - Method in class org.itc.irst.tcc.ties.bwi.ExtractionResult.EntityMap
 
put(File, Entity) - Method in class org.itc.irst.tcc.ties.bwi.ExtractionResult
Adds the specified entity into a list of entities associates with the specified file;
put(String, Entity) - Method in class org.itc.irst.tcc.ties.bwi.ExtractionResult
Adds the specified entity into a list of entities associates with the specified file;
put(Detector, PatternTable, double) - Method in class org.itc.irst.tcc.ties.bwi.FastWeakLearner.Cache
 
put(Affix) - Method in class org.itc.irst.tcc.ties.bwi.PatternTable
Maps the specified pattern to the specified Affix in this table.
put(Pattern, Affix) - Method in class org.itc.irst.tcc.ties.bwi.PatternTable
Maps the specified pattern to the specified Affix in this table.
put(Pattern) - Method in class org.itc.irst.tcc.ties.bwi.PatternTableBuilder
 
put(Object, int) - Method in class org.itc.irst.tcc.ties.data.InvertedIndex
Adds the specified index into a list of indexes associates with the specified lexitem.
putAll(Collection, int) - Method in class org.itc.irst.tcc.ties.data.InvertedIndex
 

Q

Quicksort - class org.itc.irst.tcc.ties.data.patterns.Quicksort.
 
Quicksort() - Constructor for class org.itc.irst.tcc.ties.data.patterns.Quicksort
 
Quicksort2 - class org.itc.irst.tcc.ties.data.patterns.Quicksort2.
 
Quicksort2() - Constructor for class org.itc.irst.tcc.ties.data.patterns.Quicksort2
 

R

RECALL - Static variable in class org.itc.irst.tcc.ties.validation.LearningCurve
to do.
RandomSplitValidation - class org.itc.irst.tcc.ties.validation.RandomSplitValidation.
The standard way of predicting the error rate of a learning technique given a single, fixed sample of data is to use stratified n-fold cross-validation.
RandomSplitValidation() - Constructor for class org.itc.irst.tcc.ties.validation.RandomSplitValidation
Constructs a random split cross-validation instance.
readXML(File) - Method in class org.itc.irst.tcc.ties.bwi.Wrapper
Returns a String object representing this Pattern in XML.
recall - Variable in class org.itc.irst.tcc.ties.validation.Evaluation
The recall misure
recall - Variable in class org.itc.irst.tcc.ties.validation.MicroAvarage
The avarage recall misure
recall - Variable in class org.itc.irst.tcc.ties.validation.ValidationResult
The avarage recall misure
reduceAffix(Affix, int) - Method in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
This method takes newAffix, which results in a detector that scores better than then old one, and returns an Affix with the first token of the extension added to the appropriate part of oldAffix.
reduceAffix(Affix, int) - Method in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
This method takes newAffix, which results in a detector that scores better than then old one, and returns an Affix with the first token of the extension added to the appropriate part of oldAffix.
rehash() - Method in class org.itc.irst.tcc.ties.data.patterns.Pattern
Forces to recompute the hash code value for this Pattern.
results - Variable in class org.itc.irst.tcc.ties.validation.MicroAvarage
The list of validation results.

S

SP_TAG - Static variable in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
 
SP_TAG - Static variable in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
 
SUFFIX - Static variable in class org.itc.irst.tcc.ties.data.patterns.Pattern
The suffix constant.
Score - class org.itc.irst.tcc.ties.bwi.Score.
Computes the score and confidence value of a detector.
Score() - Constructor for class org.itc.irst.tcc.ties.bwi.Score
 
ScoredField - class org.itc.irst.tcc.ties.data.ScoredField.
A ScoredField object represents the beginning and end boundaries of one ore more token subsequences within the example set.
ScoredField(String, int, int, double) - Constructor for class org.itc.irst.tcc.ties.data.ScoredField
Constructs a field object for the specified arguments.
SingleSplitValidation - class org.itc.irst.tcc.ties.validation.SingleSplitValidation.
This strategy uses only a single subset (the testing set) to estimate the error rate of a learning technique , instead of n different subsets; i.e., there is no "crossing".
SingleSplitValidation() - Constructor for class org.itc.irst.tcc.ties.validation.SingleSplitValidation
Construct an n fold cross-validation.
StandardCorpusLoader - class org.itc.irst.tcc.ties.data.StandardCorpusLoader.
 
StandardCorpusLoader() - Constructor for class org.itc.irst.tcc.ties.data.StandardCorpusLoader
Default constructor.
StandardFieldExtraction - class org.itc.irst.tcc.ties.bwi.StandardFieldExtraction.
This is the default implementaion of the FieldExtraction interface.
StandardFieldExtraction() - Constructor for class org.itc.irst.tcc.ties.bwi.StandardFieldExtraction
Constructs a StandardFieldExtraction object used for the evaluation task.
save(String) - Method in class org.itc.irst.tcc.ties.bwi.Distribution
Saves the distribution into a file.
save(String) - Method in class org.itc.irst.tcc.ties.bwi.Wrapper
 
save(String) - Method in interface org.itc.irst.tcc.ties.ml.Hypothesis
 
save(String) - Method in class org.itc.irst.tcc.ties.ml.boosting.Distribution
Saves the distribution into a file.
save(String) - Method in class org.itc.irst.tcc.ties.ml.boosting.UDistribution
Saves the distribution into a file
save(String) - Method in interface org.itc.irst.tcc.ties.ml.boosting.WeakHypothesis
 
save(String, String) - Method in class org.itc.irst.tcc.ties.validation.LearningCurve
Saves the learning curve in gnuplot format
save(String, String) - Method in class org.itc.irst.tcc.ties.validation.MicroAvarage
Saves the validation result into a file in CSV format
save(String, String) - Method in class org.itc.irst.tcc.ties.validation.ValidationResult
Saves the validation result into a file in CSV format.
score - Variable in class org.itc.irst.tcc.ties.data.Entity
The score of the entity.
score - Variable in class org.itc.irst.tcc.ties.data.ScoredField
The score of the field.
score(Distribution, PatternMatches) - Method in class org.itc.irst.tcc.ties.ml.boosting.AdaBoost
Returns the score of a weak hypothesis given its pattern matches.
scores - Variable in class org.itc.irst.tcc.ties.bwi.FastWeakLearner.Cache
 
search(int) - Method in class org.itc.irst.tcc.ties.util.IndexList
 
search(int, int) - Method in class org.itc.irst.tcc.ties.util.IndexList
 
select(String, Hashtable) - Method in class org.itc.irst.tcc.ties.bwi.AbstractWrapperLoader
 
select(String, Hashtable) - Method in class org.itc.irst.tcc.ties.bwi.WrapperLoader
 
select(String, Hashtable) - Method in class org.itc.irst.tcc.ties.data.AbstractCorpusLoader
 
select(String, Hashtable) - Method in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
 
select(String, Hashtable) - Method in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
 
setAftDetectors(Collection) - Method in class org.itc.irst.tcc.ties.bwi.Wrapper
Sets the after detectors.
setBoostingClass(String) - Method in class org.itc.irst.tcc.ties.bwi.BoostingFactory
 
setBoostingClass(String) - Method in class org.itc.irst.tcc.ties.ml.boosting.BoostingFactory
 
setConfidenceValue(double) - Method in class org.itc.irst.tcc.ties.bwi.Detector
 
setCorpusLoaderClass(String) - Method in class org.itc.irst.tcc.ties.data.CorpusLoaderFactory
 
setEnd(int) - Method in class org.itc.irst.tcc.ties.data.Entity
Sets the end offset into the text.
setExtractionClass(String) - Method in class org.itc.irst.tcc.ties.bwi.FieldExtractionFactory
 
setForeDetectors(Collection) - Method in class org.itc.irst.tcc.ties.bwi.Wrapper
Sets the before detectors.
setIndexAt(int, int) - Method in class org.itc.irst.tcc.ties.util.IndexList
Sets the component at the specified index of this vector to be the specified object.
setItem(String) - Method in class org.itc.irst.tcc.ties.data.DefaultInstance
 
setLearnerClass(String) - Method in class org.itc.irst.tcc.ties.bwi.LearnerFactory
 
setOk(int) - Method in class org.itc.irst.tcc.ties.data.patterns.PatternMatches
 
setScore(double) - Method in class org.itc.irst.tcc.ties.data.Entity
Sets the score of this Entity.
setStart(int) - Method in class org.itc.irst.tcc.ties.data.Entity
Sets the start offset into the text.
setTokenAt(Feature, int) - Method in class org.itc.irst.tcc.ties.data.patterns.Pattern
Sets the feat at the specified index of this Pattern to be the specified feat.
setValidationClass(String) - Method in class org.itc.irst.tcc.ties.validation.ValidationFactory
 
setWrong(int) - Method in class org.itc.irst.tcc.ties.data.patterns.PatternMatches
 
showArray(IndexList[]) - Static method in class org.itc.irst.tcc.ties.data.patterns.Quicksort
 
showArray(IndexList[]) - Static method in class org.itc.irst.tcc.ties.data.patterns.Quicksort2
 
size() - Method in class org.itc.irst.tcc.ties.bwi.ExtractionResult
Returns the number of file-entities mappings in this object.
size() - Method in class org.itc.irst.tcc.ties.bwi.PatternTable
Returns the number of pattern in this table.
size() - Method in class org.itc.irst.tcc.ties.data.ExampleSet
Returns the number of examples in this set.
size() - Method in class org.itc.irst.tcc.ties.data.InvertedIndex
Returns the number of key-value mappings in this map.
size() - Method in class org.itc.irst.tcc.ties.data.TextList
 
size() - Method in class org.itc.irst.tcc.ties.util.IndexList
Returns the number of components in this IndexList.
size() - Method in class org.itc.irst.tcc.ties.validation.LearningCurve
to do
size() - Method in class org.itc.irst.tcc.ties.validation.ValidationResult
to do
smoothing - Variable in class org.itc.irst.tcc.ties.bwi.Distribution
The smoothing parameter depends on the size of the training set.
smoothing - Variable in class org.itc.irst.tcc.ties.ml.boosting.Distribution
The smoothing parameter depends on the size of the training set.
smoothing - Variable in class org.itc.irst.tcc.ties.ml.boosting.UDistribution
The smoothing parameter depends on the size of * the training set.
sort(IndexList[], int, int) - Static method in class org.itc.irst.tcc.ties.data.patterns.Quicksort
 
sort(IndexList[], int[], int, int) - Static method in class org.itc.irst.tcc.ties.data.patterns.Quicksort2
 
splits(int, ExampleSet, ExampleSet) - Method in class org.itc.irst.tcc.ties.validation.CrossValidation
Splits the data set into training and testing set
splits(int, ExampleSet, ExampleSet) - Method in class org.itc.irst.tcc.ties.validation.MultiSplitValidation
Splits the data set into training and testing set
splits(int, ExampleSet, ExampleSet) - Method in class org.itc.irst.tcc.ties.validation.NFoldCrossValidation
Splits the data set into training and testing set.
splits(int, ExampleSet, ExampleSet) - Method in class org.itc.irst.tcc.ties.validation.RandomSplitValidation
Splits the data set into training set and testing set.
splits(ExampleSet, ExampleSet) - Method in class org.itc.irst.tcc.ties.validation.SingleSplitValidation
Splits the data set into training and testing set.
start - Variable in class org.itc.irst.tcc.ties.data.Entity.Item
 
start - Variable in class org.itc.irst.tcc.ties.data.Entity
The start offset into the text of this entity.
start - Variable in class org.itc.irst.tcc.ties.data.Index
The start offset into the text.
startDocument() - Method in class org.itc.irst.tcc.ties.bwi.AbstractWrapperLoader
Start document.
startDocument() - Method in class org.itc.irst.tcc.ties.data.AbstractCorpusLoader
Start document.
startElement(String, String, String, Attributes) - Method in class org.itc.irst.tcc.ties.bwi.AbstractWrapperLoader
Start element.
startElement(String, String, String, Attributes) - Method in class org.itc.irst.tcc.ties.data.AbstractCorpusLoader
Start element.
startsWith(Pattern, int) - Method in class org.itc.irst.tcc.ties.data.patterns.Pattern
Tests if this Pattern starts with the specified prefix.
startsWith(Pattern) - Method in class org.itc.irst.tcc.ties.data.patterns.Pattern
Tests if this Pattern starts with the specified prefix.
statFile - Variable in class org.itc.irst.tcc.ties.bwi.BWI
The name of the statistic file.
state - Variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
Parsing state.
subpattern(int) - Method in class org.itc.irst.tcc.ties.data.patterns.Pattern
Returns a new Pattern that is a subpattern of this Pattern.
subpattern(int, int) - Method in class org.itc.irst.tcc.ties.data.patterns.Pattern
Returns a new Pattern that is a subpattern of this Pattern.
suffixCache - Variable in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
 
suffixCache - Variable in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
 
suffixPattern - Variable in class org.itc.irst.tcc.ties.bwi.Detector
The suffix pattern.
suffixPattern - Variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
The suffix pattern.
swap(IndexList[], int, int) - Static method in class org.itc.irst.tcc.ties.data.patterns.Quicksort
 
swap(IndexList[], int[], int, int) - Static method in class org.itc.irst.tcc.ties.data.patterns.Quicksort2
 

T

TEXT_NUM_TAG - Static variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
 
TEXT_TAG - Static variable in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
 
TEXT_TAG - Static variable in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
 
TLR - Static variable in class org.itc.irst.tcc.ties.data.Field
 
TOKEN - Static variable in class org.itc.irst.tcc.ties.data.Feature
 
TOKEN_TAG - Static variable in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
 
TOKEN_TAG - Static variable in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
 
TRUE - Static variable in class org.itc.irst.tcc.ties.data.Feature
 
TagCoupling - class org.itc.irst.tcc.ties.bwi.TagCoupling.
A TagCoupling object couples the open tags with the close tags.
TagCoupling(int, ExampleSet, String, Wrapper) - Constructor for class org.itc.irst.tcc.ties.bwi.TagCoupling
Constructs a TagCoupling object used for the evaluation task.
TenFoldCrossValidation - class org.itc.irst.tcc.ties.validation.TenFoldCrossValidation.
The standard way of predicting the error rate of a learning technique given a single, fixed sample of data is to use stratified 10-fold cross-validation.
TenFoldCrossValidation() - Constructor for class org.itc.irst.tcc.ties.validation.TenFoldCrossValidation
 
TextList - class org.itc.irst.tcc.ties.data.TextList.
The list of text from which the examples are extracted.
TextList() - Constructor for class org.itc.irst.tcc.ties.data.TextList
 
TextList.TextInfo - class org.itc.irst.tcc.ties.data.TextList.TextInfo.
This class provides information on the text stored into the TextList.
TextList.TextInfo(String, String) - Constructor for class org.itc.irst.tcc.ties.data.TextList.TextInfo
 
tag - Variable in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
The tag.
tag - Variable in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
The label of the class to be learnt.
tag - Variable in class org.itc.irst.tcc.ties.bwi.PatternTableBuilder
The label.
tag - Variable in class org.itc.irst.tcc.ties.bwi.Wrapper
The label.
tag - Variable in class org.itc.irst.tcc.ties.data.Field
The label of this field.
tagSet - Variable in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
 
tagSet - Variable in class org.itc.irst.tcc.ties.data.Example
The set of labels of the instace classes.
tau - Variable in class org.itc.irst.tcc.ties.bwi.DefaultFieldExtraction
A numeric threshold.
tau - Variable in class org.itc.irst.tcc.ties.bwi.StandardFieldExtraction
A numeric threshold.
template - Variable in class org.itc.irst.tcc.ties.bwi.BWI
The template tag set.
test() - Method in class org.itc.irst.tcc.ties.bwi.BWI
 
test() - Method in interface org.itc.irst.tcc.ties.bwi.Boosting
This method must be overridden in order to start the boosting algorithm for testing.
test() - Method in interface org.itc.irst.tcc.ties.ml.boosting.Boosting
This method must be overridden in order to start the boosting algorithm for testing.
testing - Variable in class org.itc.irst.tcc.ties.validation.RandomSplitValidation
The percentage of the data for testing (1 - training).
testingHash - Variable in class org.itc.irst.tcc.ties.validation.MultiSplitValidation
The files where the splits are specified.
testingHash - Variable in class org.itc.irst.tcc.ties.validation.SingleSplitValidation
The files where the splits are specified.
textList - Variable in class org.itc.irst.tcc.ties.bwi.Classifier
The
textList - Variable in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
The text number into the corpus.
textList - Variable in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
The text number into the corpus.
textList - Variable in class org.itc.irst.tcc.ties.validation.MultiSplitValidation
The text list.
textList - Variable in class org.itc.irst.tcc.ties.validation.SingleSplitValidation
The text list.
textNumber - Variable in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
The text number into the corpus.
textNumber - Variable in class org.itc.irst.tcc.ties.data.Index
The text number into the chart list.
textNumber - Variable in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
The text number into the corpus.
texts - Variable in class org.itc.irst.tcc.ties.data.TextList
 
timeMatching - Variable in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner
 
timeMatching - Variable in class org.itc.irst.tcc.ties.bwi.FastWeakLearner
 
tn - Variable in class org.itc.irst.tcc.ties.validation.Evaluation
The true negative counts
tn - Variable in class org.itc.irst.tcc.ties.validation.MicroAvarage
The avarage true negative count.
tn - Variable in class org.itc.irst.tcc.ties.validation.ValidationResult
The avarage true negative count.
toEntity(String) - Static method in class org.itc.irst.tcc.ties.util.Normalize
Converts all of the characters of the given String with ascii code greater than 127 to HTML entities.
toString() - Method in class org.itc.irst.tcc.ties.bwi.Affix
Returns a String object representing this Affix.
toString() - Method in class org.itc.irst.tcc.ties.bwi.BoostingFactory
 
toString() - Method in class org.itc.irst.tcc.ties.bwi.Classifier
Returns a String object representing this object.
toString() - Method in class org.itc.irst.tcc.ties.bwi.DefaultFieldExtraction
Returns a String object representing this object.
toString() - Method in class org.itc.irst.tcc.ties.bwi.DefaultWeakLearner.Cache
 
toString() - Method in class org.itc.irst.tcc.ties.bwi.Detector
Returns a String object representing this Detector.
toString() - Method in class org.itc.irst.tcc.ties.bwi.Distribution
Returns a atring object representing this Distribution.
toString() - Method in class org.itc.irst.tcc.ties.bwi.ExtractionResult
Returns a String object representing this ExtractionResult.
toString() - Method in class org.itc.irst.tcc.ties.bwi.FastWeakLearner.Cache
 
toString() - Method in class org.itc.irst.tcc.ties.bwi.FieldExtractionFactory
 
toString() - Method in class org.itc.irst.tcc.ties.bwi.LearnerFactory
 
toString() - Method in class org.itc.irst.tcc.ties.bwi.PatternTable
Returns a String object representing this PatternTable.
toString() - Method in class org.itc.irst.tcc.ties.bwi.StandardFieldExtraction
Returns a String object representing this object.
toString() - Method in class org.itc.irst.tcc.ties.bwi.TagCoupling
 
toString() - Method in class org.itc.irst.tcc.ties.bwi.Wrapper
Returns a String object representing this Wrapper.
toString() - Method in class org.itc.irst.tcc.ties.data.CorpusLoaderFactory
 
toString() - Method in class org.itc.irst.tcc.ties.data.DefaultInstance
Returns a String object representing this AbstractLexitem.
toString() - Method in class org.itc.irst.tcc.ties.data.Entity.Item
Returns a String object representing this item.
toString() - Method in class org.itc.irst.tcc.ties.data.Entity
Returns a String object representing this entity.
toString() - Method in class org.itc.irst.tcc.ties.data.Example
Returns a String object representing this Example.
toString() - Method in class org.itc.irst.tcc.ties.data.ExampleSet
Returns a String object representing this ExampleSet.
toString() - Method in class org.itc.irst.tcc.ties.data.Feature
Returns a String object representing this Feature.
toString() - Method in class org.itc.irst.tcc.ties.data.FeatureFactory
Returns a String object representing this FeatureFactory.
toString() - Method in class org.itc.irst.tcc.ties.data.Field
Returns a String object representing this field.
toString() - Method in class org.itc.irst.tcc.ties.data.Index
Returns a String object representing this Index.
toString() - Method in class org.itc.irst.tcc.ties.data.InvertedIndex
Returns a String object representing this AbstractLexitem.
toString() - Method in class org.itc.irst.tcc.ties.data.ScoredField
Returns a String object representing this field.
toString() - Method in class org.itc.irst.tcc.ties.data.TextList.TextInfo
Returns a String object representing this TextInfo.
toString() - Method in class org.itc.irst.tcc.ties.data.TextList
Returns a String object representing this TextList.
toString() - Method in class org.itc.irst.tcc.ties.data.patterns.FastPatternMatcher
Returns a String object representing this PatternMatcher.
toString() - Method in class org.itc.irst.tcc.ties.data.patterns.Pattern
Returns a String object representing this Pattern.
toString() - Method in class org.itc.irst.tcc.ties.data.patterns.PatternMatches
Returns a String object representing this PatternMatches.
toString() - Method in class org.itc.irst.tcc.ties.ml.boosting.BoostingFactory
 
toString() - Method in class org.itc.irst.tcc.ties.ml.boosting.Distribution
Returns a atring object representing this Distribution.
toString() - Method in class org.itc.irst.tcc.ties.ml.boosting.UDistribution
Returns a atring object representing this UDistribution
toString() - Method in class org.itc.irst.tcc.ties.util.IndexList
Returns a string representation of this IndexList.
toString() - Method in class org.itc.irst.tcc.ties.validation.AbstractValidationStrategy
Returns a String object representing this object.
toString() - Method in class org.itc.irst.tcc.ties.validation.Evaluation
Returns a String object representing this object.
toString() - Method in class org.itc.irst.tcc.ties.validation.ExampleCounter
Returns a String object representing this object
toString() - Method in class org.itc.irst.tcc.ties.validation.LearningCurve
Returns a String object representing this object
toString() - Method in class org.itc.irst.tcc.ties.validation.MicroAvarage
Returns a String object representing this object
toString() - Method in class org.itc.irst.tcc.ties.validation.MultiSplitValidation
Returns a String object representing this object
toString() - Method in class org.itc.irst.tcc.ties.validation.NFoldCrossValidation
Returns a String object representing this object.
toString() - Method in class org.itc.irst.tcc.ties.validation.RandomSplitValidation
Returns a String object representing this object.
toString() - Method in class org.itc.irst.tcc.ties.validation.SingleSplitValidation
Returns a String object representing this object.
toString() - Method in class org.itc.irst.tcc.ties.validation.ValidationFactory
 
toString() - Method in class org.itc.irst.tcc.ties.validation.ValidationResult
Returns a String object representing this object.
toXML() - Method in class org.itc.irst.tcc.ties.bwi.Affix
Returns a String object representing this Affix in XML.
toXML() - Method in class org.itc.irst.tcc.ties.bwi.Detector
Returns a String object representing this Detector in XML.
toXML() - Method in class org.itc.irst.tcc.ties.bwi.Wrapper
Returns a String object representing this Wrapper in XML.
toXML() - Method in class org.itc.irst.tcc.ties.data.Feature
Returns a String object representing this Feature.
toXML() - Method in class org.itc.irst.tcc.ties.data.Index
Returns a String object representing this Index in XML.
toXML() - Method in class org.itc.irst.tcc.ties.data.patterns.Pattern
Returns a String object representing this Pattern in XML.
toXml() - Method in class org.itc.irst.tcc.ties.data.patterns.PatternMatches
Returns a String object representing this PatternMatches in XML.
tokenID - Variable in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
The token identifier.
tokenID - Variable in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
The token identifier.
tokenLen - Variable in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
The token end offset
tokenLen - Variable in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
The token end offset
tokenOrth - Variable in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
 
tokenOrth - Variable in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
 
tokenSem - Variable in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
The token semantics.
tokenSem - Variable in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
The token semantics.
tokenStart - Variable in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
The token start offset
tokenStart - Variable in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
The token start offset
tokenType - Variable in class org.itc.irst.tcc.ties.data.DefaultCorpusLoader
The token type
tokenType - Variable in class org.itc.irst.tcc.ties.data.StandardCorpusLoader
The token type
tokens() - Method in class org.itc.irst.tcc.ties.data.Entity
Returns an iterator over the tokens in this entity in proper sequence.
total - Variable in class org.itc.irst.tcc.ties.validation.Evaluation
The tp+fn counts
total - Variable in class org.itc.irst.tcc.ties.validation.MicroAvarage
The avarage tp+fn count.
total - Variable in class org.itc.irst.tcc.ties.validation.ValidationResult
The avarage tp+fn count.
tp - Variable in class org.itc.irst.tcc.ties.validation.Evaluation
The true positive counts
tp - Variable in class org.itc.irst.tcc.ties.validation.MicroAvarage
The avarage true positive count.
tp - Variable in class org.itc.irst.tcc.ties.validation.ValidationResult
The avarage true positive count.
train() - Method in class org.itc.irst.tcc.ties.bwi.BWI
 
train() - Method in interface org.itc.irst.tcc.ties.bwi.Boosting
This method must be overridden in order to start the boosting algorithm for training.
train() - Method in interface org.itc.irst.tcc.ties.ml.boosting.Boosting
This method must be overridden in order to start the boosting algorithm for training.
training - Variable in class org.itc.irst.tcc.ties.validation.RandomSplitValidation
The percentage of the data for training.
trainingHash - Variable in class org.itc.irst.tcc.ties.validation.MultiSplitValidation
The files where the splits are specified.
trainingHash - Variable in class org.itc.irst.tcc.ties.validation.SingleSplitValidation
The files where the splits are specified.
trim(Feature) - Method in class org.itc.irst.tcc.ties.data.patterns.Pattern
Trims the specified argument from the begining and end of this Pattern.
trim() - Method in class org.itc.irst.tcc.ties.util.IndexList
Trims the capacity of this IndexList to be the IndexList's current size.
type - Variable in class org.itc.irst.tcc.ties.data.Example
The type is true if the example belongs to a specified class, false otherwise.

U

UDistribution - class org.itc.irst.tcc.ties.ml.boosting.UDistribution.
A UDistribution object represents a distribution of * weigths over an unbalanced example set
UDistribution(int) - Constructor for class org.itc.irst.tcc.ties.ml.boosting.UDistribution
Constructs a distribution of weights and initializes it * uniformly
update(IndexList, IndexList, double) - Method in class org.itc.irst.tcc.ties.bwi.Distribution
Updates the distribtion.
update(IndexList, IndexList, double) - Method in class org.itc.irst.tcc.ties.ml.boosting.Distribution
Updates the distribtion.
update(IndexList, IndexList, double) - Method in class org.itc.irst.tcc.ties.ml.boosting.UDistribution
Updates the distribtion.

V

ValidationFactory - class org.itc.irst.tcc.ties.validation.ValidationFactory.
Factory for creating a validation strategy.
ValidationFactory() - Constructor for class org.itc.irst.tcc.ties.validation.ValidationFactory
Returns only one validation factory instance.
ValidationResult - class org.itc.irst.tcc.ties.validation.ValidationResult.
A ValidationResult is used for collecting a list of Evaluation.
ValidationResult() - Constructor for class org.itc.irst.tcc.ties.validation.ValidationResult
Constructs an empty ValidationResult object.
ValidationStrategy - interface org.itc.irst.tcc.ties.validation.ValidationStrategy.
A validation strategy reserves a certain amound of data for testing and uses the remainder for training.
ValidatorNotFoundException - exception org.itc.irst.tcc.ties.validation.ValidatorNotFoundException.
Thrown to indicate that the validation strategy cannot be loaded and instantiated.
ValidatorNotFoundException() - Constructor for class org.itc.irst.tcc.ties.validation.ValidatorNotFoundException
Constructs a ValidatorNotFoundException with no detail message.
ValidatorNotFoundException(String) - Constructor for class org.itc.irst.tcc.ties.validation.ValidatorNotFoundException
Constructs a ValidatorNotFoundException with the specified detail message.
validate(Learner, String) - Method in class org.itc.irst.tcc.ties.validation.CrossValidation
The data is split into n approximately equal * partitions, and each in turn is used for testing while * the remainder is used for training
validate(Learner, String, boolean) - Method in class org.itc.irst.tcc.ties.validation.CrossValidation
The data is split into n approximately equal * partitions, and each in turn is used for testing while * the remainder is used for training
validate(Learner, String) - Method in class org.itc.irst.tcc.ties.validation.ExampleCounter
The data is split into n approximately equal * partitions, and each in turn is used for testing while * the remainder is used for training
validate(Learner, String) - Method in class org.itc.irst.tcc.ties.validation.SingleSplitValidation
The data is split into n approximately equal partitions, and each in turn is used for testing while the remainder is used for training.
validate(Learner, String) - Method in interface org.itc.irst.tcc.ties.validation.ValidationStrategy
The data is split into n approximately equal partitions, and each in turn is used for testing while the remainder is used for training.
validationClass - Variable in class org.itc.irst.tcc.ties.validation.ValidationFactory
The Java class name of the object creation factory class.
validationFactory - Static variable in class org.itc.irst.tcc.ties.validation.ValidationFactory
A prototype for a validation factory such that only one instance class can ever exist.
value - Variable in class org.itc.irst.tcc.ties.data.Feature
The value of this feature.
values() - Method in class org.itc.irst.tcc.ties.bwi.ExtractionResult.EntityMap
Returns a set view of the entities contained in this entity map.
values() - Method in class org.itc.irst.tcc.ties.bwi.ExtractionResult
Returns a set view of the entities contained in this result
values() - Method in class org.itc.irst.tcc.ties.bwi.PatternTable
Returns an enumeration of the patterns in this table.
values() - Method in class org.itc.irst.tcc.ties.data.InvertedIndex
 

W

WRAPPER_TAG - Static variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
 
WeakHypothesis - interface org.itc.irst.tcc.ties.ml.boosting.WeakHypothesis.
The representation of a hypothesis learned by a machine learning algoritm, which is usually generated by calling the learn method of Learner.
WeakLearner - interface org.itc.irst.tcc.ties.bwi.WeakLearner.
Classes that implement the weak learning algorithm must be implementation of this interface.
WeakLearner - interface org.itc.irst.tcc.ties.ml.boosting.WeakLearner.
Classes that implement the weak learning algorithm must be implementation of this interface.
Wrapper - class org.itc.irst.tcc.ties.bwi.Wrapper.
A Wrapper object consists of two sets F = {F1, F2, ..., FT} and A = {A1, A2, ..., AT} of detectors, and a function H : [-∞, +∞] →[0, 1].
Wrapper(double[], String) - Constructor for class org.itc.irst.tcc.ties.bwi.Wrapper
Constructs a Wrapper.
WrapperLoader - class org.itc.irst.tcc.ties.bwi.WrapperLoader.
Loads a wrapper from a XML file.
WrapperLoader() - Constructor for class org.itc.irst.tcc.ties.bwi.WrapperLoader
Default constructor.
warning(SAXParseException) - Method in class org.itc.irst.tcc.ties.bwi.AbstractWrapperLoader
Warning.
warning(SAXParseException) - Method in class org.itc.irst.tcc.ties.data.AbstractCorpusLoader
Warning.
weakLearner - Variable in class org.itc.irst.tcc.ties.bwi.BWI
This object selects one of the weak learner implementation to be used for learning.
weakLearner - Variable in class org.itc.irst.tcc.ties.ml.boosting.AdaBoost
This object selects one of the weak learner implementation to be used for learning.
wildcardType - Variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
 
word - Variable in class org.itc.irst.tcc.ties.data.Entity.Item
 
wrapper - Variable in class org.itc.irst.tcc.ties.bwi.WrapperLoader
The wrapper to be loaded.
wrapperList - Variable in class org.itc.irst.tcc.ties.bwi.Classifier
 
writeXML(Writer) - Method in class org.itc.irst.tcc.ties.bwi.Wrapper
Writes this wrapper in XML format into the specified writer.
wrong - Variable in class org.itc.irst.tcc.ties.data.patterns.PatternMatches
 

A B C D E F G H I K L M N O P Q R S T U V W