Open Cralsic123 opened 5 months ago
@TAHIR0110 @sanjay-kv I would love to contribute in this issue and I can guarantee my contribution will be effective.
@Cralsic123 assigned!
Hi @TAHIR0110 , I am interested in NLP based tasks as I have done text summarizer, language translator projects in it, I would love to work on this issue, If you assign me one.
Data Collection: Text reviews, social media posts etc. Data Preprocessing: Remove noise, lowercase, normalize. Data Labelling Mark each text as positive, negative, neutral (manual or crowdsourcing). Building lexicon: Positive, negative, neutral words and relevant phrases. Finding n-grams: Look for 2-3 word sequences matching your lexicon. Score sentiment: Add up the sentiment value of matched words/n-grams in each sentence. Model Evaluate: Train a simple model (Naive Bayes etc.) and assess performance on unseen data. Refine: Improve lexicon, n-grams based on evaluation and consider negation handling.
This method builds upon basic sentiment lexicons.
hey @TAHIR0110 can you assign me this?
Admin the labels followed in the repo is wrong.
it should be without space eg: level1, level2, level3
pls assign me the issue , i have worked with the task model.
Is your feature request related to a problem? Please describe. Some of the most appealing causes of suicide are depression, anxiety, and feeling competitively lost.
Describe the solution you'd like Building an advanced sentiment analysis model, will analyze the sentiment of the user and accordingly provide the level of chatbot. If a single chatbot is made that is available for all moods such as suicidal, depressing, or anxiety it would be hard. So I think the AI chatbots should be divided into a few parts that will handle the different moods. My analysis model will provide the most probable mood case for a user and accordingly, the chatbot will be assigned to the user.
Additional context