|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcc.mallet.pipe.Pipe
com.thesis.backend.util.AvgTitlePipe
public class AvgTitlePipe
Average title length feature. Created by extending the pipe system of MALLET API
Constructor Summary | |
---|---|
AvgTitlePipe(java.lang.String featureName,
int avgTitleLength)
|
Method Summary | |
---|---|
cc.mallet.types.Instance |
pipe(cc.mallet.types.Instance instance)
|
Methods inherited from class cc.mallet.pipe.Pipe |
---|
alphabetsMatch, getAlphabet, getAlphabets, getDataAlphabet, getInstanceId, getTargetAlphabet, instanceFrom, instancesFrom, instancesFrom, isDataAlphabetSet, isTargetProcessing, newIteratorFrom, precondition, readResolve, setDataAlphabet, setOrCheckDataAlphabet, setOrCheckTargetAlphabet, setTargetAlphabet, setTargetProcessing |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AvgTitlePipe(java.lang.String featureName, int avgTitleLength)
featureName
- avgTitleLength
- Method Detail |
---|
public cc.mallet.types.Instance pipe(cc.mallet.types.Instance instance)
pipe
in class cc.mallet.pipe.Pipe
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |