Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ if input_text:
|
|
95 |
f"- **Token**: {w.string}\n"
|
96 |
f" - Lemma: {w.lemma}\n"
|
97 |
f" - UPOS: {w.upos}\n"
|
98 |
-
f" - Morph: {w.
|
99 |
)
|
100 |
st.write("---")
|
101 |
else:
|
|
|
95 |
f"- **Token**: {w.string}\n"
|
96 |
f" - Lemma: {w.lemma}\n"
|
97 |
f" - UPOS: {w.upos}\n"
|
98 |
+
f" - Morph: {w.features}\n"
|
99 |
)
|
100 |
st.write("---")
|
101 |
else:
|