cati
commited on
Commit
·
bb9ca16
1
Parent(s):
5f40629
- vowel_length.py +1 -1
vowel_length.py
CHANGED
@@ -124,7 +124,7 @@ def setup(meta,phkey):
|
|
124 |
kws = [i for t in kws for i in t]
|
125 |
kws = sorted(list(set(kws)))
|
126 |
|
127 |
-
return dat, read_ph_key(
|
128 |
|
129 |
|
130 |
|
|
|
124 |
kws = [i for t in kws for i in t]
|
125 |
kws = sorted(list(set(kws)))
|
126 |
|
127 |
+
return dat, read_ph_key(phkey), kws
|
128 |
|
129 |
|
130 |
|