We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce94a01 commit 7e3caebCopy full SHA for 7e3caeb
accuracy/src/main.rs
@@ -44,7 +44,7 @@ static CFG: SpellerConfig = SpellerConfig {
44
n_best: Some(10),
45
max_weight: Some(10000.0),
46
beam: None,
47
- reweight: Some(ReweightingConfig::default()),
+ reweight: Some(ReweightingConfig::default_const()),
48
node_pool_size: 128,
49
recase: true,
50
};
0 commit comments