sp1r05 commited on
Commit
f8e8efa
·
verified ·
1 Parent(s): 8b3d691

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -4,4 +4,19 @@ language:
4
  - el
5
  pipeline_tag: token-classification
6
  ---
 
 
 
 
 
 
 
7
 
 
 
 
 
 
 
 
 
 
4
  - el
5
  pipeline_tag: token-classification
6
  ---
7
+ This repository contains the models used in the gr-nlp-toolkit project (https://github.com/nlpaueb/gr-nlp-toolkit).
8
+ -
9
+ The toolkit includes the following models, all designed specifically for processing the Greek language:
10
+ - Named Entity Recognition (NER): Identifies and classifies named entities in Greek text,
11
+ such as names of people, organizations, and locations.
12
+ - Dependency Parsing (DP): Analyzes the grammatical structure of Greek sentences by identifying relationships between words and their dependencies.
13
+ - Part Of Speech tagging (POS): Tags each word in Greek text with its corresponding part of speech (e.g., noun, verb, adjective), along with its morphological features.
14
 
15
+ **Note:**
16
+ These models cannot be used as standalone tools; they are integrated into the gr-nlp-toolkit and can only be utilized through it.
17
+
18
+ References:
19
+
20
+ - C. Dikonimaki, "A Transformer-based natural language processing toolkit for Greek -- Part of speech tagging and dependency parsing", BSc thesis, Department of Informatics, Athens University of Economics and Business, 2021. http://nlp.cs.aueb.gr/theses/dikonimaki_bsc_thesis.pdf
21
+
22
+ - N. Smyrnioudis, "A Transformer-based natural language processing toolkit for Greek -- Named entity recognition and multi-task learning", BSc thesis, Department of Informatics, Athens University of Economics and Business, 2021. http://nlp.cs.aueb.gr/theses/smyrnioudis_bsc_thesis.pdf