ilsp
/

viv commited on
Commit
4cb995d
·
verified ·
1 Parent(s): 6076386

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -3
README.md CHANGED
@@ -1,3 +1,38 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - stanza
4
+ - token-classification
5
+ library_name: stanza
6
+ language: el
7
+ license: apache-2.0
8
+ ---
9
+ # Stanza model for Greek (el)
10
+ Stanza is a collection of accurate and efficient tools for the linguistic analysis of many human languages. Starting from raw text to syntactic analysis and entity recognition, Stanza brings state-of-the-art NLP models to languages of your choosing.
11
+ Find more about it in [the website](https://stanfordnlp.github.io/stanza) and the [GitHub repository](https://github.com/stanfordnlp/stanza).
12
+
13
+ GUD is a resource for EL manually annotated for morphology and syntax.
14
+ It is an ongoing project led by Stella Markantonatou and Vivian Stamou (hereinafter: the GUD team), both researchers at the Institute for Language and Speech Processing (ILSP/Athena Research Centre).
15
+ Find more about it [here] (https://github.com/UniversalDependencies/UD_Greek-GUD).
16
+
17
+ Please refer to this work: Markantonatou,S. Stamou, V., Bompolas, S., Anastasopoulou, K., Vasiliadi-Linardaki, I., Diamantopoulos, K., Kazos, Y. 2025. GUD: a new Modern Greek treebank enriched with VMWE annotations. UniDive 3rd general meeting, Budapest.
18
+
19
+ ## Model Evaluation Metrics
20
+
21
+
22
+ | Metric | Precision | Recall | F1 Score | AligndAcc |
23
+ |-----------|-----------|--------|----------|-----------|
24
+ | Tokens | 100.00 | 100.00 | 100.00 | |
25
+ | Sentences | 100.00 | 100.00 | 100.00 | |
26
+ | Words | 100.00 | 100.00 | 100.00 | |
27
+ | UPOS | 96.68 | 96.68 | 96.68 | 96.68 |
28
+ | XPOS | 95.81 | 95.81 | 95.81 | 95.81 |
29
+ | UFeats | 93.89 | 93.89 | 93.89 | 93.89 |
30
+ | AllTags | 89.79 | 89.79 | 89.79 | 89.79 |
31
+ | Lemmas | 92.92 | 92.92 | 92.92 | 92.92 |
32
+ | UAS | 84.36 | 84.36 | 84.36 | 84.36 |
33
+ | LAS | 79.27 | 79.27 | 79.27 | 79.27 |
34
+ | CLAS | 72.31 | 74.12 | 73.20 | 74.12 |
35
+ | MLAS | 63.49 | 65.08 | 64.28 | 65.08 |
36
+ | BLEX | 62.18 | 63.74 | 62.95 | 63.74 |
37
+ | ELAS | 0.00 | 0.00 | 0.00 | |
38
+ | EULAS | 0.00 | 0.00 | 0.00 | 0.00 |