valgardg
commited on
Commit
·
c5305e2
1
Parent(s):
b61f6e5
added text to readme
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ metrics:
|
|
18 |
|
19 |
This repository contains a Part-of-Speech (PoS) tagging model designed specifically for Icelandic sentences. The model can tag each word in a sentence with detailed linguistic features, including word class (noun, adjective, verb, etc.), gender, number, person, article (if applicable), and more.
|
20 |
|
21 |
-
Github link to project that includes files used for training and evaluation:
|
22 |
|
23 |
```
|
24 |
https://github.com/valgardg/learnice
|
|
|
18 |
|
19 |
This repository contains a Part-of-Speech (PoS) tagging model designed specifically for Icelandic sentences. The model can tag each word in a sentence with detailed linguistic features, including word class (noun, adjective, verb, etc.), gender, number, person, article (if applicable), and more.
|
20 |
|
21 |
+
Github link to project that includes files used for training and evaluation, as well as demos for using the model and producing intelligible output:
|
22 |
|
23 |
```
|
24 |
https://github.com/valgardg/learnice
|