ABL4J (Alignment Based Learning for Java) - 0.9.7

Uses of Interface
org.schwiebert.abl4j.select.methods.SelectMethod

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

Uses of SelectMethod in org.schwiebert.abl4j.select
 

Fields in org.schwiebert.abl4j.select declared as SelectMethod
private  SelectMethod Select.selectMethod
           
 

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

Classes in org.schwiebert.abl4j.select.methods that implement SelectMethod
 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