5 ms·
Thanks! I'll look into setting up a URL route for easier sharing. Also, here is the code that handles the sentiment analysis https://github.com/tgallant/blog-ch
by tgallant 12y ago
Thanks! I'll look into setting up a URL route for easier sharing. Also, here is the code that handles the sentiment analysis https://github.com/tgallant/blog-checker/blob/master/src/blog_checker/sentiment.clj https://github.com/tgallant/blog-checker/blob/master/src/blo...
- bilalhusain 12y agoIt looks like you are tokenizing scores file too. That way the prefix information will be lost. As an example, admir* 3 amaz* 3 interest* 2 should add up positive scores to words starting with admir|amaz|interest.