|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Alignment in de.dfleischhacker.uni.thesis.calculator |
---|
Methods in de.dfleischhacker.uni.thesis.calculator that return Alignment | |
---|---|
Alignment |
Calculator.getIntersection()
Returns the intersection calculated for computing precision and recall as an alignment. |
Constructors in de.dfleischhacker.uni.thesis.calculator with parameters of type Alignment | |
---|---|
Calculator(Alignment alignment,
Alignment reference)
Initializes the Calculator class with the given alignments. |
Uses of Alignment in de.dfleischhacker.uni.thesis.semantic |
---|
Methods in de.dfleischhacker.uni.thesis.semantic that return Alignment | |
---|---|
Alignment |
ClosureResult.getClosure()
Returns the closure stored in this ClosureResult |
Methods in de.dfleischhacker.uni.thesis.semantic with parameters of type Alignment | |
---|---|
ClosureResult |
SemanticModule.getClosure(Alignment align)
This methods returns the closure result of the given alignment. |
Constructors in de.dfleischhacker.uni.thesis.semantic with parameters of type Alignment | |
---|---|
ClosureResult(Alignment closure)
Initializes the result object to contain the given alignment closure. |
Uses of Alignment in de.dfleischhacker.uni.thesis.semantic.naturalsemantic |
---|
Methods in de.dfleischhacker.uni.thesis.semantic.naturalsemantic with parameters of type Alignment | |
---|---|
ClosureResult |
NaturalSemantic.getClosure(Alignment align)
Returns the closure of the given alignment. |
Uses of Alignment in de.dfleischhacker.uni.thesis.semantic.nullsemantic |
---|
Methods in de.dfleischhacker.uni.thesis.semantic.nullsemantic with parameters of type Alignment | |
---|---|
ClosureResult |
NullSemantic.getClosure(Alignment align)
Returns the given alignment (packed in a ClosureResult) as is which enables us to compute the classical precision and recall measures. |
Uses of Alignment in de.dfleischhacker.uni.thesis.semantic.pragmaticsemantic |
---|
Methods in de.dfleischhacker.uni.thesis.semantic.pragmaticsemantic with parameters of type Alignment | |
---|---|
ClosureResult |
PragmaticSemantic.getClosure(Alignment align)
Returns the closure of the given alignment |
Uses of Alignment in de.dfleischhacker.uni.thesis.userinterface.swing |
---|
Constructors in de.dfleischhacker.uni.thesis.userinterface.swing with parameters of type Alignment | |
---|---|
AlignmentFrame(Alignment align,
Alignment refalign)
Creates new form AlignmentFrame. |
|
AlignmentTableModel(Alignment align,
Alignment refalign)
TableModel for displaying differences between alignments. |
Uses of Alignment in de.dfleischhacker.uni.thesis.utils.alignment |
---|
Methods in de.dfleischhacker.uni.thesis.utils.alignment that return Alignment | |
---|---|
static Alignment |
AlignmentManager.getEmptyAlignment()
Returns an empty alignment |
static Alignment |
AlignmentManager.loadAlignment(java.io.InputStream stream)
Loads an alignment from the given stream and returns the corresponding Alignment object. |
static Alignment |
AlignmentManager.loadAlignment(java.io.InputStream stream,
float threshold)
Loads an alignment from the given stream and returns the corresponding Alignment object. |
static Alignment |
AlignmentManager.loadAlignment(java.lang.String filename)
Loads an alignment from the given file. |
static Alignment |
AlignmentManager.loadAlignment(java.lang.String filename,
float threshold)
Loads an alignment from the given file. |
static Alignment |
AlignmentManager.toAlignment(java.lang.String onto1,
java.lang.String onto2,
java.util.Set<Correspondence> corrSet)
Creates an alignment from the given set of correspondences |
Methods in de.dfleischhacker.uni.thesis.utils.alignment with parameters of type Alignment | |
---|---|
static void |
AlignmentManager.writeAlignment(java.lang.String filename,
Alignment alignment)
Writes the given Alignment into the given file. |
Uses of Alignment in de.dfleischhacker.uni.thesis.utils.wrapper |
---|
Methods in de.dfleischhacker.uni.thesis.utils.wrapper that return Alignment | |
---|---|
Alignment |
CalculationResult.getEvaluationClosure()
|
Alignment |
CalculationResult.getIntersection()
Returns the intersection calculated for the precision and recall value which is either the intersection of reference alignment and alignment in case of classical precision and recall or other wise the closure intersection |
Alignment |
CalculationResult.getOriginalAlignment()
|
Alignment |
CalculationResult.getOriginalReference()
|
Alignment |
CalculationResult.getReferenceClosure()
|
Methods in de.dfleischhacker.uni.thesis.utils.wrapper with parameters of type Alignment | |
---|---|
void |
CalculationResult.setEvaluationClosure(Alignment evaluationClosure)
|
void |
CalculationResult.setIntersection(Alignment intersection)
|
void |
CalculationResult.setOriginalAlignment(Alignment originalAlignment)
|
void |
CalculationResult.setOriginalReference(Alignment originalReference)
|
void |
CalculationResult.setReferenceClosure(Alignment referenceClosure)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |