Commit
·
9ad057f
1
Parent(s):
1bb19b9
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: unknown
|
3 |
+
tags:
|
4 |
+
- sentiment-analysis
|
5 |
+
language:
|
6 |
+
- btx
|
7 |
+
---
|
8 |
+
|
9 |
+
# karonese_sentiment
|
10 |
+
|
11 |
+
Karonese sentiment was crawled from Twitter between 1 January 2021 and 31 October 2021.
|
12 |
+
|
13 |
+
The first crawling process used several keywords related to the Karonese, such as
|
14 |
+
|
15 |
+
"deleng sinabung, Sinabung mountain", "mejuah-juah, greeting welcome", "Gundaling",
|
16 |
+
|
17 |
+
and so on. However, due to the insufficient number of tweets obtained using such
|
18 |
+
|
19 |
+
keywords, a second crawling process was done based on several hashtags, such as
|
20 |
+
|
21 |
+
#kalakkaro, # #antonyginting, and #lyodra.
|
22 |
+
|
23 |
+
## Dataset Usage
|
24 |
+
|
25 |
+
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
26 |
+
|
27 |
+
## Citation
|
28 |
+
|
29 |
+
```
|
30 |
+
@article{karo2022sentiment,
|
31 |
+
title={Sentiment Analysis in Karonese Tweet using Machine Learning},
|
32 |
+
author={Karo, Ichwanul Muslim Karo and Fudzee, Mohd Farhan Md and Kasim, Shahreen and Ramli, Azizul Azhar},
|
33 |
+
journal={Indonesian Journal of Electrical Engineering and Informatics (IJEEI)},
|
34 |
+
volume={10},
|
35 |
+
number={1},
|
36 |
+
pages={219--231},
|
37 |
+
year={2022}
|
38 |
+
}
|
39 |
+
```
|
40 |
+
|
41 |
+
## License
|
42 |
+
|
43 |
+
Unknown
|
44 |
+
|
45 |
+
## Homepage
|
46 |
+
|
47 |
+
[http://section.iaesonline.com/index.php/IJEEI/article/view/3565](http://section.iaesonline.com/index.php/IJEEI/article/view/3565)
|
48 |
+
|
49 |
+
### NusaCatalogue
|
50 |
+
|
51 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|