Deploy on the browser
<script src="https://unpkg.com/newbot@latest/dist/newbot.min.js"></script>
<script src="path/dist/browser"></script>
<script>
const converse = new NewBot(MainSkill)
converse.exec('Hey', (output, done) => {
console.log(output)
done()
})
</script>With the native NLP
NLP in other languages (other than English)
On-the-fly training
Use the parser
Last updated