Aleksi Sahala
commited on
Commit
•
b078b2d
1
Parent(s):
9f43f9f
init model
Browse files- README.md +27 -3
- greek.tar.gz +3 -0
README.md
CHANGED
@@ -1,3 +1,27 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Ancient Greek (demo) model for [BabyLemmatizer](https://github.com/asahala/BabyLemmatizer)
|
2 |
+
This is a demo model for Ancient Greek based on [PROIEL data](https://github.com/UniversalDependencies/UD_Ancient_Greek-PROIEL).
|
3 |
+
|
4 |
+
## Evaluation results
|
5 |
+
|
6 |
+
```
|
7 |
+
COMPONENT AVG CI MODEL0
|
8 |
+
POS-tagger 97.22 ±0.00 97.22
|
9 |
+
Lemmatizer 97.64 ±0.00 97.64
|
10 |
+
Combined 95.96 ±0.00 95.96
|
11 |
+
POS-tagger OOV 92.17 ±0.00 92.17
|
12 |
+
Lemmatizer OOV 83.19 ±0.00 83.19
|
13 |
+
Combined OOV 81.96 ±0.00 81.96
|
14 |
+
-----------------------------------------------
|
15 |
+
OOV input rate 11.03 11.03
|
16 |
+
|
17 |
+
Post-correct Evaluation
|
18 |
+
COMPONENT AVG CI MODEL0
|
19 |
+
POS-tagger 97.22 ±0.00 97.22
|
20 |
+
Lemmatizer 97.62 ±0.00 97.62
|
21 |
+
Combined 95.94 ±0.00 95.94
|
22 |
+
POS-tagger OOV 92.17 ±0.00 92.17
|
23 |
+
Lemmatizer OOV 83.19 ±0.00 83.19
|
24 |
+
Combined OOV 81.96 ±0.00 81.96
|
25 |
+
-----------------------------------------------
|
26 |
+
OOV input rate 11.03 11.03
|
27 |
+
```
|
greek.tar.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f412f431d4d580db4db733aec20eec0dafa186b0ae5d519301b1d7a7b559594
|
3 |
+
size 211186565
|