sagesharp / foss-heartbeat

(Unmaintained) FOSS Heartbeat analyses the health of a community of contributors. :heartbeat:
https://sarahsharp.github.io/foss-heartbeat/
Other
313 stars 38 forks source link

Sentiment tab is empty #46

Open SanketDG opened 7 years ago

SanketDG commented 7 years ago

Hi I ran foss-heartbeat on coala/coala, and it seems like the sentiment tab is empty. Is there any steps that I have probably missed?

sagesharp commented 7 years ago

There's instructions for how to install the sentiment analysis libraries in the README.md. You'll need to follow the instructions for scrubbing the comments, creating an all-comments.txt file, and running the scrubbed data through the trained empathy model.

I may be missing some instructions about how to generate the sentiment graphs from the all-comments.empathy.txt file that results...

Nada1996 commented 6 years ago

Hi @sagesharp I installed the sentiment analysis libraries and ran it on multiple repositories but I wanted to know which command to run to get the resulting graph from all-comments.empathy.txt, any help? Thanks in advance

reCursedd commented 5 years ago

@sagesharp , @Nada1996 , Did you figure out how to generate the sentiment tab? I am facing the same problem, the steps are not clear to create the graph in the documentation.