@@ -733,7 +733,7 @@ class Tesseract : public Wordrec {
733
733
GenericVector<UNICHAR_ID>* class_ids);
734
734
// Resegments the word to achieve the target_text from the classifier.
735
735
// Returns false if the re-segmentation fails.
736
- // Uses brute-force combination of upto kMaxGroupSize adjacent blobs, and
736
+ // Uses brute-force combination of up to kMaxGroupSize adjacent blobs, and
737
737
// applies a full search on the classifier results to find the best classified
738
738
// segmentation. As a compromise to obtain better recall, 1-1 ambigiguity
739
739
// substitutions ARE used.
@@ -833,7 +833,7 @@ class Tesseract : public Wordrec {
833
833
BOOL_VAR_H (tessedit_fix_fuzzy_spaces, true ,
834
834
" Try to improve fuzzy spaces" );
835
835
BOOL_VAR_H (tessedit_unrej_any_wd, false ,
836
- " Dont bother with word plausibility" );
836
+ " Don't bother with word plausibility" );
837
837
BOOL_VAR_H (tessedit_fix_hyphens, true , " Crunch double hyphens?" );
838
838
BOOL_VAR_H (tessedit_redo_xheight, true , " Check/Correct x-height" );
839
839
BOOL_VAR_H (tessedit_enable_doc_dict, true ,
@@ -954,15 +954,15 @@ class Tesseract : public Wordrec {
954
954
double_VAR_H (crunch_small_outlines_size, 0.6 , " Small if lt xht x this" );
955
955
INT_VAR_H (crunch_rating_max, 10 , " For adj length in rating per ch" );
956
956
INT_VAR_H (crunch_pot_indicators, 1 , " How many potential indicators needed" );
957
- BOOL_VAR_H (crunch_leave_ok_strings, true , " Dont touch sensible strings" );
957
+ BOOL_VAR_H (crunch_leave_ok_strings, true , " Don't touch sensible strings" );
958
958
BOOL_VAR_H (crunch_accept_ok, true , " Use acceptability in okstring" );
959
959
BOOL_VAR_H (crunch_leave_accept_strings, false ,
960
- " Dont pot crunch sensible strings" );
960
+ " Don't pot crunch sensible strings" );
961
961
BOOL_VAR_H (crunch_include_numerals, false , " Fiddle alpha figures" );
962
962
INT_VAR_H (crunch_leave_lc_strings, 4 ,
963
- " Dont crunch words with long lower case strings" );
963
+ " Don't crunch words with long lower case strings" );
964
964
INT_VAR_H (crunch_leave_uc_strings, 4 ,
965
- " Dont crunch words with long lower case strings" );
965
+ " Don't crunch words with long lower case strings" );
966
966
INT_VAR_H (crunch_long_repetitions, 3 , " Crunch words with long repetitions" );
967
967
INT_VAR_H (crunch_debug, 0 , " As it says" );
968
968
INT_VAR_H (fixsp_non_noise_limit, 1 ,
@@ -1010,16 +1010,16 @@ class Tesseract : public Wordrec {
1010
1010
INT_VAR_H (suspect_space_level, 100 ,
1011
1011
" Min suspect level for rejecting spaces" );
1012
1012
INT_VAR_H (suspect_short_words, 2 ,
1013
- " Dont Suspect dict wds longer than this" );
1013
+ " Don't Suspect dict wds longer than this" );
1014
1014
BOOL_VAR_H (suspect_constrain_1Il, false , " UNLV keep 1Il chars rejected" );
1015
- double_VAR_H (suspect_rating_per_ch, 999.9 , " Dont touch bad rating limit" );
1015
+ double_VAR_H (suspect_rating_per_ch, 999.9 , " Don't touch bad rating limit" );
1016
1016
double_VAR_H (suspect_accept_rating, -999.9 , " Accept good rating limit" );
1017
1017
BOOL_VAR_H (tessedit_minimal_rejection, false , " Only reject tess failures" );
1018
- BOOL_VAR_H (tessedit_zero_rejection, false , " Dont reject ANYTHING" );
1018
+ BOOL_VAR_H (tessedit_zero_rejection, false , " Don't reject ANYTHING" );
1019
1019
BOOL_VAR_H (tessedit_word_for_word, false ,
1020
1020
" Make output have exactly one word per WERD" );
1021
1021
BOOL_VAR_H (tessedit_zero_kelvin_rejection, false ,
1022
- " Dont reject ANYTHING AT ALL" );
1022
+ " Don't reject ANYTHING AT ALL" );
1023
1023
BOOL_VAR_H (tessedit_consistent_reps, true , " Force all rep chars the same" );
1024
1024
INT_VAR_H (tessedit_reject_mode, 0 , " Rejection algorithm" );
1025
1025
BOOL_VAR_H (tessedit_rejection_debug, false , " Adaption debug" );
@@ -1030,7 +1030,7 @@ class Tesseract : public Wordrec {
1030
1030
" Aspect ratio dot/hyphen test" );
1031
1031
BOOL_VAR_H (rej_trust_doc_dawg, false , " Use DOC dawg in 11l conf. detector" );
1032
1032
BOOL_VAR_H (rej_1Il_use_dict_word, false , " Use dictword test" );
1033
- BOOL_VAR_H (rej_1Il_trust_permuter_type, true , " Dont double check" );
1033
+ BOOL_VAR_H (rej_1Il_trust_permuter_type, true , " Don't double check" );
1034
1034
BOOL_VAR_H (rej_use_tess_accepted, true , " Individual rejection control" );
1035
1035
BOOL_VAR_H (rej_use_tess_blanks, true , " Individual rejection control" );
1036
1036
BOOL_VAR_H (rej_use_good_perm, true , " Individual rejection control" );
0 commit comments