| Package | Description |
|---|---|
| org.egothor.duplicity.file |
This package contains implementation of the files needed the duplicity checking algorithm.
|
| org.egothor.duplicity.visualization |
This package contains classes implementing the visualization of the duplicities found in a document by the duplicity checking algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
JaccardCoeficientsFile |
AllSimilarUnitPairsFile.mergeToJaccardCoeficientsFile(ArrayList<CommonSimilarUnitPairsFile> supfs)
Merges given similar unit pairs files and produces
the
JaccardCoeficientsFile
by aggregating the unit pairs. |
| Modifier and Type | Method and Description |
|---|---|
void |
JaccardCoeficientsFile.merge(JaccardCoeficientsFile jcf1,
JaccardCoeficientsFile jcf2)
Merges files externally on filesystem.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentDuplicities |
DocumentDuplicities.createNew(DocumentUnitID docID,
DocumentData docMeta,
JaccardCoeficientsFile jcf,
TankerImplSecure tanker)
The recommended way to create new instance of DocumentDuplicities child class.
|
| Constructor and Description |
|---|
DocumentDuplicitiesDocumentLevel(DocumentUnitID docID,
DocumentData docMeta,
JaccardCoeficientsFile jcf,
TankerImplSecure tanker) |
DocumentDuplicitiesParagraphLevel(DocumentUnitID docID,
DocumentData docMeta,
JaccardCoeficientsFile jcf,
TankerImplSecure tanker) |
DocumentDuplicitiesSentenceLevel(DocumentUnitID docID,
DocumentData docMeta,
JaccardCoeficientsFile jcf,
TankerImplSecure tanker) |
Copyright © 2016 Egothor. All Rights Reserved.