-
Notifications
You must be signed in to change notification settings - Fork 0
/
profile.yml
34 lines (30 loc) · 945 Bytes
/
profile.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
name: "es_kaldi-rhasspy"
version: "1.1"
language:
name: "spanish"
code: "es"
text-to-speech:
espeak:
voice: "es"
speech-to-text:
acoustic-model-type: "kaldi"
word-casing: "lower"
kaldi:
model-type: "nnet3"
base-graph-directory: !env "${profile_dir}/acoustic_model/base_graph"
training:
acoustic-model-type: "kaldi"
kaldi:
model-type: "nnet3"
language-model-type: "text_fst"
large-files:
- !env "${profile_dir}/base_dictionary.txt"
- !env "${profile_dir}/base_language_model.txt"
- !env "${profile_dir}/base_language_model.fst"
- !env "${profile_dir}/g2p.fst"
- !env "${profile_dir}/g2p.corpus"
- !env "${profile_dir}/acoustic_model/base_graph/HCLG.fst"
- !env "${profile_dir}/acoustic_model/base_graph/words.txt"
- !env "${profile_dir}/acoustic_model/base_graph/phones/align_lexicon.txt"
- !env "${profile_dir}/acoustic_model/base_graph/phones/align_lexicon.int"