Uses of Class
Tools.PreprocessorException

Packages that use PreprocessorException
benchmark Classes that benchmark the system. 
Tools Tools to use when preprocessing the XML files to more usable forms. 
 

Uses of PreprocessorException in benchmark
 

Methods in benchmark that throw PreprocessorException
static void VarianceTest.main(java.lang.String[] args)
           
static void BoostFactor.main(java.lang.String[] args)
           
static void BagOfWords.main(java.lang.String[] args)
           
 

Uses of PreprocessorException in Tools
 

Methods in Tools that throw PreprocessorException
static void XMLToSentenceConverter.convertAllFromSource(java.lang.String src, boolean trimReferences)
           
static void SentenceToWordConverter.convertFromSrc(java.lang.String src)
          Notice that all files should be in the intermediate stage
Thus, no extra effort is needed here for files from backupFolder
static void XMLToSentenceConverter.main(java.lang.String[] args)
           
static void SentenceToWordConverter.main(java.lang.String[] args)