Show HN: Positive News Reader based on sentiment analysis
sentinewsmob.ml
Show HN: Positive News Reader based on sentiment analysis
1–10 of 37 posts
Re: Show HN: Positive News Reader based on sentiment analysis
#2EDIT: Ah, apparently they're all links to this page.
Re: Show HN: Positive News Reader based on sentiment analysis
#3Re: Show HN: Positive News Reader based on sentiment analysis
#4On a similar note, here a curation of great sentiment analysis methods and implementations: https://github.com/xiamx/awesome-sentiment-analysis
Re: Show HN: Positive News Reader based on sentiment analysis
#5Re: Show HN: Positive News Reader based on sentiment analysis
#6Curious to know which algorithm and the sourcing of corpus you chose to train your system on. On a similar note, here a curation of great sentiment analysis methods and implementations: https://github.com/xiamx/awesome-sentiment-analysis
Re: Show HN: Positive News Reader based on sentiment analysis
#7Curious to know which algorithm and the sourcing of corpus you chose to train your system on. On a similar note, here a curation of great sentiment analysis methods and implementations: https://github.com/xiamx/awesome-sentiment-analysis
Thanks a lot for the link. I've used the technology called Paragraph Vectors https://cs.stanford.edu/~quocle/paragraph_vector.pdf for sentiment features extraction. Training collections were created in a semi-automatic mode and included news title+short description gathered from popular RSS feeds.
Re: Show HN: Positive News Reader based on sentiment analysis
#8Earlier quoted context omitted.
Thanks a lot for the link. I've used the technology called Paragraph Vectors https://cs.stanford.edu/~quocle/paragraph_vector.pdf for sentiment features extraction. Training collections were created in a semi-automatic mode and included news title+short description gathered from popular RSS feeds.
Sentence vectors encode the data, but how do you determine if a story is positive or negative?