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

Add Script Event type constraints #243

Merged
merged 1 commit into from
Sep 28, 2024

Conversation

nigelmegitt
Copy link
Contributor

@nigelmegitt nigelmegitt commented Sep 25, 2024

Closes #75 by implementing the solution we ended up with in the discussion.

  • Refactor lists of SHOULD/SHOULD NOT/MAY constraints into unordered lists
  • Add that Pre-Recording Scripts SHOULD NOT contain Audio objects
  • Add that As-Recorded Scripts SHOULD NOT contain Synthesized Audio objects and SHOULD contain Audio Recording objects

Preview | Diff

* Refactor lists of SHOULD/SHOULD NOT/MAY constraints into unordered lists
* Add that Pre-Recording Scripts SHOULD NOT contain Audio objects
* Add that As-Recorded Scripts SHOULD NOT contain Synthesized Audio objects and SHOULD contain Audio Recording objects
Comment on lines +788 to +790
<li>MAY also contain <a>Original</a> <a>Text</a> objects from the <a>Original Language Transcript</a>
in the case that their language is not the <a>Target Recording Language</a>,
for context, to assist further processing;</li>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should harmonize that text with the one for as-recorded script that uses a different wording.

                  <li>MAY also contain <a>Original</a> <a>Text</a> objects from
                    the <a>Original Language Transcript</a>
                    or <a>Translation</a> <a>Text</a> objects in other languages 
                    for context and quality verification;</li>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Related issue to this comment: #244.

Copy link
Contributor

@cconcolato cconcolato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the refactoring as bullet points.

@cconcolato cconcolato merged commit 0d083c2 into main Sep 28, 2024
2 checks passed
@nigelmegitt nigelmegitt deleted the issue-0075-script-type-restrictions branch October 9, 2024 13:16
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 this pull request may close these issues.

Consider defining restrictions per Script Type
2 participants