com.pawjaw.classification.crf.lmcbt.readers
Class CoNLL2000LabeledSequenceDataReader

java.lang.Object
  extended by com.pawjaw.classification.crf.lmcbt.readers.LabeledSequenceDataReader
      extended by com.pawjaw.classification.crf.lmcbt.readers.CoNLL2000LabeledSequenceDataReader

public class CoNLL2000LabeledSequenceDataReader
extends LabeledSequenceDataReader


Constructor Summary
CoNLL2000LabeledSequenceDataReader()
           
 
Method Summary
 int getLabelCount()
           
 int getPointFeatureCount()
           
 void readPoints(java.util.List<Point[]> pointss, java.util.List<int[]> true_labelss, java.io.BufferedReader br)
           
 
Methods inherited from class com.pawjaw.classification.crf.lmcbt.readers.LabeledSequenceDataReader
readFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoNLL2000LabeledSequenceDataReader

public CoNLL2000LabeledSequenceDataReader()
Method Detail

getPointFeatureCount

public int getPointFeatureCount()
Specified by:
getPointFeatureCount in class LabeledSequenceDataReader

getLabelCount

public int getLabelCount()
Specified by:
getLabelCount in class LabeledSequenceDataReader

readPoints

public void readPoints(java.util.List<Point[]> pointss,
                       java.util.List<int[]> true_labelss,
                       java.io.BufferedReader br)
                throws java.io.IOException
Specified by:
readPoints in class LabeledSequenceDataReader
Throws:
java.io.IOException