%
%        (C)1992 Institute for New Generation Computer Technology
%        $@G[I[$=$NB>$O(HCOPYRIGHT$@%U%!%$%k$r;2>H$7$F2<$5$$(H
%        (Read COPYRIGHT for detailed information.)
%
A Sentence Retrieval Tool: KWIC-ESP

INSTALL MEMO

1: Environment

        Memory size: more than 20MW
        Disk size: more than 20MB (including Text DB)
	OS and Language version: SIMPOS7.1, ESP
	Machine: PSI-II

2: Install

(1) Make directory

  (a) SIMPOS file manipulator

    $@!&(Jdefine logical name "ltbroot:"
    $@!&(Jmake subdirectory "source" under "ltbroot:"
    $@!&(Jmake subdirectory "kwic" under "ltbroot:"

(2) Copy files

  (a) Copy source program and text database into 
      "ltbroot:source>kwic" using ftp command of UNIX.

	autoTracer.esp
	dbDM.esp
	dbDM_Tsearch.esp
	dbDetail.esp
	dbFile.esp
	dbOutput.esp
	dbOutput_o.esp
	dbUtil.esp
	displays.esp
	dtCompiler.esp
	exPool.esp
	expMan.esp
	fncSPutf.esp
	functions.esp
	idiom.def
	inEditor1.esp
	inEditor2.esp
	inSheet1.esp
	inSheet2.esp
	keyMacro.def
	keyword.def
	kwMan.esp
	menus.esp
	outDev.esp
	scrolls.esp
	searchMan.esp
	search_F.esp
	standard.decl
	sysInfo.esp
	systems.esp
	v2_dic.mac
	v2_macro.mac
	v2_tool.mac
	vsearch.esp
	windows.esp
	yourei.constant

	5G.cil 
	ctic.cil 
	fgcs.cil 
	fuchi1.cil 
	fuchi2.cil 
	fuchi3.cil 
	fuchi4.cil 
	hatu1.cil 
	hatu2.cil 
	hatu3.cil 
	hatu4.cil 
	hatu5.cil 
	hatu6.cil 
	kyuri.cil 
	simon.cil 
	sizen.cil 

(3) Catalogue ESP source file.

  (a) SIMPOS librarian

    $@!&(Jset default package to yourei_v2
    $@!&(Jcatalogue "ltbroot:source>kwic>*.mac" and "ltbroot:source>kwic>*.esp"

(4) Translate Grammartical Information Declaration file

  (a) SIMPOS shell

	$ alias dtc yourei_v2##dbDeclTableCompiler.
	$ dtc +s { ltbroot:source>kwic>standard.decl.

(5) Translate text database

  (a) SIMPOS shell

	$ alias dbm yourei_v2##dbD_Maker.
	$ dbm overwrite +s &source ltbroot:source>kwic>*.cil &def_jukugo ltbroot:source>kwic>idiom.

(6) Every user should do the following operations:

  (a) SIMPOS file manipulator

    $@!&(Jmake kwic_files under "me:"
    $@!&(Jcopy the two files in the directory
      ltbroot:source>kwic into me:kwic_files
	       yourei.constant
	       keyword_macro.def

  (b) SIMPOS pmacs

    $@!&(JThe following items should be added in "login.com" file.

	menu:- items_list([
	       :
	    {"KWIC", yourei_v2##sysLoader},
	       :

    $@!&(JYou may customize the "yourei.constant" in the directory "me:kwic_files".





