ALICE bot Program-D

原文:http://aitools.org/Program_D

Program D
From aitools.org
Jump to: navigation, search

Maintainer: Noel Bush

Latest Release: 4.6 (12 Mar 2006)

In Development: 4.7, 5.0

Program D is the most widely used free ("open source") AIML bot platform in the world.

Program D は 世界でもっとも利用されているフリー(オープンソース)の AIML bot プラットフォームです。

It is the most feature-complete, best-tested implementation of the current AIML specification.

現在の AIML の仕様に最も準拠し、最もテストされた実装です。

It supports unlimited multiple bots in a single server instance, and has an open-ended architecture for interacting via any interface imaginable.

1サーバーインスタンスで複数(unlimited)のbotをサポートし、想像しうる様々なインターフェースと対話可能なオープンエンド(変更可能)なアーキテクチャを採用しています。


The standard release provides a J2EE web application implementation that can be deployed as a .war file.

標準的な提供方法は .war ファイルを配備する、J2EE の Web アプリケーションによる実装です。

Drop-in listeners are available for IRC, AIM, and Yahoo.

IRC, AIM, Yahoo などに用意にリスナを組み込んで利用できます。

It includes an automated testing framework for testing knowledge bases, and is packaged with an AIML Test Suite that verifies that the program itself complies to the AIML specification.

ナレッジベースの自動テストフレームワークを含み、自身によるAIML仕様のコンパイルを検証する AIML テストスイートをパッケージに含みます。

Program D is known to work with many different languages / character sets.

Program D は多言語(character set)で動作可能なことが知られています。

Its component-oriented architecture allows it to be integrated into any application framework desirable.

コンポーネント指向のアーキテクチャの採用により、どの様なアプリケーションにも組み込み可能にしました。

It is implemented in Java, and uses many features of the latest JDK to provide optimum code reliability. It is actively maintained and supported.

Java で実装され、最新(2006年現在?)のJDKが提供する最適かつ信頼性のあるコードを利用しています。活発にメンテナンス・サポートされています。

* Download it
* Browse the code in CVS
* Get CVS instructions for checking out the code
* Read Getting Started with Program D
* Read Program D Release Notes
* Browse the Program D API (last release)