java-fsm.INSTALL Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openaifsm Show documentation
Show all versions of openaifsm Show documentation
OpenAI FSM is used by Apache cTAKES.
It was originally developed out of sourceforge openAI group
The newest version!
These instructions were written assuming you're on a UNIX style system
and have a JDK installed which is greater than version 1.2.2.
Build
-----
NOTE: You may need to replace "setup.sh" with "setup." to reflect
what shell you are using.
Modify the file setup.sh to reflect your environment. Key variables
are at the top of the file, most others use those as base paths.
source the setup file:
$ source setup.sh
change directories to the code directory.
$ cd code
run make.
$ make
This should create class files under the class directory.
See the README file for instructions on running the system. If there
are any problems contact us via [email protected] or by joining
the irc channel #openai on irc.openprojects.net.
Thanks, and enjoy.
NOTE: This package will be moving to Ant for compilation in the next release.