JPH0764990A - Device for preparing sentence by on-line handwritten character recognition - Google Patents

Device for preparing sentence by on-line handwritten character recognition

Info

Publication number
JPH0764990A
JPH0764990A JP5213121A JP21312193A JPH0764990A JP H0764990 A JPH0764990 A JP H0764990A JP 5213121 A JP5213121 A JP 5213121A JP 21312193 A JP21312193 A JP 21312193A JP H0764990 A JPH0764990 A JP H0764990A
Authority
JP
Japan
Prior art keywords
character
recognition
buffer
characters
kana
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
JP5213121A
Other languages
Japanese (ja)
Inventor
Kenji Suzuki
木 謙 二 鈴
Yoshiyuki Miura
浦 佳 之 三
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP5213121A priority Critical patent/JPH0764990A/en
Publication of JPH0764990A publication Critical patent/JPH0764990A/en
Pending legal-status Critical Current

Links

Landscapes

  • Document Processing Apparatus (AREA)
  • Character Discrimination (AREA)

Abstract

PURPOSE:To provide a sentence preparing device by on-line handwritten character recognition performing the KANA (Japanese syllabary)/KANJI (Chinese characters) conversion of handwritten character. CONSTITUTION:The device is provided with a character recognition part 16 recognizing handwritten characters inputted from a coordinate input means 11 by a character recognition frame, recognition character buffer edition part 17 scoring the characters recognized by the part 16 in the buffer memory by scanning them and editing them by phrase, KANA/KANJI conversion part 18 converting the characters edited by the part 17 into a KANA/KANJI mixed sentence, and display part 20 displaying characters converted by the part 18 on the display means 12.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、オンライン手書き文字
認識による文章作成装置に係り、特に、手書文字等を認
識しかな漢字変換混りの文章を作成するようにしたオン
ライン手書き文字認識による文章作成装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an online handwriting character recognition system for writing texts, and more particularly, to writing texts by online handwriting character recognition for creating handwritten characters and other kanji conversion mixed sentences. Regarding the device.

【0002】[0002]

【従来の技術および発明が解決しようとする課題】近
年、手書文字認識技術の進歩に伴い、手書文字を認識
し、かな漢字混りの文章に変換する文章作成装置が用い
られるようになってきた。
2. Description of the Related Art In recent years, with the advance of handwriting character recognition technology, a sentence creating device for recognizing handwritten characters and converting them into kana-kanji mixed sentences has come to be used. It was

【0003】このような文章作成装置としては透明タブ
レットとディスプレイを積層一体化し、これに制御装置
を取り付けた箱体状のものが用いられている。この文章
作成装置は何文字かの手書文字を入力し、この入力した
手書文字を文節変換アイコンを押下し、文節単位でかな
漢字に変換させるようにしている。この変換は簡単では
あるが文節変換アイコンの押操作が手書文字の入力とは
無関係に行われるので利用者の負担が大きくなると言う
問題があった。
A box-shaped device in which a transparent tablet and a display are laminated and integrated, and a control device is attached to the device is used as such a text-creating device. This text creation device inputs some handwritten characters and presses the bunsetsu conversion icon to convert the input handwritten characters into kana-kanji in bunsetsu units. Although this conversion is simple, there is a problem that the burden on the user increases because the operation of pressing the phrase conversion icon is performed independently of the input of handwritten characters.

【0004】また、この変換では文節変換アイコンを押
す度に文字認識処理を終了させ、このかな漢字変換処理
を行い、再度、手書文字の入力が始まったとき文字認識
処理を始めなければならなかった。そのため文章の作成
処理が大変になる面倒になると言う問題があった。
In this conversion, the character recognition process must be terminated each time the phrase conversion icon is pressed, the kana-kanji conversion process must be performed, and the character recognition process must be started again when the input of handwritten characters starts. . Therefore, there is a problem that the process of creating a sentence becomes troublesome.

【0005】さらに、この変換では文節変換アイコンを
押す時は認識文字バッファに格納されている文字列が全
てかな漢字変換の対象になる。そのため、利用者は、常
に、これから入力する文字数と残りの認識枠の数に注意
を払い、単語の途中で認識枠が足りなくならないように
配慮しなければならないと言う問題があった。
Further, in this conversion, when the phrase conversion icon is pressed, all the character strings stored in the recognized character buffer are subjected to kana-kanji conversion. Therefore, there has been a problem that the user must always pay attention to the number of characters to be input and the number of remaining recognition frames so as not to run out of recognition frames in the middle of a word.

【0006】これを解決するため、最後の認識枠に書か
れた文字が認識された時点で認識枠内をスクロールさせ
ること等を行っている。この認識枠のスクロールは認識
文字バッファが有限であるためすぐにこれが一杯にな
り、結局、上述と同様な注意を払わなければならないと
言う問題があった。
In order to solve this problem, the recognition frame is scrolled when the character written in the last recognition frame is recognized. This scrolling of the recognition frame has a problem that the recognition character buffer is finite and the buffer is immediately filled up, and in the end, the same caution as described above must be taken.

【0007】一方、かな漢字変換には連続して入力され
た文字列の文節の切れ目をどのように検出するかと言う
問題がある。
On the other hand, the kana-kanji conversion has a problem of how to detect the breaks of the clauses of the character strings continuously input.

【0008】この問題を解決するために、句読点、文字
の種類が変更になった位置を利用したり、または、形態
素解析を利用する方法が取られている。
In order to solve this problem, a method is used in which a punctuation mark, a position where the type of character is changed, or a morphological analysis is used.

【0009】しかし、句読点、文字の種類は頻繁に生じ
るものではなくあくまで補助的な手段にすぎず、また、
形態素解析を利用することも処理時間と検出精度の点で
は未だ十分ではないと言う問題がある。
However, the punctuation marks and the types of characters do not occur frequently and are merely auxiliary means.
There is a problem that the use of morphological analysis is still insufficient in terms of processing time and detection accuracy.

【0010】本発明は上記問題を解決するために手書文
字を文節単位で順次かな漢字変換するようにした文章作
成装置を提供するものである。
In order to solve the above problems, the present invention provides a sentence creating device for sequentially converting kana-kanji into handwritten characters in units of clauses.

【0011】[0011]

【課題を解決するための手段】本発明文章作成装置は、
タブレット入力装置または、ペン入力装置等の座標入力
手段と、この座標入力手段から入力された手書文字等を
処理する制御手段と、前記座標入力手段から入力された
手書文字等を、または、前記制御手段が処理した文字等
を表示する表示手段とを備えたオンライン手書き文字認
識による文章作成装置において、前記制御手段には、前
記座標入力手段から入力される手書文字等を文字認識枠
により認識する文字認識部と、この文字認識部が認識し
た文字等をバッファメモリに格納し、この格納された文
字等を走査し文節毎に編集して前記バッファメモリに格
納する認識文字バッファ編集部と、この認識文字バッフ
ァ編集部が編集した文字等をかな漢字混りの文に変換す
るかな漢字変換部と、このかな漢字変換部が変換した文
字等を前記表示手段に表示させる表示部と、を備えたこ
とを特徴とするオンライン手書き文字認識による文章作
成装置を提供するものである。
The text creating apparatus of the present invention comprises:
A coordinate input means such as a tablet input device or a pen input device; a control means for processing handwritten characters etc. inputted from the coordinate input means; and handwritten characters etc. inputted from the coordinate input means, or In a sentence creation device by online handwritten character recognition, which comprises a display unit for displaying characters processed by the control unit, the control unit includes a handwritten character input from the coordinate input unit by a character recognition frame. A recognition character recognition unit, and a recognition character buffer editing unit that stores characters and the like recognized by the character recognition unit in a buffer memory, scans the stored characters and the like, edits each clause, and stores the edited characters in the buffer memory. , The kana-kanji conversion part for converting the characters etc. edited by the recognition character buffer editing part into a kana-kanji mixed sentence, and the characters etc. converted by this kana-kanji conversion part There is provided a text creation device online handwriting recognition, characterized in that and a display unit for displaying on.

【0012】また、前記認識文字バッファ編集部は、文
字認識枠の空白、句読点、カッコ等を手書文字の文節と
して捕らえ、かな漢字混じりの文を編集するようにした
ことを特徴とする請求項1記載のオンライン手書き文字
認識による文章作成装置を提供するものである。
Further, the recognized character buffer editing unit is adapted to catch blanks, punctuation marks, parentheses, etc. of a character recognition frame as a phrase of a handwritten character and edit a sentence mixed with Kana-Kanji. An object of the present invention is to provide a sentence creation device based on the described online handwritten character recognition.

【0013】[0013]

【作用】手書文字が入力される。この手書文字を文節毎
に捕らえ、この文節単位で手書文字がかな漢字変換され
文章が作成される。
[Function] Handwritten characters are input. This handwritten character is captured for each phrase, and the handwritten character is converted into kana-kanji character for each phrase to create a sentence.

【0014】手書文字は、空白枠、句読点、カッコ等を
文節として捕らえ、この文節単位で手書文字がかな漢字
変換する。
With regard to handwritten characters, blank frames, punctuation marks, parentheses, etc. are caught as bunsetsu, and the handwritten characters are converted into kana-kanji characters by this bunsetsu unit.

【0015】[0015]

【実施例】以下、本発明文章作成装置の一実施例を添付
図面により説明する。この文章作成装置10は図2に示
すように座標入力装置11、表示装置12、制御装置1
3および外部記憶装置14から構成されている。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the text creating apparatus of the present invention will be described below with reference to the accompanying drawings. As shown in FIG. 2, the sentence creating device 10 includes a coordinate input device 11, a display device 12, and a control device 1.
3 and an external storage device 14.

【0016】座標入力装置11は、座標面を有する矩形
板状の透明タブレットにより形成され、ペン等により手
書文字等が入力されるものである。
The coordinate input device 11 is formed of a transparent tablet in the shape of a rectangular plate having a coordinate plane, and is used to input handwritten characters and the like with a pen or the like.

【0017】表示装置12は座標入力装置11と同じ座
標面を有する矩形板状の液晶ディスプレイにより形成さ
れ、座標入力装置11が入力した手書文字等が表示され
るようになっている。
The display device 12 is formed of a rectangular plate-shaped liquid crystal display having the same coordinate plane as the coordinate input device 11, and displays handwritten characters and the like input by the coordinate input device 11.

【0018】この表示装置12の座標面と座標入力装置
11の座標面とが同じになるように一体的に積層され、
表示装置12の座標から座標入力装置11の座標が直接
に指定できるとともに表示装置12の表示情報が座標入
力装置11の透明タブレットを介し認識されるようにな
っている。
The coordinate plane of the display device 12 and the coordinate plane of the coordinate input device 11 are integrally laminated so as to be the same.
The coordinates of the coordinate input device 11 can be directly specified from the coordinates of the display device 12, and the display information of the display device 12 can be recognized through the transparent tablet of the coordinate input device 11.

【0019】制御装置13は図3に示すような機能ブロ
ック構造をしており、処理部13Aとバッファメモリ1
3Bとが具備されている。処理部13Aには座標入力部
15、文字認識部16、認識文字バッファ編集部17、
かな漢字変換部18、文字列編集機能部19、表示部2
0等が備えられている。また、バッファメモリ13Bに
は座標データバッファ21、文字座標データバッファ2
2、認識文字バッファ23、かな漢字変換バッファ2
4、文字列編集バッファ25等が備えられている。
The control device 13 has a functional block structure as shown in FIG. 3, and includes a processing unit 13A and a buffer memory 1.
3B is provided. The processing unit 13A includes a coordinate input unit 15, a character recognition unit 16, a recognized character buffer editing unit 17,
Kana-Kanji conversion unit 18, character string editing function unit 19, display unit 2
0 and the like are provided. Further, the buffer memory 13B includes a coordinate data buffer 21 and a character coordinate data buffer 2.
2, recognition character buffer 23, kana-kanji conversion buffer 2
4. A character string edit buffer 25 and the like are provided.

【0020】座標入力部15は座標入力装置11から入
力される手書文字等の座標データを受け、この座標デー
タを座標データバッファ21に順次格納するものであ
る。この座標データが文字変換、文字列編集等を指示す
るアイコンP(図5、図9を参照)等に対応したもので
あれば指示された内容により認識文字バッファ編集部1
7、文字列編集機能部19が起動されるようになってい
る。
The coordinate input unit 15 receives coordinate data such as handwritten characters input from the coordinate input device 11 and sequentially stores the coordinate data in the coordinate data buffer 21. If the coordinate data corresponds to an icon P (see FIGS. 5 and 9) for instructing character conversion, character string editing, etc., the recognized character buffer editing unit 1 is in accordance with the instructed content.
7. The character string editing function unit 19 is activated.

【0021】座標データバッファ21に格納される座標
データが文字認識枠K1、K2…(図5、図9を参照)
内のものであれば、文字認識枠外の座標データが入力さ
れるかペン(図示せず)を上げてから一定時間経過する
かして検切が行われるまでペンのオン/オフの情報とと
もに座標データバッファ21に蓄えられている。時間検
切または文字認識枠K1…の枠検切が行われた時点で座
標データバッファ21の座標データが文字座標データバ
ッファ22にコピーされるように文字認識部16が起動
されるようになっている。
The coordinate data stored in the coordinate data buffer 21 includes character recognition frames K1, K2 ... (See FIGS. 5 and 9).
If it is within the range, coordinate data outside the character recognition frame will be input or the pen (not shown) will be lifted for a certain period of time, and the coordinate will be turned on and off until the inspection is performed. It is stored in the data buffer 21. The character recognition unit 16 is activated so that the coordinate data of the coordinate data buffer 21 is copied to the character coordinate data buffer 22 when the time inspection or the frame inspection of the character recognition frame K1 ... Is performed. There is.

【0022】文字認識部16は外部記憶装置14に格納
されている文字認識用辞書等が参照され、文字座標デー
タバッファ22に格納されている座標データが文字とし
て認識されるようになっている。
The character recognizing unit 16 refers to a character recognizing dictionary or the like stored in the external storage device 14 and recognizes the coordinate data stored in the character coordinate data buffer 22 as a character.

【0023】外部記憶装置14の文字認識用辞書は、例
えば、図4に示すように画数毎に文字が分類され、その
辞書パターンの書き出しの第1点目を基準とした相対値
によりストロークの代表点として与えられている。
In the character recognition dictionary of the external storage device 14, for example, characters are classified according to the number of strokes as shown in FIG. 4, and strokes are represented by a relative value based on the first point of writing the dictionary pattern. It is given as a point.

【0024】この文字認識部16は文字座標データバッ
ファ22に格納されている座標データ列の各ストローク
の代表点を求め、その画数に応じた認識用辞書パターン
とのマッチングを行う。そのマッチングの差が最も小さ
いものを認識結果として表示するために表示部20に渡
すと同時に手書文字が入力された文字認識枠に対応する
認識文字バッファ23内のエリアに格納されるようにな
っている。
The character recognition unit 16 obtains a representative point of each stroke of the coordinate data string stored in the character coordinate data buffer 22 and performs matching with the recognition dictionary pattern according to the number of strokes. The one with the smallest matching difference is passed to the display unit 20 to be displayed as the recognition result, and at the same time, the handwritten character is stored in the area in the recognized character buffer 23 corresponding to the input character recognition frame. ing.

【0025】認識文字バッファ編集部17は認識文字バ
ッファ23内を最初から順に走査して何も入力されてい
ない空白枠を探し、空白枠で区切られた文字列をかな漢
字変換バッファ24に出力するようになっている。空白
枠が検出されなかった場合には何等の動作も行われない
ようになっている。認識文字バッファ23には空白枠が
多数存在し得るのでこの処理は認識文字バッファ23の
全ての枠について行われる。
The recognized character buffer editing unit 17 scans the recognized character buffer 23 sequentially from the beginning to find a blank frame in which nothing is input, and outputs the character string delimited by the blank frame to the kana-kanji conversion buffer 24. It has become. If no blank frame is detected, no operation is performed. Since many blank frames may exist in the recognized character buffer 23, this processing is performed for all the frames of the recognized character buffer 23.

【0026】かな漢字変換部18はかな漢字変換バッフ
ァ24に格納されている文字列に対してかな漢字変換処
理を行うようになっている。変換された文字列は文書編
集エリアへの表示命令と共に文字編集バッファ25に出
力されるようになっている。
The kana-kanji conversion unit 18 is adapted to perform kana-kanji conversion processing on the character string stored in the kana-kanji conversion buffer 24. The converted character string is output to the character edit buffer 25 together with a display command in the document edit area.

【0027】文字列編集機能部19は、座標入力部15
から与えられた座標データを画面上のアイコンPに対応
づけて解析し、その指示する内容により編集機能名、始
点位置、終点位置等に変換して文字列編集バッファ25
に格納するようになっている。文字列編集操作に必要な
情報が揃ったらその機能が実行される。
The character string editing function unit 19 includes a coordinate input unit 15
The coordinate data given from is analyzed in association with the icon P on the screen, converted into an editing function name, a start point position, an end point position, etc. according to the contents instructed, and the character string edit buffer 25
It is designed to be stored in. The function is executed when the information required for the character string editing operation is prepared.

【0028】なお、文字列編集バッファ25には上述し
たようにかな漢字変換部18からも情報がセットされる
ようになっている。
Information is also set in the character string edit buffer 25 from the kana-kanji conversion unit 18 as described above.

【0029】表示部20は上述したように座標入力装置
11から入力された文字情報をその筆跡パターンとして
表示したり、文字認識部16によって認識された文字や
文字列編集機能部19からの指示に基づいて表示装置1
1上に表示するようになっている。
The display unit 20 displays the character information input from the coordinate input device 11 as the handwriting pattern as described above, and displays the characters recognized by the character recognition unit 16 and the instruction from the character string editing function unit 19. Based display device 1
It is designed to be displayed above 1.

【0030】また、認識文字バッファ編集部17が認識
文字バッファ23内を走査した際に空白枠が検出されな
かった場合にはあらかじめ決められている文字数分だけ
画面上の認識枠内をスクロールさせるようになってい
る。
If no blank frame is detected when the recognition character buffer editing unit 17 scans the recognition character buffer 23, the recognition frame on the screen is scrolled by a predetermined number of characters. It has become.

【0031】外部記憶装置14は図4に示したように文
字認識辞書、かな漢字変換辞書等を格納するディスク等
である。
The external storage device 14 is a disk for storing a character recognition dictionary, a kana-kanji conversion dictionary, etc., as shown in FIG.

【0032】このように構成した文書作成装置10の動
作を図1のフロチャート、図5乃至図9の操作、格納例
等を参照して説明する。
The operation of the document creating apparatus 10 configured as described above will be described with reference to the flowchart of FIG. 1, the operations of FIGS.

【0033】座標入力装置11から座標データが入力さ
れると(S1)、その座標データが座標入力部15によ
り手書文字の座標データであるか文字列編集等に用いら
れる座標データであるかが判断される(S2)。この判
断は座標データが表示装置12の画面上の文字認識枠A
1…内に書かれたか否かにより行われる。この座標デー
タは認識枠A1…内に書かれたものであれば手書文字を
構成する座標データである。そのため、他の座標データ
が認識枠A1…外から入力されるか、または、ペン(図
示せず)を上げてから一定時間が経過するかのどちらか
で検切が行われるまで(S3)、この座標データが座標
データバッファ21に格納されている(S4)。この格
納されている座標データはペンのスイッチのオン/オフ
の状態も格納され、後で何ストローク入力されたか分か
るようになっている。
When coordinate data is input from the coordinate input device 11 (S1), it is determined whether the coordinate data is handwritten character coordinate data by the coordinate input unit 15 or coordinate data used for character string editing or the like. It is judged (S2). In this determination, the coordinate data is the character recognition frame A on the screen of the display device 12.
It is performed depending on whether it is written in 1 ... If the coordinate data is written in the recognition frame A1, ..., It is the coordinate data that constitutes a handwritten character. Therefore, until another coordinate data is input from the outside of the recognition frame A1 ... Or a fixed time elapses after the pen (not shown) is raised (S3), This coordinate data is stored in the coordinate data buffer 21 (S4). The stored coordinate data also stores the on / off state of the switch of the pen so that it is possible to know how many strokes have been input later.

【0034】座標データバッファ21に座標データが格
納された後検切りがあると、座標データバッファ21の
内容が、一旦、文字座標データバッファ22にコピーさ
れる(S5)。このコピーは文字認識部16により認識
処理される(S6)。
When the coordinate data is stored in the coordinate data buffer 21 and there is a trimming, the contents of the coordinate data buffer 21 are once copied to the character coordinate data buffer 22 (S5). This copy is recognized by the character recognition unit 16 (S6).

【0035】この認識処理中、認識された文字が表示部
20を介して表示装置12に送られ表示されるとともに
認識文字バッファ23に格納される。
During the recognition process, the recognized characters are sent to the display device 12 via the display unit 20 and displayed, and are stored in the recognized character buffer 23.

【0036】上記説明では、手書文字の座標データの入
力と文字の認識は連続して行うようになっているが、実
際には手書文字の座標データの入力は割り込みによって
生じる。そのため、文字の認識が行なわれている間にも
次ぎの文字の筆跡表示と座標データの座標データバッフ
ァ21への格納が行われている。文字認識前にの座標デ
ータバッファ21の文字座標データバッファ22にコピ
ーするのはそのためである。
In the above description, the input of the coordinate data of the handwritten character and the recognition of the character are performed continuously, but in reality, the input of the coordinate data of the handwritten character is caused by an interrupt. Therefore, while the character is being recognized, the handwriting of the next character is displayed and the coordinate data is stored in the coordinate data buffer 21. That is why the character data is copied to the character coordinate data buffer 22 of the coordinate data buffer 21 before character recognition.

【0037】座標入力装置11から入力された座標デー
タが手書文字データでない場合にはその座標データから
変換アイコンPが押されたかどうかが判断する(S
7)。変換アイコン以外のものが押されたものであれ
ば、文字列編集機能部19によって所定の編集が行われ
る(S8)。変換アイコンPが押された場合には認識文
字バッファ編集部17が起動され、前述したように認識
文字バッファ23内の空白枠を検出し、空白枠で区切ら
れた単位でかな漢字変換バッファ24への格納が行われ
る(S9)。そして残った文字を認識文字バッファ23
内で左詰めに編集し直す(S10)。
When the coordinate data input from the coordinate input device 11 is not the handwritten character data, it is determined from the coordinate data whether the conversion icon P has been pressed (S).
7). If an icon other than the conversion icon is pressed, the character string editing function unit 19 performs predetermined editing (S8). When the conversion icon P is pressed, the recognition character buffer editing unit 17 is activated to detect the blank frame in the recognition character buffer 23 as described above, and to the kana-kanji conversion buffer 24 in units separated by the blank frame. The storage is performed (S9). Then, the remaining characters are recognized in the character buffer 23.
It is edited to the left within (S10).

【0038】いま、認識枠A1…の入力が図5に示すよ
に「とうしば しゃない のう…」のような座標データ
であるとすると、この座標データM1、M2、M3…は
図6に示すように認識文字バッファ23に格納される。
ここで変換アイコンPが押されると、空白枠で区切られ
た「とうしば」と「しゃない」の2つの文字列だけが図
7に示すよにかな漢字変換バッファ24に出力され、残
った文字が図8に示すよに認識文字バッファ23の内で
左詰めに編集される。このとき最後の「のう」という2
文字があるが、これらは物理的な認識枠の数で切られた
ものなのでかな漢字変換バッファ24には出力されな
い。
Now, assuming that the input of the recognition frame A1 ... Is coordinate data such as "Something is wrong" as shown in FIG. 5, the coordinate data M1, M2, M3 ... It is stored in the recognition character buffer 23 as shown in FIG.
When the conversion icon P is pressed here, only the two character strings “TOSHIBA” and “SHANAI” separated by a blank frame are output to the Yana-Kana conversion buffer 24 shown in FIG. 7, and the remaining characters are output. Is edited left-justified in the recognized character buffer 23 as shown in FIG. At this time, the last 2 "Nou"
Although there are characters, they are not output to the kana-kanji conversion buffer 24 because they are cut by the number of physical recognition frames.

【0039】その後、表示部20によって表示装置12
上の認識枠A1…内にも図9に示すよに左詰めで表示し
直される(S11)。かりに、認識文字部バッファ編集
部17が走査されたとき認識文字バッファ23内に空白
枠がなかった場合には、あらかじめ決められた数だけ画
面上の認識枠がスクロールされるだけで認識文字バッフ
ァ23の内容の変更はない。
Thereafter, the display unit 12 is displayed by the display unit 20.
The upper recognition frame A1 is also displayed in the upper left of the recognition frame A1 ... as shown in FIG. 9 (S11). If the recognition character buffer editing unit 17 scans and there is no blank frame in the recognition character buffer 23, the recognition character buffer 23 is simply scrolled by a predetermined number. There is no change in the content of.

【0040】これに続いてかな漢字変換部18が起動さ
れ、かな漢字変換バッファ24に格納されている文字列
をかな漢字変換し文字列編集バッファ25に格納する
(S12)。かな漢字変換処理はかな漢字変換バッファ
24に格納された文字列単位に作用されるが変換結果の
表示はそれを繋げて一度に行えばよいので、それらは1
つのかな漢字変換結果として文字列編集バッファ25に
格納される。
Following this, the kana-kanji conversion unit 18 is activated, and the character string stored in the kana-kanji conversion buffer 24 is converted into kana-kanji and stored in the character string edit buffer 25 (S12). The kana-kanji conversion processing operates on the character string unit stored in the kana-kanji conversion buffer 24, but since the conversion result can be displayed at one time by connecting them, they are set to 1
It is stored in the character string edit buffer 25 as a result of conversion of one kana-kanji character.

【0041】かな漢字変換処理が終わると、文字列編集
バッファ25に格納された変換結果を表示部20の表示
処理により表示装置12の画面上に表示し最初に戻る
(S13)。
When the kana-kanji conversion process is completed, the conversion result stored in the character string edit buffer 25 is displayed on the screen of the display device 12 by the display process of the display section 20 and the process returns to the beginning (S13).

【0042】なお、本発明文書作成装置は上記実施例に
限定されるものではない。例えば、文節の空白枠の切れ
目は句読点やカッコ等を用いてもよい。これら句読点や
カッコ等は通常の文書作成時に入力される文字列に対し
て形態素解析を行いその結果を確定した文節位置に利用
するればよい。
The document creating apparatus of the present invention is not limited to the above embodiment. For example, punctuation marks, parentheses, or the like may be used as breaks in the blank frame of the phrase. These punctuation marks, parentheses, etc. may be used at the punctuation position where the result is determined by performing morphological analysis on the character string input during normal document creation.

【0043】また、認識文字バッファ編集部17が起動
されるタイミングとして利用者が明示的に認識枠内のス
トロークを指示した時点等を利用してもよい。さらに、
わかち書きする際にあける枠は複数個でもよい。
Further, as the timing at which the recognition character buffer editing unit 17 is activated, the time when the user explicitly designates a stroke in the recognition frame may be used. further,
There may be a plurality of frames that can be opened when writing a word.

【0044】[0044]

【発明の効果】以上説明したように、本発明文章作成装
置は、タブレット入力装置または、ペン入力装置等の座
標入力手段と、この座標入力手段から入力された手書文
字等を処理する制御手段と、前記座標入力手段から入力
された手書文字等を、または、前記制御手段が処理した
文字等を表示する表示手段とを備えたオンライン手書き
文字認識による文章作成装置において、前記制御手段に
は、前記座標入力手段から入力される手書文字等を文字
認識枠により認識する文字認識部と、この文字認識部が
認識した文字等をバッファメモリに格納し、この格納さ
れた文字等を走査し文節毎に編集して前記バッファメモ
リに格納する認識文字バッファ編集部と、この認識文字
バッファ編集部が編集した文字等をかな漢字混りの文に
変換するかな漢字変換部と、このかな漢字変換部が変換
した文字等を前記表示手段に表示させる表示部とを備え
たから、手書き文字等を入力段階のいかんにかかわらず
順次文節毎にかな漢字混じりの文章を作成することがで
きる。そのため、認識枠の残りの手書き文字等を意識す
る必要がない。
As described above, the text creating apparatus according to the present invention has a coordinate input means such as a tablet input device or a pen input device, and a control means for processing handwritten characters and the like input from the coordinate input means. And a handwriting character or the like input from the coordinate input means, or a display means for displaying a character or the like processed by the control means. , A character recognition unit for recognizing handwritten characters and the like input from the coordinate input means by a character recognition frame, the characters and the like recognized by the character recognition unit are stored in a buffer memory, and the stored characters and the like are scanned. A recognition character buffer editing unit that edits each clause and stores it in the buffer memory, and a Kana-Kanji character that converts characters edited by the recognition character buffer editing unit into a Kana-Kanji mixed sentence Since the conversion unit and the display unit for displaying the characters converted by the Kana-Kanji conversion unit on the display means, it is possible to sequentially create a Kana-Kanji mixed sentence for each phrase regardless of the input stage of handwritten characters. You can Therefore, it is not necessary to be aware of the remaining handwritten characters in the recognition frame.

【0045】また、認識文字バッファ編集部は、文字認
識枠の空白、句読点、カッコ等を手書文字の文節として
捕らえ、かな漢字混じりの文を編集するようにしたか
ら、手書き等の文節化が容易にできる。
Further, since the recognized character buffer editing unit catches blanks, punctuation marks, parentheses, etc. of the character recognition frame as phrases of handwritten characters and edits sentences containing kana-kanji, it is easy to segment the handwriting. You can

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

【図1】本発明文章作成装置の動作を説明するフロチャ
ート図。
FIG. 1 is a flow chart for explaining the operation of a text creation device of the present invention.

【図2】本発明文章作成装置の概要を示すブロック図。FIG. 2 is a block diagram showing an outline of a text creation device of the present invention.

【図3】図2の1部を詳細に示す説明図。FIG. 3 is an explanatory view showing a part of FIG. 2 in detail.

【図4】図2の外部記憶装置の記憶例を示す説明図。FIG. 4 is an explanatory diagram showing a storage example of the external storage device of FIG.

【図5】図2の表示装置の表示例を示す説明図。5 is an explanatory diagram showing a display example of the display device of FIG. 2. FIG.

【図6】図2のバッファメモリの記憶例を示す説明図。FIG. 6 is an explanatory diagram showing a storage example of a buffer memory in FIG.

【図7】図2の変換例を示す説明図。FIG. 7 is an explanatory diagram showing a conversion example of FIG.

【図8】図2の表示装置の表示例を示す説明図。FIG. 8 is an explanatory diagram showing a display example of the display device of FIG.

【図9】図2のバッファメモリの記憶例を示す説明図。FIG. 9 is an explanatory diagram showing a storage example of the buffer memory in FIG.

【符号の説明】[Explanation of symbols]

10 文章作成装置 11 座標入力装置 12 表示装置 13 制御装置 14 外部記憶装置 15 座標入力部 16 文字認識部 17 識文字バッファ編集部 18 かな漢字変換部 19 文字列編集機能部 20 表示部 21 座標データバッファ 22 文字座標データバッファ 23 認識文字バッファ 24 かな漢字変換バッファ 25 文字列編集バッファ 10 Text Writing Device 11 Coordinate Input Device 12 Display Device 13 Control Device 14 External Storage Device 15 Coordinate Input Unit 16 Character Recognition Unit 17 Character Recognition Buffer Editing Unit 18 Kana-Kanji Conversion Unit 19 Character String Editing Function Unit 20 Display Unit 21 Coordinate Data Buffer 22 Character coordinate data buffer 23 Recognized character buffer 24 Kana-Kanji conversion buffer 25 Character string editing buffer

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】タブレット入力装置または、ペン入力装置
等の座標入力手段と、 この座標入力手段から入力された手書文字等を処理する
制御手段と、 前記座標入力手段から入力された手書文字等を、また
は、前記制御手段が処理した文字等を表示する表示手段
と、 を備えたオンライン手書き文字認識による文章作成装置
において、 前記制御手段には、 前記座標入力手段から入力される手書文字等を文字認識
枠により認識する文字認識部と、 この文字認識部が認識した文字等をバッファメモリに格
納し、この格納された文字等を走査し文節毎に編集して
前記バッファメモリに格納する認識文字バッファ編集部
と、 この認識文字バッファ編集部が編集した文字等をかな漢
字混りの文に変換するかな漢字変換部と、 このかな漢字変換部が変換した文字等を前記表示手段に
表示させる表示部と、 を備えたことを特徴とするオンライン手書き文字認識に
よる文章作成装置。
1. A coordinate input means such as a tablet input device or a pen input device, a control means for processing handwritten characters and the like input from the coordinate input means, and a handwritten character input from the coordinate input means. Etc., or a display means for displaying characters processed by the control means, and a sentence creation device by online handwritten character recognition, comprising: the control means, the handwritten character input from the coordinate input means. And the like are stored in a buffer memory, and the stored characters and the like are scanned, edited for each phrase, and stored in the buffer memory. The recognition character buffer editing unit, the Kana-Kanji conversion unit that converts the characters edited by this recognition character buffer editing unit into a sentence containing Kana-Kanji, and the Kana-Kanji conversion unit Writing device online handwriting recognition, characterized in that it comprises a display unit for displaying characters and the like on the display unit.
【請求項2】前記認識文字バッファ編集部は、文字認識
枠の空白、句読点、カッコ等を手書文字の文節として捕
らえ、かな漢字混じりの文を編集するようにしたことを
特徴とする請求項1記載のオンライン手書き文字認識に
よる文章作成装置。
2. The recognition character buffer editing unit is adapted to catch blanks, punctuation marks, parentheses, etc. of a character recognition frame as a phrase of a handwritten character and edit a sentence containing Kana-Kanji characters. A sentence creation device based on the described online handwritten character recognition.
JP5213121A 1993-08-27 1993-08-27 Device for preparing sentence by on-line handwritten character recognition Pending JPH0764990A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5213121A JPH0764990A (en) 1993-08-27 1993-08-27 Device for preparing sentence by on-line handwritten character recognition

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5213121A JPH0764990A (en) 1993-08-27 1993-08-27 Device for preparing sentence by on-line handwritten character recognition

Publications (1)

Publication Number Publication Date
JPH0764990A true JPH0764990A (en) 1995-03-10

Family

ID=16633927

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5213121A Pending JPH0764990A (en) 1993-08-27 1993-08-27 Device for preparing sentence by on-line handwritten character recognition

Country Status (1)

Country Link
JP (1) JPH0764990A (en)

Similar Documents

Publication Publication Date Title
JP3181409B2 (en) Information processing apparatus and information processing method
JPH0764990A (en) Device for preparing sentence by on-line handwritten character recognition
JP5011511B2 (en) Electronic device and program with dictionary function
JPH0764989A (en) Sentence preparing device by on-line handwritten character recognition
JPH06149465A (en) Handwriting input device
JPS60217483A (en) Recognizer of character
JPH0934890A (en) Handwritten character input device and kana/kanji conversion method
JPH1063775A (en) Document preparing device, and method for displaying recognition candidate
JPS62190565A (en) Device for making fair copy of hand-written pattern
JPH10198664A (en) Japanese language input system and medium for recorded with japanese language input program
JP2783611B2 (en) Document creation device
JPS61276076A (en) Information recognizing device
JPH01261775A (en) Method for registering document for document editer
JPH05282285A (en) Device and method for document preparation
JPH06150066A (en) Handwritten character recognizing device
JPS63100535A (en) Ruby display control system of picture display device
JPS62190569A (en) Character input device
JPS61260354A (en) Kana and written kanji converting system
JPH03142558A (en) Kana/kanji converting device
JPS58155440A (en) Japanese language processing device
JPH0773177A (en) Device and method for document preparation
JPH08263476A (en) Document processor
JPH08212293A (en) Sgml tag giving processing system
JPH0675692A (en) Information processor
JPH06187502A (en) On-line handwritten character recognizer