holylovenia
commited on
Commit
•
9202e59
1
Parent(s):
73fe55a
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: unknown
|
3 |
+
tags:
|
4 |
+
- emotion-classification
|
5 |
+
language:
|
6 |
+
- ind
|
7 |
+
---
|
8 |
+
|
9 |
+
# jadi_ide
|
10 |
+
|
11 |
+
The JaDi-Ide dataset is a Twitter dataset for Javanese dialect identification, containing 16,498
|
12 |
+
|
13 |
+
data samples. The dialect is classified into `Standard Javanese`, `Ngapak Javanese`, and `East
|
14 |
+
|
15 |
+
Javanese` dialects.
|
16 |
+
|
17 |
+
## Dataset Usage
|
18 |
+
|
19 |
+
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
20 |
+
|
21 |
+
## Citation
|
22 |
+
|
23 |
+
```
|
24 |
+
@article{hidayatullah2020attention,
|
25 |
+
title={Attention-based cnn-bilstm for dialect identification on javanese text},
|
26 |
+
author={Hidayatullah, Ahmad Fathan and Cahyaningtyas, Siwi and Pamungkas, Rheza Daffa},
|
27 |
+
journal={Kinetik: Game Technology, Information System, Computer Network, Computing, Electronics, and Control},
|
28 |
+
pages={317--324},
|
29 |
+
year={2020}
|
30 |
+
}
|
31 |
+
```
|
32 |
+
|
33 |
+
## License
|
34 |
+
|
35 |
+
Unknown
|
36 |
+
|
37 |
+
## Homepage
|
38 |
+
|
39 |
+
[https://github.com/fathanick/Javanese-Dialect-Identification-from-Twitter-Data](https://github.com/fathanick/Javanese-Dialect-Identification-from-Twitter-Data)
|
40 |
+
|
41 |
+
### NusaCatalogue
|
42 |
+
|
43 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|