Powerful AI Framework
Project description
HAL is an AI engine which tries to take a different approach than ALICE, Eliza, and the like, by not only having one engine doing all processing, but by having three.
It currently has three main engines: regex, matrix (or word index), and substring. It also has a few supplement engines: spam [1], one word [2], and generic.
Note that this is only a library, it doesn’t have any fancy interfaces pre-installed. There are two scripts, hal, which will load command- line HAL, and whal, which will load a Tkinter-based GUI for it.
Installation
To install, do: pip install HAL.
After installation, run python in interactive mode and run import HAL.dbtest. If it says you don’t have full-text search, then you should install the pysqlite2 module from here. If you don’t, HAL will still function, albeit much slower.
Note that this is the raw engine, which accepts HAL file extensions to run. If you do not wish to make your own, you can use the dataset we are developing that is located here: http://github.com/HALTeam/HALdata.
To start HAL, run hal. This will search for data files in the current directory. Optionally, you can pass the directory where the dataset is as an argument to hal.
Note: The dataset is a converted AIML set, that was again converted to the new HAL engine from a previous one that only had a regex engine. Because of this, and that the entries were separated by a machine, we expect there to be a lot of bugs. Please feel free to report them on GitHub.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file HAL-0.0.3.zip
.
File metadata
- Download URL: HAL-0.0.3.zip
- Upload date:
- Size: 27.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b59d830e28f112f555408f4a41ab8d2baa0478fa6acbdc0a92fa37a8aeb35a82 |
|
MD5 | 802aa1824d88673141c4e856d40b9575 |
|
BLAKE2b-256 | eaf4d8e9e38cf223686da2736cc17739a907678ec4cb9905361de5de86ad2f42 |