Embedded GF Interpreter Java parser and linearizer for GF. For more information about writing programs using this system, see doc/gf-java.html. Requirements: - Java SDK 1.5.0 (http://java.sun.com/j2se/1.5.0/download.jsp) - The GF (http://www.cs.chalmers.se/~aarne/GF/) system is required for producing the input to this system from GF source grammars. GF is not required to run programs using this system, only to produce the grammars for them. - OOA 2.3.1 (http://www.ai.sri.com/oaa/distribution/v2.3/2.3.1/) or later is required to use the OAA interface. The environment variable OAA_HOME should point to the base of the OAA installation. Build JAR-file with the Embedded GF Interpreter, including the OAA agent: $ make jar Build JAR-file without the OAA agent: $ make jar-nooaa Make a JAR-file for a grammar: $ ./build-translet numerals.gfcm Same but with custom parsers and linearizers: $ ./build-translet numerals.gfcm parse.ParseDecimal Test application: $ java -jar translate-numerals.jar Test applet: - Open test.html with appletviewer or a web browser. Bjorn Bringert 2004