background preloader

Programming

Facebook Twitter

Data. This page is a distribution site for movie-review data for use in sentiment-analysis experiments.

Data

Available are collections of movie-review documents labeled with respect to their overall sentiment polarity (positive or negative) or subjective rating (e.g., "two and a half stars") and sentences labeled with respect to their subjectivity status (subjective or objective) or polarity. These data sets were introduced in the following papers:

Systems

Mapreduce. Using Binary Search for Debugging - The Code Dump. Practically every developer alive has heard about binary search and knows how it can be used for quickly finding something in a sorted array.

Using Binary Search for Debugging - The Code Dump

It’s no surprise given how easy it is to grasp and how amazingly efficient it is. Just think that finding something in an array of 1000 elements only takes 8 checks. That’s magic! Java.