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) - [Node.js management](#nodejs-management)
- [Email](#email) - [Email](#email)
- [Polyfills](#polyfills) - [Polyfills](#polyfills)
- [Natural Language Processing](#natural-language-processing)
- [AST](#ast) - [AST](#ast)
- [Weird](#weird) - [Weird](#weird)
- [Miscellaneous](#miscellaneous) - [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). - 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 ### AST
- [Acorn](https://github.com/marijnh/acorn/) - A tiny, fast JavaScript parser. - [Acorn](https://github.com/marijnh/acorn/) - A tiny, fast JavaScript parser.