Skip to content
Snippets Groups Projects
Commit a24513e3 authored by Kieran Felix Meinhardt's avatar Kieran Felix Meinhardt
Browse files

add references for german and english inventories

parent bef6b8bc
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,7 @@ voiceless_consonants: Set[Category] = {"T", "S"}
consonants: Set[Category] = {"J", "R", "L", "N", "S", "Z", "D", "T"}
obstruents: Set[Category] = {"S", "Z", "D", "T"}
# ref doi:10.1017/S0025100304001768
english_sounds: Set[Sound] = {
"p",
"b",
......@@ -136,6 +137,8 @@ english_sounds: Set[Sound] = {
"Q",
"A",
}
# ref doi:10.1017/S0025100300004084
german_sounds: Set[Sound] = {
"2",
"2_o",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment