I'm looking to train a naive Bayes with some new data sources that haven't been used before. I've already looked at the Lee & Pang corpus of IMDB reviews and the MPQA opinion corpus. I'm looking for new web services that fit the following criteria.
- Easily Classified - must have a like/dislike or 5 star rating
- Readily available
- Pertain to new material (less important than the first two)
Here are some samples I have come up with on my own.
- Etsy API
- Rotten Tomatoes API
- Yelp API
Any other suggestions would be much appreciated =)