mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-31 12:47:43 +00:00
docs(web): assertion -> assumption
This commit is contained in:
parent
978f9678a6
commit
e94a2ffe8b
1 changed files with 3 additions and 2 deletions
|
|
@ -819,11 +819,12 @@ export function analyzePathMergesAndSplits(priorTokenization: string[], resultTo
|
|||
* result token for either edit type, or to a token immediately after the
|
||||
* result.
|
||||
*
|
||||
* Assertions:
|
||||
* Preconditions:
|
||||
* - not used with epic/dict-breaker
|
||||
* - per unicode wordbreaker, no massive shifting of word boundaries for
|
||||
* prior text.
|
||||
* - we can probably loosen this with work AT THIS STEP.
|
||||
* - we can't handle part of one token being split off and simultaneously
|
||||
* merged to another.
|
||||
*/
|
||||
|
||||
let queueIndex = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue