cc.mallet.util
Class FeatureCounter

java.lang.Object
  extended by cc.mallet.util.FeatureCounter

public class FeatureCounter
extends java.lang.Object


Constructor Summary
FeatureCounter(InstanceList instances)
           
 
Method Summary
 void count()
           
static void main(java.lang.String[] args)
           
 void printCounts()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureCounter

public FeatureCounter(InstanceList instances)
Method Detail

count

public void count()

printCounts

public void printCounts()

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception