ABL4J (Alignment Based Learning for Java) - 0.9.7

Uses of Class
org.schwiebert.abl4j.select.methods.AbstractSelectMethod

Packages that use AbstractSelectMethod
org.schwiebert.abl4j.select.methods   
 

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

Subclasses of AbstractSelectMethod in org.schwiebert.abl4j.select.methods
 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