Skip to content

[backend] Recommendation feature #37

@jaehonam

Description

@jaehonam
  1. Textblob : https://textblob.readthedocs.io/en/dev/

  2. 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?

Metadata

Metadata

Labels

backendimplementation of backendenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions