packages feed

Dao-0.0.0.0: Dao.cabal

Name: Dao
Version: 0.0.0.0
Cabal-Version: >= 1.6
Copyright: 2008-2009, Ramin Honary
License: GPL
License-File: LICENSE
Author: Ramin Honary <ramin.honary@gmail.com>
Maintainer: ramin.honary@gmail.com
Homepage: 
Synopsis: An interactive knowledge base, natural language interpreter.
Description:
        This program is still largely incomplete.
        Dao is an artificial intelligence program which allows users to construct
        a knowledge base for intepreting natural language input. The idea is to
        let users interactively build their own knowledge base by adding rules at
        runtime.  The state of the knowledge base can be updated by enacting it's
        own production rules, or by a user entering commands to alter the state
        directly. Regular-expression-like patterns are associated with rules so
        natural language input can be used to invoke rules at any time.
Category: AI
Build-Type: Simple

Extra-Source-Files: README

Executable dao
  Main-is: Main.hs
  Build-Depends: base
  Hs-Source-Dirs: .
  GHC-Options: -Wall