Merge pull request #61 from lpinca/add/nlp-section

Add NLP section
This commit is contained in:
Sindre Sorhus
2014-08-02 14:59:49 +02:00

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.