Using Yelp reviews data set, build an interface that takes a string and returns a sentiment (positive, neutral, negative). Solution must be able to support user input from multiple languages. Provide tests, counter examples, and explanation of technique
There is no need to build any front end. A basic rest interface has been provided to help you get started. Just run npm start
. You do not need to use it if you don't want to.
Up to 8 hours
- Fork this repo
- Do what you got to do. Suggested libraries if you're going to be coding in JS
- node-nlp - https://www.npmjs.com/package/node-nlp
- Submit a Pull Request (PR)
- In the PR, include a README that includes the following:
- If you made any assumptions, what are they
- Outline what else needs to be done if given more time