Skip to content

If cuts aren't mutable how does one change the text of a cut? #1179

Answered by desh2608
RuABraun asked this question in Q&A
Discussion options

You must be logged in to vote

I think the following should work:

from lhotse.utils import fastcopy

new_cut = fastcopy(cut, supervisions=[fastcopy(cut.supervisions[0], text="bla")])

Also check out: CutSet.map_supervisions(), CutSet.transform_text().

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@RuABraun
Comment options

@desh2608
Comment options

Answer selected by RuABraun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants