kangaroooh / Crime-Prediction

Crime Prediction Using Hotel Reviews
MIT License
1 stars 1 forks source link

Extract linguistic features from hotel reviews dataset. #3

Closed kangaroooh closed 5 years ago

kangaroooh commented 5 years ago

Extract linguistic features from hotel reviews dataset.

You are free to select any of the tools and techniques you have learnt in the classroom in order to transform the unstructured reviews into structured data. Just make sure that the new features are aligned with current domain knowledge and intuition. For example, you can perform sentiment analysis on English customer reviews, because the intuition is that crime impacts negatively on the overall sentiment. Thus, hotels located near crime hotspots are more likely than random chance to receive negate reviews. Try to extract at least three new features.

Features:

kangaroooh commented 5 years ago

I see that there are binary file from here, so we can use it right away: https://nlp.stanford.edu/sentiment/code.html. or we can train the model (if we have time) on some review datasets.