danielschnell commited on
Commit
d869d4f
1 Parent(s): d147f51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -25,4 +25,6 @@ For normalization, we adapted the [Regina Normalizer](https://github.com/grammat
25
 
26
  ### Phonemization
27
 
28
- Phonemization was conducted using [IceG2P](https://github.com/grammatek/ice-g2p), which is also based on a BI-LSTM model. We made adaptations to ensure the IPA phoneset output aligns with the overall phoneset used in other PL-Bert datasets. Initially, we created and refined a new vocabulary from both the Wikipedia and News1 corpora. Following this, the BI-LSTM model was employed to generate phonetic transcriptions for the dictionary. We also enhanced stress labeling and incorporated secondary stresses after conducting compound analysis. A significant byproduct of this effort is a considerably improved G2P dictionary with more than 2.1 million transcriptions, which we plan to integrate into the G2P module and various other open-source projects involving Icelandic G2P.
 
 
 
25
 
26
  ### Phonemization
27
 
28
+ Phonemization was conducted using [IceG2P](https://github.com/grammatek/ice-g2p), which is also based on a BI-LSTM model. We made adaptations to ensure the IPA phoneset output aligns with the overall phoneset used in other PL-Bert datasets. Initially, we created and refined a new vocabulary from both the Wikipedia and News1 corpora. Following this, the BI-LSTM model was employed to generate phonetic transcriptions for the dictionary. We also enhanced stress labeling and incorporated secondary stresses after conducting compound analysis. A significant byproduct of this effort is a considerably improved G2P dictionary with more than 2.1 million transcriptions, which we plan to integrate into the G2P module and various other open-source projects involving Icelandic G2P.
29
+
30
+ Ultimately, to ensure textual coherence, all paragraphs with incorrect Grapheme-to-Phoneme (G2P) transcriptions were excluded from the dataset.