holylovenia
commited on
Commit
·
2496caf
1
Parent(s):
c559db7
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -7,14 +7,21 @@ 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 |
|
@@ -22,7 +29,8 @@ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `lo
|
|
22 |
|
23 |
## Citation
|
24 |
|
25 |
-
|
|
|
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},
|
@@ -44,6 +52,8 @@ 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)
|
|
|
7 |
- ind
|
8 |
---
|
9 |
|
10 |
+
# ud_id_csui
|
11 |
+
|
12 |
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).
|
13 |
+
|
14 |
This treebank is named after the place where treebanks were built: Faculty of Computer Science (CS), Universitas Indonesia (UI).
|
15 |
|
16 |
+
|
17 |
+
|
18 |
About this treebank:
|
19 |
+
|
20 |
- Genre is news in formal Indonesian (the majority is economic news)
|
21 |
+
|
22 |
- 1030 sentences (28K words) divided into testing and training dataset of around 10K words and around 18K words respectively.
|
|
|
23 |
|
24 |
+
- Average of 27.4 words per-sentence.
|
25 |
|
26 |
## Dataset Usage
|
27 |
|
|
|
29 |
|
30 |
## Citation
|
31 |
|
32 |
+
```
|
33 |
+
@article {10.3844/jcssp.2020.1585.1597,
|
34 |
author = {Alfina, Ika and Budi, Indra and Suhartanto, Heru},
|
35 |
title = {Tree Rotations for Dependency Trees: Converting the Head-Directionality of Noun Phrases},
|
36 |
article_type = {journal},
|
|
|
52 |
|
53 |
## Homepage
|
54 |
|
55 |
+
[https://github.com/UniversalDependencies/UD_Indonesian-CSUI](https://github.com/UniversalDependencies/UD_Indonesian-CSUI)
|
56 |
+
|
57 |
### NusaCatalogue
|
58 |
|
59 |
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|