@@ -85,9 +85,6 @@ Dict::Dict(CCUtil *ccutil)
85
85
" Default score multiplier for word matches, which may have "
86
86
" case issues (lower is better)." ,
87
87
getCCUtil ()->params()),
88
- double_MEMBER(segment_penalty_ngram_best_choice, 1.24 ,
89
- " Multipler to for the best choice from the ngram model." ,
90
- getCCUtil ()->params()),
91
88
double_MEMBER(segment_penalty_dict_nonword, 1.25 ,
92
89
" Score multiplier for glyph fragment segmentations which "
93
90
" do not match a dictionary word (lower is better)." ,
@@ -135,9 +132,6 @@ Dict::Dict(CCUtil *ccutil)
135
132
" Make AcceptableChoice() always return false. Useful"
136
133
" when there is a need to explore all segmentations" ,
137
134
getCCUtil ()->params()),
138
- BOOL_MEMBER(save_raw_choices, false ,
139
- " Deprecated- backward compatibility only" ,
140
- getCCUtil ()->params()),
141
135
INT_MEMBER(tessedit_truncate_wordchoice_log, 10 ,
142
136
" Max words to keep in list" , getCCUtil()->params()),
143
137
STRING_MEMBER(word_to_debug, " " ,
0 commit comments