Y
Hacker News
new
|
ask
|
show
|
jobs
by
tgallant
4303 days 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/blo...
1 comments
bilalhusain
4303 days ago
It 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.
link