Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Generating Reviews Discovering Sentiment | 1,361 | 4 years ago | 28 | mit | Python | |||||
Code for "Learning to Generate Reviews and Discovering Sentiment" | ||||||||||
Awesome Sentiment Analysis | 770 | 4 years ago | cc-by-sa-4.0 | |||||||
😀😄😂😭 A curated list of Sentiment Analysis methods, implementations and misc. 😥😟😱😤 | ||||||||||
Aspect Based Sentiment Analysis | 288 | 2 years ago | mit | |||||||
A paper list for aspect based sentiment analysis. | ||||||||||
Awesome Nlp Sentiment Analysis | 275 | 2 years ago | gpl-3.0 | |||||||
:book: 收集NLP领域相关的数据集、论文、开源实现,尤其是情感分析、情绪原因识别、评价对象和评价词抽取方面。 | ||||||||||
Absapapers | 268 | a year ago | 2 | |||||||
Worth-reading papers and related awesome resources on aspect-based sentiment analysis (ABSA). 值得一读的方面级情感分析论文与相关资源集合 | ||||||||||
Chinese_conversation_sentiment | 190 | 6 years ago | 4 | |||||||
A Chinese sentiment dataset may be useful for sentiment analysis. | ||||||||||
Socialsent | 171 | 2 years ago | 3 | March 07, 2017 | 11 | apache-2.0 | Python | |||
Code and data for inducing domain-specific sentiment lexicons. | ||||||||||
Gedi | 131 | a year ago | 5 | bsd-3-clause | Python | |||||
GeDi: Generative Discriminator Guided Sequence Generation | ||||||||||
Sa Papers | 108 | 5 years ago | ||||||||
📄 Deep Learning 中 Sentiment Analysis 論文統整與分析 😀😡☹️😭🙄🤢 | ||||||||||
Contextual Utterance Level Multimodal Sentiment Analysis | 97 | 2 years ago | 1 | Python | ||||||
Context-Dependent Sentiment Analysis in User-Generated Videos |
This repository contains code for paper "Sentiment Analysis for Sinhala Language using DeepLearning Techniques"
Due to the high impact of the fast-evolving fields of machine learning and deep learning, Natural Language Processing (NLP) tasks have further obtained comprehensive performances for highly resourced languages such as English and Chinese. However Sinhala, which is an under-resourced language with a rich morphology, has not experienced these advancements. For sentiment analysis, there exists only two previous research with deep learning approaches, which focused only on document-level sentiment analysis for the binary case. They experimented with only three types of deep learning models. In contrast, this paper presents a much comprehensive study on the use of standard sequence models such as RNN, LSTM, Bi-LSTM, as well as more recent state-of-the-art models such as hierarchical attention hybrid neural networks, and capsule networks. Classification is done at document-level but with more granularity by considering POSITIVE, NEGATIVE, NEUTRAL, and CONFLICT classes. A data set of 15059 Sinhala news comments, annotated with these four classes and a corpus consists of 9.48 million tokens are publicly released. This is the largest sentiment annotated data set for Sinhala so far.
For now, cite our following papers if the work find useful:
@article{senevirathne2020sentiment,
title={Sentiment Analysis for Sinhala Language using Deep Learning Techniques},
author={Senevirathne, Lahiru and Demotte, Piyumal and Karunanayake, Binod and Munasinghe, Udyogi and Ranathunga, Surangika},
journal={arXiv preprint arXiv:2011.07280},
year={2020}
}