[Added some documentation. bjorn@bringert.net**20041201130043] < > { adddir ./doc hunk ./Makefile 58 - mkdir -p doc - $(JAVADOC) -d doc $(SRC) + mkdir -p doc/javadoc + $(JAVADOC) -d doc/javadoc $(SRC) addfile ./README hunk ./README 1 - +Some utilities for building dialog systems with Java and OAA. + +Requirements: + +- OOA 2.3.0 (http://www.ai.sri.com/oaa/distribution/v2.3/) + +Compile: + +$ make addfile ./doc/dialogutil.html hunk ./doc/dialogutil.html 1 - + + + + + +Dialogutil - utilities for dialogue systems in Java and OAA. + + + + +

Dialogutil - utilities for dialogue systems in Java and OAA.

+ +

Björn Bringert, +bringert@cs.chalmers.se +

+ +

Documentation

+ +

+The +README +file describes how to build the library. +

+ +

Java API

+ +

JavaDoc for the Dialogutil API.

+ +

JavaDoc for the API can also be built using make javadoc.

+ +

Download

+ +

Source code.

+ +

There is a +dialogutil darcs repo with the development version. +Get darcs here.

+ + + }