public class SGML2FieldsPipe extends Pipe implements Serializable
| Constructor and Description |
|---|
SGML2FieldsPipe(CharSequenceLexer lexer,
String backgroundTag,
String refNoMeta,
String clusterNoMeta,
String[] startTags,
String[] endTags,
double[] tagWeight) |
SGML2FieldsPipe(String refNoMeta,
String clusterNoMeta,
String[] startTags,
String[] endTags,
double[] tagWeight) |
SGML2FieldsPipe(String regex,
String backgroundTag,
String refNoMeta,
String clusterNoMeta,
String[] startTags,
String[] endTags,
double[] tagWeight) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
Instance |
pipe(Instance carrier)
Process an Instance.
|
getDataAlphabet, getInstanceId, getParent, getParentRoot, getTargetAlphabet, isDataAlphabetSet, isTargetProcessing, pipe, readResolve, resolveDataAlphabet, resolveTargetAlphabet, setDataAlphabet, setParent, setTargetAlphabet, setTargetProcessingpublic SGML2FieldsPipe(CharSequenceLexer lexer, String backgroundTag, String refNoMeta, String clusterNoMeta, String[] startTags, String[] endTags, double[] tagWeight)
public SGML2FieldsPipe(String regex, String backgroundTag, String refNoMeta, String clusterNoMeta, String[] startTags, String[] endTags, double[] tagWeight)
public Instance pipe(Instance carrier)
PipeOne can create a new concrete subclass of Pipe simply by implementing this method.
public static void main(String[] args)
Copyright © 2019 JULIE Lab, Germany. All rights reserved.