Package | Description |
---|---|
org.egothor.core |
This package concentrates the core data objects and interfaces.
|
org.egothor.duplicity.datastructure |
This package contains datastructures needed in the duplicity checking algorithm.
|
org.egothor.duplicity.file |
This package contains implementation of the files needed the duplicity checking algorithm.
|
Modifier and Type | Method and Description |
---|---|
TextUnitID |
Token.getTextUnit(long uid,
int revision)
Returns the identificator of the text unit to which the token falls into.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentUnitID
Class represents a unit of text on document duplicity checking level
(see
Constants.CHECK_DUPLICITY_LEVEL ). |
class |
ParagraphUnitID
Class represents a unit of text on paragraph duplicity checking level
(see
Constants.CHECK_DUPLICITY_LEVEL ). |
class |
SentenceUnitID
Class represents a unit of text on sentence duplicity checking level
(see
Constants.CHECK_DUPLICITY_LEVEL ). |
Modifier and Type | Method and Description |
---|---|
TextUnitID |
UnitPair.getFirstUnitID() |
static TextUnitID |
TextUnitID.getInstance()
The recommended way to create new instance of TextUnitID child class.
|
TextUnitID |
UnitPair.getSecondUnitID() |
TextUnitID |
UnitPermutatedMin.getUnitID() |
static TextUnitID |
TextUnitID.load(DataInputStream dis)
The method must return another object, it can not change the this value.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentPermutatedMins.addMinForPermutation(long permID,
TextUnitID unitID,
long min)
Adds minimum for given permutation and duplicity checking unit.
|
Constructor and Description |
---|
JaccardCoeficient(TextUnitID first,
TextUnitID second,
int jaccard) |
UnitPair(TextUnitID first,
TextUnitID second) |
UnitPermutatedMin(long min,
TextUnitID unitID) |
Modifier and Type | Method and Description |
---|---|
Map<TextUnitID,JaccardCoeficient> |
JaccardCoeficientsFile.filterRelevantForDocument(DocumentUnitID doc)
Filter from the file only the entries relevant for given document.
|
Modifier and Type | Method and Description |
---|---|
void |
SimilarUnitPairsFileProducer.add(TextUnitID first,
TextUnitID second)
Adds new
UnitPair to the file. |
Copyright © 2016 Egothor. All Rights Reserved.