Skip to content

SentiSW, an entity-based sentiment analysis for SE domain

Notifications You must be signed in to change notification settings

harel-coffee/SentiSW-auto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SentiSW

SentiSW is an entity level sentiment analysis tool specific for Software Engineering domain.

To use our tool, you should set your SentiSW directory to the setting.py at first.

main.py shows the way to use our code via python. Or you may simply using

python3 main.py --text "thank you"

to gain a (entity, sentiment) tuple from specific text. --help could help to see the parameters SentiSW needs.

Data package contains the data we annotate and model we generate, lib package contains the lib we use in our tool, code package contains all the source code used to generate our model.

You may use git lfs to pull large file.

To use SentiSW for a publication, please cite the following paper:

Jin Ding, Hailong Sun, Xu Wang and Xudong Liu. Entity-level sentiment analysis of issue comments. The 3rd International Workshop on Emotion Awareness in Software Engineering (SEmotion), 2018. (accepted).

About

SentiSW, an entity-based sentiment analysis for SE domain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%