JPS6112125A - Optimizing system of shift code - Google Patents

Optimizing system of shift code

Info

Publication number
JPS6112125A
JPS6112125A JP59133632A JP13363284A JPS6112125A JP S6112125 A JPS6112125 A JP S6112125A JP 59133632 A JP59133632 A JP 59133632A JP 13363284 A JP13363284 A JP 13363284A JP S6112125 A JPS6112125 A JP S6112125A
Authority
JP
Japan
Prior art keywords
code
transition
shift
shift code
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP59133632A
Other languages
Japanese (ja)
Inventor
Shigeru Chiba
茂 千葉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP59133632A priority Critical patent/JPS6112125A/en
Publication of JPS6112125A publication Critical patent/JPS6112125A/en
Pending legal-status Critical Current

Links

Landscapes

  • Record Information Processing For Printing (AREA)
  • Controls And Circuits For Display Device (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Abstract

PURPOSE:To optimize efficiently a shift code by extracting a transition code from a shift code transition table decided by a preceding and present entry numbers and using the code so as to retrieve an optimized code table. CONSTITUTION:An input data from an input data storage medium 1 is inputted to a host computer 2. The computer 2 converts output mode information of the user designation into internal shift code information comprising a shift code identifier and an entry number based on the user application program 3, and an optimized processing section 4 extracts the corresponding transition code among a shift code transition code table storing the transition code by using the converted information based on the preceding and present shift code information. The corresponding optimized code is extracted from the table storing the optimized code is extracted by using the transition code and it is stored in a spool data set 5. A data is printed from the data set 5 by using a Japanese word line printer 6 or an office printing unit 7.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、文字の出力形態を定めるシフトコード列を圧
縮するシフトコードの最適化方式に関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a shift code optimization method for compressing a shift code string that determines the output form of characters.

〔従来技術と問題点〕[Prior art and problems]

日本語ラインプリンタ装置や日本語ディスプレイ装置な
どでサポートされる文字の出力形態は増加している。こ
れらの文字の出力形態はシフトコードで制御されている
。第10図は文字の出力形態とシフトコードの関係を示
す図である。例えば、9ポの全角文字のシフトコードは
30C7300130E1であり、9ポの半角文字のシ
フトコードは30C730E 130G Oであり、9
ポの全倍角文字のシフトコードは30C130E 13
0C6であり、9ポの半倍角文字のシフトコードは30
E 130C030C6である。第11図は、全角、半
角、全倍角及び半倍角の文字を説明するものである。全
角文字がm×nドツト・パターンで表現されるとすると
、半角文字はmxn/2ドツト・パターンで表現され、
全倍角文字は2m×2nドツト・パターンで表現され、
半倍角文字は2 m X nドツト・パターンで表現さ
れる。第12図は印字行の例を示す図であり、−行の中
には種々の出力形態の文字が存在することが出来る。
The number of character output formats supported by Japanese line printer devices, Japanese display devices, etc. is increasing. The output form of these characters is controlled by shift codes. FIG. 10 is a diagram showing the relationship between character output format and shift code. For example, the shift code for a 9-point full-width character is 30C7300130E1, and the shift code for a 9-point half-width character is 30C730E 130G O.
The shift code for full double-width characters is 30C130E 13
0C6, and the shift code for a 9-point half-width character is 30.
E 130C030C6. FIG. 11 explains full-width, half-width, full-width, and half-double-width characters. If a full-width character is represented by an m×n dot pattern, a half-width character is represented by an m×n/2 dot pattern,
Full double-width characters are expressed in a 2m x 2n dot pattern,
Half-width characters are represented by a 2 m x n dot pattern. FIG. 12 is a diagram showing an example of a print line, and characters of various output formats can exist in the - line.

一行の印刷データの中に出力形態の異なる文字が存在す
る場合、ハードウェア上のメモリ使用効率及び転送デー
タ量を少なくするために、同一系列のシフトコードが続
いたとき、シフトコードの最適化を行わなければならな
い。
When there are characters with different output formats in one line of print data, in order to reduce the memory usage efficiency on the hardware and the amount of transferred data, shift code optimization is performed when the same series of shift codes continues. It must be made.

〔発明の目的〕[Purpose of the invention]

本発明は、上記の要求に応えるものであって、シフトコ
ードの効率的な最適化方式を提供することを目的として
いる。
The present invention meets the above requirements and aims to provide an efficient optimization method for shift codes.

〔目的を達成するだめの手段〕[Means to achieve a goal]

そしてそのため、本発明のシフトコードの最適化方式は
、ユーザ指定の出力形態情報をシフトコード識別子とエ
ントリ番号とより成る内部シフトコード情報に変換し、
前回の内部シフトコード情報のエントリ番号と今回の内
部シフトコード情報のエントリ番号に基づいて、前回の
エントリ番号と今回のエントリ番号とによって定まる遷
移コードを複数個格納するシフトコード遷移テーブルの
中から対応する遷移コードを取り出し、この遷移コード
に基づいて、遷移コーVに対応するオプティマイズ・コ
ードを複数個格納するオプティマイズ・コード・テーブ
ルの中から対応するオプティマイズ・コードを取り出す
ことを特徴とするものである。
Therefore, the shift code optimization method of the present invention converts user-specified output format information into internal shift code information consisting of a shift code identifier and an entry number,
Based on the entry number of the previous internal shift code information and the entry number of the current internal shift code information, a corresponding one is selected from the shift code transition table that stores multiple transition codes determined by the previous entry number and the current entry number. The system is characterized in that it extracts a transition code corresponding to the transition code V, and, based on this transition code, extracts a corresponding optimization code from an optimization code table storing a plurality of optimization codes corresponding to the transition code V. .

〔発明の実施例〕[Embodiments of the invention]

以下、本発明の実施例を図面を参照しつつ説明する。 Embodiments of the present invention will be described below with reference to the drawings.

第1図は本発明の1実施例のシステム構成を示す図であ
る。第1図において、1は入力データ格納媒体、2はホ
スト計算機、3はユーザ応用プログラム、4はオプティ
マイズ処理部、5はスプール・データセット、6は日本
語ライン・プリンタ装置、7はオフィス・プリンタ装置
、8はディスプレイ装置をそれぞれ示している。カード
や磁気ディスク、磁気テープなどの媒体に格納されてい
る入力データは、ホスト計算機2に入力され、オプティ
マイズ処理されてスプール・データセット5に出力され
る。スプール・データセット5に格納されている印刷デ
ータは、日本語ライン・プリンタ装置6又はオフィス・
プリンタ装置7によって印刷される。ディスプレイ装置
8に表示される表示データは、スプール・データセット
5に格納されることなく、直接ホスト計算機から出力さ
れる。ユーザ応用プログラムの生成する文字列について
も、オプティマイズ処理が行われる。
FIG. 1 is a diagram showing the system configuration of one embodiment of the present invention. In FIG. 1, 1 is an input data storage medium, 2 is a host computer, 3 is a user application program, 4 is an optimization processing unit, 5 is a spool dataset, 6 is a Japanese line printer, and 7 is an office printer. The device and 8 each indicate a display device. Input data stored on a medium such as a card, a magnetic disk, or a magnetic tape is input to the host computer 2, subjected to optimization processing, and output to the spool data set 5. The print data stored in the spool data set 5 is stored in the Japanese line printer device 6 or in the office.
Printed by printer device 7. The display data displayed on the display device 8 is directly output from the host computer without being stored in the spool data set 5. Optimization processing is also performed on character strings generated by user application programs.

第2図及び第3図はオプティマイズ処理部で行われる処
理を示すフローチャート、第4図は文字種格納テーブル
の構成を示す図、第5図はシフトコード遷移テーブルの
構成を示す図、第6図はオプティマイズ・コード・テー
ブルの構成を示す図である。
Figures 2 and 3 are flowcharts showing the processing performed by the optimization processing section, Figure 4 is a diagram showing the configuration of the character type storage table, Figure 5 is a diagram showing the configuration of the shift code transition table, and Figure 6 is a diagram showing the configuration of the shift code transition table. FIG. 3 is a diagram showing the configuration of an optimize code table.

例えば、ABCという文字を7ポ半倍角で印字し、続い
てXYZという文字を12ボ半倍角で印字したい場合、
ユーザは、 (P (7)、H,D、ABC)、(P(12)、H,
D、XYZ )という形で印刷データを指定する。オプ
ティマイズ処理部4は、第4図の文字種格納テーブルを
用いてユーザ指定出力形態情報を定まった形式の内部シ
フトコード情報に変換する。この内部シフトコード情報
は、シフトコード識別子とエントリ番号とより成るもの
である。シフトコード識別子は” 30C10000”
 という形をしている。例えば7ボの全角文字を指定す
るユーザ指定出力形態情報は、“30C1000000
01”と変換される。オプティマイズ処理部4は、今回
の内部シフトコード情報のエントリ番号と前回の内部シ
フトコード情報のエントリ番号をキーとして第5図のシ
フトコード遷移テーブルを検索し、遷移コードを得る。
For example, if you want to print the characters ABC in 7-point half-double width, and then print the characters XYZ in 12-point half-double-width,
The user is (P (7), H, D, ABC), (P (12), H,
Specify the print data in the format (D, XYZ). The optimization processing unit 4 converts the user-designated output format information into internal shift code information in a predetermined format using the character type storage table shown in FIG. This internal shift code information consists of a shift code identifier and an entry number. Shift code identifier is "30C10000"
It has the shape of For example, user-specified output format information that specifies 7 double-byte characters is "30C1000000.
01''.The optimization processing unit 4 searches the shift code transition table of FIG. 5 using the entry number of the current internal shift code information and the entry number of the previous internal shift code information as keys, and calculates the transition code. obtain.

そして、この遷移コードをキーとして第6図のオプティ
マイズ・コード・テーブルを検索し、オプティマイズ・
コードを得る。
Then, search the optimize code table shown in Figure 6 using this transition code as a key, and perform the optimization code table.
Get the code.

第2図及び第3図はオプティマイズ処理の流れを示すフ
ローチャートである。オプティマイズ処理は下記のよう
にして行われる。
FIGS. 2 and 3 are flowcharts showing the flow of optimization processing. Optimization processing is performed as follows.

■ 出カバソファの変位を先頭に位置付ける。■ Position the displacement of the out-cover sofa at the beginning.

■ 利用者指定のコードのサーチが終了したか否かを調
べる。Yesのときは第3図の■の処理を行い、Noの
ときは■の処理を行う。
■ Check whether the search for the user-specified code is completed. When the answer is Yes, the process ``■'' in FIG. 3 is performed, and when the answer is No, the process ``■'' is performed.

■ 内部シフトコード情報が現れたか否かを調べる。Y
esのときは■の処理を行い、Noのときは■の処理行
う。
■ Check whether internal shift code information appears. Y
If es, process ``■'' is performed, and if No, process ``■'' is performed.

■ 第4図の文字種格納テーブルからシフトコード識別
子とエントリ番号を取り出し、これを化カバソファに格
納する。
■ Extract the shift code identifier and entry number from the character type storage table shown in FIG. 4 and store them in the converter sofa.

■ 化カバソファの変位を求める。即ち元の変位に内部
シフトコード情報の長さを加算する。
■ Find the displacement of the Kaba sofa. That is, the length of the internal shift code information is added to the original displacement.

■ 次のコード(内部シフトコード情報又は文字コード
)を取り出す。
■ Extract the next code (internal shift code information or character code).

■ 指定された文字コードを化カバソファに格納する。■ Store the specified character code in the Kaba Sofa.

■ 化カバソファの変位を求める。即ち、元の変位に文
字コードの長さを加算する。
■ Find the displacement of the Kaba sofa. That is, the length of the character code is added to the original displacement.

■ 入カバソファの変位を先頭に位置付ける。■ Position the displacement of the hippo sofa at the beginning.

■ 化カバソファの変位を先頭に位置付ける。■ Position the displacement of the Kaba sofa at the beginning.

■ 入力データが終了したか否かを調べる。Yesのと
きは終了とし、Noのときは@の処理を行〜う。
■ Check whether input data is finished. If Yes, the process ends, and if No, perform the @ process.

@ 内部シフトコード情報が現れたが否かを調べるeY
esのときは@の処理を行い、Noのときは■の処理を
行う。
@ Check whether internal shift code information has appeared or not eY
If es, process @, and if No, process ■.

■ 先頭のコードが内部シフトコード情報か否かを調べ
る。Yesのときは■の処理を行い、N。
■ Check whether the first code is internal shift code information. If Yes, perform the process ■, and then press N.

のときは[相]の処理を行う。When , process [phase].

■ 先頭シフトコードをオプティマイズし、化カバソフ
ァに格納する。
■ Optimize the leading shift code and store it in the cover sofa.

[相] 先頭の内部シフトコード情報のエントリ番号を
記憶する。
[Phase] Stores the entry number of the first internal shift code information.

[相] 化カバソファの変位を求める。即ち、オプティ
マイズ化されたシフトコードの分だけ化カバソファの変
位を増加する。
[Phase] Find the displacement of the Kaba Sofa. That is, the displacement of the converted cover sofa is increased by the optimized shift code.

O次のコード(内部シフトコード情報又は文字コード)
を入力バッファから取り出す。
O next code (internal shift code information or character code)
from the input buffer.

[相] 第5図のシフトコード遷移テーブルを前回の内
部シフトコード情報のエントリ番号及び今回の内部シフ
トコード情報のエントリ番号をキーとして検索し、遷移
コードを求める。
[Phase] The shift code transition table shown in FIG. 5 is searched using the entry number of the previous internal shift code information and the entry number of the current internal shift code information as keys to obtain a transition code.

[相] 求めた遷移コードをキーとして、第6図のオプ
ティマイズ・コード・テーブルを検索し、オプティマイ
ズ・コードを求め、化カバソファに格納する。
[Phase] Using the obtained transition code as a key, search the optimize code table shown in FIG. 6, obtain the optimize code, and store it in the converter sofa.

[相] 現在の内部シフトコード情報のエントリ番号を
前回の内部シフトコード情報のエントリ番号とする。次
に[相]の処理を行う。
[Phase] The entry number of the current internal shift code information is set as the entry number of the previous internal shift code information. Next, process the [phase].

■ 指定された文字コードを化カバソファに格納する。■ Store the specified character code in the Kaba Sofa.

■ 化カバソファの変位を求める。即ら、化カバソファ
の変位を文字コードの分だけ増加する。
■ Find the displacement of the Kaba sofa. That is, the displacement of the cover sofa is increased by the character code.

次に0の処理を行う。Next, 0 processing is performed.

第7図は印刷文字列とデータ列とを示し、第8図は最適
化前のデータ列と最適化後のデータ列を示している。第
7図のデータ列をオプティマイズすると、第8図のデー
タ列が得られる。
FIG. 7 shows a print character string and a data string, and FIG. 8 shows a data string before optimization and a data string after optimization. When the data string shown in FIG. 7 is optimized, the data string shown in FIG. 8 is obtained.

第9図は第7図のデータ列をオプティマイズする過程を
示すものである。文字列Aの出力形態は9ボ全角である
ので対応する内部シフトコード情報は“30C1000
00005”となり、文字列Bの出力形態は9ボ半角で
あるので対応する内部シフトコード情報は“30C10
0000006”となり、文字Cの出力形態は12ポ半
倍角であるので対応する内部シフトコード情報は30C
10000000C” となり、文字りの出力形態は1
2ボ全角であるので対応する内部シフトコード情報は3
0G100000009″となる。内部シフトコード情
報“30C100000005″をオプティマイズする
場合、これは先頭の内部シフトコード情報であるので、
前コードのエントリ番号は”I”とされる。なお、エン
トリ番号1〜4は30E2を無条件に挿入する。今回の
エントリ番号は5″、前回のエントリ番号が“1″であ
るので、第5図のシフトコード遷移テーブルから“6″
が取り出され、第6図のオプティマイズ・コード・テー
ブルから遷移コード“6″に対応するオプティマイズ・
コード“30E1”が取り出される。したがって、出力
バッファに“30E1”と“A”が格納される。
FIG. 9 shows the process of optimizing the data string of FIG. 7. Since the output format of character string A is 9-byte full-width, the corresponding internal shift code information is “30C1000
00005", and the output format of character string B is 9 characters, half-width, so the corresponding internal shift code information is "30C10
0000006", and the output format of the character C is 12 points half double-width, so the corresponding internal shift code information is 30C.
10000000C", and the output format of the character is 1
Since it is 2 characters full-width, the corresponding internal shift code information is 3.
0G100000009''. When optimizing the internal shift code information “30C100000005”, this is the first internal shift code information, so
The entry number of the previous code is "I". Note that 30E2 is inserted unconditionally for entry numbers 1 to 4. The current entry number is 5" and the previous entry number is "1", so from the shift code transition table in Figure 5, it is "6".
is extracted, and the optimize code corresponding to transition code "6" is extracted from the optimize code table shown in FIG.
The code "30E1" is extracted. Therefore, "30E1" and "A" are stored in the output buffer.

“30C100000006”のオプティマイズを行う
場合、前回のエントリ番号が“5”、今回のエントリ番
号が“6”であるので、第5図のシフ]・コード遷移テ
ーブルから遷移コード“14”が取り出され、この遷移
コード“14”に対応するオプティマイズ・コード” 
30CO’が第6図のオプティマイズ・コード・テーブ
ルから取り出される。そして、出力ハッファに“30C
O” とB”が追加される。このような処理が入力デー
タを全部サーチするまで繰り返される。なお、出力側の
装置は、現われたシフトコードに応じて印刷する文字の
種類を識別すれば良い。
When optimizing "30C100000006", the previous entry number is "5" and the current entry number is "6", so the transition code "14" is extracted from the Schif] code transition table in FIG. Optimize code corresponding to this transition code “14””
30CO' is retrieved from the optimize code table of FIG. Then, the output huffer is ``30C''.
O” and B” are added. Such processing is repeated until all input data is searched. Note that the output side device only needs to identify the type of character to be printed according to the shift code that appears.

〔発明の効果〕〔Effect of the invention〕

以上の説明から明らかなように、本発明によれば、シフ
トコードを効率よくオプティマイズすることが出来る。
As is clear from the above description, according to the present invention, shift codes can be efficiently optimized.

【図面の簡単な説明】[Brief explanation of drawings]

第1図は本発明の1実施例のシステム構成を示す図、第
2図及び第3図はオプティマイズ処理を説明する図、第
4図は文字種格納デープルの構成を示す図、第5図はシ
フトコード遷移テーブルの構成を示す図、第6図はオプ
ティマイズ・コード・テーブルの構成を示す図、第7図
は印刷文字列とそのデータ列とを示す図、第8図は最適
化前のデータ列と最適化後のデータ列を示す図、第9図
は第7図のオプティマイズ処理の過程を説明する図、第
10図は文字の出力形態と従来のシフトコード列とを示
す図、第11図は全角、半角、全倍角及び半倍角の文字
を説明するための図、第12図は印刷行の例を示す図で
ある。 1−人力データ格納媒体、2−・−ホスト計算機、3−
ユーザ応用プログラム、4−オプティマイズ処理部、5
−スプール・データセット、6−日本語ライン・プリン
タ装置、7−オフィス・プリンタ装置、8−ディスプレ
イ装置 特許出願人   富士通株式会社 代理人弁理士  京 谷 四 部 才1図 才2図
FIG. 1 is a diagram showing the system configuration of an embodiment of the present invention, FIGS. 2 and 3 are diagrams explaining the optimization process, FIG. 4 is a diagram showing the configuration of a character type storage table, and FIG. 5 is a shift diagram. Figure 6 shows the structure of the code transition table, Figure 6 shows the structure of the optimize code table, Figure 7 shows the printed character string and its data string, and Figure 8 shows the data string before optimization. FIG. 9 is a diagram explaining the process of optimization processing in FIG. 7, FIG. 10 is a diagram showing the character output form and a conventional shift code string, and FIG. 11 is a diagram showing the data string after optimization. is a diagram for explaining full-width, half-width, full-width, and half-double-width characters, and FIG. 12 is a diagram showing an example of a print line. 1-Manual data storage medium, 2-.-Host computer, 3-
User application program, 4-optimization processing section, 5
-Spool dataset, 6-Japanese line printer device, 7-Office printer device, 8-Display device Patent applicant Fujitsu Ltd. Representative Patent Attorney Kyotani Yobu Sai 1 figure, 2 figures

Claims (1)

【特許請求の範囲】[Claims] ユーザ指定の出力形態情報をシフトコード識別子とエン
トリ番号とより成る内部シフトコード情報に変換し、前
回の内部シフトコード情報のエントリ番号と今回の内部
シフトコード情報のエントリ番号に基づいて、前回のエ
ントリ番号と今回のエントリ番号とによって定まる遷移
コードを複数個格納するシフトコード遷移テーブルの中
から対応する遷移コードを取り出し、この遷移コードに
基づいて、遷移コードに対応するオプティマイズ・コー
ドを複数個格納するオプティマイズ・コード・テーブル
の中から対応するオプティマイズ・コードを取り出すこ
とを特徴とするシフトコードの最適化方式。
The output format information specified by the user is converted into internal shift code information consisting of a shift code identifier and an entry number, and the previous entry is converted based on the entry number of the previous internal shift code information and the entry number of the current internal shift code information. A corresponding transition code is extracted from a shift code transition table that stores multiple transition codes determined by the number and the current entry number, and based on this transition code, multiple optimization codes corresponding to the transition code are stored. A shift code optimization method characterized by extracting a corresponding optimization code from an optimization code table.
JP59133632A 1984-06-28 1984-06-28 Optimizing system of shift code Pending JPS6112125A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP59133632A JPS6112125A (en) 1984-06-28 1984-06-28 Optimizing system of shift code

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59133632A JPS6112125A (en) 1984-06-28 1984-06-28 Optimizing system of shift code

Publications (1)

Publication Number Publication Date
JPS6112125A true JPS6112125A (en) 1986-01-20

Family

ID=15109357

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59133632A Pending JPS6112125A (en) 1984-06-28 1984-06-28 Optimizing system of shift code

Country Status (1)

Country Link
JP (1) JPS6112125A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6388632A (en) * 1986-09-30 1988-04-19 Nec Corp Printing data converting method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6388632A (en) * 1986-09-30 1988-04-19 Nec Corp Printing data converting method

Similar Documents

Publication Publication Date Title
EP0293161B1 (en) Character processing system with spelling check function
WO2002097674A2 (en) Efficient collation element structure for handling large numbers of characters
JP2855207B2 (en) Form output device
JPS6112125A (en) Optimizing system of shift code
US20010034744A1 (en) Data input form generation system, data input form generation method, and computer-readable recording medium
Okada et al. An efficient substring search method by using delayed keyword extraction
CN100385439C (en) Data processing device, data processing method, data processing program, and computer-readable recording medium containing the data processing program
JPS634334A (en) Electronic file device for document image
JP4388142B2 (en) Information processing system and recording medium storing program for causing computer to perform processing in this system
JP2001312517A (en) Index generation system and document retrieval system
JPS5928190A (en) Character pattern generation system
US20020143736A1 (en) Data mining page and image archive files
JP2002015266A (en) Electronic document system
JPH06348569A (en) Data base system
JP2634926B2 (en) Kana-Kanji conversion device
JPH11161726A (en) Electronic slip system
JPH02206873A (en) Picture retrieving system
KR0159814B1 (en) Article management method in electronic cash register
JPH04321169A (en) Document preparing device
JP3127969B2 (en) Dictionary storage device
JPS6373422A (en) Information retrieving device
JPS60104373A (en) Character processor
JPH05258100A (en) Character recognizing device
JPH05233729A (en) Summary selection type information providing device
JPH0525139B2 (en)