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

text normalization for aishell4 #1103

Merged
merged 8 commits into from
Jul 19, 2023

Conversation

JinZr
Copy link
Contributor

@JinZr JinZr commented Jul 18, 2023

No description provided.

@@ -134,7 +165,7 @@ def prepare_aishell4(
channel=recording.channel_ids,
language="Chinese",
speaker=spk_id,
text=text.strip(),
text=text_normalize(text.strip()),
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could you add this as an optional parameter, e.g. --normalize-text?

@JinZr
Copy link
Contributor Author

JinZr commented Jul 18, 2023 via email

@pzelasko pzelasko added this to the v1.16 milestone Jul 19, 2023
@pzelasko pzelasko enabled auto-merge (squash) July 19, 2023 16:27
@pzelasko pzelasko merged commit 80b503b into lhotse-speech:master Jul 19, 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

Successfully merging this pull request may close these issues.

3 participants