https://github.com/blahah/nala-stream
WIP - very simple opinionated streaming natural language processing
https://github.com/blahah/nala-stream
Last synced: 2 months ago
JSON representation
WIP - very simple opinionated streaming natural language processing
- Host: GitHub
- URL: https://github.com/blahah/nala-stream
- Owner: blahah
- License: cc0-1.0
- Created: 2017-07-02T03:08:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-02T04:36:49.000Z (over 8 years ago)
- Last Synced: 2025-01-28T05:36:56.375Z (11 months ago)
- Language: JavaScript
- Size: 650 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
---
## Install
```
npm install nala-stream
```
## Usage
``` js
var nala = require('nala-stream')
```
## License
To the extent possible by law, we transfer any rights we have in this code to the public domain. Specifically, we do so using the [CC0 1.0 Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/).
You can do whatever you want with this code. No need to credit us, link to us, include any license, or anything else. But if you want to do those things, you're free to do that too.