mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-19 14:17:40 +00:00
docs(web): documents parameter added to computeAlignment
This commit is contained in:
parent
5804bc3586
commit
eebf85a888
1 changed files with 2 additions and 0 deletions
|
|
@ -95,6 +95,8 @@ export class ContextTokenization {
|
|||
* Determines the alignment between a new, incoming tokenization source and the
|
||||
* tokenization modeled by the current instance.
|
||||
* @param incomingTokenization Raw strings corresponding to the tokenization of the incoming context
|
||||
* @param noSubVerify When true, this disables inspection of 'substitute' transitions that avoids
|
||||
* wholesale replacement of the original token.
|
||||
* @returns Alignment data that details if and how the incoming tokenization aligns with
|
||||
* the tokenization modeled by this instance.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue