ABL4J (Alignment Based Learning for Java) - 0.9.7

Uses of Interface
org.schwiebert.abl4j.cluster.NonTerminalsMapping

Packages that use NonTerminalsMapping
org.schwiebert.abl4j.cluster   
org.schwiebert.abl4j.cluster.methods   
 

Uses of NonTerminalsMapping in org.schwiebert.abl4j.cluster
 

Classes in org.schwiebert.abl4j.cluster with type parameters of type NonTerminalsMapping
 class Cluster<NTM extends NonTerminalsMapping>
          This class implements the clustering part of the aligning phase.
 

Classes in org.schwiebert.abl4j.cluster that implement NonTerminalsMapping
 class AblNtMap
          This class contains the mapping from existing NonTerminals in the ITreeBank to new NonTerminals for hypotheses with similar context.
 

Fields in org.schwiebert.abl4j.cluster with type parameters of type NonTerminalsMapping
private  Cluster<? extends NonTerminalsMapping> Main.cluster
           
 

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

Classes in org.schwiebert.abl4j.cluster.methods with type parameters of type NonTerminalsMapping
 interface ClusterMethod<NTM extends NonTerminalsMapping>
           
 interface MergeMethod<NTM extends NonTerminalsMapping>
           
 


ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert