Package | Description |
---|---|
edu.georgetown.gucs.dictionary | |
edu.georgetown.gucs.fingerprinter | |
edu.georgetown.gucs.matcher | |
sdtext |
Modifier and Type | Method and Description |
---|---|
void |
Dictionary.clone(Dictionary anotherDictionary)
Creates a deep copy of the given dictionary object and stores it in this dictionary
|
Modifier and Type | Field and Description |
---|---|
protected Dictionary |
BulkFingerprinter.dict |
protected Dictionary |
Fingerprinter.dictionary
the dictionary to use to create this fingerprinter
|
Modifier and Type | Method and Description |
---|---|
Dictionary |
Fingerprinter.getDictionary()
Gives this fingerprinter's dictionary
|
Modifier and Type | Method and Description |
---|---|
void |
Fingerprinter.setDictionary(Dictionary dict)
Sets the dictionary for this fingerprinter.
|
void |
Fingerprinter.setMangler(java.lang.String settings,
Dictionary dictionary)
Passes the specified mangler settings and a set of tokens to the mangler for this fingerprinter.
|
Constructor and Description |
---|
BulkFingerprinter(Dictionary dict,
java.lang.String fingerprinterName) |
BulkFingerprinter(java.lang.String fingerprinterName,
FileLister files,
Dictionary dictionary)
A constructor that will set the number of threads equal to the number of cores.
|
BulkFingerprinter(java.lang.String fingerprinterName,
FileLister files,
Dictionary dictionary,
int maxThread)
A constructor for when you want to limit the number of threads that are run
|
Fingerprint(java.lang.String fileName,
byte[] fingerprint,
java.util.List<Token> tokenList,
Dictionary dict,
int start_byte,
int end_byte)
Defualt constructor- fingerprints are byte arrays that contain tokenized
dictionary information
|
Fingerprinter(Dictionary dict)
Constructor that loads a dictionary and its tokenizers.
|
Modifier and Type | Field and Description |
---|---|
protected Dictionary |
CompareFingerprint.dictionary |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,java.lang.String> |
API.cmpFingerprintsToText(int threshold,
java.lang.String match,
java.util.Optional<Dictionary> dictionary,
java.lang.String documentContent,
java.util.Vector<java.lang.String> fingerprintFileNames)
1F_REQ1
Compare list of fingerprint files to a text document
|