public class CountMatches extends Pipe
| Modifier and Type | Field and Description |
|---|---|
static int |
BINARY_COUNT |
static int |
INTEGER_COUNT |
static int |
NORMALIZED_COUNT |
static int |
OVER_MAX |
| Constructor and Description |
|---|
CountMatches(String featureName,
Pattern regex) |
CountMatches(String featureName,
Pattern regex,
int countType) |
| 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 static final int INTEGER_COUNT
public static final int BINARY_COUNT
public static final int NORMALIZED_COUNT
public static final int OVER_MAX
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.