http://pulkitsinghal.blogspot.com/2012/05/understanding-map-reduce-with-couchdb.html
http://guide.couchdb.org/draft/views.html
http://guide.couchdb.org/draft/cookbook.html#unique
MC Brown's blog - How to Move from MySQL to CouchDB: Part 1
| http://danzambonini.com/self-improving-bayesian-sentiment-analysis-for-twitter/ | |
| http://www.laurentluce.com/posts/twitter-sentiment-analysis-using-python-and-nltk/ | |
| [PDF] | |
| Sentiment Analysis of Twitter Data - Department of Computer ... | |
| www.cs.columbia.edu/~julia/papers/Agarwaletal11.pdf | |
| http://michaelnielsen.org/blog/lecture-course-the-google-technology-stack/ |
| from random import random, choice, randint | |
| """ | |
| +++++++++++++++++++++ | |
| + 10 + 1 + 1 + 1 + | |
| +++++++++++++++++++++ | |
| + 1 + 1 + 1 + 1 + | |
| +++++++++++++++++++++ | |
| + 1 + 1 + 1 + 1 + | |
| +++++++++++++++++++++ | |
| + 1 + 1 + 1 + 1 + |
| http://www.timelydevelopment.com/demos/NetflixPrize.aspx |
| from random import sample | |
| def search(word): | |
| s = sample(range(10), len(word)) | |
| print '-- SEARCH %-12s %68s %-60s' % (word, '', str(sorted(s))) | |
| return set(s) | |
| def set_op(operator, set1, set2): | |
| if operator == 'AND': | |
| return set1 & set2 |
http://pulkitsinghal.blogspot.com/2012/05/understanding-map-reduce-with-couchdb.html
http://guide.couchdb.org/draft/views.html
http://guide.couchdb.org/draft/cookbook.html#unique
MC Brown's blog - How to Move from MySQL to CouchDB: Part 1
| https://list.scms.waikato.ac.nz/mailman/htdig/wekalist/2008-June/013553.html | |
| It did help, indeed! | |
| Perfect! | |
| Thanks alot! | |
| Cheers, | |
| Frank | |
| Am 31.05.2008 um 01:10 schrieb Mark Hall: |
| Linux tip: sort a tab-delimited file | |
| The Linux command “sort” is both powerful and confusing. The manpage tells us that the “-t” switch can be used to set the field delimiter. | |
| If you’ve tried various combinations of “-t” and “\t” to tell sort that your file is tab-delimited without success, try this (bash shell): | |
| TAB=`echo -e "\t"` | |
| sort -t"$TAB" myfile | |
| http://code.google.com/p/maui-indexer/ | |
| http://wikipedia-miner.cms.waikato.ac.nz/ | |
| http://www.nzdl.org/Kea/description.html | |
| http://www.linkedin.com/groupItem?view=&srchtype=discussedNews&gid=131222&item=166116452&type=member&trk=eml-anet_dig-b_pd-ttl-cn&ut=2oJEISf0wd7Rs1 |