Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Determining the incentive of chats #7

Open
mohitmishra786 opened this issue Dec 2, 2021 · 10 comments
Open

Determining the incentive of chats #7

mohitmishra786 opened this issue Dec 2, 2021 · 10 comments
Assignees
Labels
enhancement New feature or request

Comments

@mohitmishra786
Copy link

  • We can export the chat and then try to check whether the chats are hate-related or non-hate.
@JRavi2
Copy link
Owner

JRavi2 commented Dec 2, 2021

Are you suggesting we perform some kind of sentiment analysis on the messages? Like figuring out how many negative/positive messages are there and from which users?
That could be an interesting feature!

@mohitmishra786
Copy link
Author

Yes

@JRavi2
Copy link
Owner

JRavi2 commented Dec 2, 2021

Great! Would you be interested to work on it?

@JRavi2 JRavi2 added the enhancement New feature or request label Dec 2, 2021
@mohitmishra786
Copy link
Author

@JRavi2 Yes

I have applied for this using KWOC, so how to proceed with it

@JRavi2
Copy link
Owner

JRavi2 commented Dec 3, 2021

@mohitmishra786 Awesome!

To get started, I'd recommend you to try running the program, and then try to understand the code by understanding the flow of data.
The main entry point and all the functionality related to parsing/importing of data is present in the src/chat_analyzer.py file, whereas all the data analysis part lies in the src/chat_funtions.py file.

Once you have a decent understanding of the code, you could start implementing the feature.
Feel free to ping me anytime if you get stuck somewhere :)

@asaraf7
Copy link
Contributor

asaraf7 commented Dec 5, 2021

Can only those people work on an issue who have been assigned?

@JRavi2
Copy link
Owner

JRavi2 commented Dec 6, 2021

@asaraf7 Yeah, @mohitmishra786 is working on this.
I see that you've shown interest in two other issues, so let's get those sorted out first :)

@asaraf7
Copy link
Contributor

asaraf7 commented Dec 16, 2021

Hey, I can perform sentiment analysis, but how will I extract the messages, given that format is different for Telegram, signal and Whatsapp.
Also, in what form do you desire the sentiment analysis report? Shall I create a new file which lists the sentiment score for each message ?

@mohitmishra786
Copy link
Author

@JRavi2 As i am working on this can you please put this issue a label of occupied please

@JRavi2
Copy link
Owner

JRavi2 commented Dec 17, 2021

@asaraf7 this issue has already been assigned to @mohitmishra786, so you need not work on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants