cdleong commited on
Commit
619b882
1 Parent(s): 1651e6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 grapheme-to-phoneme tool. It supports converting many writing sytems to IPA symbols, including the following languages/scripts:")
 
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