scava
scava copied to clipboard
Retrieve the comments which have been rated "Terrible"
It will be helpful to retrieve the comments which have been analysed by the NLP to list, for example, the comments which have been tagged as "Angry" or "Sadness", for example.
I have in mind the same kind of behavior as we can fin in TripAdvisor when I want to see only the comment tagged as "Terrible", for example.
This is covered by the indexer. Currently the platform (if the metrics are selected) will index all the comments in an issue tracker, articles in communications channels and even documentation entries. The indexing consists in storing the text but also other information such as emotions (such as anger, sadness, joy), sentiment polarity (from -1 to 1, i.e from negative to positive), if they contain code, among others.
The indexes are only available currently through a logged-in Kibana/Grimoire Lab using the Dev tools.
interesting @creat89! where can I see this index ?
If the indexing metrics have been selected in the task manner, scava will produce indexes. Just query elasticsearchffor all the indexes, as the name of the indexes changes according to the type of data analyzed. But, you'll find more indexes than those created by you. Dan can tell you more.
Thanks for the quick reply and explanation @creat89 . I'm going to check it, however we can discuss about it in York