ABL4J (Alignment Based Learning for Java) - 0.9.7

Uses of Interface
org.schwiebert.abl4j.IConfigurable

Packages that use IConfigurable
org.schwiebert.abl4j   
org.schwiebert.abl4j.align   
org.schwiebert.abl4j.align.methods   
org.schwiebert.abl4j.cluster   
org.schwiebert.abl4j.cluster.methods   
org.schwiebert.abl4j.examples   
org.schwiebert.abl4j.io   
org.schwiebert.abl4j.select   
org.schwiebert.abl4j.select.methods   
 

Uses of IConfigurable in org.schwiebert.abl4j
 

Subinterfaces of IConfigurable in org.schwiebert.abl4j
 interface IAblComponent<T>
           
 

Uses of IConfigurable in org.schwiebert.abl4j.align
 

Classes in org.schwiebert.abl4j.align that implement IConfigurable
 class Align
          This class implements the aligning phase of ABL.
 

Uses of IConfigurable in org.schwiebert.abl4j.align.methods
 

Subinterfaces of IConfigurable in org.schwiebert.abl4j.align.methods
 interface AlignmentMethod
          An AlignmentMethod.
 

Classes in org.schwiebert.abl4j.align.methods that implement IConfigurable
 class AbstractAdvancedMethod
          Base class of "advanced" alignment methods.
 class AllAlignmentsMethod
          Implements the "all"-alignment of ABL
 class LeftAlignmentMethod
          Implements the "left"-alignment of ABL
 class LeftAndRightAlignmentMethod
          Implements the "both"-alignment of ABL
 class RightAlignmentMethod
          Implements the "right"-alignment of ABL
 class SuffixTreeAlignment
          Will probably implement the "suffix tree"-alignment of ABL some day.
 class WagnerFisherAlignmentMethod
          Base class of Wagner-Fisher alignments.
 class WagnerFisherBiasedAlignmentMethod
          Implements the "wf biased" alignment method of ABL.
 class WagnerFisherDefaultAlignmentMethod
          Implements the "wf default" alignment method of ABL.
 

Uses of IConfigurable in org.schwiebert.abl4j.cluster
 

Classes in org.schwiebert.abl4j.cluster that implement IConfigurable
 class Cluster<NTM extends NonTerminalsMapping>
          This class implements the clustering part of the aligning phase.
 

Uses of IConfigurable in org.schwiebert.abl4j.cluster.methods
 

Subinterfaces of IConfigurable in org.schwiebert.abl4j.cluster.methods
 interface ClusterMethod<NTM extends NonTerminalsMapping>
           
 interface MergeMethod<NTM extends NonTerminalsMapping>
           
 

Classes in org.schwiebert.abl4j.cluster.methods that implement IConfigurable
 class ABLClusterMethod
          This class implements the clustering part of the aligning phase of ABL.
 

Uses of IConfigurable in org.schwiebert.abl4j.examples
 

Classes in org.schwiebert.abl4j.examples that implement IConfigurable
 class DemoAlignMethod
           
 

Uses of IConfigurable in org.schwiebert.abl4j.io
 

Subinterfaces of IConfigurable in org.schwiebert.abl4j.io
 interface ITreebankReader
           
 interface ITreebankWriter
           
 

Classes in org.schwiebert.abl4j.io that implement IConfigurable
 class TigerCorpusReader
          An ITreebankReader that is able to read the Tiger Corpus format - see http://www.
 class TreebankReader
          Helper class for IO Operations.
 class TreebankWriter
          Used to serialize an ITreeBank .
 class XmlReader
          AblReader-Implementation that deserializes an ITreeBank from (proprietary) XML.
 

Uses of IConfigurable in org.schwiebert.abl4j.select
 

Classes in org.schwiebert.abl4j.select that implement IConfigurable
 class Select<T>
          This class implements the selection part of ABL.
 

Uses of IConfigurable in org.schwiebert.abl4j.select.methods
 

Subinterfaces of IConfigurable in org.schwiebert.abl4j.select.methods
 interface SelectMethod
           
 

Classes in org.schwiebert.abl4j.select.methods that implement IConfigurable
 class AbstractSelectMethod
           
 class ConstituentSelectMethod
          In addition to only consider the word of the sentence delimited by the hypothesis as in the method leaf, this model computes the probability based on the words of the hypothesis and its type label.
 class FirstSelectMethod
          A non-probablistic method that builds upon the assumption that a hypothesis that is learned earlier is always correct.
 class TermsSelectMethod
          The method leaf (or terms) computes the probability of a hypothesis by counting the number of times the particular words of the hypothesis have occurred in the learned text as a hypothesis, divided by the total number of hypotheses.
 


ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert