Update README.md
Browse files
README.md
CHANGED
@@ -20,10 +20,9 @@ inference:
|
|
20 |
temperature: 0.01
|
21 |
return_full_text: False
|
22 |
---
|
23 |
-
# Fr-word to
|
24 |
-
Converting French words into their phonemic pronunciation
|
25 |
|
26 |
-
This model aims at predicting the pronunciation of the French words.
|
27 |
|
28 |
The generated pronunciation is:
|
29 |
* A text string made of International Phonetic Alphabet (IPA) characters;
|
@@ -35,7 +34,7 @@ Such pronunciation is used in the [French Wiktionary](https://fr.wiktionary.org/
|
|
35 |
To use this model, simply give an input containing the word that you want to translate followed by ":", for example: "bonjour:". It will generate its predicted pronunciation, for example "bɔ̃.ʒuʁ".
|
36 |
|
37 |
This model remains experimental. Additional finetuning is needed for:
|
38 |
-
* [
|
39 |
* [French liaisons](https://en.wikipedia.org/wiki/Liaison_(French)),
|
40 |
* [Roman numerals](https://en.wikipedia.org/wiki/Roman_numerals).
|
41 |
|
|
|
20 |
temperature: 0.01
|
21 |
return_full_text: False
|
22 |
---
|
23 |
+
# Fr-word to phonemic pronunciation
|
|
|
24 |
|
25 |
+
This model aims at predicting the syllabized phonemic pronunciation of the French words.
|
26 |
|
27 |
The generated pronunciation is:
|
28 |
* A text string made of International Phonetic Alphabet (IPA) characters;
|
|
|
34 |
To use this model, simply give an input containing the word that you want to translate followed by ":", for example: "bonjour:". It will generate its predicted pronunciation, for example "bɔ̃.ʒuʁ".
|
35 |
|
36 |
This model remains experimental. Additional finetuning is needed for:
|
37 |
+
* [Homographs with different pronunciations](https://fr.wiktionary.org/wiki/Catégorie:Homographes_non_homophones_en_français),
|
38 |
* [French liaisons](https://en.wikipedia.org/wiki/Liaison_(French)),
|
39 |
* [Roman numerals](https://en.wikipedia.org/wiki/Roman_numerals).
|
40 |
|