Skip to content
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

Manual override of uttid leads to non-unique values #30

Open
JeltevanBoheemen opened this issue May 15, 2024 · 0 comments · May be fixed by #31
Open

Manual override of uttid leads to non-unique values #30

JeltevanBoheemen opened this issue May 15, 2024 · 0 comments · May be fixed by #31

Comments

@JeltevanBoheemen
Copy link
Contributor

On reading CHAT files, uttid is replaced by the value of either %xsid or %xuid tiers.
This was implemented for SASTA, which relied heavily on xsid values.
However, this replacement causes double uttid values in cases where provided xsid is within range of minimum and maximum uttids. E.g. two sentences with uttid=1 and uttid=2, xsid=1 will lead to double uttid=1.
As SASTA no longer relies on overridden uttid, I suggest removing this mechanic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant