Post
Topic
Board Project Development
Re: Sentiment analysis using bitcointalk thread
by
shivamchawla
on 25/05/2017, 03:51:57 UTC
I am working on a project that processes bitcointalk's thread, collects data such as posts, members who posted them, their activity, trust etc and then assigns a score to everything, then does sentiment analysis on the post content and tells if the thread is in positive condition or in a bad condition.

The primary objective is to measure the future of altcoins depending on their threads as their threads are the place where the real stuff appears. Currently, I am in the data collection phase.

Has anyone does this before? What do you think about it? How were the results? Looking for productive feedback.
For the majority of the first part (bold texts), yes (achow101 has done it), although it's more in general: https://www.bctalkaccountpricer.info/
Ann thread: https://bitcointalk.org/index.php?topic=1142314.0

For the second part, that's something new but there's one issue. In altcoin threads (most of them), there's a huge number of shill accounts that try to make a coin look better and more valuable than they actually are. What process you'll be using to eliminate such conditions for the analysis part?

That project looks really nice. Currently, I havent given much thought to it. The major classification for giving out scores to posters is somewhat similar to what achow101 has done. What I am going for is to check if the project is in a healthy state rather than how valuable it is. Regarding the shill accounts, I will try to figure out a way to clear them out during the data cleaning stage but I havent thought about it yet.