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

I

IAblComponent<T> - Interface in org.schwiebert.abl4j
 
IConfigurable - Interface in org.schwiebert.abl4j
 
IConstituent<T> - Interface in org.schwiebert.abl4j.data
An IConstituent is used to store a hypothesis or a nonterminal.
ignoreAnnotations - Variable in class org.schwiebert.abl4j.io.TigerCorpusReader
 
ignoreAnnotations - Variable in class org.schwiebert.abl4j.io.TreebankReader
 
increase(Phrase) - Method in class org.schwiebert.abl4j.select.ProbabilityStore
 
incrementCurrentIndex() - Method in class org.schwiebert.abl4j.data.impl.abl.TreeBank
 
incrementCurrentIndex() - Method in interface org.schwiebert.abl4j.data.ITreeBank
Increases the current index.
index - Variable in class org.schwiebert.abl4j.data.impl.abl.Word
index of current word
indexInCurrentLine - Variable in class org.schwiebert.abl4j.io.TreebankReader
 
indexOf(Object, int) - Method in class org.schwiebert.abl4j.data.FindIterator
Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.
indexOf(NonTerminal) - Method in interface org.schwiebert.abl4j.data.IConstituent
Returns the index of NonTerminal n.
indexOf(NonTerminal) - Method in class org.schwiebert.abl4j.data.impl.abl.Constituent
 
indexOf(IWord<T>, int) - Method in class org.schwiebert.abl4j.data.impl.abl.Sentence
 
indexOf(ITree<T>) - Method in class org.schwiebert.abl4j.data.impl.abl.TreeBank
 
indexOf(IWord<T>, int) - Method in interface org.schwiebert.abl4j.data.ISentence
Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.
indexOf(ITree<T>) - Method in interface org.schwiebert.abl4j.data.ITreeBank
Returns the index of ITree tree.
indexToSentence - Variable in class org.schwiebert.abl4j.util.WordMapping
mapping word index -> sentence index
indexToWord - Variable in class org.schwiebert.abl4j.util.WordMapping
mapping word index -> word string
init(ISentence<T>, int, int) - Method in interface org.schwiebert.abl4j.data.IConstituent
Initializes the NonTerminal.
init(ISentence<T>, int, int) - Method in class org.schwiebert.abl4j.data.impl.abl.Constituent
 
init(int) - Method in class org.schwiebert.abl4j.data.impl.abl.Word
 
init(int) - Method in interface org.schwiebert.abl4j.data.IWord
Initialize this word with the given index.
initialize(String[]) - Method in class org.schwiebert.abl4j.ApplicationBase
 
initialize(PropertiesMap) - Static method in class org.schwiebert.abl4j.data.DataFactory
Initializes the DataFactory with the given PropertiesMap.
initialize(Writer, Properties) - Method in interface org.schwiebert.abl4j.io.ISerializationVisitor
 
initialize(InputStream) - Method in interface org.schwiebert.abl4j.io.IXmlDeserializationVisitor
 
initialize(Writer, Properties) - Method in class org.schwiebert.abl4j.io.PlainTextSerializationVisitor
 
initialize(InputStream) - Method in class org.schwiebert.abl4j.io.XmlReader
 
initialize(Writer, Properties) - Method in class org.schwiebert.abl4j.io.XMLVisitor
 
initialize() - Method in class org.schwiebert.abl4j.util.ABLInitializer
 
initialize(Properties) - Method in class org.schwiebert.abl4j.util.ABLInitializer
 
initialize(String[]) - Method in class org.schwiebert.abl4j.util.ABLInitializer
 
initialize(String[], Properties) - Method in class org.schwiebert.abl4j.util.ABLInitializer
Initializes ABL4J as a 4-step-process: load default values override (or add) properties found in file abl4j.properties override (or add) properties of parameter props override (or add) properties of parameter arguments
initializer - Variable in class org.schwiebert.abl4j.util.PropertiesMap
 
INPUT_ENCODING - Static variable in class org.schwiebert.abl4j.util.AblProperties
The encoding of the input stream.
INPUT_FILE - Static variable in class org.schwiebert.abl4j.util.AblProperties
The path to the input file.
INPUT_IGNORE_ANNOTATIONS - Static variable in class org.schwiebert.abl4j.util.AblProperties
If true, annotations found in the input are ignored (helpful if comparing results).
INPUT_STREAM - Static variable in class org.schwiebert.abl4j.util.AblProperties
 
inputFiles - Variable in class org.schwiebert.abl4j.tests.AbstractTest
 
inputHypotheses - Variable in class org.schwiebert.abl4j.select.Main
 
insertConstituent(ITree, IConstituent) - Method in class org.schwiebert.abl4j.align.methods.AbstractAdvancedMethod
 
insertConstituent(ITree, IConstituent) - Method in class org.schwiebert.abl4j.align.methods.SuffixTreeAlignment
 
insertConstituentRaw(ITree, int, int, int) - Method in class org.schwiebert.abl4j.align.methods.SuffixTreeAlignment
 
insertConstituents(ITree, ITree, IConstituent, IConstituent) - Method in class org.schwiebert.abl4j.align.methods.AbstractAdvancedMethod
 
InsertMode - Enum in org.schwiebert.abl4j.align
An Enum required to handle Edit Operation Alignment.
InsertMode() - Constructor for enum org.schwiebert.abl4j.align.InsertMode
 
InvalidConfigurationException - Exception in org.schwiebert.abl4j
 
InvalidConfigurationException(Exception) - Constructor for exception org.schwiebert.abl4j.InvalidConfigurationException
 
IOFactory - Class in org.schwiebert.abl4j.io
This class is used to create an ITreebankReader or ITreebankWriter .
IOFactory() - Constructor for class org.schwiebert.abl4j.io.IOFactory
 
ISentence<T> - Interface in org.schwiebert.abl4j.data
An ISentence is used to store a sequence of IWords.
ISerializationVisitor - Interface in org.schwiebert.abl4j.io
Definition of a visitor-interface that can be used to serialize a ITreeBank.
isExhaustive() - Method in class org.schwiebert.abl4j.data.impl.abl.TreeBank
 
isExhaustive() - Method in interface org.schwiebert.abl4j.data.ITreeBank
Returns the exhaustive flag of this Treebank.
isSimilarTo(int) - Method in class org.schwiebert.abl4j.data.impl.abl.Sentence
 
isSimilarTo(int) - Method in interface org.schwiebert.abl4j.data.ISentence
This procedure returns true if the current sentence has in its "similars" set the sentence specified with argument "id", and returns false if it has not, or if the map of similar sentences has not been created (Because ISentence.buildSimilarSentencesSet() has not been called).
ITree<T> - Interface in org.schwiebert.abl4j.data
An ITree is an ISentence which additionally contains IConstituents.
ITreeBank<T> - Interface in org.schwiebert.abl4j.data
An ITreebank is a sequence of ITree objects.
ITreebankReader - Interface in org.schwiebert.abl4j.io
 
ITreebankWriter - Interface in org.schwiebert.abl4j.io
 
IWord<T> - Interface in org.schwiebert.abl4j.data
This class is used to store a "word".
IWordMapping<T> - Interface in org.schwiebert.abl4j.util
Different implementations of IWordMapping allow users to align different kind of data.
IXmlDeserializationVisitor - Interface in org.schwiebert.abl4j.io
An XML-deserialization-visitor...

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