cdleong commited on
Commit
651c679
1 Parent(s): 743f5fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def get_lang_description_from_mapping_name(string_to_check, add_original_code= T
32
  "-red": " (reduced)",
33
  "-suf": " (Based on data with suffixes attached)",
34
  "-nosuf": "Based on data with suffixes removed",
35
- "-np": " (process naively, assuming a phonemic orthography)",
36
 
37
  }
38
  for key, note in notes.items():
 
32
  "-red": " (reduced)",
33
  "-suf": " (Based on data with suffixes attached)",
34
  "-nosuf": "Based on data with suffixes removed",
35
+ "-np": " (naively assume phonemic orthography)",
36
 
37
  }
38
  for key, note in notes.items():