Skip to content

A tool for applying sentiment analysis on open source software bugs discussions. The tool utilizes Bugzilla for information regarding bugs and VADER & Meaning Tool analyzers for sentiment analysis.

Notifications You must be signed in to change notification settings

CentreForOpenTechnologiesAUTH/OSS-sentiment-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

OSS-sentiment-analysis

A tool for applying sentiment analysis on open source software bugs discussions.

The tool utilizes Bugzilla for fetching information regarding bugs and the discussions made by the community around them. By default, the tool uses the LibreOffice project, the components Writer, Calc and Draw and major versions from 3.3 to 6.1.

1) For applying sentiment analysis to texts, a lexicon based tool named VADER (Valence Aware Dictionary and sEntiment Reasoner) has been used.

2) For comparison, a machine-learning based service named Meaning Cloud has been used as a more automated approach.

Both tools are used to analyse the texts from the comments on bugs, the outcome of which is stored in a MySql database.

Refer to the config.txt file, to find the options available for customization of the tool.

About

A tool for applying sentiment analysis on open source software bugs discussions. The tool utilizes Bugzilla for information regarding bugs and VADER & Meaning Tool analyzers for sentiment analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published