idl.tmt.util
Class TermAnalysisUtil

java.lang.Object
  |
  +--idl.tmt.util.TermAnalysisUtil

public class TermAnalysisUtil
extends java.lang.Object

Created on Jun 16, 2004

Author:
jelsas

Field Summary
private  Clusterer clusterer
           
private  IndexedCollection ic
           
private static int NUM_TERMS_TO_PRINT
           
 
Constructor Summary
TermAnalysisUtil(IndexedCollection ic, Clusterer clusterer)
           
 
Method Summary
 void printAnalysis()
           
 void writePages()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

ic

private IndexedCollection ic

clusterer

private Clusterer clusterer

NUM_TERMS_TO_PRINT

private static final int NUM_TERMS_TO_PRINT
Constructor Detail

TermAnalysisUtil

public TermAnalysisUtil(IndexedCollection ic,
                        Clusterer clusterer)
Method Detail

writePages

public void writePages()
                throws java.lang.Exception

printAnalysis

public void printAnalysis()
                   throws java.lang.Exception