Update key features
Browse files
app.py
CHANGED
@@ -63,7 +63,8 @@ def create_demo():
|
|
63 |
|
64 |
## Key Features:
|
65 |
- Named Entity Recognition (NER)
|
66 |
-
- Part-of-Speech (POS)
|
|
|
67 |
- Dependency Parsing (DP)
|
68 |
- Greeklish to Greek Conversion (G2G)
|
69 |
|
@@ -81,7 +82,7 @@ def create_demo():
|
|
81 |
named_entity_recognition, inputs=ner_input, outputs=ner_output
|
82 |
)
|
83 |
|
84 |
-
with gr.Tab("
|
85 |
pos_input = gr.Textbox(
|
86 |
label="Enter text",
|
87 |
placeholder=POS_PLACEHOLDER,
|
|
|
63 |
|
64 |
## Key Features:
|
65 |
- Named Entity Recognition (NER)
|
66 |
+
- Part-of-Speech (POS) Tagging
|
67 |
+
- Morphological Tagging
|
68 |
- Dependency Parsing (DP)
|
69 |
- Greeklish to Greek Conversion (G2G)
|
70 |
|
|
|
82 |
named_entity_recognition, inputs=ner_input, outputs=ner_output
|
83 |
)
|
84 |
|
85 |
+
with gr.Tab("POS and Morphological Tagging"):
|
86 |
pos_input = gr.Textbox(
|
87 |
label="Enter text",
|
88 |
placeholder=POS_PLACEHOLDER,
|