1
0
Fork 0
mirror of https://github.com/josephmisiti/awesome-machine-learning.git synced 2024-11-13 11:24:23 -05:00

Merge pull request #533 from chidonna/patch-1

Update Readme - Include nlp.js
This commit is contained in:
Joseph Misiti 2018-09-18 08:14:44 -04:00 committed by GitHub
commit dce41be217
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -454,6 +454,8 @@ Further resources:
* [Knwl.js](https://github.com/loadfive/Knwl.js) - A Natural Language Processor in JS.
* [Retext](https://github.com/wooorm/retext) - Extensible system for analyzing and manipulating natural language.
* [NLP Compromise](https://github.com/nlp-compromise/compromise) - Natural Language processing in the browser.
* [nlp.js](https://github.com/axa-group/nlp.js) - An NLP library built in node over Natural, with entity extraction, sentiment analysis, automatic language identify, and so more
<a name="javascript-data-analysis"></a>