Skip to content

Commit

Permalink
More clang-tidy fixes from sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Smith committed Sep 8, 2017
1 parent f25cc27 commit 0382222
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ccmain/tesseractclass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -576,9 +576,9 @@ Tesseract::Tesseract()
" evaluation",
this->params()),
double_MEMBER(heuristic_segcost_rating_base, 1.25,
"base factor for adding segmentation cost into word rating. "
"It's a multiplying factor, the larger the value above 1, "
"the bigger the effect of segmentation cost.",
"Base factor for adding segmentation cost into word rating."
" It's a multiplying factor, the larger the value above 1,"
" the bigger the effect of segmentation cost.",
this->params()),
double_MEMBER(heuristic_weight_rating, 1.0,
"weight associated with char rating in combined cost of"
Expand Down

0 comments on commit 0382222

Please sign in to comment.