ABL4J (Alignment Based Learning for Java) - 0.9.7

Uses of Interface
org.schwiebert.abl4j.data.ISentence

Packages that use ISentence
org.schwiebert.abl4j.align.methods   
org.schwiebert.abl4j.data   
org.schwiebert.abl4j.data.impl.abl   
org.schwiebert.abl4j.distance   
org.schwiebert.abl4j.io   
org.schwiebert.abl4j.select   
 

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

Methods in org.schwiebert.abl4j.align.methods with parameters of type ISentence
protected  Alignment WagnerFisherDefaultAlignmentMethod.findAlignment(ISentence s1, ISentence s2)
           
protected  Alignment WagnerFisherDefaultAlignmentMethod.findAlignment(ISentence s1, ISentence s2)
           
protected  Alignment WagnerFisherBiasedAlignmentMethod.findAlignment(ISentence s1, ISentence s2)
           
protected  Alignment WagnerFisherBiasedAlignmentMethod.findAlignment(ISentence s1, ISentence s2)
           
protected abstract  Alignment WagnerFisherAlignmentMethod.findAlignment(ISentence s1, ISentence s2)
           
protected abstract  Alignment WagnerFisherAlignmentMethod.findAlignment(ISentence s1, ISentence s2)
           
 

Uses of ISentence in org.schwiebert.abl4j.data
 

Subinterfaces of ISentence in org.schwiebert.abl4j.data
 interface ITree<T>
          An ITree is an ISentence which additionally contains IConstituents.
 

Methods in org.schwiebert.abl4j.data that return ISentence
 ISentence<T> ITree.createSubStructure(int begin, int end)
           
 ISentence<T> IConstituent.getSentence()
          Returns the sentence to which this constituent belongs to.
static ISentence DataFactory.newSentence()
           
 

Methods in org.schwiebert.abl4j.data with parameters of type ISentence
 void IConstituent.init(ISentence<T> sentence, int begin, int end)
          Initializes the NonTerminal.
static IConstituent DataFactory.newConstituent(ISentence sentence, int begin, int end)
           
 

Uses of ISentence in org.schwiebert.abl4j.data.impl.abl
 

Classes in org.schwiebert.abl4j.data.impl.abl that implement ISentence
 class Sentence<T>
          Represents a Sentence as a List of IWord objects.
 class Tree<T>
          A Tree is an ISentence which additionally contains a Vector of IConstituents.
 

Fields in org.schwiebert.abl4j.data.impl.abl declared as ISentence
private  ISentence<T> Constituent.sentence
          The sentence this constituent belongs to.
 

Methods in org.schwiebert.abl4j.data.impl.abl that return ISentence
 ISentence<T> Tree.createSubStructure(int begin, int end)
           
 ISentence<T> Constituent.getSentence()
           
 

Methods in org.schwiebert.abl4j.data.impl.abl with parameters of type ISentence
 void Constituent.init(ISentence<T> sentence, int begin, int end)
           
 

Uses of ISentence in org.schwiebert.abl4j.distance
 

Fields in org.schwiebert.abl4j.distance declared as ISentence
protected  ISentence EditOperation.Substitute.sentence1
           
protected  ISentence EditOperation.Substitute.sentence2
           
 

Constructors in org.schwiebert.abl4j.distance with parameters of type ISentence
EditOperation.Biased(ISentence s1, int b1, int e1, ISentence s2, int b2, int e2)
           
EditOperation.Biased(ISentence s1, int b1, int e1, ISentence s2, int b2, int e2)
           
EditOperation.Default(ISentence s1, int b1, int e1, ISentence s2, int b2, int e2)
           
EditOperation.Default(ISentence s1, int b1, int e1, ISentence s2, int b2, int e2)
           
EditOperation.SubDis(ISentence s1, int b1, int e1, ISentence s2, int b2, int e2)
           
EditOperation.SubDis(ISentence s1, int b1, int e1, ISentence s2, int b2, int e2)
           
EditOperation.Substitute(ISentence s1, int b1, int e1, ISentence s2, int b2, int e2)
           
EditOperation.Substitute(ISentence s1, int b1, int e1, ISentence s2, int b2, int e2)
           
WFBiased(ISentence s1a, int b1, int e1, ISentence s2a, int b2, int e2)
           
WFBiased(ISentence s1a, int b1, int e1, ISentence s2a, int b2, int e2)
           
WFDefault(ISentence s1a, int b1, int e1, ISentence s2a, int b2, int e2)
           
WFDefault(ISentence s1a, int b1, int e1, ISentence s2a, int b2, int e2)
           
 

Uses of ISentence in org.schwiebert.abl4j.io
 

Methods in org.schwiebert.abl4j.io with parameters of type ISentence
 void XMLVisitor.visitSentence(ISentence sentence)
           
 void PlainTextSerializationVisitor.visitSentence(ISentence sentence)
           
 void ISerializationVisitor.visitSentence(ISentence tree)
           
 

Uses of ISentence in org.schwiebert.abl4j.select
 

Method parameters in org.schwiebert.abl4j.select with type arguments of type ISentence
 int ProbabilityStore.getCount(Pair<ISentence,NonTerminal> phrase)
           
 

Constructors in org.schwiebert.abl4j.select with parameters of type ISentence
Phrase(ISentence a, NonTerminal b)
           
 


ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert