Package cc.mallet.pipe.tsf
Class TokenTextCharPrefix
- java.lang.Object
-
- cc.mallet.pipe.Pipe
-
- cc.mallet.pipe.tsf.TokenTextCharPrefix
-
- All Implemented Interfaces:
AlphabetCarrying
,java.io.Serializable
public class TokenTextCharPrefix extends Pipe implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TokenTextCharPrefix()
TokenTextCharPrefix(java.lang.String prefix, int prefixLength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Instance
pipe(Instance carrier)
Really this should be 'protected', but isn't for historical reasons.-
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
-
-