--- license: unknown tags: - sentiment-analysis language: - ind --- # inset_lexicon InSet, an Indonesian sentiment lexicon built to identify written opinion and categorize it into positive or negative opinion, which could be utilized to analyze public sentiment towards particular topic, event, or product. Composed using collection of words from Indonesian tweet, InSet was constructed by manually weighting each words and enhanced by adding stemming and synonym set ## Dataset Usage Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`. ## Citation ``` @inproceedings{inproceedings, author = {Koto, Fajri and Rahmaningtyas, Gemala}, year = {2017}, month = {12}, pages = {}, title = {InSet Lexicon: Evaluation of a Word List for Indonesian Sentiment Analysis in Microblogs}, doi = {10.1109/IALP.2017.8300625} } ``` ## License Unknown ## Homepage [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) ### NusaCatalogue For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)