Open
Conversation
Conflicts: fon/Makefile fon/TextGrid.h fon/TextGridEditor.cpp fon/praat_TextGrid_init.cpp
Char32 pointers replaced for MelderString and autoMelderString widely in structures and functions Memory management revised Duplicated functions deleted Text treatment functions like trim added as MelderString functions New processing functions created to clean up interface code Functions renamed to better fit Praat's notation and names pollution solved
Conflicts: .gitignore fon/TextGrid.cpp fon/TextGrid.h
Author
|
Hi Paul, Following you recomendations we have done changes to our implementation. Here there is a list of the changes we have done:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
In Pompeu Fabra University, UPF (Barcelona, Spain) we have added a new functionality consisting of a set of features that can be added, accessed and removed from an interval or a point within a tier of a Textgrid.
The functionality is working with the version v6.0.29 of the software.
However, resulting Textgrids are backwards compatible, since our features are encoded over the interval/point label.
We would like out extension to be added to the official release. As we believe it could be useful for other users of the application.
You can read further details of the features functionality in our publication (Domínguez et al., 2016) https://www.aclweb.org/anthology/C/C16/C16-2046.pdf
We are currently using it in our client/server deployment of Praat that we will be releasing soon.
Thank you.