-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from fedecosta/master
Adding Catalan (4 accents)
- Loading branch information
Showing
28 changed files
with
1,947 additions
and
5 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
|
||
language: | ||
name: "Balear Catalan" | ||
code: "ca-ba" | ||
phonemes: !env "${config_dir}/phonemes.txt" | ||
keep_stress: true | ||
|
||
lexicon: !env "${config_dir}/lexicon.db" | ||
|
||
g2p: | ||
model: !env "${config_dir}/g2p.fst" | ||
|
||
symbols: | ||
casing: "lower" | ||
number_regex: "^-?\\d+([,.]\\d+)*$" | ||
token_split: "\\s+" | ||
token_join: " " | ||
minor_breaks: | ||
- "," | ||
- ":" | ||
- ";" | ||
- "..." | ||
major_breaks: | ||
- "." | ||
- "?" | ||
- "!" | ||
replace: | ||
"[\\<\\>\\(\\)\\[\\]\"]+": "" | ||
"\\B'": "\"" | ||
"'\\B": "\"" | ||
"’": "'" | ||
"'": "" | ||
"-": "" | ||
"l·l": "l" | ||
punctuations: | ||
- "\"" | ||
- "„" | ||
- "“" | ||
- "”" | ||
- "«" | ||
- "»" | ||
- "," | ||
- ":" | ||
- ";" | ||
- "." | ||
- "?" | ||
- "¿" | ||
- "!" | ||
- "¡" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# https://en.wikipedia.org/wiki/Catalan_phonology | ||
# Catalan phonemes | ||
|
||
p [p]ala | ||
b [b]ala | ||
t [t]ela | ||
d [d]onar | ||
k [k]ala | ||
ɡ [g]ala | ||
m [m]ala | ||
ɲ fa[ng] | ||
β aca[b]a | ||
ð ca[d]a | ||
ɣ ama[g]ar | ||
f [f]als | ||
v a[f]ganès | ||
s [s]ala | ||
z ca[s]a | ||
ʃ [x]oc | ||
ʒ mà[g]ic | ||
tʃ co[tx]e | ||
dʒ me[tg]e | ||
l [l]íquid | ||
ʎ [ll]amp | ||
r ca[rr]o | ||
ɾ ca[r]a | ||
w ve[u]en | ||
uw ca[u]re | ||
j ca[i]re | ||
y [i]a[i]a | ||
n [n]ena | ||
ŋ pi[n]güí | ||
ts po[ts]er | ||
dz do[tz]e | ||
|
||
# Vowels | ||
i r[i]c | ||
e c[e]c | ||
ɛ s[e]c | ||
a s[a]c | ||
ɔ f[o]c | ||
o s[ó]c | ||
u s[u]c | ||
ə [a]mor |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
|
||
language: | ||
name: "Central Catalan" | ||
code: "ca-ce" | ||
phonemes: !env "${config_dir}/phonemes.txt" | ||
keep_stress: true | ||
|
||
lexicon: !env "${config_dir}/lexicon.db" | ||
|
||
g2p: | ||
model: !env "${config_dir}/g2p.fst" | ||
|
||
symbols: | ||
casing: "lower" | ||
number_regex: "^-?\\d+([,.]\\d+)*$" | ||
token_split: "\\s+" | ||
token_join: " " | ||
minor_breaks: | ||
- "," | ||
- ":" | ||
- ";" | ||
- "..." | ||
major_breaks: | ||
- "." | ||
- "?" | ||
- "!" | ||
replace: | ||
"[\\<\\>\\(\\)\\[\\]\"]+": "" | ||
"\\B'": "\"" | ||
"'\\B": "\"" | ||
"’": "'" | ||
"'": "" | ||
"-": "" | ||
"l·l": "l" | ||
punctuations: | ||
- "\"" | ||
- "„" | ||
- "“" | ||
- "”" | ||
- "«" | ||
- "»" | ||
- "," | ||
- ":" | ||
- ";" | ||
- "." | ||
- "?" | ||
- "¿" | ||
- "!" | ||
- "¡" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# https://en.wikipedia.org/wiki/Catalan_phonology | ||
# Catalan phonemes | ||
|
||
p [p]ala | ||
b [b]ala | ||
t [t]ela | ||
d [d]onar | ||
k [k]ala | ||
ɡ [g]ala | ||
m [m]ala | ||
ɲ fa[ng] | ||
β aca[b]a | ||
ð ca[d]a | ||
ɣ ama[g]ar | ||
f [f]als | ||
v a[f]ganès | ||
s [s]ala | ||
z ca[s]a | ||
ʃ [x]oc | ||
ʒ mà[g]ic | ||
tʃ co[tx]e | ||
dʒ me[tg]e | ||
l [l]íquid | ||
ʎ [ll]amp | ||
r ca[rr]o | ||
ɾ ca[r]a | ||
w ve[u]en | ||
uw ca[u]re | ||
j ca[i]re | ||
y [i]a[i]a | ||
n [n]ena | ||
ŋ pi[n]güí | ||
ts po[ts]er | ||
dz do[tz]e | ||
|
||
# Vowels | ||
i r[i]c | ||
e c[e]c | ||
ɛ s[e]c | ||
a s[a]c | ||
ɔ f[o]c | ||
o s[ó]c | ||
u s[u]c | ||
ə [a]mor |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
|
||
language: | ||
name: "Nord-Occidental Catalan" | ||
code: "ca-no" | ||
phonemes: !env "${config_dir}/phonemes.txt" | ||
keep_stress: true | ||
|
||
lexicon: !env "${config_dir}/lexicon.db" | ||
|
||
g2p: | ||
model: !env "${config_dir}/g2p.fst" | ||
|
||
symbols: | ||
casing: "lower" | ||
number_regex: "^-?\\d+([,.]\\d+)*$" | ||
token_split: "\\s+" | ||
token_join: " " | ||
minor_breaks: | ||
- "," | ||
- ":" | ||
- ";" | ||
- "..." | ||
major_breaks: | ||
- "." | ||
- "?" | ||
- "!" | ||
replace: | ||
"[\\<\\>\\(\\)\\[\\]\"]+": "" | ||
"\\B'": "\"" | ||
"'\\B": "\"" | ||
"’": "'" | ||
"'": "" | ||
"-": "" | ||
"l·l": "l" | ||
punctuations: | ||
- "\"" | ||
- "„" | ||
- "“" | ||
- "”" | ||
- "«" | ||
- "»" | ||
- "," | ||
- ":" | ||
- ";" | ||
- "." | ||
- "?" | ||
- "¿" | ||
- "!" | ||
- "¡" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# https://en.wikipedia.org/wiki/Catalan_phonology | ||
# Catalan phonemes | ||
|
||
p [p]ala | ||
b [b]ala | ||
t [t]ela | ||
d [d]onar | ||
k [k]ala | ||
ɡ [g]ala | ||
m [m]ala | ||
ɲ fa[ng] | ||
β aca[b]a | ||
ð ca[d]a | ||
ɣ ama[g]ar | ||
f [f]als | ||
v a[f]ganès | ||
s [s]ala | ||
z ca[s]a | ||
ʃ [x]oc | ||
ʒ mà[g]ic | ||
tʃ co[tx]e | ||
dʒ me[tg]e | ||
l [l]íquid | ||
ʎ [ll]amp | ||
r ca[rr]o | ||
ɾ ca[r]a | ||
w ve[u]en | ||
uw ca[u]re | ||
j ca[i]re | ||
y [i]a[i]a | ||
n [n]ena | ||
ŋ pi[n]güí | ||
ts po[ts]er | ||
dz do[tz]e | ||
|
||
# Vowels | ||
i r[i]c | ||
e c[e]c | ||
ɛ s[e]c | ||
a s[a]c | ||
ɔ f[o]c | ||
o s[ó]c | ||
u s[u]c | ||
ə [a]mor |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
|
||
language: | ||
name: "Valencià Catalan" | ||
code: "ca-va" | ||
phonemes: !env "${config_dir}/phonemes.txt" | ||
keep_stress: true | ||
|
||
lexicon: !env "${config_dir}/lexicon.db" | ||
|
||
g2p: | ||
model: !env "${config_dir}/g2p.fst" | ||
|
||
symbols: | ||
casing: "lower" | ||
number_regex: "^-?\\d+([,.]\\d+)*$" | ||
token_split: "\\s+" | ||
token_join: " " | ||
minor_breaks: | ||
- "," | ||
- ":" | ||
- ";" | ||
- "..." | ||
major_breaks: | ||
- "." | ||
- "?" | ||
- "!" | ||
replace: | ||
"[\\<\\>\\(\\)\\[\\]\"]+": "" | ||
"\\B'": "\"" | ||
"'\\B": "\"" | ||
"’": "'" | ||
"'": "" | ||
"-": "" | ||
"l·l": "l" | ||
punctuations: | ||
- "\"" | ||
- "„" | ||
- "“" | ||
- "”" | ||
- "«" | ||
- "»" | ||
- "," | ||
- ":" | ||
- ";" | ||
- "." | ||
- "?" | ||
- "¿" | ||
- "!" | ||
- "¡" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# https://en.wikipedia.org/wiki/Catalan_phonology | ||
# Catalan phonemes | ||
|
||
p [p]ala | ||
b [b]ala | ||
t [t]ela | ||
d [d]onar | ||
k [k]ala | ||
ɡ [g]ala | ||
m [m]ala | ||
ɲ fa[ng] | ||
β aca[b]a | ||
ð ca[d]a | ||
ɣ ama[g]ar | ||
f [f]als | ||
v a[f]ganès | ||
s [s]ala | ||
z ca[s]a | ||
ʃ [x]oc | ||
ʒ mà[g]ic | ||
tʃ co[tx]e | ||
dʒ me[tg]e | ||
l [l]íquid | ||
ʎ [ll]amp | ||
r ca[rr]o | ||
ɾ ca[r]a | ||
w ve[u]en | ||
uw ca[u]re | ||
j ca[i]re | ||
y [i]a[i]a | ||
n [n]ena | ||
ŋ pi[n]güí | ||
ts po[ts]er | ||
dz do[tz]e | ||
|
||
# Vowels | ||
i r[i]c | ||
e c[e]c | ||
ɛ s[e]c | ||
a s[a]c | ||
ɔ f[o]c | ||
o s[ó]c | ||
u s[u]c | ||
ə [a]mor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ca-ce Catalan |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# gruut Catalan | ||
|
||
Language-specific files for Catalan (ca) in [gruut](https://github.com/rhasspy/gruut) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0.0.0 |
Oops, something went wrong.