holylovenia commited on
Commit
b5f5e76
1 Parent(s): 501df97

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: unknown
3
+ tags:
4
+ - sentiment-analysis
5
+ language:
6
+ - ind
7
+ ---
8
+
9
+ # inset_lexicon
10
+
11
+ InSet, an Indonesian sentiment lexicon built to identify written opinion and categorize it into positive or negative opinion,
12
+
13
+ which could be utilized to analyze public sentiment towards particular topic, event, or product. Composed using collection
14
+
15
+ of words from Indonesian tweet, InSet was constructed by manually weighting each words and enhanced by adding stemming and synonym set
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
+ @inproceedings{inproceedings,
25
+ author = {Koto, Fajri and Rahmaningtyas, Gemala},
26
+ year = {2017},
27
+ month = {12},
28
+ pages = {},
29
+ title = {InSet Lexicon: Evaluation of a Word List for Indonesian Sentiment Analysis in Microblogs},
30
+ doi = {10.1109/IALP.2017.8300625}
31
+ }
32
+ ```
33
+
34
+ ## License
35
+
36
+ Unknown
37
+
38
+ ## Homepage
39
+
40
+ [https://www.researchgate.net/publication/321757985_InSet_Lexicon_Evaluation_of_a_Word_List_for_Indonesian_Sentiment_Analysis_in_Microblogs](https://www.researchgate.net/publication/321757985_InSet_Lexicon_Evaluation_of_a_Word_List_for_Indonesian_Sentiment_Analysis_in_Microblogs)
41
+
42
+ ### NusaCatalogue
43
+
44
+ For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)