Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
DocumentDuplicitiesDocumentLevel
Child class of
DocumentDuplicities for document duplicity checking level
(see Constants.CHECK_DUPLICITY_LEVEL ). |
class |
DocumentDuplicitiesParagraphLevel
Child class of
DocumentDuplicities for paragraph duplicity checking level
(see Constants.CHECK_DUPLICITY_LEVEL ). |
class |
DocumentDuplicitiesSentenceLevel
Child class of
DocumentDuplicities for sentence duplicity checking level
(see Constants.CHECK_DUPLICITY_LEVEL ). |
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.
|
Copyright © 2016 Egothor. All Rights Reserved.