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

Packages that use de.aitools.ir.retrievalmodels.representation.suffixtree
de.aitools.ir.retrievalmodels.representation.suffixtree   
 

Classes in de.aitools.ir.retrievalmodels.representation.suffixtree used by de.aitools.ir.retrievalmodels.representation.suffixtree
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.
SuffixTreeNode
          This class represents the nodes of any suffix tree instance.