Expand description
Tokenizations alignment functions.
Functions§
- get_
alignments - Returns the tokenizations alignments
a2b
(froma
tob
) andb2a
(fromb
toa
) based on the shortest edit script (SES). - get_
charmap - Returns the character mappings
c_a2b
(froma
tob
) andc_b2a
(fromb
toa
) based on the shortest edit script (SES). - get_
original_ spans Deprecated