You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An interesting feature of the library is the possibility to extract parts from an existing textgrid file. But the feature does not seem to work. I systematically get an AttributeError: 'IntervalTier' object has no attribute 'extract_part'.
Is this normal? How can I make it work?
By recreating the feature using your written function, I have the correct behavior, but with a textgrid that is not nice as the original textgrid. I would like to preserve all other properties of the original textgrid file, but only extracting intervals I need.
Thanks
The text was updated successfully, but these errors were encountered:
the method extract_parts is in the GitHub code, but has not been released yet. I can create a new release (that is then also distributed via pypi) in the next few days. Until then, you can clone the GitHub repo and then use setup.py to install it from source.
I would be glad if you can create a new release. But if you think you better wait, no worries, I would just have the function locally for my needs right now.
Hello,
An interesting feature of the library is the possibility to extract parts from an existing textgrid file. But the feature does not seem to work. I systematically get an
AttributeError: 'IntervalTier' object has no attribute 'extract_part'
.Is this normal? How can I make it work?
By recreating the feature using your written function, I have the correct behavior, but with a textgrid that is not nice as the original textgrid. I would like to preserve all other properties of the original textgrid file, but only extracting intervals I need.
Thanks
The text was updated successfully, but these errors were encountered: