holylovenia commited on
Commit
d18a0c2
1 Parent(s): 118bb7d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - dependency-parsing
4
+ - machine-translation
5
+ - pos-tagging
6
+ language:
7
+ - ind
8
+ ---
9
+
10
+ UD Indonesian-CSUI is a conversion from an Indonesian constituency treebank in the Penn Treebank format named Kethu that was also a conversion from a constituency treebank built by Dinakaramani et al. (2015).
11
+ This treebank is named after the place where treebanks were built: Faculty of Computer Science (CS), Universitas Indonesia (UI).
12
+
13
+ About this treebank:
14
+ - Genre is news in formal Indonesian (the majority is economic news)
15
+ - 1030 sentences (28K words) divided into testing and training dataset of around 10K words and around 18K words respectively.
16
+ - Average of 27.4 words per-sentence.
17
+
18
+
19
+ ## Dataset Usage
20
+
21
+ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
22
+
23
+ ## Citation
24
+
25
+ ```@article {10.3844/jcssp.2020.1585.1597,
26
+ author = {Alfina, Ika and Budi, Indra and Suhartanto, Heru},
27
+ title = {Tree Rotations for Dependency Trees: Converting the Head-Directionality of Noun Phrases},
28
+ article_type = {journal},
29
+ volume = {16},
30
+ number = {11},
31
+ year = {2020},
32
+ month = {Nov},
33
+ pages = {1585-1597},
34
+ doi = {10.3844/jcssp.2020.1585.1597},
35
+ url = {https://thescipub.com/abstract/jcssp.2020.1585.1597},
36
+ journal = {Journal of Computer Science},
37
+ publisher = {Science Publications}
38
+ }
39
+ ```
40
+
41
+ ## License
42
+
43
+ CC BY-SA 4.0
44
+
45
+ ## Homepage
46
+
47
+ ### NusaCatalogue
48
+
49
+ For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)