Friday, July 14, 2023

WEEK 8

 WEEK 8:


Day 1: I started the week by creating rules to excise the unnecessary tweets from the text, which needed some work to be done for the day. 

Day 2 & 3: I continued my week by creating the rules for applying the sentiments for the tweets and it was trial and error basis. I tried to focus on creating them general for all the tweets, but was able to make them exact. This needed to refactored for the next steps.

                The above image shows the rule for the user sentiment, which is quite exact for now. 

            The above image shows the rule for the cricket sentiment, which is generated through the cricket terms that are stored in the dictionary created previously. 

            The above image shows the rule for the team support sentiment, where the sentiment values are assigned based on the support received by the team through the emojis. 


   The rules created are exact and needs to be refactored by creating dictionaries for the user sentiments and making a knowledge base for the emojis and the sentiment values separately which can be used in future for evaluation of the final sentiment.

No comments:

Post a Comment

WEEK-11

WEEK 11: Day 1: I started the week by removing the attributes, that was done the previous week and adding values like positive, negative and...