Uses of Class
pt.tumba.ngram.ProfileWriter

Packages that use ProfileWriter
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. 
 

Uses of ProfileWriter in pt.tumba.ngram
 

Fields in pt.tumba.ngram declared as ProfileWriter
private static ProfileWriter ProfileWriter._theInstance
          The single instance of this Singleton class.
 

Methods in pt.tumba.ngram that return ProfileWriter
static ProfileWriter ProfileWriter.getInstance()
          Returns an instance of this class.