Package de.julielab.jcore.ae.jnet.tagger
Class METrainerDummyPipe
- java.lang.Object
-
- cc.mallet.pipe.Pipe
-
- de.julielab.jcore.ae.jnet.tagger.METrainerDummyPipe
-
- All Implemented Interfaces:
cc.mallet.types.AlphabetCarrying,java.io.Serializable
public class METrainerDummyPipe extends cc.mallet.pipe.Pipe- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description METrainerDummyPipe(cc.mallet.types.Alphabet data, cc.mallet.types.Alphabet label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description cc.mallet.types.Instancepipe(cc.mallet.types.Instance inst)-
Methods inherited from class cc.mallet.pipe.Pipe
alphabetsMatch, getAlphabet, getAlphabets, getDataAlphabet, getInstanceId, getTargetAlphabet, instanceFrom, instancesFrom, instancesFrom, isDataAlphabetSet, isTargetProcessing, newIteratorFrom, preceedingPipeDataAlphabetNotification, preceedingPipeTargetAlphabetNotification, precondition, readResolve, setDataAlphabet, setOrCheckDataAlphabet, setOrCheckTargetAlphabet, setTargetAlphabet, setTargetProcessing
-
-