#include "associate.h"
#include "bestfirst.h"
#include "seam.h"
Go to the source code of this file.
Variables | |
int | segment_adjust_debug = 0 |
bool | assume_fixed_pitch_char_segment = 0 |
bool | use_new_state_cost = 0 |
double | heuristic_segcost_rating_base = 1.25 |
double | heuristic_weight_rating = 1 |
double | heuristic_weight_width = 0 |
double | heuristic_weight_seamcut = 0 |
double | heuristic_max_char_wh_ratio = MAX_SQUAT |
"include fixed-pitch heuristics in char segmentation"
double heuristic_max_char_wh_ratio = MAX_SQUAT |
"max char width-to-height ratio allowed in segmentation"
double 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."
double heuristic_weight_rating = 1 |
"weight associated with char rating in combined cost of state"
double heuristic_weight_seamcut = 0 |
"weight associated with seam cut in combined cost of state"
double heuristic_weight_width = 0 |
"weight associated with width evidence in combined cost of state"
int segment_adjust_debug = 0 |
"Segmentation adjustment debug"
"use new state cost heuristics for segmentation evaluation"
"use new state cost heuristics for segmentation state evaluation"