
		Japanese Sentence Generation Tool

		SICStus Prolog Version

		1992-08-01
		
1. Introduction

SICStus Prolog version of Japanese Sentence Generation Tool (JG) is
based on the CESP version.

Thus, a manual for SICStus version is not supported. The manual for
the generator of LTB v2.1 works well as a manual for JG.

2. Required Software

SICStus Prolog (above version 0.7) is required.

	% You need a KANJI terminal, such as kterm on X11R5, to read
	  the KANJI characters.  SICStus Prolog use EUC character code
	  for KANJI.

3. Install

First, run SICStus prolog, and consult 'init.pl'. Then, execute
'init/0' to define operators and compile all files. 

Try 'test/2' and 'test2/2' in 'jg_demo.pl' as follows.

	test(Sentence_Number, OUTPUT)

		test/2 generates from data for sentence No.
		'Sentence_Number'.

	test2(Sentence_Number_From, Sentence_Number_To)

		test2/2 generates sentences from 'Sentence_Number_From '
		to 'Sentence_Number_To'.

Input data is in the file 'jg_demo.pl'.
