Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ if text:
|
|
38 |
# t = Tree.fromstring(re.sub(r'(-\w+)+', '', mod_tree))
|
39 |
# t = Tree.fromstring(mod_tree)
|
40 |
|
41 |
-
tree_svg = TreePrettyPrinter(t).svg(nodecolor='black', leafcolor='black', funccolor='black')
|
42 |
|
43 |
col1 = st.columns(1)[0]
|
44 |
col1.header("POS tagging result:")
|
|
|
38 |
# t = Tree.fromstring(re.sub(r'(-\w+)+', '', mod_tree))
|
39 |
# t = Tree.fromstring(mod_tree)
|
40 |
|
41 |
+
# tree_svg = TreePrettyPrinter(t).svg(nodecolor='black', leafcolor='black', funccolor='black')
|
42 |
|
43 |
col1 = st.columns(1)[0]
|
44 |
col1.header("POS tagging result:")
|