%
%        (C)1992 Institute for New Generation Computer Technology
%        ۤ¾COPYRIGHTե򻲾ȤƲ
%        (Read COPYRIGHT for detailed information.)
%
A Sentence Dividing Tool

INSTALL memo

1: Environment

	OS and Language version: UNIX, CESP-V3.2
	Machine: Sparc station

2: Install

(1) Uncompress and tar files

	$uncompress sdiv.tar
	$tar xvf sdiv.tar

(2) The following files are generated.

    ./sdiv/doc

	README
	README.j
	INSTALL
	INSTALL.j
	class.sho
	man0.sho
	man1.sho
	man2.sho
	man3.sho

    ./sdiv/src

     (main programs)
	convertVer1.1_r.esp
	convert_dict_r.esp
	division_r.esp
	priolity_r.esp
	sent_check_r.esp
	tense_r.esp
	tense_rule_r.esp
	tstdat_r.esp

     (utility programs to use LAX system)
	conv_tblV3.esp
	execV3.esp
	laxsdiV3.esp
	patternV3.esp
	ppoutV3.esp

(3) Invoke CESP system

(4) If you use sdiv with the LAX system, you should load (or install) it.

(5) You catalogue all ESP files in ./sdiv/src with the CESP librarian.

	??- l.
	LIBMAN>cat *.esp
	conv_tblV3.esp...
	  user##conv_sem
	  user##conv_inf
	  user##conv_cat
	convertVer1.1_r.esp...
	  user##change_endword
	convert_dict_r.esp...
	  user##conversion_dict
	division_r.esp...
	  user##division
	execV3.esp...
	  user##exec
	laxsdiV3.esp...
	  user##laxsdi
	patternV3.esp...
	  user##pattern
	ppoutV3.esp...
	  user##ppout
	priolity_r.esp...
	  user##priority_rule
	sent_check_r.esp...
	  user##sentence
	tense_r.esp...
	  user##tense
	tense_rule_r.esp...
	  user##tense_rule
	tstdat_r.esp...
	  user##data
	user##conv_sem end
	user##conv_inf end
	user##conv_cat end
	user##change_endword end
	user##conversion_dict end
	user##division end
	user##sentence end
	user##tense end
	user##tense_rule end
	user##priority_rule end
	user##exec end
	user##laxsdi end
	laxobj##select --- Skip this class and continue
	user##sax_data_change --- Skip this class and continue
	lax##object_inf --- Skip this class and continue
	user##ppout end
	user##pattern end
	user##data end
	LIBMAN>exit

(6) Installation test with the CESP debugger

  (a) Generate LAX instance

	??- :init(#exec,O).  
	O = $lex_engine

  (b) Change the state of the debugger

	??- set_debug_status(1000,1000,n).

  (c) Test for 13 types of conjunctive particle

     You confirm that output is as follows:

	??- :division(#exec,O,{D01,D02,D03,D04,D05,D06,D07,
             D08,D09,D10,D11,D12,D13}).

        D01 = {"ߤäΤǤ˵ä",
               "ߤääơ˵ä"}
	D02 = A
	D03 = {"ϤӤ夬ä",
               "Ϥη̡Ӥ夬ä"}
	D04 = {"ʧɤ⿩٤ʤ",
               "ʧ٤ʤ"}
	D05 = {"ǽ˹ԤäȤ˸ʤä",
               "ǽ˹Ԥäκݡʤä"}
	D06 = {"ϱưΤǤϤʤܤɤࡣ",
               "ϱưΤǤϤʤषܤɤࡣ"}
	D07 = {"ϥѥ򿩤٤Ǥʤ⿩٤",
               "Ͽ٤Ǥʤˡ⿩٤"}
	D08 = B
	D09 = {"֤᤮ˤĤƿͤ",
               "֤᤮ȶˡͤ"}
	D10 = {"Ȥ˵äƤɤ",
               "Ȥ˵ä줫顢ɤ"}
	D11 = {"ٶǻ",
               "ٶξǡ"}
	D12 = {"㤤ʪ˹ԤŹ٤ߤä",
               "㤤ʪ˹ԤäȡŹ٤ߤä"}
	D13 = {"˿ʤȤ褦줿",
               "˿ʤäȤ褦줿"}
	O = $lex_engine




