jInfer

cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.regexptokensize
Class TokenSize<T>

java.lang.Object
  extended by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.regexptokensize.TokenSize<T>
All Implemented Interfaces:
Evaluator<Regexp<T>>, RegexpEvaluator<T>

public class TokenSize<T>
extends Object
implements RegexpEvaluator<T>

TODO anti Comment!


Constructor Summary
TokenSize()
           
 
Method Summary
 double evaluate(Regexp<T> x)
           
 void setInputStrings(List<List<T>> inputStrings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenSize

public TokenSize()
Method Detail

setInputStrings

public void setInputStrings(List<List<T>> inputStrings)
Specified by:
setInputStrings in interface RegexpEvaluator<T>

evaluate

public double evaluate(Regexp<T> x)
                throws InterruptedException
Specified by:
evaluate in interface Evaluator<Regexp<T>>
Throws:
InterruptedException

jInfer

Generated on Fri Dec 9 00:01:25 CET 2011