NgramJ logo.
NGramJHow Does it Work? > Software used
2007-03-19 09:47:52 1.0

Software used

For running

Well of course it is a Java project. But beside an arbitrary JRE 1.2 or later (JRE 1.1 probably works when you have the plugin Collection Classes ) following things are (more or less) necessary for NGramJ:

Nothing, unless you want to run the PhoneServlet on your server. The you need a servlet container of course.

For building

Apache Ant 1.6+
Is used as the prefered build tool for NGramJ.
Saxon
Is used as my favourite XSLT engine, the one built in in JDK1.4 works also, but is slow and memory consuming. Saxon 6.5.x is definately necessary to build this documentation.
Spieleck Zip Task
A Ant-Zip-Task which allows to ad a directory prefix to all files compressed. Making a nicer Zip-file layout without the need to copy files back and forth.

Sourceforge Logo