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

In general, transform punctuation with >1 character to single-character #12

Open
kayaulai opened this issue Dec 18, 2022 · 2 comments
Open
Assignees

Comments

@kayaulai
Copy link
Member

Perhaps use some list of ascii characters to transform them into?

@kayaulai
Copy link
Member Author

My suggestion for this:

  1. BEFORE getting the boundary lists, add all the non-boundary markers to the Utterance column. This means every line MUST end with a boundary marker.
  2. Thereafter, we can assign any random Unicode character to correspond to the boundary types, since there is no risk of the final character not being a boundary marker.

@kayaulai
Copy link
Member Author

kayaulai commented Jan 6, 2023

我 説 了 三 句 <PERIOD>

<COMMA> > 逗
<PERIOD> > 句

我 説 了 三 句 句

transform back to (in the record)

我 説 了 三 句 <PERIOD>

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

2 participants