bot-lang

Common bot language subsitutions and tags.

Usage no npm install needed!

<script type="module">
  import botLang from 'https://cdn.skypack.dev/bot-lang';
</script>

README

bot-lang

A collection of common keywords or commands a user might use while interacting with a bot

Use these to create pattern matching systems OR to seed your training data for a machine learning system

Contributing

Add new keywords to the keywords folder as a text file. Add as many variations of that keyword as you can!

OR

Find an existing keyword and add more variations!