mmcauliffe commited on
Commit
ad2cf77
·
verified ·
1 Parent(s): 6d7711d

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ acoustic/final.alimdl filter=lfs diff=lfs merge=lfs -text
37
+ acoustic/final.mdl filter=lfs diff=lfs merge=lfs -text
38
+ acoustic/tree filter=lfs diff=lfs merge=lfs -text
39
+ dictionary/spanish_spain_mfa.dict filter=lfs diff=lfs merge=lfs -text
40
+ g2p/spanish_latin_america_mfa/model.fst filter=lfs diff=lfs merge=lfs -text
41
+ g2p/spanish_spain_mfa/model.fst filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,392 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - es
4
+ pipeline_tag: other
5
+ library_name: montreal-forced-aligner
6
+ tags:
7
+ - montreal-forced-aligner
8
+ - forced-alignment
9
+ license: cc-by-4.0
10
+ ---
11
+ # Model Card for spanish_mfa
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+ This MFA model is for aligning Spanish speech.
16
+
17
+ - [Model details](#model-details)
18
+ - [Uses](#uses)
19
+ - [Performance Factors](#how-to-get-started-with-the-model)
20
+ - [Dictionary Details](#dictionary-details)
21
+ - [Training Details](#training-details)
22
+ - [Evaluation](#evaluation)
23
+ - [Contact](#contact)
24
+
25
+ ## Model Details
26
+
27
+ ### Model Description
28
+
29
+ <!-- Provide a longer summary of what this model is. -->
30
+
31
+
32
+
33
+ - **Developed by:** Michael McAuliffe
34
+ - **Funded by:** N/A
35
+ - **Model type:** Montreal Forced Aligner model
36
+ - **Language(s) (NLP):** Spanish
37
+ - **License:** cc-by-4.0
38
+
39
+ ## Uses
40
+
41
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
42
+
43
+ ### Direct Use
44
+
45
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
46
+
47
+ This model is intended to be used for forced alignment of Spanish speech. Please see https://montreal-forced-aligner.readthedocs.io/en/latest/user_guide/troubleshooting.html for details on common fixes.
48
+
49
+ ### Out-of-Scope Use
50
+
51
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
52
+
53
+ This model cannot provide accurate assessments of goodness of pronunciations or provide transcripts as it is trained to be accepting of variation in pronunciation to provide a reasonable alignment for Spanish speech.
54
+
55
+ ## Bias, Risks, and Limitations
56
+
57
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
58
+
59
+ This model will perform best on the variety of speech that it was trained on. The speakers in the training data are all adult speakers, so child speech alignment may not be accurate.
60
+
61
+ ### Recommendations
62
+
63
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
64
+
65
+ When using this model on a variety that it was not trained on, better results can be attained by adapting the model to the data to be aligned first. See https://montreal-forced-aligner.readthedocs.io/en/latest/user_guide/workflows/adapt_acoustic_model.html and https://github.com/mmcauliffe/mfa-adaptation for example usage and scripts.
66
+
67
+ ## How to Get Started with the Model
68
+
69
+ Use the code below to get started with the model.
70
+
71
+ To get started, follow the instructions for [installing MFA](https://montreal-forced-aligner.readthedocs.io/en/latest/getting_started.html). To align files using this model, use the [mfa align](https://montreal-forced-aligner.readthedocs.io/en/latest/user_guide/workflows/alignment.html) command.
72
+
73
+ ## Dictionary Details
74
+
75
+ #### Details for spanish_latin_america_mfa dictionary and G2P model
76
+
77
+ - **Source:** wikipron
78
+ - **Orthography:** Latin
79
+ - **Phone set:** MFA
80
+ - **Words:** 320,402
81
+ * **Phones:** 40
82
+ * **Graphemes:** 113
83
+
84
+ ##### IPA chart
85
+
86
+ ###### Consonants
87
+
88
+ | Manner | Labial | Labiodental | Dental | Alveolar | Alveopalatal | Palatal | Velar | Glottal |
89
+ | :----: | :----: | :----: | :----: | :----: | :----: | :----: | :----: | :----: |
90
+ | **Nasal** | m | ɱ | | n | | ɲ | ŋ | |
91
+ | **Stop** | p b | | t̪ d̪ | | | c ɟ | k ɡ | |
92
+ | **Affricate** | | | | | tʃ | ɟʝ | | |
93
+ | **Sibilant** | | | | s z | ʃ | | | |
94
+ | **Fricative** | | f v | ð | | | ç ʝ | | h|
95
+ | **Approximant** | w | | | | | j | | |
96
+ | **Tap** | | | | ɾ | | | | |
97
+ | **Trill** | | | | r | | | | |
98
+ | **Lateral** | | | | l | | ʎ | | |
99
+
100
+ ###### Vowels
101
+
102
+ #### Oral vowels
103
+
104
+ | | Front | Near-Front | Central | Near-Back | Back |
105
+ | :----: | :----: | :----: | :----: | :----: | :----: |
106
+ | **Close** | i | | | | u|
107
+ | | | | | | |
108
+ | **Close-Mid** | e | | | | o|
109
+ | | | | | | |
110
+ | **Open-Mid** | | | | | |
111
+ | | | | | | |
112
+ | **Open** | | | a | | |
113
+
114
+ #### Nasal vowels
115
+
116
+ | | Front | Near-Front | Central | Near-Back | Back |
117
+ | :----: | :----: | :----: | :----: | :----: | :----: |
118
+ | **Close** | ĩ | | | | ũ|
119
+ | | | | | | |
120
+ | **Close-Mid** | ẽ | | | | õ|
121
+ | | | | | | |
122
+ | **Open-Mid** | | | | | |
123
+ | | | | | | |
124
+ | **Open** | | | ã | | |
125
+
126
+ #### Details for spanish_spain_mfa dictionary and G2P model
127
+
128
+ - **Source:** wikipron
129
+ - **Orthography:** Latin
130
+ - **Phone set:** MFA
131
+ - **Words:** 437,782
132
+ * **Phones:** 41
133
+ * **Graphemes:** 82
134
+
135
+ ##### IPA chart
136
+
137
+ ###### Consonants
138
+
139
+ | Manner | Labial | Labiodental | Dental | Alveolar | Alveopalatal | Palatal | Velar | Glottal |
140
+ | :----: | :----: | :----: | :----: | :----: | :----: | :----: | :----: | :----: |
141
+ | **Nasal** | m | ɱ | | n | | ɲ | ŋ | |
142
+ | **Stop** | p b | | t̪ d̪ | | | c ɟ | k ɡ | |
143
+ | **Affricate** | | | | | tʃ | ɟʝ | | |
144
+ | **Sibilant** | | | | s z | ʃ | | | |
145
+ | **Fricative** | | f v | θ ð | | | ç ʝ | | h|
146
+ | **Approximant** | w | | | | | j | | |
147
+ | **Tap** | | | | ɾ | | | | |
148
+ | **Trill** | | | | r | | | | |
149
+ | **Lateral** | | | | l | | ʎ | | |
150
+
151
+ ###### Vowels
152
+
153
+ #### Oral vowels
154
+
155
+ | | Front | Near-Front | Central | Near-Back | Back |
156
+ | :----: | :----: | :----: | :----: | :----: | :----: |
157
+ | **Close** | i | | | | u|
158
+ | | | | | | |
159
+ | **Close-Mid** | e | | | | o|
160
+ | | | | | | |
161
+ | **Open-Mid** | | | | | |
162
+ | | | | | | |
163
+ | **Open** | | | a | | |
164
+
165
+ #### Nasal vowels
166
+
167
+ | | Front | Near-Front | Central | Near-Back | Back |
168
+ | :----: | :----: | :----: | :----: | :----: | :----: |
169
+ | **Close** | ĩ | | | | ũ|
170
+ | | | | | | |
171
+ | **Close-Mid** | ẽ | | | | õ|
172
+ | | | | | | |
173
+ | **Open-Mid** | | | | | |
174
+ | | | | | | |
175
+ | **Open** | | | ã | | |
176
+
177
+ ## Training Details
178
+
179
+ ### Training Data
180
+
181
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
182
+
183
+ #### Common Voice Spanish
184
+
185
+ - **Source:** https://voice.mozilla.org/en/datasets
186
+ - **License:** [CC-0](https://creativecommons.org/publicdomain/zero/1.0/)
187
+ - **Dialects:** spain, latin america
188
+ - **Number of hours:** 670.81
189
+ - **Number of utterances:** 480,819
190
+ - **Number of speakers:** 22,028
191
+ - **Female speakers:** 1,198
192
+ - **Male speakers:** 3,431
193
+ - **Unknown speakers:** 17,399
194
+
195
+
196
+ #### GlobalPhone Spanish (Latin American)
197
+
198
+ - **Source:** https://catalogue.elra.info/en-us/repository/browse/ELRA-S0203/
199
+ - **License:** [ELRA](https://www.elra.info/en/services-around-lrs/distribution/licensing/)
200
+ - **Dialects:** Latin America
201
+ - **Number of hours:** 22.12
202
+ - **Number of utterances:** 6,898
203
+ - **Number of speakers:** 100
204
+ - **Female speakers:** 56
205
+ - **Male speakers:** 44
206
+ - **Unknown speakers:** 0
207
+
208
+
209
+ #### Google i18n Chile
210
+
211
+ - **Source:** https://openslr.org/71/
212
+ - **License:** [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
213
+ - **Dialects:** latin america
214
+ - **Number of hours:** 7.15
215
+ - **Number of utterances:** 4,374
216
+ - **Number of speakers:** 31
217
+ - **Female speakers:** 13
218
+ - **Male speakers:** 18
219
+ - **Unknown speakers:** 0
220
+
221
+
222
+ #### Google i18n Columbia
223
+
224
+ - **Source:** https://openslr.org/71/
225
+ - **License:** [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
226
+ - **Dialects:** latin america
227
+ - **Number of hours:** 7.58
228
+ - **Number of utterances:** 4,903
229
+ - **Number of speakers:** 33
230
+ - **Female speakers:** 16
231
+ - **Male speakers:** 17
232
+ - **Unknown speakers:** 0
233
+
234
+
235
+ #### Google i18n Peru
236
+
237
+ - **Source:** https://openslr.org/71/
238
+ - **License:** [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
239
+ - **Dialects:** latin america
240
+ - **Number of hours:** 9.22
241
+ - **Number of utterances:** 5,447
242
+ - **Number of speakers:** 38
243
+ - **Female speakers:** 18
244
+ - **Male speakers:** 20
245
+ - **Unknown speakers:** 0
246
+
247
+
248
+ #### Google i18n Puerto Rico
249
+
250
+ - **Source:** https://openslr.org/71/
251
+ - **License:** [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
252
+ - **Dialects:** latin america
253
+ - **Number of hours:** 1.00
254
+ - **Number of utterances:** 617
255
+ - **Number of speakers:** 5
256
+ - **Female speakers:** 5
257
+ - **Male speakers:** 0
258
+ - **Unknown speakers:** 0
259
+
260
+
261
+ #### Google i18n Venezuela
262
+
263
+ - **Source:** https://openslr.org/71/
264
+ - **License:** [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
265
+ - **Dialects:** latin america
266
+ - **Number of hours:** 4.81
267
+ - **Number of utterances:** 3,357
268
+ - **Number of speakers:** 23
269
+ - **Female speakers:** 11
270
+ - **Male speakers:** 12
271
+ - **Unknown speakers:** 0
272
+
273
+
274
+ #### Multilingual LibriSpeech Spanish
275
+
276
+ - **Source:** https://openslr.org/94/
277
+ - **License:** [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
278
+ - **Dialects:** spain
279
+ - **Number of hours:** 938.30
280
+ - **Number of utterances:** 225,494
281
+ - **Number of speakers:** 126
282
+ - **Female speakers:** 70
283
+ - **Male speakers:** 56
284
+ - **Unknown speakers:** 0
285
+
286
+
287
+ #### Multilingual TEDx Spanish
288
+
289
+ - **Source:** https://www.openslr.org/100/
290
+ - **License:** [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/)
291
+ - **Dialects:** spain, latin america
292
+ - **Number of hours:** 176.18
293
+ - **Number of utterances:** 72,504
294
+ - **Number of speakers:** 1,068
295
+ - **Female speakers:** 0
296
+ - **Male speakers:** 0
297
+ - **Unknown speakers:** 1,068
298
+
299
+
300
+ #### M-AILABS Spanish
301
+
302
+ - **Source:** https://openslr.org/94/
303
+ - **License:** [M-AILABS License](https://www.caito.de/2019/01/the-m-ailabs-speech-dataset/)
304
+ - **Dialects:** spain, latin america
305
+ - **Number of hours:** 108.57
306
+ - **Number of utterances:** 59,296
307
+ - **Number of speakers:** 21
308
+ - **Female speakers:** 11
309
+ - **Male speakers:** 10
310
+ - **Unknown speakers:** 0
311
+
312
+
313
+ ### Training Procedure
314
+
315
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
316
+
317
+ #### Preprocessing
318
+
319
+ Preprocessing include fixes and orthographic standardization to various corpora.
320
+
321
+
322
+ #### Training Hyperparameters
323
+
324
+ - **Training regime:** [Training configuration](config.yaml)
325
+
326
+ ## Evaluation
327
+
328
+ <!-- This section describes the evaluation protocols and provides the results. -->
329
+
330
+ ### Testing Data, Factors & Metrics
331
+
332
+ #### Testing Data
333
+
334
+ <!-- This should link to a Dataset Card if possible. -->
335
+
336
+ N/A
337
+
338
+ #### Factors
339
+
340
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
341
+
342
+ N/A
343
+
344
+ #### Metrics
345
+
346
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
347
+
348
+ N/A
349
+
350
+ ### Results
351
+
352
+ N/A
353
+
354
+ #### Summary
355
+
356
+
357
+
358
+ ## Technical Specifications
359
+
360
+ ### Model Architecture and Objective
361
+
362
+ HMM-GMM model
363
+
364
+ #### Software
365
+
366
+ This model was trained via the [Montreal Forced Aligner](https://montreal-forced-aligner.readthedocs.io/).
367
+
368
+ ## Citation
369
+
370
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
371
+
372
+ **BibTeX:**
373
+
374
+ ```
375
+ @techreport{mfa_spanish_mfa_acoustic_2026,
376
+ author={McAuliffe, Michael and Sonderegger, Morgan},
377
+ title={Spanish MFA acoustic model v3.3.0},
378
+ address={\url{https://huggingface.co/MontrealCorpusTools/spanish_mfa}},
379
+ year={2026},
380
+ month={Jun},
381
+ }
382
+ ```
383
+
384
+ **APA:**
385
+
386
+ ```
387
+ McAuliffe, M. & Sonderegger, M. (2026). Spanish MFA acoustic model v3.3.0. Available at https://huggingface.co/MontrealCorpusTools/spanish_mfa.
388
+ ```
389
+
390
+ ## Contact
391
+
392
+ For questions and issues, please file an issue either for this model at https://huggingface.co/MontrealCorpusTools/spanish_mfa/discussions or for larger MFA issues at https://github.com/MontrealCorpusTools/Montreal-Forced-Aligner/issues.
acoustic/final.alimdl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c055279ca03284e21f7360b0de0021ab726a703ac72b7dcad6dde2c23d1e9fb
3
+ size 49999629
acoustic/final.mdl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fe4edabec07441fa04b45194de9cd5b98b0689fc36424e9166e0b31d5b4c063
3
+ size 49999629
acoustic/lda.mat ADDED
Binary file (14.6 kB). View file
 
acoustic/meta.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"phones": ["a", "ã", "b", "c", "d̪", "e", "ẽ", "f", "h", "i", "ĩ", "j", "k", "l", "m", "n", "o", "õ", "p", "r", "s", "tʃ", "t̪", "u", "ũ", "v", "w", "x", "z", "ç", "ð", "ŋ", "ɟ", "ɟʝ", "ɡ", "ɣ", "ɱ", "ɲ", "ɾ", "ʃ", "ʎ", "ʝ", "β", "θ"], "phone_mapping": {"<eps>": 0, "sil": 1, "spn": 2, "a": 3, "ã": 4, "b": 5, "c": 6, "d̪": 7, "e": 8, "ẽ": 9, "f": 10, "h": 11, "i": 12, "ĩ": 13, "j": 14, "k": 15, "l": 16, "m": 17, "n": 18, "o": 19, "õ": 20, "p": 21, "r": 22, "s": 23, "tʃ": 24, "t̪": 25, "u": 26, "ũ": 27, "v": 28, "w": 29, "x": 30, "z": 31, "ç": 32, "ð": 33, "ŋ": 34, "ɟ": 35, "ɟʝ": 36, "ɡ": 37, "ɣ": 38, "ɱ": 39, "ɲ": 40, "ɾ": 41, "ʃ": 42, "ʎ": 43, "ʝ": 44, "β": 45, "θ": 46}, "phone_groups": {"0": ["b"], "1": ["c"], "2": ["d̪"], "3": ["f"], "4": ["v"], "5": ["j"], "6": ["k"], "7": ["l"], "8": ["ʎ"], "9": ["m"], "10": ["ɱ"], "11": ["n"], "12": ["p"], "13": ["r"], "14": ["s"], "15": ["h"], "16": ["z"], "17": ["tʃ"], "18": ["t̪"], "19": ["w"], "20": ["x"], "21": ["ç"], "22": ["ð"], "23": ["ŋ"], "24": ["ɟ"], "25": ["ɟʝ"], "26": ["ɡ"], "27": ["ɣ"], "28": ["ɲ"], "29": ["ɾ"], "30": ["ʃ"], "31": ["θ"], "32": ["ʝ"], "33": ["β"], "34": ["a"], "35": ["ã"], "36": ["o"], "37": ["õ"], "38": ["e"], "39": ["ẽ"], "40": ["i"], "41": ["ĩ"], "42": ["u"], "43": ["ũ"]}, "version": "3.3.0", "architecture": "gmm-hmm", "train_date": "2026-05-27 06:47:16.598778", "training": {"audio_duration": 5729959.612768349, "num_speakers": 18044, "num_utterances": 1715580, "num_oovs": 0, "average_log_likelihood": -52.92090465162847}, "dictionaries": {"names": ["spanish_latin_america_mfa", "spanish_spain_mfa"], "default": "default", "silence_word": "<eps>", "oov_word": "<unk>", "bracketed_word": "[bracketed]", "laughter_word": "[laughter]", "clitic_marker": "'", "position_dependent_phones": false}, "language": "unknown", "tokenization": "simple", "features": {"type": "mfcc", "use_energy": false, "frame_shift": 10, "frame_length": 25, "snip_edges": false, "low_frequency": 20, "high_frequency": 7800, "sample_frequency": 16000, "dither": 0.0, "energy_floor": 0.0, "num_coefficients": 13, "num_mel_bins": 23, "cepstral_lifter": 22, "preemphasis_coefficient": 0.97, "uses_cmvn": true, "uses_deltas": true, "uses_voiced": false, "uses_splices": false, "uses_speaker_adaptation": true, "use_pitch": false, "use_voicing": false, "min_f0": 50, "max_f0": 800, "delta_pitch": 0.005, "penalty_factor": 0.1, "silence_weight": 0.0, "splice_left_context": 3, "splice_right_context": 3}, "oov_phone": "spn", "optional_silence_phone": "sil", "phone_set_type": "UNKNOWN", "silence_probability": 0.12, "initial_silence_probability": 0.12, "final_silence_correction": 0.99, "final_non_silence_correction": 0.3066666666666667, "duration_information": {"a": [0.07950576387973216, 0.04456792743374035], "ã": [0.0702442787207905, 0.02628163881491706], "b": [0.05828549062947206, 0.022849146529341505], "c": [0.06608248414515139, 0.021592284392363582], "ç": [0.09154359967572119, 0.03066930342445189], "d̪": [0.05054221208766195, 0.021345025277722314], "ð": [0.04024252968394246, 0.03026071910319262], "e": [0.06788913113126024, 0.043385080816281694], "ẽ": [0.06313937244681508, 0.02839465785020889], "f": [0.08916967541204014, 0.034408610420908405], "ɣ": [0.06792618383262798, 0.0272026906079282], "ɡ": [0.05755239406926764, 0.023953648717286266], "h": [0.10728033450459988, 0.05401506738862812], "i": [0.07504648510987048, 0.039193988528544256], "ĩ": [0.06784324436942, 0.029196927552299967], "j": [0.061261362636104745, 0.028296378358252314], "ɟ": [0.07482364341868625, 0.09758764356125346], "ʝ": [0.08852919997902424, 0.029293727405957447], "ɟʝ": [0.07453079457715608, 0.031884615472690406], "k": [0.07203690514350027, 0.0237530818149648], "l": [0.06559476024654949, 0.032269918384138944], "m": [0.0716070349956483, 0.02490384552849163], "ɱ": [0.06103377928804851, 0.022116343146030476], "n": [0.06999126449651596, 0.03591584213082867], "ɲ": [0.07325190835232596, 0.03174832803435645], "ŋ": [0.05845463086186727, 0.033061284557546956], "o": [0.08105202223367128, 0.0501990888519406], "õ": [0.06556388552019854, 0.0283476447646692], "p": [0.06544058616826011, 0.026631117560876712], "r": [0.07850147888362365, 0.03660539086836448], "ɾ": [0.06098193004199082, 0.030135946386184734], "s": [0.08975516506807305, 0.04382980548918615], "ʃ": [0.12320884015144416, 0.08474962947777238], "t̪": [0.06592018504083619, 0.024333876305927024], "tʃ": [0.10829766645172373, 0.02782868707948267], "u": [0.07232394157285872, 0.03595637428546263], "ũ": [0.0717810062073453, 0.034358624146501905], "v": [0.09346633474032084, 0.04697565046779673], "w": [0.058499655143201115, 0.027058141971586864], "x": [0.10470706284404506, 0.03085151149814256], "ʎ": [0.06276035598803956, 0.021411706912200356], "z": [0.07911509547631183, 0.02969901734174867], "β": [0.06005503098590085, 0.019038171631017432], "θ": [0.09229441882311844, 0.02795855493259604]}}
acoustic/phones.txt ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <eps> 0
2
+ sil 1
3
+ spn 2
4
+ a 3
5
+ ã 4
6
+ b 5
7
+ c 6
8
+ d̪ 7
9
+ e 8
10
+ ẽ 9
11
+ f 10
12
+ h 11
13
+ i 12
14
+ ĩ 13
15
+ j 14
16
+ k 15
17
+ l 16
18
+ m 17
19
+ n 18
20
+ o 19
21
+ õ 20
22
+ p 21
23
+ r 22
24
+ s 23
25
+ tʃ 24
26
+ t̪ 25
27
+ u 26
28
+ ũ 27
29
+ v 28
30
+ w 29
31
+ x 30
32
+ z 31
33
+ ç 32
34
+ ð 33
35
+ ŋ 34
36
+ ɟ 35
37
+ ɟʝ 36
38
+ ɡ 37
39
+ ɣ 38
40
+ ɱ 39
41
+ ɲ 40
42
+ ɾ 41
43
+ ʃ 42
44
+ ʎ 43
45
+ ʝ 44
46
+ β 45
47
+ θ 46
acoustic/tree ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98444067fec7d9549a876a06b59fb7d4ef421b8f9458fe05b0089295dab5b6a9
3
+ size 280653
dictionary/rules.yaml ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dialects:
2
+ latin_america:
3
+ - following_context: $
4
+ non_silence_before_correction: -0.07
5
+ preceding_context: ''
6
+ probability: 0.01
7
+ replacement: ''
8
+ segment: s
9
+ silence_after_probability: 0.06
10
+ silence_before_correction: 0.77
11
+ - following_context: $
12
+ non_silence_before_correction: -0.07
13
+ preceding_context: ''
14
+ probability: 0.01
15
+ replacement: h
16
+ segment: s
17
+ silence_after_probability: 0.64
18
+ silence_before_correction: 0.75
19
+ - following_context: '[^aiouejw]'
20
+ non_silence_before_correction: -0.1
21
+ preceding_context: ''
22
+ probability: 0.01
23
+ replacement: h
24
+ segment: s
25
+ silence_after_probability: 0.38
26
+ silence_before_correction: 0.83
27
+ - following_context: '[^aiouejw]'
28
+ non_silence_before_correction: -0.07
29
+ preceding_context: ''
30
+ probability: 0.01
31
+ replacement: ''
32
+ segment: s
33
+ silence_after_probability: 0.3
34
+ silence_before_correction: 0.78
35
+ - following_context: '[^aiouejw]'
36
+ non_silence_before_correction: -0.21
37
+ preceding_context: ^
38
+ probability: 0.01
39
+ replacement: e s
40
+ segment: s
41
+ silence_after_probability: 0.75
42
+ silence_before_correction: 0.92
43
+ - following_context: '[^aiouejw]'
44
+ non_silence_before_correction: -0.13
45
+ preceding_context: ^
46
+ probability: 0.01
47
+ replacement: e z
48
+ segment: z
49
+ silence_after_probability: 0.81
50
+ silence_before_correction: 0.87
51
+ - following_context: ''
52
+ non_silence_before_correction: -0.06
53
+ preceding_context: ^
54
+ probability: 0.01
55
+ replacement: ''
56
+ segment: x
57
+ silence_after_probability: 0.26
58
+ silence_before_correction: 0.77
59
+ - following_context: $
60
+ non_silence_before_correction: -0.08
61
+ preceding_context: ''
62
+ probability: 0.01
63
+ replacement: ''
64
+ segment: ɾ
65
+ silence_after_probability: 0.11
66
+ silence_before_correction: 0.8
67
+ - following_context: $
68
+ non_silence_before_correction: -0.07
69
+ preceding_context: ''
70
+ probability: 0.01
71
+ replacement: r
72
+ segment: ɾ
73
+ silence_after_probability: 0.36
74
+ silence_before_correction: 0.77
75
+ - following_context: $
76
+ non_silence_before_correction: -0.1
77
+ preceding_context: ''
78
+ probability: 0.01
79
+ replacement: ''
80
+ segment: '[ŋnmɲ]'
81
+ silence_after_probability: 0.07
82
+ silence_before_correction: 0.83
83
+ - following_context: $
84
+ non_silence_before_correction: -0.11
85
+ preceding_context: ''
86
+ probability: 0.01
87
+ replacement: ''
88
+ segment: ð
89
+ silence_after_probability: 0.28
90
+ silence_before_correction: 0.86
91
+ - following_context: '[^aiouejw]'
92
+ non_silence_before_correction: -0.07
93
+ preceding_context: '[aiouejw]'
94
+ probability: 0.01
95
+ replacement: r
96
+ segment: ɾ
97
+ silence_after_probability: 0.41
98
+ silence_before_correction: 0.79
99
+ - following_context: '[aiouejw]'
100
+ non_silence_before_correction: -0.07
101
+ preceding_context: '[^aiouejw]'
102
+ probability: 0.01
103
+ replacement: r
104
+ segment: ɾ
105
+ silence_after_probability: 0.24
106
+ silence_before_correction: 0.78
107
+ - following_context: '[^ij]'
108
+ non_silence_before_correction: -0.07
109
+ preceding_context: ''
110
+ probability: 0.01
111
+ replacement: ɲ j
112
+ segment: ɲ
113
+ silence_after_probability: 0.41
114
+ silence_before_correction: 0.77
115
+ - following_context: ''
116
+ non_silence_before_correction: -0.07
117
+ preceding_context: ''
118
+ probability: 0.01
119
+ replacement: ʃ
120
+ segment: ʝ
121
+ silence_after_probability: 0.38
122
+ silence_before_correction: 0.79
123
+ - following_context: ''
124
+ non_silence_before_correction: -0.24
125
+ preceding_context: ''
126
+ probability: 0.01
127
+ replacement: ʃ
128
+ segment: ɟʝ
129
+ silence_after_probability: 0.34
130
+ silence_before_correction: 1.1
131
+ spain:
132
+ - following_context: $
133
+ non_silence_before_correction: -0.08
134
+ preceding_context: ''
135
+ probability: 0.01
136
+ replacement: ''
137
+ segment: s
138
+ silence_after_probability: 0.11
139
+ silence_before_correction: 0.79
140
+ - following_context: $
141
+ non_silence_before_correction: -0.06
142
+ preceding_context: ''
143
+ probability: 0.01
144
+ replacement: h
145
+ segment: s
146
+ silence_after_probability: 0.26
147
+ silence_before_correction: 0.72
148
+ - following_context: '[^aiouejw]'
149
+ non_silence_before_correction: -0.07
150
+ preceding_context: ''
151
+ probability: 0.01
152
+ replacement: h
153
+ segment: s
154
+ silence_after_probability: 0.19
155
+ silence_before_correction: 0.79
156
+ - following_context: '[^aiouejw]'
157
+ non_silence_before_correction: -0.09
158
+ preceding_context: ''
159
+ probability: 0.01
160
+ replacement: ''
161
+ segment: s
162
+ silence_after_probability: 0.21
163
+ silence_before_correction: 0.85
164
+ - following_context: '[^aiouejw]'
165
+ non_silence_before_correction: -0.14
166
+ preceding_context: ^
167
+ probability: 0.01
168
+ replacement: e s
169
+ segment: s
170
+ silence_after_probability: 0.76
171
+ silence_before_correction: 0.9
172
+ - following_context: ''
173
+ non_silence_before_correction: -0.3
174
+ preceding_context: ^
175
+ probability: 0.01
176
+ replacement: ''
177
+ segment: x
178
+ silence_after_probability: 0.81
179
+ silence_before_correction: 1.51
180
+ - following_context: $
181
+ non_silence_before_correction: -0.08
182
+ preceding_context: ''
183
+ probability: 0.01
184
+ replacement: ''
185
+ segment: ɾ
186
+ silence_after_probability: 0.28
187
+ silence_before_correction: 0.85
188
+ - following_context: $
189
+ non_silence_before_correction: -0.05
190
+ preceding_context: ''
191
+ probability: 0.01
192
+ replacement: r
193
+ segment: ɾ
194
+ silence_after_probability: 0.2
195
+ silence_before_correction: 0.73
196
+ - following_context: $
197
+ non_silence_before_correction: -0.11
198
+ preceding_context: ''
199
+ probability: 0.01
200
+ replacement: ''
201
+ segment: '[ŋnmɲ]'
202
+ silence_after_probability: 0.05
203
+ silence_before_correction: 0.87
204
+ - following_context: $
205
+ non_silence_before_correction: -0.09
206
+ preceding_context: ''
207
+ probability: 0.01
208
+ replacement: ''
209
+ segment: ð
210
+ silence_after_probability: 0.35
211
+ silence_before_correction: 0.82
212
+ - following_context: '[^aiouejw]'
213
+ non_silence_before_correction: -0.06
214
+ preceding_context: '[aiouejw]'
215
+ probability: 0.01
216
+ replacement: r
217
+ segment: ɾ
218
+ silence_after_probability: 0.26
219
+ silence_before_correction: 0.76
220
+ - following_context: '[aiouejw]'
221
+ non_silence_before_correction: -0.07
222
+ preceding_context: '[^aiouejw]'
223
+ probability: 0.01
224
+ replacement: r
225
+ segment: ɾ
226
+ silence_after_probability: 0.22
227
+ silence_before_correction: 0.77
228
+ - following_context: ''
229
+ non_silence_before_correction: -0.09
230
+ preceding_context: ''
231
+ probability: 0.01
232
+ replacement: s
233
+ segment: θ
234
+ silence_after_probability: 0.29
235
+ silence_before_correction: 0.85
236
+ - following_context: $
237
+ non_silence_before_correction: -0.09
238
+ preceding_context: ''
239
+ probability: 0.01
240
+ replacement: ''
241
+ segment: θ
242
+ silence_after_probability: 0.33
243
+ silence_before_correction: 0.84
244
+ rules: []
dictionary/spanish_latin_america_mfa.dict ADDED
The diff for this file is too large to render. See raw diff
 
dictionary/spanish_spain_mfa.dict ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5411a205babd9dff04577ca58f1d364f86fbb3bb75d7dd1902922a81eef19831
3
+ size 11332945
g2p/spanish_latin_america_mfa/graphemes.sym ADDED
@@ -0,0 +1,283 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <eps> 0
2
+ | 1
3
+ _ 2
4
+ a 3
5
+ a|l 4
6
+ e|n 5
7
+ i|a 6
8
+ n|a 7
9
+ l|e 8
10
+ n|i 9
11
+ s 10
12
+ n|o 11
13
+ a|r 12
14
+ ó 13
15
+ n 14
16
+ a|b 15
17
+ b|i 16
18
+ l|l 17
19
+ i|s 18
20
+ a|n 19
21
+ a|s 20
22
+ c|o 21
23
+ r 22
24
+ e|s 23
25
+ o|n 24
26
+ á 25
27
+ é 26
28
+ í 27
29
+ a|m 28
30
+ o|s 29
31
+ r|a 30
32
+ s|e 31
33
+ t|e 32
34
+ r|e 33
35
+ m|o 34
36
+ r|o 35
37
+ b|a 36
38
+ c|t 37
39
+ i|n 38
40
+ c 39
41
+ a|d 40
42
+ e 41
43
+ j|o 42
44
+ e|r 43
45
+ d|a 44
46
+ d|o 45
47
+ n|e 46
48
+ d|i 47
49
+ j|a 48
50
+ j 49
51
+ d 50
52
+ d|e 51
53
+ l|a 52
54
+ l|o 53
55
+ m|e 54
56
+ j|e 55
57
+ ñ 56
58
+ o 57
59
+ c|e 58
60
+ z 59
61
+ m|i 60
62
+ t|o 61
63
+ n|d 62
64
+ o|l 63
65
+ l|d 64
66
+ o|r 65
67
+ i|o 66
68
+ u 67
69
+ t|a 68
70
+ z|a 69
71
+ c|i 70
72
+ c|a 71
73
+ r|i 72
74
+ s|m 73
75
+ z|o 74
76
+ h|o 75
77
+ g|a 76
78
+ s|t 77
79
+ t|i 78
80
+ e|m 79
81
+ b|u 80
82
+ y 81
83
+ g|r 82
84
+ b|e 83
85
+ q|u 84
86
+ i 85
87
+ r|r 86
88
+ l 87
89
+ i|d 88
90
+ b|l 89
91
+ d|u 90
92
+ j|i 91
93
+ u|j 92
94
+ z|c 93
95
+ ú 94
96
+ e|c 95
97
+ e|j 96
98
+ r|u 97
99
+ i|v 98
100
+ y|a 99
101
+ j|u 100
102
+ v|a 101
103
+ v|o 102
104
+ l|u 103
105
+ u|i 104
106
+ i|r 105
107
+ g|o 106
108
+ e|g 107
109
+ o|b 108
110
+ c|h 109
111
+ f|e 110
112
+ t 111
113
+ x 112
114
+ e|l 113
115
+ m 114
116
+ u|c 115
117
+ l|i 116
118
+ n|u 117
119
+ t|u 118
120
+ m|a 119
121
+ g 120
122
+ s|i 121
123
+ p 122
124
+ f|a 123
125
+ o|g 124
126
+ u|r 125
127
+ o|m 126
128
+ g|u 127
129
+ u|p 128
130
+ p|t 129
131
+ s|c 130
132
+ e|d 131
133
+ v|e 132
134
+ l|v 133
135
+ b 134
136
+ i|g 135
137
+ g|i 136
138
+ g|e 137
139
+ b|r 138
140
+ h 139
141
+ b|o 140
142
+ f 141
143
+ p|u 142
144
+ e|v 143
145
+ v|i 144
146
+ d|r 145
147
+ r|g 146
148
+ u|l 147
149
+ p|a 148
150
+ m|p 149
151
+ n|g 150
152
+ f|l 151
153
+ i|e 152
154
+ t|r 153
155
+ a|c 154
156
+ u|e 155
157
+ s|u 156
158
+ h|a 157
159
+ u|n 158
160
+ y|e 159
161
+ i|m 160
162
+ r|v 161
163
+ f|i 162
164
+ c|c 163
165
+ i|b 164
166
+ h|u 165
167
+ c|u 166
168
+ u|a 167
169
+ p|i 168
170
+ n|t 169
171
+ p|l 170
172
+ i|c 171
173
+ m|u 172
174
+ c|l 173
175
+ i|z 174
176
+ u|t 175
177
+ p|o 176
178
+ n|f 177
179
+ u|m 178
180
+ c|r 179
181
+ i|t 180
182
+ u|d 181
183
+ f|o 182
184
+ p|r 183
185
+ y|o 184
186
+ v 185
187
+ h|e 186
188
+ h|i 187
189
+ i|p 188
190
+ o|p 189
191
+ u|s 190
192
+ n|c 191
193
+ w|a 192
194
+ y|u 193
195
+ f|f 194
196
+ f|r 195
197
+ k 196
198
+ i|l 197
199
+ e|a 198
200
+ p|e 199
201
+ f|u 200
202
+ g|l 201
203
+ g|n 202
204
+ ü 203
205
+ k|i 204
206
+ k|e 205
207
+ k|a 206
208
+ z|u 207
209
+ u|g 208
210
+ z|g 209
211
+ ý 210
212
+ u|b 211
213
+ m|b 212
214
+ s|h 213
215
+ s|g 214
216
+ p|s 215
217
+ y|i 216
218
+ n|v 217
219
+ r|t 218
220
+ x|a 219
221
+ y|m 220
222
+ a|t 221
223
+ z|z 222
224
+ z|m 223
225
+ g|m 224
226
+ e|t 225
227
+ v|u 226
228
+ w|e 227
229
+ y|l 228
230
+ w 229
231
+ z|n 230
232
+ c|k 231
233
+ k|u 232
234
+ r|b 233
235
+ k|o 234
236
+ s|o 235
237
+ y|b 236
238
+ r|d 237
239
+ o|t 238
240
+ w|n 239
241
+ l|g 240
242
+ x|t 241
243
+ k|s 242
244
+ â 243
245
+ n|m 244
246
+ n|j 245
247
+ e|p 246
248
+ w|i 247
249
+ p|c 248
250
+ x|e 249
251
+ s|v 250
252
+ o|d 251
253
+ k|y 252
254
+ e|x 253
255
+ x|h 254
256
+ m|n 255
257
+ l|t 256
258
+ y|n 257
259
+ s|q 258
260
+ k|r 259
261
+ y|p 260
262
+ b|d 261
263
+ h|t 262
264
+ x|i 263
265
+ x|o 264
266
+ q 265
267
+ w|b 266
268
+ f|t 267
269
+ x|c 268
270
+ n|s 269
271
+ k|m 270
272
+ x|u 271
273
+ w|h 272
274
+ w|o 273
275
+ w|r 274
276
+ ' 275
277
+ '|s 276
278
+ w|s 277
279
+ y|r 278
280
+ k|l 279
281
+ '|e 280
282
+ w|m 281
283
+ w|k 282
g2p/spanish_latin_america_mfa/meta.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"version": "3.2.0", "architecture": "phonetisaurus", "train_date": "2024-09-15 16:51:13.487039", "phones": ["z", "o", "o\u0303", "t\u0283", "n", "j", "e", "\u025f", "b", "\u027e", "\u03b2", "\u014b", "\u0271", "\u0261", "\u025f\u029d", "r", "i\u0303", "w", "t\u032a", "l", "v", "i", "u\u0303", "c", "d\u032a", "\u028e", "\u029d", "x", "\u0283", "m", "s", "a\u0303", "f", "\u00e7", "p", "k", "e\u0303", "\u00f0", "\u0263", "u", "a", "\u0272"], "graphemes": ["'", "\u0303", "\u0302", "z", "o", "n", "j", "e", "b", "q", "\u0308", "d", "g", "r", "\u00fc", "\u00f3", "l", "w", "v", "h", "\u00ed", "i", "c", "x", "m", "s", "f", "\u00fa", "k", "p", "\u00e1", "\u00e9", "\u0301", "t", "u", "y", "\u00f1", "a"], "grapheme_order": 2, "phone_order": 2, "sequence_separator": "|", "unicode_decomposition": true, "evaluation": {"num_words": 11776, "word_error_rate": null, "phone_error_rate": null}, "training": {"num_words": 139675, "num_graphemes": 38, "num_phones": 42}}
g2p/spanish_latin_america_mfa/model.fst ADDED

Git LFS Details

  • SHA256: bd838d5e578296471738f9420d36073a31553bbdc38e2b9d09242f1a98d6508a
  • Pointer size: 133 Bytes
  • Size of remote file: 38.7 MB
g2p/spanish_latin_america_mfa/phones.sym ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <eps> 0
2
+ sil 1
3
+ a 2
4
+ l 3
5
+ e 4
6
+ ɲ 5
7
+ j 6
8
+ n 7
9
+ s 8
10
+ o 9
11
+ ɾ 10
12
+ õ 11
13
+ β 12
14
+ i 13
15
+ ʝ 14
16
+ ã 15
17
+ k 16
18
+ m 17
19
+ ẽ 18
20
+ t̪ 19
21
+ ɣ 20
22
+ ð 21
23
+ x 22
24
+ d̪ 23
25
+ ç 24
26
+ w 25
27
+ ŋ 26
28
+ z 27
29
+ u 28
30
+ c 29
31
+ r 30
32
+ tʃ 31
33
+ f 32
34
+ ʎ 33
35
+ ĩ 34
36
+ p 35
37
+ ɡ 36
38
+ b 37
39
+ ũ 38
40
+ ɟ 39
41
+ ɱ 40
42
+ v 41
43
+ ʃ 42
44
+ ɟʝ 43
g2p/spanish_spain_mfa/graphemes.sym ADDED
@@ -0,0 +1,282 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <eps> 0
2
+ | 1
3
+ _ 2
4
+ a 3
5
+ a|l 4
6
+ e|n 5
7
+ i|a 6
8
+ n|a 7
9
+ l|e 8
10
+ n|i 9
11
+ s 10
12
+ n|o 11
13
+ a|r 12
14
+ ó 13
15
+ n 14
16
+ a|b 15
17
+ b|i 16
18
+ l|l 17
19
+ i|s 18
20
+ a|n 19
21
+ a|s 20
22
+ a|d 21
23
+ o|s 22
24
+ a|m 23
25
+ e 24
26
+ e|m 25
27
+ e|s 26
28
+ m|e 27
29
+ o|n 28
30
+ s|e 29
31
+ t|e 30
32
+ á 31
33
+ é 32
34
+ í 33
35
+ o 34
36
+ b|a 35
37
+ m|o 36
38
+ d|o 37
39
+ e|r 38
40
+ r 39
41
+ r|a 40
42
+ r|e 41
43
+ n|e 42
44
+ d|i 43
45
+ j|a 44
46
+ j 45
47
+ d 46
48
+ d|a 47
49
+ d|e 48
50
+ r|o 49
51
+ l|a 50
52
+ l|o 51
53
+ j|e 52
54
+ ñ 53
55
+ j|o 54
56
+ c|e 55
57
+ c 56
58
+ z|a 57
59
+ z 58
60
+ n|d 59
61
+ o|l 60
62
+ l|d 61
63
+ o|r 62
64
+ i|o 63
65
+ u 64
66
+ t|a 65
67
+ c|i 66
68
+ c|a 67
69
+ m|i 68
70
+ t|o 69
71
+ r|i 70
72
+ r|r 71
73
+ l 72
74
+ i|d 73
75
+ b|u 74
76
+ y 75
77
+ c|o 76
78
+ c|t 77
79
+ i|n 78
80
+ z|o 79
81
+ s|m 80
82
+ b|e 81
83
+ q|u 82
84
+ i 83
85
+ s|t 84
86
+ d|u 85
87
+ z|c 86
88
+ ú 87
89
+ e|c 88
90
+ e|j 89
91
+ r|u 90
92
+ j|i 91
93
+ j|u 92
94
+ e|l 93
95
+ l|i 94
96
+ n|u 95
97
+ l|u 96
98
+ u|i 97
99
+ i|r 98
100
+ g|a 99
101
+ g|o 100
102
+ e|g 101
103
+ o|b 102
104
+ c|h 103
105
+ f|e 104
106
+ o|g 105
107
+ t|i 106
108
+ b|l 107
109
+ t 108
110
+ x 109
111
+ v|a 110
112
+ v|o 111
113
+ m 112
114
+ c|u 113
115
+ u|c 114
116
+ u|j 115
117
+ t|u 116
118
+ i|v 117
119
+ m|a 118
120
+ g 119
121
+ s|i 120
122
+ p 121
123
+ g|r 122
124
+ y|a 123
125
+ u|r 124
126
+ o|m 125
127
+ h 126
128
+ b|o 127
129
+ f 128
130
+ p|u 129
131
+ e|v 130
132
+ v|i 131
133
+ i|g 132
134
+ u|p 133
135
+ p|t 134
136
+ g|i 135
137
+ g|u 136
138
+ g|e 137
139
+ v|e 138
140
+ b|r 139
141
+ l|v 140
142
+ b 141
143
+ d|r 142
144
+ r|g 143
145
+ i|e 144
146
+ t|r 145
147
+ a|c 146
148
+ n|g 147
149
+ u|e 148
150
+ s|u 149
151
+ h|a 150
152
+ u|l 151
153
+ u|n 152
154
+ y|e 153
155
+ i|m 154
156
+ f|a 155
157
+ p|a 156
158
+ m|p 157
159
+ h|u 158
160
+ u|a 159
161
+ p|i 160
162
+ f|l 161
163
+ c|c 162
164
+ i|b 163
165
+ e|d 164
166
+ r|v 165
167
+ f|i 166
168
+ c|l 167
169
+ i|c 168
170
+ m|u 169
171
+ p|l 170
172
+ n|f 171
173
+ n|t 172
174
+ u|m 173
175
+ c|r 174
176
+ i|t 175
177
+ u|d 176
178
+ p|o 177
179
+ f|o 178
180
+ i|z 179
181
+ u|t 180
182
+ v 181
183
+ h|e 182
184
+ p|r 183
185
+ y|o 184
186
+ h|i 185
187
+ o|p 186
188
+ i|p 187
189
+ i|l 188
190
+ u|s 189
191
+ n|c 190
192
+ w|a 191
193
+ y|u 192
194
+ f|f 193
195
+ f|r 194
196
+ k 195
197
+ e|a 196
198
+ p|e 197
199
+ f|u 198
200
+ g|l 199
201
+ g|n 200
202
+ h|o 201
203
+ k|i 202
204
+ ü 203
205
+ k|e 204
206
+ k|a 205
207
+ z|u 206
208
+ u|g 207
209
+ ý 208
210
+ u|b 209
211
+ m|b 210
212
+ s|h 211
213
+ p|s 212
214
+ s|g 213
215
+ y|i 214
216
+ n|v 215
217
+ r|t 216
218
+ x|a 217
219
+ y|m 218
220
+ a|t 219
221
+ z|z 220
222
+ g|m 221
223
+ e|t 222
224
+ w 223
225
+ v|u 224
226
+ w|e 225
227
+ y|l 226
228
+ k|u 227
229
+ c|k 228
230
+ k|o 229
231
+ r|b 230
232
+ s|o 231
233
+ y|b 232
234
+ r|d 233
235
+ o|t 234
236
+ w|n 235
237
+ l|g 236
238
+ x|t 237
239
+ â 238
240
+ n|m 239
241
+ n|j 240
242
+ s|c 241
243
+ e|p 242
244
+ w|i 243
245
+ p|c 244
246
+ x|e 245
247
+ s|v 246
248
+ o|d 247
249
+ k|y 248
250
+ e|x 249
251
+ x|h 250
252
+ m|n 251
253
+ y|n 252
254
+ l|t 253
255
+ k|r 254
256
+ y|p 255
257
+ z|g 256
258
+ s|q 257
259
+ b|d 258
260
+ x|i 259
261
+ k|s 260
262
+ x|o 261
263
+ q 262
264
+ s|a 263
265
+ w|b 264
266
+ f|t 265
267
+ x|c 266
268
+ n|s 267
269
+ k|m 268
270
+ x|u 269
271
+ w|o 270
272
+ w|r 271
273
+ w|h 272
274
+ ' 273
275
+ '|s 274
276
+ w|s 275
277
+ k|l 276
278
+ '|e 277
279
+ w|m 278
280
+ w|k 279
281
+ i|f 280
282
+ z|m 281
g2p/spanish_spain_mfa/meta.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"version": "3.2.0", "architecture": "phonetisaurus", "train_date": "2024-09-15 16:26:51.342202", "phones": ["z", "o", "o\u0303", "t\u0283", "n", "j", "e", "\u025f", "b", "\u027e", "\u03b2", "\u014b", "\u0271", "\u0261", "\u025f\u029d", "r", "i\u0303", "w", "t\u032a", "l", "v", "i", "u\u0303", "c", "d\u032a", "\u028e", "\u029d", "x", "\u0283", "m", "\u03b8", "s", "a\u0303", "f", "\u00e7", "p", "k", "e\u0303", "\u00f0", "\u0263", "u", "a", "\u0272"], "graphemes": ["'", "\u0303", "\u0302", "z", "o", "n", "j", "e", "b", "q", "\u0308", "d", "g", "r", "\u00fc", "\u00f3", "l", "w", "v", "h", "\u00ed", "i", "c", "x", "m", "s", "f", "\u00fa", "k", "p", "\u00e1", "\u00e9", "\u0301", "t", "u", "y", "\u00f1", "a"], "grapheme_order": 2, "phone_order": 2, "sequence_separator": "|", "unicode_decomposition": true, "evaluation": {"num_words": 11790, "word_error_rate": null, "phone_error_rate": null}, "training": {"num_words": 139661, "num_graphemes": 38, "num_phones": 43}}
g2p/spanish_spain_mfa/model.fst ADDED

Git LFS Details

  • SHA256: a9c8f872e4f05a89a249113e3027f1fa54329c219e4fefaa7904c9c134fbd4da
  • Pointer size: 133 Bytes
  • Size of remote file: 38.8 MB
g2p/spanish_spain_mfa/phones.sym ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <eps> 0
2
+ sil 1
3
+ a 2
4
+ l 3
5
+ e 4
6
+ ɲ 5
7
+ j 6
8
+ n 7
9
+ s 8
10
+ o 9
11
+ ɾ 10
12
+ õ 11
13
+ β 12
14
+ i 13
15
+ ʝ 14
16
+ ã 15
17
+ ð 16
18
+ m 17
19
+ ẽ 18
20
+ t̪ 19
21
+ d̪ 20
22
+ x 21
23
+ ç 22
24
+ θ 23
25
+ w 24
26
+ ŋ 25
27
+ k 26
28
+ r 27
29
+ u 28
30
+ ɣ 29
31
+ z 30
32
+ c 31
33
+ ʎ 32
34
+ tʃ 33
35
+ f 34
36
+ ɡ 35
37
+ ĩ 36
38
+ p 37
39
+ b 38
40
+ ũ 39
41
+ ɟ 40
42
+ ɱ 41
43
+ v 42
44
+ ʃ 43
45
+ ɟʝ 44