Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def get_lang_description_from_mapping_name(string_to_check, add_original_code= T
|
|
29 |
description = ", ".join(items)
|
30 |
|
31 |
notes = {
|
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)",
|
|
|
29 |
description = ", ".join(items)
|
30 |
|
31 |
notes = {
|
32 |
+
"-red": " (reduced mode)",
|
33 |
"-suf": " (Based on data with suffixes attached)",
|
34 |
"-nosuf": "Based on data with suffixes removed",
|
35 |
"-np": " (naively assume phonemic orthography)",
|