|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pawjaw.classification.crf.lmcbt.readers.LabeledSequenceDataReader
com.pawjaw.classification.crf.lmcbt.readers.CoNLL2000LabeledSequenceDataReader
public class CoNLL2000LabeledSequenceDataReader
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 |
---|
public CoNLL2000LabeledSequenceDataReader()
Method Detail |
---|
public int getPointFeatureCount()
getPointFeatureCount
in class LabeledSequenceDataReader
public int getLabelCount()
getLabelCount
in class LabeledSequenceDataReader
public void readPoints(java.util.List<Point[]> pointss, java.util.List<int[]> true_labelss, java.io.BufferedReader br) throws java.io.IOException
readPoints
in class LabeledSequenceDataReader
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |