|
ABL4J (Alignment Based Learning for Java) - 0.9.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.schwiebert.abl4j.util.AblProperties
public class AblProperties
Abl4J is configured by modifying properties stored in
PropertiesMap during the initialization within
ABLInitializer. This class lists all property
names used within Abl4J.
ABLInitializer| Field Summary | |
|---|---|
static String |
ALIGN_TYPE
Chosen alignment (defaults to AlignType.AA). |
static String |
CLUSTER_METHOD
The class that implements ClusterMethod TODO: No default! |
static String |
COMPARISM_MODE
AllAlignmentsMethod-Flag: If true, LinkLists will be sorted before they are processed. |
static String |
COMPATIBILITY_MODE
If true, the algorithms are forced to produce exactly the same output as the original C++ version of ABL. |
static String |
CONSTITUENT_CLASS
A class that implements IConstituent. |
static String |
EXCLUDE_EMPTY
Exclude empty hypotheses (where B == E). |
static String |
EXHAUSTIVE
Do exhaustive comparisons: N(N-1)/2. |
static String |
INPUT_ENCODING
The encoding of the input stream. |
static String |
INPUT_FILE
The path to the input file. |
static String |
INPUT_IGNORE_ANNOTATIONS
If true, annotations found in the input are ignored (helpful if comparing results). |
static String |
INPUT_STREAM
|
static String |
MERGE_METHOD
The class that implements MergeMethod TODO: No default! |
static String |
NO_MERGE
Nomerge flag. |
static String |
OUTPUT_ENCODING
The encoding of the output stream. |
static String |
OUTPUT_FILE
The path to the output file. |
static String |
OUTPUT_STREAM
|
static String |
PART_TYPE
Chosen part of the sentences that should be hypotheses. |
private static String |
PREFIX
|
static String |
PRESERVE
Run Select in preserve mode. |
static String |
READER_CLASS
The name of a class that implements ITreebankReader. |
static String |
RESET_UPPER_NT
|
static String |
SEED
Random seed. |
static String |
SELECT_METHOD
All possible selection methods. |
static String |
SENTENCE_CLASS
A class that implements ISentence. |
static String |
SERIALISATION_VISITOR
The serialization visitor used when serializing a treebank. |
static String |
THREADS
The number of threads used in parallel parts of ABL4J. |
static String |
TREE_CLASS
A class that implements ITree. |
static String |
TREEBANK_CLASS
A class that implements ITreeBank. |
static String |
VERBOSE
Print aligning information. |
static String |
WORD_CLASS
A class that implements IWord. |
static String |
WORD_MAPPING
|
static String |
WRITER_CLASS
The name of a class that implements ITreebankWriter. |
| Constructor Summary | |
|---|---|
AblProperties()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final String PREFIX
public static final String INPUT_FILE
public static final String OUTPUT_FILE
public static final String ALIGN_TYPE
AlignType.AA).
public static final String PART_TYPE
PartType.UNEQUAL)
public static final String EXCLUDE_EMPTY
public static final String NO_MERGE
public static final String COMPATIBILITY_MODE
public static final String SELECT_METHOD
public static final String READER_CLASS
ITreebankReader.
public static final String WRITER_CLASS
ITreebankWriter.
public static final String SEED
public static final String VERBOSE
public static final String EXHAUSTIVE
public static final String SERIALISATION_VISITOR
PlainTextSerializationVisitor.
of {@link ISerializationVisitor},
Constant Field Valuespublic static final String PRESERVE
public static final String CLUSTER_METHOD
public static final String MERGE_METHOD
public static final String INPUT_ENCODING
public static final String OUTPUT_ENCODING
public static final String INPUT_IGNORE_ANNOTATIONS
public static final String THREADS
public static final String COMPARISM_MODE
AllAlignmentsMethod-Flag: If true, LinkLists will be sorted before they are processed.
The sorting should be lexicographically, resulting in a processing order
similar to c++ order.
This is required only to compare this algorithm with c++ version,
therefore, it can be disabled...
public static final String CONSTITUENT_CLASS
IConstituent.
Default is Constituent.
public static final String SENTENCE_CLASS
ISentence.
Default is Sentence.
public static final String TREEBANK_CLASS
ITreeBank.
Default is TreeBank.
public static final String WORD_CLASS
IWord.
Default is Word.
public static final String TREE_CLASS
ITree.
Default is Tree.
public static final String WORD_MAPPING
public static final String RESET_UPPER_NT
public static final String INPUT_STREAM
public static final String OUTPUT_STREAM
| Constructor Detail |
|---|
public AblProperties()
|
ABL4J (Alignment Based Learning for Java) - 0.9.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||