-
Notifications
You must be signed in to change notification settings - Fork 7
Use NLP to better filter tweets based on keywords #9
Copy link
Copy link
Open
Labels
SLoP-75SLoP Level 3 IssueSLoP Level 3 IssueenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Chintan2108
opened on Sep 11, 2020
Issue body actions
- Currently the words are being filtered using keyword matching Code here
- This approach simply looks for the exact keywords in the tweets and filters them
- It is always possible that some tweets may contain some keywords which might have a similar meaning to algae bloom (such as eutrophication) but are not the exact same
- Such tweets while important are not filtered and instead missed out
- Use NLP and word embedding concepts to process the tweet content and find similarity with the keywords so that the tweets having words which have similar meaning to keywords but are not exact keywords are not missed out
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
SLoP-75SLoP Level 3 IssueSLoP Level 3 IssueenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers