Kevwan Chatbot Versions Save

A fast responsive, machine learning, conversational dialog engine for creating chat bots, written in Go.

v1.0.2

2 years ago

update go-zero to v1.3.0

v1.0.1

2 years ago

fixed missing files.

v1.0.0

2 years ago
  • bot

    Conversational dialog engine

  • cli

    • train

      Train the given conversation data and generate corpus format file .gob

      • -d reads all json and yaml corpus files in the specified directory
      • -i read the specified json or yaml corpus files, splitting multiple files by commas
      • -o specify the output .gob file
      • -m print memory usage at regular intervals
    • ask

      An example question and answer command line tool

      • -v verbose
      • -c trained .gob file
      • -t data for several possible answers