To compile the Java program into a native executable using the
GNU Java compiler:

    gcj --main=FrenchDeconjugatorTester FrenchDeconjugatorTester.java

This will create an executable called a.out, which expects to find
the french-deconjugator command in the current directory.  If this
command is elsewhere, a.out will accept the complete file name of
the french-deconjugator command as an executable:

    a.out ../src/commands/french-deconjugator


The Perl example, test-french-deconjugator.pl, expects the
french-deconjugator command to be in the PATH.


$Id: README,v 1.1 2003/05/29 23:44:45 sarrazip Exp $
