public class Extractors extends Object implements Serializable
| Constructor and Description |
|---|
Extractors(Extractor[] extrs)
Set the extractors from an array.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Prints out the pair of
Extractors objects found in the
file that is the first and only argument. |
protected void |
setGlobalHolder(MaxentTagger tagger) |
int |
size() |
String |
toString() |
public Extractors(Extractor[] extrs)
extrs - The array of extractors. It is copied in this init.public int size()
protected void setGlobalHolder(MaxentTagger tagger)
public static void main(String[] args)
Extractors objects found in the
file that is the first and only argument.args - Filename of extractors file (standardly written with
.ex extension)