Maven 2 is the tool of choice for FAQBot. The following instructions assume you have Maven 2 installed and available on $PATH.
Installing 3rd party JARs
FAQBot uses programd from http://aitools.org/. You can download these dependencies and install them in your local Maven 2 repository.
- To install programd JAR in local repo execute:
mvn install:install-file -Dfile=programd-4.5.jar -DgroupId=org.aitools -DartifactId=programd -Dversion=4.5 -Dpackaging=jar
(See http://maven.apache.org/guides/mini/guide-installing-3rd-party-jars.html)
Obtaining AIML sets
Free AIML set can be obtained from http://aitools.org/aiml-sets/
Labels:
