Merge pull request #208 from arnavmehta7/patch-1

This commit is contained in:
Max Bain
2023-05-02 10:55:13 +01: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'],
}
)