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

T

TABLE - Variable in class pt.tumba.ngram.bayes.XMLInterchangeFormat
 
TABLEVALUES - Variable in class pt.tumba.ngram.bayes.BayesInterchangeFormat
 
TCatNG - Class in pt.tumba.ngram
The TCatNG Toolkit is a Java package that you can use to apply N-Gram analysis techniques to the process of categorizing text files.
TCatNG() - Constructor for class pt.tumba.ngram.TCatNG
 
TCatNGException - Exception in pt.tumba.ngram
Wrapper for Exceptions used in the TCatNG package.
TCatNGException(String) - Constructor for exception pt.tumba.ngram.TCatNGException
Constructor for NGramException
TCatNGException(Exception) - Constructor for exception pt.tumba.ngram.TCatNGException
Constructor for NGramException
THIRD_MOMENT - Static variable in class pt.tumba.ngram.bayes.Expectation
 
THIRD_QUARTER - Static variable in class pt.tumba.ngram.compression.ArithDecoder
3/4 of the largest possible value; 3 * FIRST_QUARTER
THIRD_QUARTER - Static variable in class pt.tumba.ngram.compression.ArithEncoder
3/4 of the largest possible value; 3 * FIRST_QUARTER
TOO_MANY_BISECTIONS - Static variable in class pt.tumba.ngram.bayes.Bracketing
 
TOP_VALUE - Static variable in class pt.tumba.ngram.compression.ArithDecoder
The largest possible interval value.
TOP_VALUE - Static variable in class pt.tumba.ngram.compression.ArithEncoder
The largest possible interval value.
TOTAL_INDEX - Static variable in class pt.tumba.ngram.compression.AdaptiveUnigramModel
Index in the count array for the cumulative total of all outcomes.
TOTAL_VARIATION - Static variable in class pt.tumba.ngram.bayes.InferenceGraph
 
TOTAL_VARIATION - Static variable in class pt.tumba.ngram.bayes.QuasiBayesNet
 
TRANSPARENT - Static variable in class pt.tumba.ngram.bayes.ProbabilityVariable
 
TYPE - Variable in class pt.tumba.ngram.bayes.XMLInterchangeFormat
 
Test - Class in pt.tumba.ngram.compression
Runs test suite for arithmetic coding and decoding with all of th esupplied compression models from Test.main(java.lang.String[]).
Test() - Constructor for class pt.tumba.ngram.compression.Test
Hide unused constructor.
TestSet - Class in pt.tumba.ngram.compression
Package local helper class to compute statistics for a set of compression experiments.
TestSet() - Constructor for class pt.tumba.ngram.compression.TestSet
 
TestStatistics - Class in pt.tumba.ngram.compression
Package local helper class to compute statistics for a single compression experiment.
TestStatistics(String) - Constructor for class pt.tumba.ngram.compression.TestStatistics
 
Token - Class in pt.tumba.ngram.bayes
Describes the input token stream.
Token() - Constructor for class pt.tumba.ngram.bayes.Token
 
TokenMgrError - Error in pt.tumba.ngram.bayes
 
TokenMgrError() - Constructor for error pt.tumba.ngram.bayes.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error pt.tumba.ngram.bayes.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error pt.tumba.ngram.bayes.TokenMgrError
 
TotalVariationSet - Class in pt.tumba.ngram.bayes
 
TotalVariationSet(ProbabilityFunction, double) - Constructor for class pt.tumba.ngram.bayes.TotalVariationSet
Constructor for an TotalVariationQBProbabilityFunction ProbabilityFunction object and given epsilon.
TwoMonotoneCapacity - Class in pt.tumba.ngram.bayes
 
TwoMonotoneCapacity(ProbabilityFunction) - Constructor for class pt.tumba.ngram.bayes.TwoMonotoneCapacity
Constructor for an TwoMonotoneCapacity ProbabilityFunction object and given epsilon.
TypeDeclaration() - Method in class pt.tumba.ngram.bayes.XMLInterchangeFormat
 
tables - Variable in class pt.tumba.ngram.bayes.IFProbabilityFunction
 
tampDown() - Method in class pt.tumba.ngram.compression.ByteBuffer
Moves bytes in context down to start of buffer.
tanh(double) - Static method in class pt.tumba.ngram.svm.Kernel
Returns the hyperbolic tangent of a given value
temporary_discrete_function - Variable in class pt.tumba.ngram.bayes.ConstantDensityRatioSet
 
temporary_discrete_function - Variable in class pt.tumba.ngram.bayes.TwoMonotoneCapacity
 
test(File) - Static method in class pt.tumba.ngram.compression.Test
Tests compression/decompression of a given file.
test(String) - Static method in class pt.tumba.ngram.compression.Test
Tests compression/decompression of a given string.
test(byte[]) - Static method in class pt.tumba.ngram.compression.Test
Tests compression/decompression of a given sequence of bytes.
testBytes(byte[]) - Static method in class pt.tumba.ngram.compression.Test
Tests given sequence of bytes against various models.
testBytes(byte[], ArithCodeModel, ArithCodeModel, String) - Static method in class pt.tumba.ngram.compression.Test
Tests specified sequence of bytes with specified models for input and output, and specified name.
testBytesGZIP(byte[], String) - Static method in class pt.tumba.ngram.compression.Test
Tests specified sequence of bytes with Zip compression and specified name.
testCalgary(String) - Static method in class pt.tumba.ngram.compression.Test
Runs a test on the Calgary corpus.
testFixed() - Static method in class pt.tumba.ngram.compression.Test
Fixed test suite.
testPPMBytes(byte[], int) - Static method in class pt.tumba.ngram.compression.Test
Run a test of PPM on the specified bytes using a model of the specified order.
testSize(int) - Static method in class pt.tumba.ngram.compression.Test
Runs tests from 1 to give size, increasing size by a factor of two at each step.
testXML(String) - Static method in class pt.tumba.ngram.compression.Test
Runs a test on James Cheney's XML corpus.
theLimit - Variable in class pt.tumba.ngram.EntryProfile
The lowest ranking position for storage in the N-gram profile.
theLowerLimit - Variable in class pt.tumba.ngram.EntryProfile
The highest ranking position for storage in the N-gram profile.
theta - Variable in class pt.tumba.ngram.blr.BayesianLogReg
 
timeToSeconds(long) - Static method in class pt.tumba.ngram.compression.Test
Convert specified time in milliseconds to a string in seconds.
toString() - Method in class pt.tumba.ngram.DataProfile
Converts this profile to a String Object.
toString() - Method in class pt.tumba.ngram.NGram
Returns a String representation of this NGram, where occurence frequency information is also present.
toString() - Method in exception pt.tumba.ngram.TCatNGException
Returns the String message associated with this Exception.
toString() - Method in class pt.tumba.ngram.bayes.Token
Returns the image.
toString() - Method in class pt.tumba.ngram.compression.ByteBuffer
Return a string representation of this context using the current localization to convert bytes to characters.
toString() - Method in class pt.tumba.ngram.compression.TestSet
Returns a String version of the Test report.
toString() - Method in class pt.tumba.ngram.compression.TestStatistics
Returns a String version of the Test report.
token - Variable in class pt.tumba.ngram.bayes.BayesInterchangeFormat
 
token - Variable in class pt.tumba.ngram.bayes.XMLInterchangeFormat
 
tokenBegin - Variable in class pt.tumba.ngram.bayes.ASCII_CharStream
 
tokenBegin - Variable in class pt.tumba.ngram.bayes.ASCII_UCodeESC_CharStream
 
tokenImage - Variable in class pt.tumba.ngram.bayes.BayesInterchangeFormat
 
tokenImage - Variable in exception pt.tumba.ngram.bayes.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Variable in class pt.tumba.ngram.bayes.XMLInterchangeFormat
 
totalCount() - Method in class pt.tumba.ngram.compression.AdaptiveUnigramModel
Returns the total count for the current context.
totalCount() - Method in interface pt.tumba.ngram.compression.ArithCodeModel
Returns the total count for the current context.
totalCount(ByteSet) - Method in class pt.tumba.ngram.compression.ExcludingAdaptiveUnigramModel
Total count for interval given specified set of exclusions.
totalCount() - Method in class pt.tumba.ngram.compression.PPMModel
Returns the total count for the current context.
totalCount(ByteSet) - Method in class pt.tumba.ngram.compression.PPMNode
Total count for this node, not including those bytes in the specified set.
totalCount() - Method in class pt.tumba.ngram.compression.UniformModel
Returns the total count for the current context.
totalNrSupportVectors - Variable in class pt.tumba.ngram.svm.SVMModel
The total number of Support Vectors.
transform_network() - Method in class pt.tumba.ngram.bayes.QuasiBayesInference
 
transform_probability_functions_array() - Method in class pt.tumba.ngram.bayes.QuasiBayesInference
 
transform_probability_variables_array(Vector) - Method in class pt.tumba.ngram.bayes.QuasiBayesInference
 
transform_to_probability_function(BayesNet, ProbabilityVariable) - Method in class pt.tumba.ngram.bayes.BucketTree
 
translate(InterchangeFormat) - Method in class pt.tumba.ngram.bayes.BayesNet
 
translate(InterchangeFormat) - Method in class pt.tumba.ngram.bayes.QuasiBayesNet
 
trim(String) - Static method in class pt.tumba.ngram.compression.Test
Truncates string to printable length, appending epenthetic dots if it is truncated.
type - Variable in class pt.tumba.ngram.bayes.ProbabilityVariable
 

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