public class NormalizationPipe extends Pipe implements Serializable
| Constructor and Description |
|---|
NormalizationPipe(String[] startTags,
String[] endTags) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
authorNormalization(String field) |
protected String |
booktitleNormalization(String field) |
protected String |
dateNormalization(String field) |
protected String |
generalNormalization(String field) |
protected ArrayList |
LastName(String ss) |
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 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.