Natural Language Processing (NLP) is a subset of AI that provides computers ability to process or interact with natural human speech.
NLP is the ability of an application to understand the human language, written or oral.
Provide URL of an article or blog post to analyze text and detect their polarity, subjectivity, irony and emotional agreement using MeaningCloud's Sentiment Analysis API.
- Install dependencies -
npm i
- Start node server -
npm start
- To build for development -
npm run build-dev
- To build for Production -
npm run build-prod