|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DuplicityCheckingException | |
---|---|
org.egothor.core | This package concentrates the core data objects and interfaces. |
org.egothor.duplicity.algorithm | This package contains top-level classes that implement the duplicity checking algorithm. |
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. |
org.egothor.duplicity.visualization | This package contains classes implementing the visualization of the duplicities found in a document by the duplicity checking algorithm. |
Uses of DuplicityCheckingException in org.egothor.core |
---|
Methods in org.egothor.core that throw DuplicityCheckingException | |
---|---|
void |
DocumentData.computeMins(PermutatedMinsFiller permutatedMinsFiller)
|
Sequence<Token> |
DocumentData.words(boolean readlinx,
boolean readilinx,
boolean lowercase,
boolean phonetics,
HTMLField.Diacritics diacritics,
boolean paragraphs,
boolean paragraphsKeepPunctuation,
java.lang.String encoding)
|
Uses of DuplicityCheckingException in org.egothor.duplicity.algorithm |
---|
Methods in org.egothor.duplicity.algorithm that throw DuplicityCheckingException | |
---|---|
java.util.Set<DocumentUnitID> |
DuplicityChecker.append(BarrelReader br,
boolean omitDuplicates,
boolean visualizeDuplicities,
boolean printDuplicitiesToCsv)
|
void |
PermutatedMinsFiller.computeDocumentMins(DocumentPermutatedMins result,
Sequence<Token> terms,
long documentUID,
int documentDBRevision)
Computes the permutated mins values for given sequence of tokens of a document and fills it into the result under the identificator documentID. |
Uses of DuplicityCheckingException in org.egothor.duplicity.datastructure |
---|
Methods in org.egothor.duplicity.datastructure that throw DuplicityCheckingException | |
---|---|
void |
DocumentPermutatedMins.commit()
Computes the number of text units in the document. |
Uses of DuplicityCheckingException in org.egothor.duplicity.file |
---|
Methods in org.egothor.duplicity.file that throw DuplicityCheckingException | |
---|---|
java.util.Map<DocumentUnitID,java.lang.Double> |
JaccardCoeficientsFile.markDuplicates(java.util.List<DocumentData> docs)
|
Constructors in org.egothor.duplicity.file that throw DuplicityCheckingException | |
---|---|
JaccardCoeficientsFile(java.lang.String location)
|
Uses of DuplicityCheckingException in org.egothor.duplicity.visualization |
---|
Methods in org.egothor.duplicity.visualization that throw DuplicityCheckingException | |
---|---|
void |
DocumentDuplicities.createReport(java.lang.String dirname,
boolean producePDF,
boolean produceHTML,
double coef)
Create duplicity checking report files for this document in given directory in given formats. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |