- debug(String, Object) - Static method in class edu.georgetown.gucs.utility.Global
-
Prints a string/object with the
Calling class/Method
- degree() - Method in class edu.georgetown.gucs.utility.AntlrBitSet
-
Returns the degree of this bitset
- degreeOfDifference(byte[]) - Method in class edu.georgetown.gucs.utility.AntlrBitSet
-
Returns the number of bits that differ between the AntlrBitSet and the provided byte[] bitset
- degreeOfSimilarity(byte[]) - Method in class edu.georgetown.gucs.utility.AntlrBitSet
-
Returns the number of bits that are the same between the antlrBitSet and the provided byte[] bitset
- deleteChar(Vector<Token>) - Method in class edu.georgetown.gucs.tokenizers.FileManglerTokenizer
-
- deleteHead() - Method in class edu.georgetown.gucs.tokenizers.FileManglerTokenizer
-
- deleteSection() - Method in class edu.georgetown.gucs.tokenizers.FileManglerTokenizer
-
- deleteTail() - Method in class edu.georgetown.gucs.tokenizers.FileManglerTokenizer
-
- deleteToken() - Method in class edu.georgetown.gucs.tokenizers.FileManglerTokenizer
-
- deleteWhiteSpace(Vector<Token>) - Method in class edu.georgetown.gucs.tokenizers.FileManglerTokenizer
-
- deserialize(ByteArrayInputStream) - Method in interface edu.georgetown.gucs.bloomfilter.ICompactSerializer
-
Deserialize into the specified DataInputStream instance.
- deserialize(ByteArrayInputStream) - Static method in class edu.georgetown.gucs.bloomfilter.LongBitSetSerializer
-
- destroy() - Method in interface edu.georgetown.gucs.bloomfilter.Factory
-
- dict - Variable in class edu.georgetown.gucs.fingerprinter.BulkFingerprinter
-
- Dictionary - Class in edu.georgetown.gucs.dictionary
-
Creates a list of unique tokens extracted from a collection of documents that can be trimmed by removing tokens based
on various different attributes; used for creating fingerprints of documents that are based on words that appear in a
document collection
- Dictionary() - Constructor for class edu.georgetown.gucs.dictionary.Dictionary
-
Constructor that sets default values for this dictionary
- Dictionary(String) - Constructor for class edu.georgetown.gucs.dictionary.Dictionary
-
Constructor that loads this dictionary from a file
- dictionary - Variable in class edu.georgetown.gucs.fingerprinter.Fingerprinter
-
the dictionary to use to create this fingerprinter
- dictionary - Variable in class edu.georgetown.gucs.matcher.CompareFingerprint
-
- DICTIONARY_SIZE - Static variable in class edu.georgetown.gucs.utility.Global
-
Location of dictionary size in array of experiment/trial results
- DictionaryEntry - Class in edu.georgetown.gucs.dictionary
-
Statistics kept on a per-token basis within a
Dictionary
- disableMangler() - Method in class edu.georgetown.gucs.tokenizers.FileManglerTokenizer
-
Disables the mangler in this tokenizer
- disableMangler() - Method in class edu.georgetown.gucs.tokenizers.TokenizerList
-
Disables the mangler in the FileManglerTokenizer object in this list
- diskImage - Variable in class edu.georgetown.gucs.configurations.FingerprintConfiguration
-
the disk image identifier where the fingerprinted document is stored
- diskImage - Variable in class edu.georgetown.gucs.fingerprinter.Fingerprinter
-
the disk image identifier where the fingerprinted document is stored