Merge branch 'm-bain:v3' into v3

This commit is contained in:
Simon
2023-05-02 18:55:43 +02:00
committed by GitHub

View File

@ -439,8 +439,8 @@ def align(
word_list.append(
{
"word": curr_text.rstrip(),
"start": word_start,
"end": word_end,
"start": wseg.iloc[wdx]['start'],
"end": wseg.iloc[wdx]['end'],
}
)