mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-28 11:17:45 +00:00
change(web): remove rebase commented-line artifact
Some checks are pending
Keyman Build Summary / Summarize build status checks (push) Waiting to run
Some checks are pending
Keyman Build Summary / Summarize build status checks (push) Waiting to run
This commit is contained in:
parent
70f04e618e
commit
7c95d08068
1 changed files with 0 additions and 2 deletions
|
|
@ -589,8 +589,6 @@ export async function correctAndEnumerate(
|
|||
const tokenizations = [transition.final.tokenization];
|
||||
const searchModules = tokenizations.map(t => t.tail.searchModule);
|
||||
|
||||
// const preppedTokenizationSearch = prepareTokenizationSearch(transition, tokenizations);
|
||||
|
||||
// Only run the correction search when corrections are enabled.
|
||||
let rawPredictions: CorrectionPredictionTuple[] = [];
|
||||
let bestCorrectionCost: number;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue