#include "dawg.h"
#include "choices.h"
#include "choicearr.h"
#include "varable.h"
#include "permute.h"
Go to the source code of this file.
Variables | |
bool | segment_dawg_debug = 0 |
double | segment_penalty_dict_case_bad = 1.3125 |
double | segment_penalty_dict_case_ok = 1.1 |
double | segment_penalty_dict_frequent_word = 1.0 |
"Debug mode for word segmentation"
double segment_penalty_dict_case_bad = 1.3125 |
"Default score multiplier for word matches, which may have case or " "punctuation issues (lower is better)."
"Default score multiplier for word matches, which may have " "case issues (lower is better)."
double segment_penalty_dict_case_ok = 1.1 |
"Score multiplier for word matches that have good case " "(lower is better)."
double segment_penalty_dict_frequent_word = 1.0 |
"Score multiplier for word matches which have good case and are " "frequent in the given language (lower is better)."