Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,8 @@ if __name__ == "__main__":
|
|
66 |
|
67 |
st.write("# Phonemize your text with [Epitran](https://github.com/dmort27/epitran)!")
|
68 |
|
69 |
-
st.write("Epitran is a
|
|
|
70 |
valid_epitran_mappings = get_valid_epitran_mappings_list()
|
71 |
st.write(valid_epitran_mappings)
|
72 |
|
|
|
66 |
|
67 |
st.write("# Phonemize your text with [Epitran](https://github.com/dmort27/epitran)!")
|
68 |
|
69 |
+
st.write("Epitran is a library and tool for transliterating orthographic text as IPA (International Phonetic Alphabet), by Mortensen, David R. and Dalmia, Siddharth and Littell, Patrick.")
|
70 |
+
st.write("It supports converting many writing sytems to IPA symbols, including the following languages/scripts:")
|
71 |
valid_epitran_mappings = get_valid_epitran_mappings_list()
|
72 |
st.write(valid_epitran_mappings)
|
73 |
|