Twitter research platform: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
No edit summary
 
Line 33: Line 33:


databases: https://www.quora.com/Is-there-a-downloadable-database-of-positive-and-negative-words
databases: https://www.quora.com/Is-there-a-downloadable-database-of-positive-and-negative-words
== deployment notes ==
working dir: /home/david/work/trp
running stream collector:
while true; do python mydatetime.py ; sleep 5; done
sends data to elastic search.


== See Also ==
== See Also ==


* [[Elastic Search Notes]]
* [[Elastic Search Notes]]

Latest revision as of 22:50, 20 December 2015

Version 1.0

---

version 2.0

  • proxy the queries
  • store the results
  • don't store the data yourself.


Sentiment notes

http://www.cs.columbia.edu/~julia/papers/Agarwaletal11.pdf

http://www.csc.ncsu.edu/faculty/healey/tweet_viz/

http://www.cs.cornell.edu/home/llee/papers/sentiment.pdf ( ML for Sentiment )

https://www.quora.com/What-are-the-best-supervised-learning-algorithms-for-sentiment-analysis-in-text

databases: https://www.quora.com/Is-there-a-downloadable-database-of-positive-and-negative-words

deployment notes

working dir: /home/david/work/trp

running stream collector:

while true; do python mydatetime.py ; sleep 5; done

sends data to elastic search.


See Also