-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
backendimplementation of backendimplementation of backendenhancementNew feature or requestNew feature or request
Description
-
Textblob : https://textblob.readthedocs.io/en/dev/
-
Spacy : https://spacy.io/
I'm thinking of a way to tagging before implementing recommendation. @ByungHeeCha has found 2 and I've found 1. I think of using 1 to analyze sentiment in sentence unit(https://textblob.readthedocs.io/en/dev/quickstart.html#tokenization) and using 2 to filter adjectives.(https://spacy.io/usage/linguistic-features#pos-tagging) In this way, we can find adjectives in comment and feelings on them.
We can just show adjectives or nouns corresponding that adjectives.
How about?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backendimplementation of backendimplementation of backendenhancementNew feature or requestNew feature or request