edu.cmu.sphinx.linguist.util
Class LinguistStats

java.lang.Object
  extended byedu.cmu.sphinx.linguist.LinguistProcessor
      extended byedu.cmu.sphinx.linguist.util.LinguistStats
All Implemented Interfaces:
Configurable, java.lang.Runnable

public class LinguistStats
extends LinguistProcessor

A linguist processor that dumps out stats about the search space


Field Summary
 
Fields inherited from class edu.cmu.sphinx.linguist.LinguistProcessor
PROP_LINGUIST
 
Constructor Summary
LinguistStats()
           
 
Method Summary
 void run()
          Dumps the stats of the linguist
 
Methods inherited from class edu.cmu.sphinx.linguist.LinguistProcessor
getName, newProperties, register
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinguistStats

public LinguistStats()
Method Detail

run

public void run()
Dumps the stats of the linguist

Specified by:
run in interface java.lang.Runnable
Overrides:
run in class LinguistProcessor