ABL4J (Alignment Based Learning for Java) - 0.9.7
A B C D E F G H I J K L M N O P R S T U V W X Z

R

random(int) - Static method in class org.schwiebert.abl4j.util.Tools
 
Range - Class in org.schwiebert.abl4j.select
Helper class that represents a Range
Range(int, int) - Constructor for class org.schwiebert.abl4j.select.Range
 
reader - Variable in class org.schwiebert.abl4j.io.TigerCorpusReader
 
reader - Variable in class org.schwiebert.abl4j.io.TreebankReader
 
reader - Variable in class org.schwiebert.abl4j.io.XmlReader
 
READER_CLASS - Static variable in class org.schwiebert.abl4j.util.AblProperties
The name of a class that implements ITreebankReader.
readProbability(IConstituent, String) - Method in class org.schwiebert.abl4j.io.TreebankReader
 
readSentence(ITree, String) - Method in class org.schwiebert.abl4j.io.TreebankReader
Parses the words of a sentence from String currentLine and adds the information to ITree t.
readSequenceScore(ITree, String) - Method in class org.schwiebert.abl4j.io.TreebankReader
 
readStructure(ITree, String) - Method in class org.schwiebert.abl4j.io.TreebankReader
Parses the structure of a ITree from String line.
readTree(BufferedReader) - Method in class org.schwiebert.abl4j.io.TreebankReader
Parses a ITree from content provided by a reader.
readTreebank(ITreeBank) - Method in interface org.schwiebert.abl4j.io.ITreebankReader
 
readTreebank(ITreeBank) - Method in class org.schwiebert.abl4j.io.TigerCorpusReader
 
readTreebank(ITreeBank) - Method in class org.schwiebert.abl4j.io.TreebankReader
Fills a ITreeBank from content provided by a Reader.
readTreebank(ITreeBank) - Method in class org.schwiebert.abl4j.io.XmlReader
 
readWord(String) - Method in class org.schwiebert.abl4j.io.TreebankReader
Parses a single IWord from String currentLine.
registerWordsInSentence() - Method in class org.schwiebert.abl4j.data.impl.abl.Sentence
 
registerWordsInSentence() - Method in interface org.schwiebert.abl4j.data.ISentence
This procedure considers each word in the sentence and registers its appearance in the current sentence to facilitate future decisions on which sentences to compare with.
remove() - Method in class org.schwiebert.abl4j.data.FindIterator
Not supported - Will throw an UnsupportedOperationException if called.
removeCopyIf(ITree<?>, Vector<IConstituent<?>>) - Static method in class org.schwiebert.abl4j.util.Tools
OutputIterator remove_copy_if(InputIterator first, InputIterator last, OutputIterator result, Predicate pred); Remove_copy_if copies elements from the range [first, last) to a range beginning at result, except that elements for which pred is true are not copied.
removeIf(List, int, int, Predicate) - Static method in class org.schwiebert.abl4j.util.Tools
 
RESET_UPPER_NT - Static variable in class org.schwiebert.abl4j.util.AblProperties
 
resetUpperNt() - Static method in class org.schwiebert.abl4j.data.NonTerminal
Only required for testing purposes.
right - Variable in class org.schwiebert.abl4j.align.methods.LeftAndRightAlignmentMethod
 
RightAlignmentMethod - Class in org.schwiebert.abl4j.align.methods
Implements the "right"-alignment of ABL
RightAlignmentMethod() - Constructor for class org.schwiebert.abl4j.align.methods.RightAlignmentMethod
 
root - Variable in class org.schwiebert.abl4j.io.XmlReader
 
root - Variable in class org.schwiebert.abl4j.io.XMLVisitor
 
run() - Method in class org.schwiebert.abl4j.align.Align.StructureThread
 
run(String[]) - Method in class org.schwiebert.abl4j.align.Main
 
run(String[]) - Method in class org.schwiebert.abl4j.cluster.Main
 
run(String[]) - Method in class org.schwiebert.abl4j.select.Main
 
run() - Method in class org.schwiebert.abl4j.select.methods.AbstractSelectMethod.SelectThread
 
run() - Method in class org.schwiebert.abl4j.tests.ThreadLocalVariableTests.TestThread
 
runABL4J() - Method in class org.schwiebert.abl4j.examples.Custom
 
runABL4J() - Method in class org.schwiebert.abl4j.examples.Usage
 
runAlignment(String[]) - Method in class org.schwiebert.abl4j.tests.AlignTests
 
runJavaProgram(String[]) - Method in class org.schwiebert.abl4j.tests.AbstractTest
 
runJavaProgram(String[]) - Method in class org.schwiebert.abl4j.tests.AlignTests
 
runJavaProgram(String[]) - Method in class org.schwiebert.abl4j.tests.ClusterTests
 
runJavaProgram(String[]) - Method in class org.schwiebert.abl4j.tests.SelectTests
 
runProgram(String, String, int) - Method in class org.schwiebert.abl4j.tests.AbstractTest
 

ABL4J (Alignment Based Learning for Java) - 0.9.7
A B C D E F G H I J K L M N O P R S T U V W X Z
© 2007 Stephan Schwiebert