mohammedkhalilia commited on
Commit
5b4f964
ยท
1 Parent(s): b84e7cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -13,4 +13,16 @@ metrics:
13
  - precision
14
  - recall
15
  library_name: http://github.com/SinaLab/ArabicNER
16
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  - precision
14
  - recall
15
  library_name: http://github.com/SinaLab/ArabicNER
16
+ ---
17
+
18
+ ### Wojood - Nested/Flat Arabic NER Models
19
+ Wojood is a corpus for Arabic nested Named Entity Recognition (NER). Nested entities occur when one entity mention is embedded inside another entity mention. 550K tokens (MSA and dialect) This repo contains the source-code to train Wojood nested NER.
20
+
21
+ Online Demo
22
+ You can try our model using the demo link below
23
+
24
+ https://ontology.birzeit.edu/Wojood/
25
+
26
+ There are two models in this repo:
27
+ * Nested NER (main branch)
28
+ * Flat NER (flat branch)