0.0.1 • Published 9 months ago

@mindlearn/tokenizer v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

MindScript Tokenizer

This is a simple mindscript tokenizer to make your chatbot better understand user questions.

How to Use

  1. Install the dependencies:
npm install @mindlearn/tokenizer
  1. Use the tokenizer in your code:
const tokenizer = require("@mindlearn/tokenizer");

const word = "Hello World, here is a basic mindscript tokenizer example.";
console.log(tokenizer(word));