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

adjust default handling of emphasis #63

Open
dwhieb opened this issue Oct 28, 2023 · 0 comments
Open

adjust default handling of emphasis #63

dwhieb opened this issue Oct 28, 2023 · 0 comments

Comments

@dwhieb
Copy link
Member

dwhieb commented Oct 28, 2023

Asterisks are for presentational purposes only, and parsers must not save asterisks as part of the linguistic data for the utterance.

This should be changed to:

Parsers should pass through asterisks unaltered as part of the data by default. However, it is recommended that parsers provide users with the option to retain or strip emphasis, or access both data formats in different places.


Asterisks placed elsewhere should be stripped from the data and ignored by parsers.

This should be changed to:

Asterisks placed elsewhere should be ignored by parsers.


If an odd number of asterisks is found, they should be stripped from the data and ignored.

This should be changed to:

The behavior of parsers when an unpaired asterisk is found (an odd number of asterisks) is unspecified.

@dwhieb dwhieb transferred this issue from digitallinguistics/dlx2html Oct 28, 2023
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

No branches or pull requests

1 participant