ABL4J (Alignment Based Learning for Java) - 0.9.7

Uses of Class
org.schwiebert.abl4j.data.NonTerminal

Packages that use NonTerminal
org.schwiebert.abl4j.align   
org.schwiebert.abl4j.cluster   
org.schwiebert.abl4j.data   
org.schwiebert.abl4j.data.impl.abl   
org.schwiebert.abl4j.io   
org.schwiebert.abl4j.select   
 

Uses of NonTerminal in org.schwiebert.abl4j.align
 

Fields in org.schwiebert.abl4j.align declared as NonTerminal
private  NonTerminal Align.start
           
 

Uses of NonTerminal in org.schwiebert.abl4j.cluster
 

Methods in org.schwiebert.abl4j.cluster that return NonTerminal
 NonTerminal NonTerminalsMapping.getNewNT(ITree<T> t, IConstituent<T> c, NonTerminal n)
           
 NonTerminal AblNtMap.getNewNT(ITree t, IConstituent c, NonTerminal ntOld)
          Associates a given NT with a new NT value if it has not been encountered before and associates this given NT with an existing NT value when it has.
 

Methods in org.schwiebert.abl4j.cluster with parameters of type NonTerminal
 NonTerminal NonTerminalsMapping.getNewNT(ITree<T> t, IConstituent<T> c, NonTerminal n)
           
 NonTerminal AblNtMap.getNewNT(ITree t, IConstituent c, NonTerminal ntOld)
          Associates a given NT with a new NT value if it has not been encountered before and associates this given NT with an existing NT value when it has.
 void AblNtMap.putNTmapping(NonTerminal ntOld, NonTerminal ntNew)
          Aassociates the first NT provided with the second NT provided
 

Uses of NonTerminal in org.schwiebert.abl4j.data
 

Fields in org.schwiebert.abl4j.data declared as NonTerminal
static NonTerminal NonTerminal.ZERO_NON_TERMINAL
           
 

Methods in org.schwiebert.abl4j.data that return NonTerminal
 NonTerminal IConstituent.get(int index)
          Returns the NonTerminal at Position index.
 

Methods in org.schwiebert.abl4j.data with parameters of type NonTerminal
 boolean IConstituent.add(NonTerminal n)
          Adds a NonTerminal to the List of NonTerminals.
 boolean IConstituent.containsNonTerminal(NonTerminal nonTerminal)
          Returns true if the given NonTerminal is already contained in the List of NonTerminals.
 int IConstituent.indexOf(NonTerminal n)
          Returns the index of NonTerminal n.
 void IConstituent.mergeNonterminals(NonTerminal n)
          Sets the nonterminal of the hypothesis to n
 

Method parameters in org.schwiebert.abl4j.data with type arguments of type NonTerminal
 boolean IConstituent.addAllNonTerminals(Collection<NonTerminal> nonTerminals)
          Adds all NonTerminals.
 

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

Methods in org.schwiebert.abl4j.data.impl.abl with parameters of type NonTerminal
 boolean Constituent.containsNonTerminal(NonTerminal nonTerminal)
           
 int Constituent.indexOf(NonTerminal n)
           
 void Constituent.mergeNonterminals(NonTerminal n)
           
 

Method parameters in org.schwiebert.abl4j.data.impl.abl with type arguments of type NonTerminal
 boolean Constituent.addAllNonTerminals(Collection<NonTerminal> nonTerminals)
           
 

Uses of NonTerminal in org.schwiebert.abl4j.io
 

Methods in org.schwiebert.abl4j.io with parameters of type NonTerminal
 void XMLVisitor.visitNonTerminal(NonTerminal nonTerminal, boolean hasNext)
           
 void PlainTextSerializationVisitor.visitNonTerminal(NonTerminal nonTerminal, boolean hasNext)
           
 void ISerializationVisitor.visitNonTerminal(NonTerminal nonTerminal, boolean hasNext)
           
 

Uses of NonTerminal in org.schwiebert.abl4j.select
 

Fields in org.schwiebert.abl4j.select with type parameters of type NonTerminal
private  Map<NonTerminal,Integer> ProbabilityStore.nstore
           
 

Methods in org.schwiebert.abl4j.select with parameters of type NonTerminal
 int ProbabilityStore.getCount(NonTerminal nonterm)
           
 

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

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


ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert