Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 975 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 975 Bytes

Luma NLP Engineering Interview

Interview Task

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.

Duration

Up to 8 hours

Submission

  1. Fork this repo
  2. Do what you got to do. Suggested libraries if you're going to be coding in JS
  3. Submit a Pull Request (PR)
  4. 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