public class Extractors
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Extractors(Extractor[] extrs)
Set the extractors from an array.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.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() |
java.lang.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 java.lang.String toString()
toString in class java.lang.Objectpublic static void main(java.lang.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)