Skip to content
/ Alex Public
forked from candlewill/Alex

A Slot-filling based Dialog Manager for Task-oriented Bot

Notifications You must be signed in to change notification settings

henrypig/Alex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alex_DM: A Slot-filling based Dialog Manager

This project is a dialog manager for task-oriented dialog system based on slot filling technology. Alex_DM module is extracted from the Alex framework, and some code modification is made to support the Python 3.5 environment.

Run

  1. cd example/
  2. python shub.py

Environment

  1. Python 3.5
  2. Windows 10 OS is tested
  3. Anaconda 4.1.1 is recommended

Attention

  1. Alex_DM is only for Dialog Manager, not a full dialog system. Although slu, ml, hub module is included in this project, they are just as some dependencies, and their full function is not implemented.
  2. The logger function is removed, including SystemLogger, sessionlogger, and excepthook, to support cross different os platform and simplify the code. The logger function is depended on fcntl package, which is just compatible with linux.

Contact

Yunchao He ([email protected])

License

MIT

About

A Slot-filling based Dialog Manager for Task-oriented Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%