Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdmedlock/naturallanguage
Test of Natural Language support in NodeJS app
https://github.com/jdmedlock/naturallanguage
Last synced: 30 days ago
JSON representation
Test of Natural Language support in NodeJS app
- Host: GitHub
- URL: https://github.com/jdmedlock/naturallanguage
- Owner: jdmedlock
- License: gpl-2.0
- Created: 2019-12-01T13:10:50.000Z (about 5 years ago)
- Default Branch: development
- Last Pushed: 2022-04-29T02:53:49.000Z (over 2 years ago)
- Last Synced: 2024-10-13T14:17:21.493Z (2 months ago)
- Language: JavaScript
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# naturallanguage
## Overview
This is a learn the capabilities of the [node-nlp](https://www.npmjs.com/package/node-nlp)
which implements a Natural Language Processing mechanism for Javascript apps.
The intent of `naturallanguage` is to learn and test the various capablities
and options of `node-nlp` before incorporating it into other applications.## Running the App
This is a simple Node CLI app. it can be executied by entering `npm start`
from the command line.