Skip to content

Updated G2p import #154

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions tts-phoneme-distribution.ipynb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"id": "4d21f599",
"metadata": {},
Expand Down Expand Up @@ -46,7 +45,7 @@
"import pprint\n",
"import json\n",
"# import nemo g2p class for grapheme to phoneme\n",
"from nemo_text_processing.g2p.modules import EnglishG2p\n",
"from nemo.collections.tts.g2p.models.en_us_arpabet import EnglishG2p\n",
"\n",
"# Bokeh\n",
"from bokeh.io import output_notebook, show\n",
Expand Down Expand Up @@ -117,7 +116,7 @@
"id": "931481fb",
"metadata": {},
"source": [
"We will use [NeMo grapheme to phoneme](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/text_processing/g2p/g2p.html) to convert words to phonemes. \n",
"We will use [NeMo grapheme to phoneme](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/tts/g2p.html) to convert words to phonemes. \n",
"List all the phonemes in g2p dict"
]
},
Expand Down