- Pair<A,B> - Class in edu.georgetown.gucs.utility
-
Creates an ordered pair
- Pair(A, B) - Constructor for class edu.georgetown.gucs.utility.Pair
-
Constructor that sets the both objects in this pair
- ParseTokenizers - Class in edu.georgetown.gucs.tokenizers
-
- ParseTokenizers(String) - Constructor for class edu.georgetown.gucs.tokenizers.ParseTokenizers
-
- persist() - Method in class edu.georgetown.gucs.matcher.ExperimentN2
-
- PorterTokenizer - Class in edu.georgetown.gucs.tokenizers
-
Uses English stemming to change tokens into their root form
- PorterTokenizer() - Constructor for class edu.georgetown.gucs.tokenizers.PorterTokenizer
-
- PRECISION - Static variable in class edu.georgetown.gucs.utility.Global
-
Location of precision score in array of experiment/trial results
- printError(CommandLineHelp) - Static method in class sdtext.CLIOptions
-
Prints program name, use, and command line options,
to be used when running a program that is missing a required
command line option
- printHelp() - Static method in class sdtext.CLIOptions
-
Prints SDText help screen-- this is all of the programs at once/and has their options
- printMatch() - Method in class edu.georgetown.gucs.matcher.ScoreFingerprints
-
Depending on the matcher, prints either the boolean match or integer similarity of these two fingerprints
- printScore() - Method in class edu.georgetown.gucs.matcher.SdHashFingerprintMatcher
-
- printScores() - Method in class edu.georgetown.gucs.matcher.CompareFingerprint
-
Print all the files and their similarity scores; if a minimum score is provided, only output those files with
scores greater than or equal to the minimum
- printScores() - Method in class edu.georgetown.gucs.matcher.ExperimentN2
-
- printSdHashOutput() - Method in class edu.georgetown.gucs.fingerprinter.SdhashFingerprinter
-
- printTokenList() - Method in class edu.georgetown.gucs.fingerprinter.Fingerprint
-
prints all tokens that are contained in the fingerprint
- printTokens() - Method in class edu.georgetown.gucs.tokenizers.Tokenizer
-
Prints each token to the system output stream using the UTF-8 charset
- programName_ - Variable in class sdtext.CLIOptions
-
- putPoison(File) - Method in class edu.georgetown.gucs.utility.FileLister
-
Adds a file to the end of the queue as a marker for work being done