Package de.aitools.ir.retrievalmodels.representation.suffixtree

Class Summary
ConstructionAlgorithmWotd This class implements the suffix tree construction algorithm write-only-top-down.
Suffix A suffix contains a reference to the text which contains it, the index it begins inside the text and a reference to the succeeding suffix if there is any.
SuffixParser This class contains several helper methods which are often used during construction of a suffix tree.
SuffixTree This is a wrapper class which encapsulates all classes and methods needed to build a suffix tree for a Collection of texts.
SuffixTreeNode This class represents the nodes of any suffix tree instance.
Test