This document describes research conducted to predict star ratings for Yelp reviews using language feature analysis. The researchers used linear regression models to analyze basic readily available features from the Yelp dataset, including business star ratings, user average ratings, and review vote counts. Topic models using latent Dirichlet allocation (LDA) were also analyzed as advanced language features extracted from review texts. Stemming text prior to LDA improved predictive performance compared to the baseline model. The best performing model used a combination of basic features and LDA topic distributions, reducing mean squared error over the baseline.