mustafa-tariqk / mindscape

Experience the truth of the trip
https://research.cs.queensu.ca/home/cisc498/index.html
MIT License
16 stars 0 forks source link

Analytics Backend #7

Closed BasicallyOk closed 7 months ago

BasicallyOk commented 8 months ago

Sentiment, word cloud, semantic network graph

BasicallyOk commented 7 months ago

Implementation

BasicallyOk commented 7 months ago

Word Cloud is handled by #32. The algorithm finds important word by using a language distribution. For every word, we compare its language frequency to the most common word in the language and use that to weight the sampled frequency in the chat. By doing this, only less common "situational descriptors" will end up with the highest weight frequency. Moreover, this allows the usage of any language provided a language distribution.

BasicallyOk commented 7 months ago

Closing this, splitting into more detailed issues with #34 and #35 for sentiment analysis and semantic network