com.pawjaw.classification.crf.lmcbt.tests
Class HyphenTest

java.lang.Object
  extended by com.pawjaw.classification.crf.lmcbt.tests.CRFTest
      extended by com.pawjaw.classification.crf.lmcbt.tests.HyphenTest

public class HyphenTest
extends CRFTest


Field Summary
 
Fields inherited from class com.pawjaw.classification.crf.lmcbt.tests.CRFTest
accuracies, boosting_iterations
 
Constructor Summary
HyphenTest()
           
 
Method Summary
 LabeledSequenceDataReader getLabeledSequenceDataReader()
           
 int getWindowRadius()
           
 
Methods inherited from class com.pawjaw.classification.crf.lmcbt.tests.CRFTest
getCrossValidationPasses, getTrainingPercentage, test
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HyphenTest

public HyphenTest()
Method Detail

getWindowRadius

public int getWindowRadius()
Specified by:
getWindowRadius in class CRFTest

getLabeledSequenceDataReader

public LabeledSequenceDataReader getLabeledSequenceDataReader()
Specified by:
getLabeledSequenceDataReader in class CRFTest