Uses of Package
pt.tumba.ngram

Packages that use pt.tumba.ngram
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. 
pt.tumba.ngram.blr Implementation of Bayesian Logistic Regression classification that can be used to categorize text files using N-Grams as features, based on the "Bayesian Logistic Regression Software" package* by Alexander Genkin, David D. 
pt.tumba.ngram.compression Implementation of the compression-based classification technique described in the papers "Towards Parameter-Free Data Mining" and "The Similarity Metric", respectivelly by Ming Li and Keogh et al. 
pt.tumba.ngram.svm Implementation of Support Vector Machines classification and regression that can be used to categorize text files using N-Grams as features. 
 

Classes in pt.tumba.ngram used by pt.tumba.ngram
NGram
          This class models a concrete and simple N-Gram.
NGramCathegorizer
          NGramCathegorizer implements the classification technique described in Cavnar & Trenkle, "N-Gram-Based Text Categorization".
Profile
          Abstract interface to model an N-Gram Profile.
ProfileReader
          Class to hold (static) methods to read in profile data.
ProfileWriter
          Write an N-Gram profile to disk.
TCatNGException
          Wrapper for Exceptions used in the TCatNG package.
 

Classes in pt.tumba.ngram used by pt.tumba.ngram.blr
TCatNGException
          Wrapper for Exceptions used in the TCatNG package.
 

Classes in pt.tumba.ngram used by pt.tumba.ngram.compression
TCatNGException
          Wrapper for Exceptions used in the TCatNG package.
 

Classes in pt.tumba.ngram used by pt.tumba.ngram.svm
TCatNGException
          Wrapper for Exceptions used in the TCatNG package.