public class POSFeaturesPipe extends Pipe implements Serializable
| Constructor and Description |
|---|
POSFeaturesPipe(boolean doTag,
boolean doTagBigram,
boolean doTagTrigram,
boolean doTagWord) |
POSFeaturesPipe(String POSModelFile,
boolean doTag,
boolean doTagBigram,
boolean doTagTrigram,
boolean doTagWord) |
| Modifier and Type | Method and Description |
|---|---|
Instance |
pipe(Instance carrier)
Process an Instance.
|
getDataAlphabet, getInstanceId, getParent, getParentRoot, getTargetAlphabet, isDataAlphabetSet, isTargetProcessing, pipe, readResolve, resolveDataAlphabet, resolveTargetAlphabet, setDataAlphabet, setParent, setTargetAlphabet, setTargetProcessingpublic POSFeaturesPipe(String POSModelFile, boolean doTag, boolean doTagBigram, boolean doTagTrigram, boolean doTagWord)
public POSFeaturesPipe(boolean doTag,
boolean doTagBigram,
boolean doTagTrigram,
boolean doTagWord)
public Instance pipe(Instance carrier)
PipeOne can create a new concrete subclass of Pipe simply by implementing this method.
Copyright © 2019 JULIE Lab, Germany. All rights reserved.