From 2e5341e25839f91bc81cd3cdd21bc477b54c420e Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sat, 2 Aug 2014 14:46:20 +0200 Subject: [PATCH] Add NLP section --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index 6e0c2fa..aa0dc98 100644 --- a/readme.md +++ b/readme.md @@ -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.