		Operation manual

1. Summarizing Program

(1) How to start
  Input as follos from debugger.
  :text_analyzer(#cogito_v32##text_analyzer),:eval(#cogito_v32##eval).

(2) How to operate
  Select items of Menu Window by left single click of mouse, input
items by keyboard.

  MAIN MENU

  (Each item is written in Japanese)
  Load of Interlingua		:Read interlingua.
  Text Analysis			:Execute context analysis.
  Extraction of Unknown Word	:Display unknown words.
  Extraction of Unregistered World Knowledge:
				 Display unregistered world knowledge.
  Display Unknown Words and Unregistered World Knowledge:
				 Display unregistered world knowledge in
				 the time of execution.
  Negrect Unknown Words and Unregistered World Knowledge:
				 Doesn't display  unregistered world knowledge
				 in the time of execution.
  End				:End program.
  Display Interlingua		:Display interlingua.
  Display Anaphoric Relations	:Display anaphoric relations.
  Display Coherence Relations	:Display coherence relations.
  Display Relations		:Display case frames.
  Debug 			:Display debug informations.

	Example of operation:

		(Make input file by text editors)
		(a) Start this program.
		(b) Select "Load of Interlingua" and input text name.
		(c) Select "Extraction of Unknown Word","Extraction of
		    Unregistered World Knowledge".
		(d) End this program.
		(e) Register unknown words and unregistered world
		    knowledge. (words will be registered as a part of
		    ESP program, and world knowlege will be registered
		    by World Knowledge Management Program.
		(f) Start this program again.
		(g) Select "Load of Interlingua" and input text name.
		(h) Execute text analisys, importance evaluation by
		    Summarizing Program and edit by Man-machine Interface.
		(i) Save asserted predicates in #dynamic to "text name"+".con".
		(j) End this program.

(3) How to end
  Select "end"(in Japanese).

  see Appendix 1 for making input data.

Appendix 1. How to make input data.

Appendix 1:How to Make Input Data

  Following two files are necessary.
  As for detail specification, see sample files.

  "text name".mea:
	This file includes meaning(Interlingua),unit_tbl(Corresponding
	ingormations between interlingua and characters of ".org" file).

  "text name".org:
	The original text used for display of Man-machine Interface.

2. Man-machine Interface

(1) How to start
  Input as follos from debugger.

  :you_window_make(#cogito_v32##youyaku_edit),
  :you_edit(#cogito_v32##youyaku_edit),
  :you_end(#cogito_v32##youyaku_edit),!;

(2) How to operate

  +--------------------------------------------+
  |       	Menu Window		       |
  +------------------------------------+-------+
  | 				       |       | 
  | 				       |       |
  | 				       |Evalua-|
  | 	Original Text Window	       |tion   |
  | 				       |Value  |
  | 				       |Window |
  | 				       |       |
  | 				       |       |
  +------------------------------------+-------+

  Select items of Menu Window by left single click of mouse, input
items by keyboard.
  After display some infomations to Original Text Window, you ALWAYS
have to type "enter" to terminate previous processing.

	Menu Hierachy:

			    MAIN MENU
				|
	 		ABSTRACT SUB MENU

	COMMAND:

		MAIN MENU

		(Following all items are displayed in Japanese)
		Range of summarizing:Specify range of paragraph for summarzing.
				Click "Start" and click some point inside the
				start pragraph. Click "End" and click some 
				point inside the end paragraph.
				If you select "ALL", all the text will be 
				the subject of processing.
		Dispaly form   :Set display form for important parts.
				(under line,reverse,etc)
		Interlingua    :read interlingua.
		Display summarizing parts:Display in special form all
				simple sentences whose importance value is
				lager than border line.
		Modify	       :Change importance value by hand. Application
				for simple sentence is supported.
		Print	       :Print screen.
		Analysis       :Display menu of Summarizing Program.
		Change screen  :Display an abstract and move to ABSTRACT SUB
				MENU.
		Evaluation     :Decide importance values.
		Border line    :Change the value of border line. Value
				should be non-negative integer.
		Keyword	       :Search inputed keyword.
		End            :Terminate program.

		ABSTRACT SUB MENU

		Modify		       :Edit the abstract.
		Save		       :Save the abstract to file.
		Print		       :Pirnt the abstract.
		Change Screen	       :Return to MAIN MENU.
		End		       :Terminate Summarizing Editor

	Example of operation:

		(User has to summarize text by Summarizing Program before
		 using Man-machine Interface)
		(a) Start program.
		(b) Input text name.
		(c) Change border line value by checking Evaluation Window.
		(d) Select "Display summarizing parts", and select "Change
		    screen".You will get an abstract.
		(e) Select "Save" to save the abstract to a file.
		(f) Select "Change screen" and select "End"

	Remark: To process a text different from our example, you have
		to make dictionaries or world knowleges. So you need
		more informations.

(3) How to end
  Select "end"(in Japanese).

Remark: Sometimes you have to move cursol to another window for yourself.

3. World Knowledge Editor

(1) How to start
  Input as follows from debugger.

  :new(#main,Obj),:summary(Obj,wk,100,0),:kill_window(Obj),:backup(#backup_wk);

(2) How to operate
  Select items by left single click of mouse and input items by keyboard.

(3) How to end
  Select "End"(in Japanese). After terminated, system window will be displayed and ask if you retract asserted predicates, then ALWAYS select "Save All asserted predicates".
