Skip to content

Releases: kevwan/chatbot

Release v1.0.2

05 Feb 01:50
Compare
Choose a tag to compare

update go-zero to v1.3.0

Release v1.0.1

27 Nov 10:39
Compare
Choose a tag to compare

fixed missing files.

Release v1.0.0

11 Oct 08:52
Compare
Choose a tag to compare
  • 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