JPS6175471A - Logotype learning system - Google Patents

Logotype learning system

Info

Publication number
JPS6175471A
JPS6175471A JP59197359A JP19735984A JPS6175471A JP S6175471 A JPS6175471 A JP S6175471A JP 59197359 A JP59197359 A JP 59197359A JP 19735984 A JP19735984 A JP 19735984A JP S6175471 A JPS6175471 A JP S6175471A
Authority
JP
Japan
Prior art keywords
buffer
logotype
character
kanji
reading
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
JP59197359A
Other languages
Japanese (ja)
Inventor
Yasushi Miyaoka
宮岡 靖
Hidenori Muto
武藤 英紀
Kazuyuki Tanaka
田中 一之
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.)
Hitachi Software Engineering Co Ltd
Original Assignee
Hitachi Software Engineering Co 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 Hitachi Software Engineering Co Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP59197359A priority Critical patent/JPS6175471A/en
Publication of JPS6175471A publication Critical patent/JPS6175471A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To decrease the number of key touches and improve operativity greatly by registering two succeeding words as a logotype, and reading the logotype as a candidate automatically when its reading is inputted. CONSTITUTION:Words corresponding to KANJI (Chinese character) picked put of a KANJI dictionary 50 and reading data on them are saved in a logotype generating buffer 43 and when >=2 words succeed to form a logotype, they are transferred from the buffer 43 to a logotype buffer 44 and registered as the logotype. When it is read, data is read out of a display buffer 42, character by character, and the contents of the buffer 44 are referred to before corresponding KANJI is retrieved in the KANJI dictionary 50; when coincident reading is obtained, the word is displayed as a candidate on a display device as the buffer 42. Consequently, the number of key touches is decreased and the operativity is improved greatly, specially, when the same term appears frequently during document creation.

Description

【発明の詳細な説明】 〔発明の利用分野〕 本発明は文書作成システムにおける連字学習方式に関す
る。
DETAILED DESCRIPTION OF THE INVENTION [Field of Application of the Invention] The present invention relates to a continuous character learning method in a document creation system.

〔発明の背景〕[Background of the invention]

従来の文書作成システムにおいては、熟g変換方式ある
いは文i変換方式のいずれの場合も、直前に使用した熟
語または文節を優先して表示する学習機能はあるが、新
たに語を自動的に作り出す機能は有していない。一方、
頻繁に用いられる熟語あるいは文節を登録しておき、そ
れを何回も読み出して使用する方法として所謂定型句登
録方式があるが、これは登録あるいは読出しに特定キー
(定型句キー)を操作する必要があり、操作性が必らず
しも良いものではない。
In conventional document creation systems, in either the Jug conversion method or Sentence i conversion method, there is a learning function that prioritizes and displays the most recently used idiom or phrase, but there is a learning function that automatically creates new words. It has no function. on the other hand,
There is a so-called fixed phrase registration method that allows frequently used phrases or phrases to be registered and read out and used many times, but this method requires the operation of a specific key (fixed phrase key) for registration or reading. However, the operability is not necessarily good.

〔発明の目的) 本発明の目的は、逐次変換方式をとる文書作成システム
において、変換した単語が2つ以上連なった場合、自動
的に連字(熟語)として登録し、呼出しも自動的に行い
、操作性の向上を図ることにある。
[Object of the Invention] The object of the present invention is to automatically register, in a document creation system that uses a sequential conversion method, when two or more converted words are consecutive, to automatically register them as consecutive characters (idioms), and to automatically recall them. The aim is to improve operability.

〔発明の概要〕[Summary of the invention]

本発明は、キーボード等により読みを入力し。 In the present invention, readings are input using a keyboard or the like.

逐次変換した単語が2つ以上連なり、連字を形成する場
合、その先頭の単語に対する読みと1作り出し、た連字
をメモリ中に記憶し9次にその読みが入力されると連字
を候補として読み出すことを特徴とするものである。
When two or more consecutively converted words are connected to form a consecutive character, 1 is created with the pronunciation for the first word, the resulting consecutive character is stored in memory, and when the reading is input next, a consecutive character is suggested. It is characterized by being read out as .

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

第1図は本発明の一実施例のブロック図である。 FIG. 1 is a block diagram of one embodiment of the present invention.

キーボード10上のキー操作により入力されたデータは
、中央処理装置i!(CPU)20で解析・加工され、
コード形式でメモリ(MAM)40内のテキストバッフ
ァ41に書き込まれる。これと並行して、CPU20は
テキストバッファ41のデータを表示装置60の表示画
面覗位に順次切り出して表示用バッファ42に移すと共
に、該表示用バッファ42のデータを1文字ずつ読み出
し。
Data entered by key operations on the keyboard 10 is sent to the central processing unit i! Analyzed and processed by (CPU) 20,
It is written in code form to a text buffer 41 in a memory (MAM) 40. In parallel with this, the CPU 20 sequentially cuts out the data in the text buffer 41 at the viewing angle of the display screen of the display device 60 and transfers it to the display buffer 42, and reads out the data in the display buffer 42 one character at a time.

変換キーで指定されたデータに対しては、漢字辞書50
で該当する漢字を取り出して表示装置60に表示し、該
当する漢字が決定されると、該当漢字コードを表示用バ
ッファ42からテキストバッファ41に移す。
For the data specified by the conversion key, the kanji dictionary 50
The corresponding kanji is extracted and displayed on the display device 60, and when the corresponding kanji is determined, the corresponding kanji code is transferred from the display buffer 42 to the text buffer 41.

上記CPU20の処理に必要なプログラムはメモリ(R
OM)30に格納されており、そのプログラムの1つに
本発明に係わる連字登録/呼出しプログラムがある。
The programs necessary for the processing of the CPU 20 are stored in the memory (R
OM) 30, and one of the programs is a continuous character registration/calling program according to the present invention.

一方、メモリ40にはテキストバッファ41゜表示用バ
ッファ42の他に、連字作成バッファ43と連字バッフ
ァ44が用意されている。連字作成バッファ43には5
上記溝字辞書50で取り出した漢字に対する91語の「
読みJと「漢字」が退避され、そのφ2語が2つ以上連
なって連字(熟語)を形成すると、連字バッファ43か
ら連字バッファ44に転送し、連字として登録する。例
えば。
On the other hand, in addition to a text buffer 41.degree. display buffer 42, a continuous character creation buffer 43 and a continuous character buffer 44 are prepared in the memory 40. 5 in the consecutive character creation buffer 43
91 words for the kanji extracted from the Mizuji Dictionary 50 above
When the reading J and "Kanji" are saved and two or more of the φ2 words are connected to form a consecutive character (idiom), it is transferred from the consecutive character buffer 43 to the consecutive character buffer 44 and registered as a consecutive character. for example.

「シ」、「よ」、「す」、「変換キー」、「そ」。"shi", "yo", "su", "conversion key", "so".

「う」、「ち」、「変換キー」の入力に対し、連字作成
バッファ43に、「しより」と「処理」。
In response to the input of "u", "chi", and "conversion key", "shiyori" and "process" are stored in the consecutive character creation buffer 43.

r装置Jを順次格納し、連字が形成さ九と、その先頭の
電話に対する読み「しより」と連字「処理装置」を連字
バッファ44に転送する。読出しの場合は9表示用バッ
ファ42のデータを1文字ずつ読み出し、漢字辞書50
で該当漢字を検索する前に本連字バッファ44を参照し
、3*みが一致すれば、連字を表示用バッファ44を経
由して表示装M160に候補として表示する。
r device J is sequentially stored, and the consecutive character 9, the pronunciation for the telephone at the beginning ``shiyori'', and the consecutive character ``processing device'' are transferred to the consecutive character buffer 44. In the case of reading, the data in the 9 display buffer 42 is read out character by character, and the kanji dictionary 50 is read out.
Before searching for the corresponding kanji, the main consecutive character buffer 44 is referred to, and if 3* matches, the consecutive character is displayed as a candidate on the display device M160 via the display buffer 44.

第2図は連字登録/呼出しプログラムのフロー図であり
、以下、これに従って連字の処理動作を説明する。
FIG. 2 is a flowchart of the consecutive character registration/calling program, and the processing operation of consecutive characters will be explained below in accordance with this flowchart.

キーボード10よりキー人力があると(ステップ101
)、該データはテキストバッファ41゜表示用バッファ
42を経由して表示装!!60に表示される。牟語を漢
字変換する場合、変換キーが押下されるが(ステップ1
02)、この時、連字バッファ44を検索しくステップ
103)、キー人力の読みに対応する連字が登録さ九で
いれば。
If you have more key power than keyboard 10 (step 101)
), the data is sent to the display device via the text buffer 41° display buffer 42! ! 60. When converting mugo to kanji, the conversion key is pressed (step 1).
02) At this time, the consecutive character buffer 44 is searched (step 103), if the consecutive character corresponding to the key reading manually is registered.

それを表示バッファ42に転送し1表示装置60に候補
として表示する(ステッ′プ108)。
It is transferred to the display buffer 42 and displayed as a candidate on the first display device 60 (step 108).

キー人力の読みに対応する連字が登録されていない場合
は、漢字辞書50により該当漢字(t1語)を求め0表
示用バッファ42に転送して表示装置60に表示する(
ステップ1.04)、次に求めた漢字は最初の##語か
どうかチェックしくステップ105)、最初の曝語であ
れば、キー人力した読みと漢字(単W)を連字作成バッ
ファ43に退避する(ステップ106)、i初の畦語で
無ければ。
If a consecutive character corresponding to the key reading is not registered, the corresponding kanji (t1 word) is found using the kanji dictionary 50, transferred to the 0 display buffer 42, and displayed on the display device 60 (
Step 1.04). Next, check whether the obtained kanji is the first ## word. Step 105). If it is the first word, enter the reading and the kanji (single W) into the continuous character creation buffer 43. Save (step 106), if it is not i's first ridge word.

その漢字のみを連字作成バッファ43へ退避する(ステ
ップ107)。
Only that kanji is saved to the consecutive character creation buffer 43 (step 107).

一方、ギーボード10よりキー人力された読みが漢字で
無いとき(11語でも熟語でも無くなるとき)、変換キ
ーは押下されない。この場合、現キー人力の直前が連字
を構成しているか判定しくステップ109)、連字を構
成していれば、連字作成バッファ43の内容を連字バッ
ファ44へ登録しくステップ110)、次に連字作成バ
ッファ43をクリアする(ステップ111) 、また、
連字を構成していなければ、そのまま連字作成バッファ
43をクリアする。
On the other hand, when the reading manually inputted from the keyboard 10 is not a kanji (not 11 words or idioms), the conversion key is not pressed. In this case, it is determined whether the character immediately before the current key is forming a continuous character (step 109), and if it is forming a continuous character, the contents of the continuous character creation buffer 43 are registered in the continuous character buffer 44 (step 110). Next, clear the consecutive character creation buffer 43 (step 111), and
If no consecutive characters are formed, the consecutive character creation buffer 43 is cleared as is.

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

本発明によれば、貼語が2つ以上連なった場合、それを
連字として登録し1.その読みが入力されると該連字を
候補として自動的に読み出すため、キー・タッチ数が減
少し、特に文章作成中、同一用語が多数出現するような
場合、操作性が著しく改善される。
According to the present invention, when two or more pasted words are consecutive, they are registered as consecutive characters, and 1. When the pronunciation is input, the consecutive characters are automatically read out as candidates, which reduces the number of key touches and significantly improves operability, especially when the same term appears many times during text creation.

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

第1図は本発明の一実施例のブロック図、第2図は本発
明に係わる連字登録/呼出しの動作フロー図である。 10・・・キーボード、  20・・・中央処理装置。 30.40・・・メモリ、  50・・・漢字辞書、6
0・・・表示袋[it、41・・・テキストバッファ。 42・・・表示用バッファ、  43・・・連字作成バ
ッファ、  44・・・連字バッファ。
FIG. 1 is a block diagram of an embodiment of the present invention, and FIG. 2 is an operational flow diagram of consecutive character registration/calling according to the present invention. 10...Keyboard, 20...Central processing unit. 30.40...Memory, 50...Kanji dictionary, 6
0... Display bag [it, 41... Text buffer. 42...Display buffer, 43...Continuous character creation buffer, 44...Continuous character buffer.

Claims (1)

【特許請求の範囲】[Claims] (1)逐次変換方式の文書作成システムにおいて、入力
した読みに対し逐次変換した単語が2つ以上連なり連字
を形成する場合、その先頭の単語に対する読みと、作成
した連字をメモリに記憶し、次に、前記読みが入力され
ると、前記メモリに記憶しておいた連字を候補として読
み出すことを特徴とする連字学習方式。
(1) In a document creation system using the sequential conversion method, if two or more words that are successively converted from the input pronunciation form a series of consecutive characters, the pronunciation for the first word and the created consecutive characters are stored in memory. .Next, when the reading is input, the consecutive characters stored in the memory are read out as candidates.
JP59197359A 1984-09-20 1984-09-20 Logotype learning system Pending JPS6175471A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP59197359A JPS6175471A (en) 1984-09-20 1984-09-20 Logotype learning system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59197359A JPS6175471A (en) 1984-09-20 1984-09-20 Logotype learning system

Publications (1)

Publication Number Publication Date
JPS6175471A true JPS6175471A (en) 1986-04-17

Family

ID=16373171

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59197359A Pending JPS6175471A (en) 1984-09-20 1984-09-20 Logotype learning system

Country Status (1)

Country Link
JP (1) JPS6175471A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02289045A (en) * 1989-03-20 1990-11-29 Sanyo Electric Co Ltd Character converting device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS55153031A (en) * 1979-05-08 1980-11-28 Fujitsu Ltd Input device for writing in mixed japanese letter and chinese character with editing function
JPS55159227A (en) * 1979-05-30 1980-12-11 Nippon Telegr & Teleph Corp <Ntt> Abbreviated document input method with study ability
JPS567173A (en) * 1979-06-29 1981-01-24 Sharp Corp Sentence processor
JPS5696371A (en) * 1979-12-28 1981-08-04 Fujitsu Ltd Generating device of sentence mixed with kanji (chinese character)

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS55153031A (en) * 1979-05-08 1980-11-28 Fujitsu Ltd Input device for writing in mixed japanese letter and chinese character with editing function
JPS55159227A (en) * 1979-05-30 1980-12-11 Nippon Telegr & Teleph Corp <Ntt> Abbreviated document input method with study ability
JPS567173A (en) * 1979-06-29 1981-01-24 Sharp Corp Sentence processor
JPS5696371A (en) * 1979-12-28 1981-08-04 Fujitsu Ltd Generating device of sentence mixed with kanji (chinese character)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02289045A (en) * 1989-03-20 1990-11-29 Sanyo Electric Co Ltd Character converting device

Similar Documents

Publication Publication Date Title
JPS6175471A (en) Logotype learning system
JPS6174062A (en) Sentence input system
JPS6154561A (en) Japanese word processor
JPH0380363A (en) Document processor
JPS62156762A (en) Document data processor
JPS62102356A (en) Chinese character conversion system
KR860000681B1 (en) Hangul/hanja(korean character/chinese character)word processor
JP3273778B2 (en) Kana-kanji conversion device and kana-kanji conversion method
JPH03129568A (en) Document processor
JPS613267A (en) Kana to kanji conversion processor
JPH027159A (en) Japanese processor
JPS5832418B2 (en) Kanji-mixed sentence input device
JPH0394367A (en) Japanese input system
JPS5927338A (en) &#34;kana&#34; (japanese syllabary) and &#34;kanji&#34; (chinese character) conversion and processing system
JPH0350669A (en) Information processor
JPH04133165A (en) Kana/kanji converter
JPS59103134A (en) Kana (japanese syllabary)/kanji (chinese character) converting system
JPH01316865A (en) Device for attaching reading input function in kana/kanji conversion
JPS61166678A (en) Input device of japanese sentence
JPS60157661A (en) Kana to kanji converting system
JPS61122785A (en) Sequential display system of sequential word
JPH0727526B2 (en) Kana-Kanji converter
JPH0546344A (en) Japanese language input device
JPH0512266A (en) Document processor
JPH03110663A (en) Document processor