imvladikon commited on
Commit
186c828
1 Parent(s): df9c250

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -1,7 +1,12 @@
1
  ---
2
  license: cc-by-sa-4.0
 
 
3
  task_categories:
4
  - token-classification
 
 
 
5
  language:
6
  - he
7
  ---
@@ -21,6 +26,19 @@ The HTB version used in the project was initially converted automatically, then
21
 
22
  We would like to thank all the people who contributed to this corpus: Amir Zeldes, Hilla Merhav, Israel Landau, Netanel Dahan, Nick Howell, Noam Ordan, Omer Strass, Shira Wigderson, Yael Minerbi, Yifat Ben Moshe
23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ## References
25
 
26
  To cite this dataset please refer to the following paper:
 
1
  ---
2
  license: cc-by-sa-4.0
3
+ annotations_creators:
4
+ - expert-generated
5
  task_categories:
6
  - token-classification
7
+ tags:
8
+ - constituency-parsing
9
+ - dependency-parsing
10
  language:
11
  - he
12
  ---
 
26
 
27
  We would like to thank all the people who contributed to this corpus: Amir Zeldes, Hilla Merhav, Israel Landau, Netanel Dahan, Nick Howell, Noam Ordan, Omer Strass, Shira Wigderson, Yael Minerbi, Yifat Ben Moshe
28
 
29
+
30
+ ## Usage
31
+
32
+ ```bash
33
+ pip install conllu
34
+ ```
35
+
36
+ ```python
37
+ from datasets import load_dataset
38
+
39
+ dataset = load_dataset("iahlt/UD_Hebrew-IAHLTwiki")
40
+ ```
41
+
42
  ## References
43
 
44
  To cite this dataset please refer to the following paper: