Package idl.tmt.util

Class Summary
ArrayUtils Static utility class for performing some operations on arrays.
DocumentIndexWriter Builds an inverted index with format
termid docid count
per line, writing to a file on disk.
FilterableIDMap Created on Mar 26, 2004
FrequentTermsUtil list the terms that occur most frequently in the top documents for a given cluster
HTMLOutputUtil  
IDMap HashMap which supports 2-way lookup: values from ID, or ID from values.
InvertedIndexWriter Builds an inverted index with format
termid docid count
per line, writing to a file on disk.
LogOddsUtil Created on Apr 2, 2004
MatrixUtils Created on Apr 16, 2004
RBInputGenerator Class that generates a file formatted for input into the RelationBrowser.
SerializationUtil Utility class for reading & writing objects.
Stopwatch Class which encapsulates simple stopwatch functinality for Created on Apr 1, 2004
TermAnalysisUtil Created on Jun 16, 2004
TermFrequencyUtil Created on Apr 2, 2004
TitleSaver Class that acts as a parsing listener, but only saves the text in the HTML title tag for each document.