Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 1.16 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.16 KB

Fancy NLP

As simple as it gets.

How it works

  1. check the _train.REST file to see how to trigger the NLP Training
  2. check the _get-response.REST file to see how to get a response (replace your client id by the result of step 1)
  3. check the _get-messages.REST file to see which messages where responded to how (replace your client id by the result of step 1)
  4. check the _get-balance.REST file to check the balance and the fundings of a client (replace your client id by the result of step 1)

Reference

This project is used in the context of the following deno.land third party module: https://deno.land/x/nlp

Thanks

A big thank you goes to the creators of https://www.npmjs.com/package/node-nlp.