Changeset 125 for util/title_testharness
- Timestamp:
- 10/23/06 04:46:56 (7 years ago)
- Files:
-
- 1 modified
-
util/title_testharness (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
util/title_testharness
r122 r125 47 47 "\t\ttest the various title-matching algorithms based on\n". 48 48 "\t\tstdin from a list of titles {titles_file}.\n". 49 "\t\talgorithms:\n\t\t '".join("'\n\t\t '",sort keys %algorithms)."'\n"; 49 "\n". 50 "\t$0 --compare algorithm1,alghrithm2\n". 51 "\t\tcompare two title-matching algorithms against each other,\n". 52 "\t\tprinting only cases where they differ.\n". 53 "\n". 54 "\t\tAlgorithm names:\n\t\t '".join("'\n\t\t '",sort keys %algorithms)."'\n"; 50 55 exit(0); 51 56 }
