AlexK-PL commited on
Commit
5e8dbe7
1 Parent(s): 569f35c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -187,14 +187,23 @@ Validation values obtained from tensorboard from epoch 2399*:
187
 
188
  ## Analyzing Multi-Accented Inferences
189
 
190
- Here we show aligned spectrograms with phonemes from the same inference generated with the four accents:
 
191
 
 
 
 
 
 
192
  ![Balearic Inference](./inference_specs/infer_ba.png)
193
 
 
194
  ![Central Inference](./inference_specs/infer_ce.png)
195
 
 
196
  ![North-Western Inference](./inference_specs/infer_nw.png)
197
 
 
198
  ![Valencian Inference](./inference_specs/infer_va.png)
199
 
200
 
 
187
 
188
  ## Analyzing Multi-Accented Inferences
189
 
190
+ Here we show aligned spectrograms with phonemes from the same inference generated with the four accents. The following spectrograms correspond to the sentence *La seva gerra sembla molt antiga*.
191
+ This utterances shows three phonetic particularities that differentiate the Catalan variants.
192
 
193
+ In the Balearic and Valencian accents, [t] is pronounced, whereas it is not pronounced in the other two accents.
194
+ It can be seen that the **-v-** in *seva* is pronounced as [] in Central accent while as [w] in Valencian.
195
+ Also, it is observed that the // in *gerra* has an affricate pronunciation ([]) in Valencian.
196
+
197
+ *Balearic inference*
198
  ![Balearic Inference](./inference_specs/infer_ba.png)
199
 
200
+ *Central inference*
201
  ![Central Inference](./inference_specs/infer_ce.png)
202
 
203
+ *North-Western inference*
204
  ![North-Western Inference](./inference_specs/infer_nw.png)
205
 
206
+ *Valencian inference*
207
  ![Valencian Inference](./inference_specs/infer_va.png)
208
 
209