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:
parent
4afa2d621b
commit
2e5341e258
1 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue