Marxav commited on
Commit
158faf2
1 Parent(s): 3987e9a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -25,18 +25,18 @@ Converting French words into their phonemic pronunciation
25
 
26
  This module aims at predicting the usual prononciation of the French words in the
27
  [French Wiktionary](https://fr.wiktionary.org/).
28
- More precisely, it aims at predicting the ***IPA*** string contained in the {{pron|***IPA***|fr}} tag of a French Wiktionary entry.
29
 
30
  To use it, simply give an input containing the word that you want to translate followed by ":", for example: "bonjour:".
31
  The model will produce the predicted pronunciation, for example "bɔ̃.ʒuʁ".
32
 
33
- ***This module has not yet been fully tuned, it thus remained experimental.***
34
 
35
- ***The input lenght is currently limited to a maximum of 20 letters.***
36
 
37
  ## More information on the model, dataset, hardware, environmental consideration:
38
 
39
- ### **The trainingg data**
40
  The dataset used for training this models comes from data of the [French Wiktionary](https://fr.wiktionary.org/).
41
 
42
  ### **The model**
 
25
 
26
  This module aims at predicting the usual prononciation of the French words in the
27
  [French Wiktionary](https://fr.wiktionary.org/).
28
+ More precisely, it aims at predicting the syllabized phonemic pronunciation contained in the {{pron|***IPA***|fr}} tag of a French Wiktionary entry.
29
 
30
  To use it, simply give an input containing the word that you want to translate followed by ":", for example: "bonjour:".
31
  The model will produce the predicted pronunciation, for example "bɔ̃.ʒuʁ".
32
 
33
+ This module has not yet been fully tuned, it thus remained experimental.
34
 
35
+ The input lenght is currently limited to a maximum of 60 letters.
36
 
37
  ## More information on the model, dataset, hardware, environmental consideration:
38
 
39
+ ### **The training data**
40
  The dataset used for training this models comes from data of the [French Wiktionary](https://fr.wiktionary.org/).
41
 
42
  ### **The model**