Skip to content

Commit

Permalink
fix phoneme
Browse files Browse the repository at this point in the history
  • Loading branch information
huseinzol05 committed May 31, 2022
1 parent fd8ae97 commit 4c469da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/load-phoneme.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"source": [
"## Explanation\n",
"\n",
"Phonemizer is a Grapheme-to-phoneme (G2P) conversion is the process of generating pronunciation for words based on their written form, for an example, https://prpm.dbp.gov.my/Cari1?keyword=acaq&d=150348&#LIHATSINI,\n",
"Phonemizer is a Grapheme-to-phoneme (G2P) conversion is the process of generating pronunciation for words based on their written form, for an example, [https://prpm.dbp.gov.my/Cari1?keyword=acaq&d=150348&#LIHATSINI](https://prpm.dbp.gov.my/Cari1?keyword=acaq&d=150348&#LIHATSINI),\n",
"\n",
"`acaq` -> `[A.tSAâÖ]`"
]
Expand Down Expand Up @@ -76,7 +76,7 @@
"source": [
"### Use deep learning model\n",
"\n",
"Load LSTM + Bahdanau Attention stemming model, this also include lemmatization.\n",
"Load LSTM + Bahdanau Attention phonemizer model.\n",
"\n",
"If you are using Tensorflow 2, make sure Tensorflow Addons already installed,\n",
"\n",
Expand Down
4 changes: 2 additions & 2 deletions example/phoneme/load-phoneme.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"source": [
"## Explanation\n",
"\n",
"Phonemizer is a Grapheme-to-phoneme (G2P) conversion is the process of generating pronunciation for words based on their written form, for an example, https://prpm.dbp.gov.my/Cari1?keyword=acaq&d=150348&#LIHATSINI,\n",
"Phonemizer is a Grapheme-to-phoneme (G2P) conversion is the process of generating pronunciation for words based on their written form, for an example, [https://prpm.dbp.gov.my/Cari1?keyword=acaq&d=150348&#LIHATSINI](https://prpm.dbp.gov.my/Cari1?keyword=acaq&d=150348&#LIHATSINI),\n",
"\n",
"`acaq` -> `[A.tSAâÖ]`"
]
Expand Down Expand Up @@ -76,7 +76,7 @@
"source": [
"### Use deep learning model\n",
"\n",
"Load LSTM + Bahdanau Attention stemming model, this also include lemmatization.\n",
"Load LSTM + Bahdanau Attention phonemizer model.\n",
"\n",
"If you are using Tensorflow 2, make sure Tensorflow Addons already installed,\n",
"\n",
Expand Down

0 comments on commit 4c469da

Please sign in to comment.