-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Textgrid issues #752
Comments
The first error is caused by the mismatch between the displayed tier names and the names stored internally in Python. But I got another error even after I fixed this problem...
|
Commit 00080ce should fix the first problem. |
Okay, apparently the second error is caused by the assumption that one of the tiers imported has to be orthography. Fixing this error requires more fundamental changes on the code side. Maybe we should wait until the next meeting to see if we really want to do this at this point. |
Hmm, I think there may be some flaws with how we're trying to fix this, even in the short term. I just tried to import one of the WebMaus-generated TextGrids. These have two 'transcription' tiers (by default, one called KAN and one called MAU). The KAN tier shows the canonical pronunciation of each word, while the MAU tier shows the actual transcription in situ. -It used to be the case that these files were read in without issue, no re-naming needed. Of course, that's the ideal situation. -Currently, the user is prompted to re-name at least one of the tiers to actually be 'Transcription,' which is definitely a bit of a pain if you have a whole directory of auto-generated TextGrids. -If both tiers are called "Transcription," PCT throws an error and says they need to have unique names. -If one of the tiers is labelled 'transcription' and the other has an alternative name (e.g. leaving MAU as is and telling PCT that it should vary within lexical items) or even is set to be 'other / character', the following error is thrown: |
Part of the errors was actually from an outdated version of the feature file. Other functionality has been updated. |
Following is how the textgrid file looks like. The file is shared in Dropbox (TextGrid_sample folder)
The text was updated successfully, but these errors were encountered: