ABL4J (Alignment Based Learning for Java) - 0.9.7

Package org.schwiebert.abl4j.data

Interface Summary
IConstituent<T> An IConstituent is used to store a hypothesis or a nonterminal.
ISentence<T> An ISentence is used to store a sequence of IWords.
ITree<T> An ITree is an ISentence which additionally contains IConstituents.
ITreeBank<T> An ITreebank is a sequence of ITree objects.
IWord<T> This class is used to store a "word".
 

Class Summary
DataFactory The DataFactory defines which implementations of IWord, ISentence etc are used - see DataFactory.initialize(PropertiesMap) for details.
FindIterator<T> An Iterator that does not check ConcurrentModificationException.
NonTerminal This class is used to store a nonterminal.
NonTerminal.UpperNTBuffer  
 


ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert