UNPKG

node-nlp

Version:

Library for NLU (Natural Language Understanding) done in Node.js

19 lines 239 B
{ "extension": [ ".js" ], "include": [ "lib/**/*.js" ], "exclude": [ "**/node_modules/**", "**/tests/**", "**/coverage/**", "**/*.d.ts" ], "reporter": [ "html" ], "all": true, "cache": true }