Package org.egothor.duplicity.datastructure

This package contains datastructures needed in the duplicity checking algorithm.

See:
          Description

Class Summary
DocumentPermutatedMins Represents container for the informations about duplicities, that are stored in DocumentData class.
DocumentUnitID Class represents a unit of text on document duplicity checking level (see Constants.CHECK_DUPLICITY_LEVEL).
JaccardCoeficient Represents pair of two documents together with its Jaccard coeficient.
ParagraphUnitID Class represents a unit of text on paragraph duplicity checking level (see Constants.CHECK_DUPLICITY_LEVEL).
SentenceUnitID Class represents a unit of text on sentence duplicity checking level (see Constants.CHECK_DUPLICITY_LEVEL).
TextUnitID Class represents a unit of text.
UnitPair Represents single pair of two unit identifications.
UnitPermutatedMin Represents single pair of the duplicity checking unit and its permutated minimum.
 

Package org.egothor.duplicity.datastructure Description

This package contains datastructures needed in the duplicity checking algorithm.