UNPKG

sentiment-parser

Version:

The sentiment-parser package is used to easily parse sentiments from sentences, using a simple one-liner.

14 lines 334 B
{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "group": "build", "type": "npm", "script": "build", "label": "build", "problemMatcher": [] } ] }