Package cc.mallet.pipe
Class AugmentableFeatureVectorAddConjunctions
- java.lang.Object
-
- cc.mallet.pipe.Pipe
-
- cc.mallet.pipe.AugmentableFeatureVectorAddConjunctions
-
- All Implemented Interfaces:
AlphabetCarrying
,java.io.Serializable
public class AugmentableFeatureVectorAddConjunctions extends Pipe implements java.io.Serializable
Add specified conjunctions to each instance.- Author:
- Andrew McCallum mccallum@cs.umass.edu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AugmentableFeatureVectorAddConjunctions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AugmentableFeatureVectorAddConjunctions
addConjunction(java.lang.String name, Alphabet v, int[] features, boolean[] negations)
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
-
-
-
-
Method Detail
-
addConjunction
public AugmentableFeatureVectorAddConjunctions addConjunction(java.lang.String name, Alphabet v, int[] features, boolean[] negations)
-
-