davidguzmanr commited on
Commit
6a498e9
·
verified ·
1 Parent(s): 44c4c95

Add config/everyvoice-shared-text.yaml for Gofa

Browse files
Files changed (1) hide show
  1. config/everyvoice-shared-text.yaml +21 -0
config/everyvoice-shared-text.yaml ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cleaners: [everyvoice.utils.collapse_whitespace, everyvoice.utils.strip_text]
2
+ g2p_engines: {}
3
+ symbols:
4
+ open-bible-gofa_characters: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', A,
5
+ B, C, D, E, F, G, H, I, K, L, M, N, O, P, Q, R, S, T, U, W, X, Y, Z, a, b, c,
6
+ d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, w, x, y, z, ‘, ’]
7
+ open-bible-gofa_phones: [a, b, d, e, f, h, i, j, k, l, m, n, o, p, q, r, s, t, t͡ʃ,
8
+ u, w, x, z, ɡ, ʒ, ʔ]
9
+ punctuation:
10
+ colons: [':']
11
+ commas: [',']
12
+ ellipses: […]
13
+ exclamations: ['!', ¡]
14
+ hyphens: ['-', —, '*']
15
+ parentheses: [(, ), '[', ']', '{', '}']
16
+ periods: [.]
17
+ question_symbols: ['?', ¿]
18
+ quotemarks: ['"', '''', “, ”, «, »]
19
+ semi_colons: [;]
20
+ silence: [<SIL>]
21
+ to_replace: {}