1
0
Fork 0
mirror of https://github.com/sindresorhus/awesome-nodejs.git synced 2025-07-31 22:01:03 -04:00

Add NLP section

This commit is contained in:
Luigi Pinca 2014-08-02 14:46:20 +02:00
parent 4afa2d621b
commit 2e5341e258

View file

@ -41,6 +41,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [Node.js management](#nodejs-management)
- [Email](#email)
- [Polyfills](#polyfills)
- [Natural Language Processing](#natural-language-processing)
- [AST](#ast)
- [Weird](#weird)
- [Miscellaneous](#miscellaneous)
@ -344,6 +345,12 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- More ES6 polyfills at [es6-tools](https://github.com/addyosmani/es6-tools#polyfills).
### Natural Language Processing
- [Natural](https://github.com/NaturalNode/natural) - A general natural language facility.
- [retext](https://github.com/wooorm/retext) - An extensible natural language system.
### AST
- [Acorn](https://github.com/marijnh/acorn/) - A tiny, fast JavaScript parser.