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

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

public class CoNLL2000CRFTest
extends CRFTest


Field Summary
 
Fields inherited from class com.pawjaw.classification.crf.lmcbt.tests.CRFTest
accuracies, boosting_iterations
 
Constructor Summary
CoNLL2000CRFTest()
           
 
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

CoNLL2000CRFTest

public CoNLL2000CRFTest()
Method Detail

getWindowRadius

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

getLabeledSequenceDataReader

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