JPH0714007A - Method and device for online handwritten character recognition - Google Patents

Method and device for online handwritten character recognition

Info

Publication number
JPH0714007A
JPH0714007A JP5150710A JP15071093A JPH0714007A JP H0714007 A JPH0714007 A JP H0714007A JP 5150710 A JP5150710 A JP 5150710A JP 15071093 A JP15071093 A JP 15071093A JP H0714007 A JPH0714007 A JP H0714007A
Authority
JP
Japan
Prior art keywords
stroke
character
input
stroke data
recognition
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
JP5150710A
Other languages
Japanese (ja)
Inventor
Kazuhiko Yamashita
和彦 山下
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP5150710A priority Critical patent/JPH0714007A/en
Publication of JPH0714007A publication Critical patent/JPH0714007A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To correctly recognize a handwritten character even in the case of the erroneous oder of making strokes in writing a Chinese character or input like stroke addition. CONSTITUTION:Stroke data of a handwritten character is inputted by an input part 1, and the inputted stroke data string is transposed based on position information by a stroke arranging part 2, and matching with a recognition dictionary is performed based on received stroke data in a recognition part 3 to recognize the character. Preferably, next stroke data is taken out if the character cannot be recognized with only stroke data taken out before at the time of character recognition, thereby eliminating a need of especially segmenting the character.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はオンライン手書き文字認
識方法及びその装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an on-line handwritten character recognition method and apparatus.

【0002】[0002]

【従来の技術】従来のオンライン手書き文字認識装置
は、タブレットとペンで構成される入力部から、入力者
がストロークデータ(ペンダウンで始まり、ペンアップ
で終了する入力座標の点列データ)を順次入力し、認識
部は入力部からストロークデータを受けとり、ストロー
クの座標、筆順等の情報を認識辞書とマッチングして、
入力されたストローク列を文字として認識するというも
のである。このストロークデータから認識辞書とのマッ
チングにより文字認識する技術は、例えば特公平5−2
2949号公報に開示されているように周知の技術であ
り、詳しい説明は省略する。
2. Description of the Related Art In a conventional online handwritten character recognition apparatus, an input person sequentially inputs stroke data (point sequence data of input coordinates starting with pen down and ending with pen up) from an input unit composed of a tablet and a pen. Then, the recognition unit receives the stroke data from the input unit, matches information such as stroke coordinates and stroke order with the recognition dictionary,
The input stroke sequence is recognized as a character. A technique for recognizing characters from this stroke data by matching with a recognition dictionary is, for example, Japanese Patent Publication No. 5-2.
Since this is a well-known technique as disclosed in Japanese Patent No. 2949, detailed description thereof will be omitted.

【0003】以下、図面を参照しながら従来のオンライ
ン手書き文字認識装置について説明する。はじめに、1
文字ずつの入力が行なわれるタイプの従来のオンライン
手書き文字認識装置について図6、図7を参照して説明
する。図6において、21はペンとタブレットで構成さ
れた入力部、22は入力された手書き文字の認識部であ
る。図7に入力される文字のストロークデータの例を示
す。s1からs5は入力順のストロークを示している。
A conventional online handwritten character recognition apparatus will be described below with reference to the drawings. First, 1
A conventional online handwritten character recognition device of the type in which characters are input character by character will be described with reference to FIGS. 6 and 7. In FIG. 6, reference numeral 21 is an input section composed of a pen and a tablet, and 22 is a recognition section for input handwritten characters. FIG. 7 shows an example of stroke data of a character input. s1 to s5 indicate strokes in the order of input.

【0004】次に、動作を説明する。入力者は入力部2
1のタブレット上にペンを使って文字を筆記する。ペン
がタブレット上を移動すると、その座標がタブレットに
よって検知される。筆記された文字はストローク単位
で、認識部22に引き渡される。入力者が1文字を書き
終った時点で、認識部22は入力された1文字分のスト
ロークデータをもとに認識を行なう。認識部22では、
受けとった1文字分の一連のストロークデータをもとに
認識辞書とのマッチングを行ない、文字として認識す
る。
Next, the operation will be described. Input person is input section 2
Use the pen to write characters on the tablet of 1. As the pen moves over the tablet, its coordinates are detected by the tablet. The written characters are delivered to the recognition unit 22 in stroke units. When the input person finishes writing one character, the recognition unit 22 recognizes based on the input stroke data for one character. In the recognition unit 22,
Based on the received stroke data for one character, matching is performed with the recognition dictionary to recognize the character as a character.

【0005】1文字分の書き終りの判別には、入力者に
認識開始を明示的に指示させて文字の入力が終ったこと
を知らせる方法、複数の入力枠を設けて別の入力枠への
文字入力が行なわれた時点で該当の文字の入力が終了し
たとみなす方法、一定時間以上入力がない場合に文字の
入力が終了したとみなす方法などが知られている。とこ
ろが、入力者によっては誤った筆順で入力されることも
あるので、従来のオンライン手書き文字認識では辞書を
複数用意することでこれに対応している。例えば、図7
の「右」という文字を書く時、s1→s2→s3→s4
→s5の筆順で書くのが正しいが、s2→s1→s3→
s4→s5の筆順で書かれる場合も多く、こういう場合
はこの2つの筆順パターンを辞書で用意してこれに対応
している。
To determine the end of writing one character, a method of explicitly instructing the input person to start recognition and notifying that the input of characters has been completed, and providing a plurality of input boxes to enter another input box There are known a method of deciding that the input of the corresponding character is completed when the character is input, and a method of deciding that the input of the character is completed when there is no input for a predetermined time. However, depending on the input person, the input may be made in the wrong stroke order, so in the conventional online handwritten character recognition, a plurality of dictionaries are prepared to deal with this. For example, in FIG.
When writing the character "right" of s1, s1 → s2 → s3 → s4
→ It is correct to write in s5 stroke order, but s2 → s1 → s3 →
In many cases, the stroke order is written from s4 to s5. In such a case, these two stroke order patterns are prepared in a dictionary to support this.

【0006】次に、複数の文字を一度に入力し、文字を
切り出してから認識するタイプの従来のオンライン手書
き文字認識装置について図8、図9を参照して説明す
る。図8において、31は入力部、32は切り出し部、
33は認識部である。図9に入力された文字と切り出し
の様子を示す。次に、動作を説明する。入力者は入力部
31のタブレット上にペンを使って文字を筆記する。ペ
ンがタブレット上を移動すると、その座標がタブレット
によって検知される。入力者は複数の文字を一度に書く
ことができる。複数文字分の文字を入力した後、入力者
は切り出し及び認識の実行を指示する。
Next, a conventional on-line handwritten character recognition device of the type in which a plurality of characters are input at one time and the characters are cut out and then recognized will be described with reference to FIGS. 8 and 9. In FIG. 8, 31 is an input unit, 32 is a cutout unit,
33 is a recognition unit. FIG. 9 shows the input characters and the cutout state. Next, the operation will be described. The input person writes a character on the tablet of the input unit 31 using a pen. As the pen moves over the tablet, its coordinates are detected by the tablet. The input person can write multiple characters at once. After inputting the characters for a plurality of characters, the input person gives an instruction to cut out and execute recognition.

【0007】切り出し部32では入力部31から受け取
った数文字分のストロークデータを文字単位に切り出す
作業を行なう。例えば、図9に示すように「特許出願」
と入力された場合について説明する。入力者は「特」
「許」「出」「願」の順序で文字を手書き入力してい
く。「特」の各ストロークは、全てa1に示す範囲に収
まり、「許」のストロークは全てa2に示す範囲に収ま
っている。これにより、切り出し部32は、「特」の最
後のストロークと「許」の最初のストロークの間で文字
の切り出しを行なう。切り出されたストロークは、文字
単位で認識部33に渡され、認識部33では、受けとっ
た一連のストロークデータをもとに、認識辞書とのマッ
チングを行ない文字として認識する。
The cutout unit 32 cuts out the stroke data for several characters received from the input unit 31 in character units. For example, as shown in FIG. 9, “patent application”
The case where is input will be described. Enterer is "special"
Enter characters by handwriting in the order of "Hu", "Exit", "Wish". All "special" strokes are within the range indicated by a1, and all "allow" strokes are within the range indicated by a2. As a result, the cutout unit 32 cuts out the character between the last stroke of “special” and the first stroke of “allow”. The cut-out strokes are passed to the recognition unit 33 on a character-by-character basis, and the recognition unit 33 performs matching with a recognition dictionary based on the received series of stroke data and recognizes them as characters.

【0008】[0008]

【発明が解決しようとする課題】しかしながら、上記従
来のオンライン手書き文字認識装置では、文字の筆順を
誤ったり、あるいは文字を書き終った後で書き忘れてい
た点やストロークを追加するといった入力を行なった場
合には正しく認識することができなかった。又、認識辞
書の内容を複数持つことによって筆順変動に対応するよ
うにした場合には、多くの筆順変動に対応するために辞
書が増大するという問題があった。
However, in the above-described conventional online handwritten character recognition device, input is made such that the stroke order of the characters is incorrect, or a point or stroke that has been forgotten after writing the character is added. I could not recognize it correctly. Further, in the case of dealing with stroke order variation by having a plurality of contents of the recognition dictionary, there is a problem that the dictionary is increased in order to deal with many stroke order variations.

【0009】又、一度に複数の文字を入力する場合に
は、上記のような筆順変動が複数文字に渡ってしまうた
め、適切に文字の切り出しを行なうことができないとい
う問題があった。本発明は、上記従来の問題点に鑑み、
筆順を誤ったり、ストロークを追加するといった入力を
行った場合にも正しく認識することができるオンライン
手書き文字認識方法及びその装置を提供することを目的
とする。
Further, when a plurality of characters are input at one time, the stroke order variation as described above spreads over a plurality of characters, so that there is a problem that the characters cannot be cut out properly. The present invention, in view of the above conventional problems,
It is an object of the present invention to provide an online handwritten character recognition method and an apparatus thereof that can be correctly recognized even when an input such as an incorrect stroke order or a stroke is added.

【0010】[0010]

【課題を解決するための手段】上記目的を達成するた
め、請求項1の発明に係るオンライン手書き文字認識方
法は、入力されたストロークデータを、ストロークの位
置に応じた順序で取り出して文字認識することを特徴と
する。請求項2の発明は、請求項1の発明において、文
字認識に際して先に取り出したストロークデータだけで
は文字として認識できない場合に、次のストロークデー
タを取り出すことを特徴とする。
In order to achieve the above object, an online handwritten character recognition method according to the invention of claim 1 recognizes characters by extracting input stroke data in an order corresponding to a stroke position. It is characterized by According to the invention of claim 2, in the invention of claim 1, the next stroke data is extracted when the character cannot be recognized only by the previously extracted stroke data in character recognition.

【0011】また、請求項3の発明に係るオンライン手
書き文字認識装置は、手書き文字の入力部と、入力され
たストロークデータをストロークの位置に応じた順序で
取り出すストローク整列化部と、取り出されたストロー
クデータから文字を認識する認識部とを備えたことを特
徴とする。請求項4の発明は、請求項3の発明におい
て、認識部が、先に取り出されたストロークデータだけ
では文字として認識できない場合に、ストローク整列化
部に対して次のストロークデータを要求する手段を備え
ていることを特徴とする。
The online handwritten character recognition apparatus according to the third aspect of the present invention includes a handwritten character input unit, a stroke alignment unit for extracting the input stroke data in the order corresponding to the position of the stroke, and the extracted stroke alignment unit. And a recognition unit for recognizing characters from the stroke data. According to the invention of claim 4, in the invention of claim 3, means for requesting the next stroke data to the stroke aligning portion when the recognition portion cannot recognize as a character only by the stroke data extracted previously. It is characterized by having.

【0012】[0012]

【作用】請求項1の発明によれば、ストロークデータを
その位置に応じた順序で取り出して文字認識するので、
入力者の筆順誤りやストロークの追加による文字の修正
にかかわらず、それらの筆順変動の影響を受けずに手書
き文字認識が可能となり、筆順変動に対応させる認識辞
書の追加も不要である。
According to the invention of claim 1, since the stroke data is extracted in the order corresponding to the position and the character is recognized,
It is possible to recognize handwritten characters without being affected by the stroke order variation regardless of the stroke error of the input person or the correction of the character by adding strokes, and it is not necessary to add a recognition dictionary for dealing with the stroke order variation.

【0013】また、請求項2の発明によれば、一度に複
数の文字を入力した場合にも、ストロークの位置に応じ
て順次に取り出されたストロークデータにて文字認識を
行い、文字認識できないと次のストロークを要求するこ
とにより、文字として認識された時点で切り出しが行な
われたことになり、特別な文字切り出し方法あるいは文
字切り出し装置を用意して予め文字単位に区切って認識
させる必要がなくなるとともに、複数の文字が近接して
入力されたときにその複数の文字を1文字として認識し
ようとして誤認識する等のストローク数の冗長による誤
認識を防ぐことができる。
According to the second aspect of the invention, even when a plurality of characters are input at one time, the character recognition is performed by the stroke data sequentially extracted according to the stroke position, and the character recognition cannot be performed. By requesting the next stroke, the character will be cut out when it is recognized as a character, and it is not necessary to prepare a special character cutting method or a character cutting device and to recognize it by dividing it into character units in advance. It is possible to prevent erroneous recognition due to redundancy in the number of strokes, such as erroneous recognition when a plurality of characters are input in proximity to each other in an attempt to recognize the plurality of characters as one character.

【0014】また、請求項3、請求項4の発明によれ
ば、それぞれ請求項1、請求項2の発明と同様の作用を
奏する。
Further, according to the inventions of claims 3 and 4, the same operations as those of the inventions of claim 1 and claim 2 are achieved.

【0015】[0015]

【実施例】以下、本発明の一実施例を図1、図2を参照
しながら説明する。本発明の一実施例におけるオンライ
ン手書き文字認識装置の構成を示す図1において、1は
入力部、2はストローク整列化部、3は認識部である。
図2に入力される文字のストロークデータの例を示す。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to FIGS. In FIG. 1 showing the configuration of an online handwritten character recognition apparatus according to an embodiment of the present invention, 1 is an input unit, 2 is a stroke alignment unit, and 3 is a recognition unit.
FIG. 2 shows an example of stroke data of characters input.

【0016】次に、動作とともに詳細に説明する。入力
部1では、手書きによる文字のストロークデータを入力
する。ペン及びタブレットを用いて直接手書き入力され
たストロークデータを入力するもの、事前に手書き入力
され、ファイル化されているストロークデータを入力す
るもの等がある。入力された1文字分のストロークデー
タ列はストローク整列化部2に渡される。
Next, the operation will be described in detail. The input unit 1 inputs stroke data of handwritten characters. There are a method of inputting stroke data directly handwritten using a pen and a tablet, a method of inputting stroke data which is handwritten in advance and filed, and the like. The input stroke data string for one character is passed to the stroke alignment unit 2.

【0017】ストローク整列化部2では受けとったスト
ロークデータ列をその位置情報に基づいて並べ替える。
位置情報とは例えば、各ストロークの端点の座標、スト
ロークの外接矩形の座標、あるいは特定の座標からのス
トロークの距離等を言う。ここでは各ストロークの端点
の横座標すなわちX座標の小さい方を用い、並べ替えは
そのX座標が最も小さいもの、つまり最も左に位置する
ものから順に並べるといった方法をとる。
The stroke arranging unit 2 rearranges the received stroke data sequence based on its position information.
The position information means, for example, coordinates of end points of each stroke, coordinates of a circumscribed rectangle of the stroke, or distance of the stroke from specific coordinates. In this case, the abscissa of the end points of each stroke, that is, the one with the smaller X coordinate is used, and the rearrangement is performed by arranging the X coordinate with the smallest X coordinate, that is, the leftmost one.

【0018】例えば、図2に示すような「必」という文
字が、s1→s2→s3→s4→s5の順にストローク
整列化部2に渡された場合について説明する。ストロー
ク整列化部2では、受けとった各ストロークデータにつ
いてその端点のX座標を調べる。両端点のうちX座標の
小さい方の端点をそのストロークの位置情報として用い
る。各ストロークをX座標が最も小さいものから並べ替
えると、s2→s4→s3→s1→s5となる。これに
より、ストローク整列化部2は、ストロークデータをs
2→s4→s3→s1→s5の順に認識部3に渡す。
For example, the case where the character "must" as shown in FIG. 2 is passed to the stroke alignment unit 2 in the order of s1 → s2 → s3 → s4 → s5 will be described. The stroke aligning unit 2 checks the X coordinate of the end point of each received stroke data. Of the two end points, the end point having the smaller X coordinate is used as the position information of the stroke. When the strokes are rearranged from the smallest X coordinate, s2 → s4 → s3 → s1 → s5. As a result, the stroke alignment unit 2 stores the stroke data in s.
The sequence is passed to the recognition unit 3 in the order of 2 → s4 → s3 → s1 → s5.

【0019】認識部3は受けとったストロークデータを
もとに認識辞書とのマッチングを行ない、これを文字と
して認識する。受け取ったストロークの順序すなわち筆
順は入力者によるものではなく、ストローク整列化部2
で位置情報によって並べ替えられたものであるため、認
識辞書も位置情報に応じたものを用意する必要がある
が、筆順変動等に対応させるために複数の辞書を用意す
る必要はない。
The recognition unit 3 performs matching with a recognition dictionary based on the received stroke data and recognizes this as a character. The order of the strokes received, that is, the stroke order, does not depend on the input person, but the stroke alignment unit 2
It is necessary to prepare a recognition dictionary corresponding to the position information because it is rearranged according to the position information, but it is not necessary to prepare a plurality of dictionaries in order to cope with stroke order variation and the like.

【0020】次に、本発明の他の実施例について図3〜
図5を参照して説明する。この実施例におけるオンライ
ン手書き文字認識装置の構成を示す図3において、11
は入力部、12はストローク整列化部、13は認識部で
ある。図4に認識部13の動作のフローチャートを示
す。また、図5に入力される文字列のストロークデータ
の例を示す。
Next, another embodiment of the present invention will be described with reference to FIGS.
This will be described with reference to FIG. In FIG. 3, which shows the configuration of the online handwritten character recognition apparatus in this embodiment, 11
Is an input unit, 12 is a stroke alignment unit, and 13 is a recognition unit. FIG. 4 shows a flowchart of the operation of the recognition unit 13. 5 shows an example of stroke data of a character string input.

【0021】次に、動作とともに詳細に説明する。入力
部11では手書きによる文字のストロークデータを入力
する。ペン及びタブレットを用いて直接手書き入力され
たストロークデータを入力するもの、事前に手書き入力
され、ファイル化されているストロークデータを入力す
るもの等がある。入力されたストロークデータ列はスト
ローク整列化部12に渡される。
Next, the operation will be described in detail. The input unit 11 inputs stroke data of handwritten characters. There are a method of inputting stroke data directly handwritten using a pen and a tablet, a method of inputting stroke data which is handwritten in advance and filed, and the like. The input stroke data sequence is passed to the stroke alignment unit 12.

【0022】ストローク整列化部12では、受けとった
ストロークデータ列をその位置情報に基づいて並べ替え
る。位置情報とは例えば、各ストロークの端点の座標、
あるいはストロークの外接矩形の座標、特定の座標から
のストロークの距離等を言う。ここでは各ストロークの
端点の横座標すなわちX座標の小さい方を用い、並べ替
えはそのX座標が最も小さいもの、つまり最も左に位置
するものから順に並べるといった方法をとる。並べ替え
られたストロークデータは、1ストロークずつ認識部1
3に渡される。
The stroke arranging unit 12 rearranges the received stroke data sequence based on its position information. The position information is, for example, the coordinates of the end points of each stroke,
Alternatively, it refers to the coordinates of the circumscribed rectangle of the stroke, the distance of the stroke from specific coordinates, and the like. In this case, the abscissa of the end points of each stroke, that is, the one with the smaller X coordinate is used, and the rearrangement is performed by arranging the X coordinate with the smallest X coordinate, that is, the leftmost one. The rearranged stroke data is recognized by the stroke recognition unit 1
Passed to 3.

【0023】認識部13では、ストローク整列化部12
から1ストロークずつストロークデータを受けとり(ス
テップ#1)、ストロークデータから文字認識を行なう
(ステップ#2)。例えば、図5においてs2のストロ
ークを受けとった時点では、認識部13は認識を行なっ
ても有効な候補文字がなく認識できない。この時、認識
部13はストローク整列化部12に対して、次のストロ
ークデータs3を要求する(ステップ#3からステップ
#1に戻る)。ストローク整列化部12はこれを受け
て、次のストロークデータs3を認識部13に渡す。認
識部13はストロークデータs1,s2,s3から文字
「む」と認識する。この時点で、ストロークデータs4
は、この文字「む」を構成するストロークではないこと
がわかり、ストロークデータs4は別の文字を構成する
ストロークであると認識する。すなわち、文字「む」の
切り出しを行って文字認識したことになる。したがっ
て、例え「む」と「し」が近接して入力されても、それ
らを1文字とすることによって誤認識するなどのストロ
ーク数の冗長による誤認識を防ぐことができる。
In the recognition unit 13, the stroke alignment unit 12
The stroke data is received from the stroke data one by one (step # 1), and the character is recognized from the stroke data (step # 2). For example, at the time point when the stroke s2 is received in FIG. 5, the recognition unit 13 cannot recognize even if the recognition is performed because there is no valid candidate character. At this time, the recognition unit 13 requests the next stroke data s3 from the stroke alignment unit 12 (returns from step # 3 to step # 1). In response to this, the stroke alignment unit 12 passes the next stroke data s3 to the recognition unit 13. The recognition unit 13 recognizes the character "mu" from the stroke data s1, s2, s3. At this point, the stroke data s4
Indicates that the stroke is not a stroke forming this character "mu", and the stroke data s4 is recognized as a stroke forming another character. That is, the character "mu" is cut out and recognized. Therefore, even if "mu" and "shi" are input in proximity to each other, it is possible to prevent erroneous recognition due to redundancy of the number of strokes such as erroneous recognition by making them one character.

【0024】尚、本発明は上記実施例に限定されるもの
ではなく、本発明の趣旨に基づいて種々の変形が可能で
あり、これらを本発明の範囲から除外するものではな
い。
The present invention is not limited to the above embodiments, and various modifications can be made based on the spirit of the present invention, and these modifications are not excluded from the scope of the present invention.

【0025】[0025]

【発明の効果】以上のように、請求項1の発明によれ
ば、ストロークデータをその位置に応じた順序で取り出
して文字認識するので、入力者の筆順誤りやストローク
の追加による文字の修正にかかわらず、それらの筆順変
動の影響を受けずに手書き文字認識が可能となり、筆順
変動に対応させる認識辞書の追加も不要である。
As described above, according to the first aspect of the invention, the stroke data is taken out in the order corresponding to the position and the character is recognized, so that the correction of the character by the stroke error of the input person or the addition of the stroke can be performed. Nevertheless, handwriting recognition is possible without being affected by these stroke order variations, and it is not necessary to add a recognition dictionary for dealing with stroke order variations.

【0026】また、請求項2の発明によれば、一度に複
数の文字を入力した場合にも、ストロークの位置に応じ
て順次に取り出されたストロークデータにて文字認識を
行い、文字認識できないと次のストロークを要求するこ
とにより、文字として認識された時点で切り出しが行な
われたことになり、特別な文字切り出し方法あるいは文
字切り出し装置を用意して予め文字単位に区切って認識
させる必要がなくなるとともに、複数の文字が近接して
入力されたときにその複数の文字を1文字として認識し
ようとして誤認識する等のストローク数の冗長による誤
認識を防ぐことができる。
Further, according to the second aspect of the invention, even when a plurality of characters are input at one time, the character recognition is performed by the stroke data sequentially extracted according to the stroke position, and the character recognition cannot be performed. By requesting the next stroke, the character will be cut out when it is recognized as a character, and it is not necessary to prepare a special character cutting method or a character cutting device and to recognize it by dividing it into character units in advance. It is possible to prevent erroneous recognition due to redundancy in the number of strokes, such as erroneous recognition when a plurality of characters are input in proximity to each other in an attempt to recognize the plurality of characters as one character.

【0027】また、請求項3、請求項4の発明によれ
ば、それぞれ請求項1、請求項2の発明と同様の効果を
奏することができる。
Further, according to the inventions of claims 3 and 4, the same effects as those of the inventions of claims 1 and 2 can be obtained.

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

【図1】本発明の一実施例におけるオンライン手書き文
字認識装置の構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of an online handwritten character recognition device according to an embodiment of the present invention.

【図2】同実施例において入力された文字のストローク
データの説明図である。
FIG. 2 is an explanatory diagram of stroke data of a character input in the same embodiment.

【図3】本発明の他の実施例におけるオンライン手書き
文字認識装置の構成を示すブロック図である。
FIG. 3 is a block diagram showing a configuration of an online handwritten character recognition device according to another embodiment of the present invention.

【図4】同実施例における認識部の動作フローチャート
である。
FIG. 4 is an operation flowchart of a recognition unit in the embodiment.

【図5】同実施例において入力された文字列のストロー
クデータの説明図である。
FIG. 5 is an explanatory diagram of stroke data of a character string input in the same example.

【図6】従来例のオンライン手書き文字認識装置の構成
を示すブロック図である。
FIG. 6 is a block diagram showing a configuration of a conventional online handwritten character recognition device.

【図7】同従来例において入力された文字のストローク
データの説明図である。
FIG. 7 is an explanatory diagram of stroke data of a character input in the conventional example.

【図8】他の従来例におけるオンライン手書き文字認識
装置の構成を示すブロック図である。
FIG. 8 is a block diagram showing the configuration of an online handwritten character recognition device in another conventional example.

【図9】同従来例において入力された文字列と切り出し
の様子を示す説明図である。
FIG. 9 is an explanatory diagram showing an input character string and a cutout state in the conventional example.

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

1 入力部 2 ストローク整列化部 3 認識部 11 入力部 12 ストローク整列化部 13 認識部 1 Input Unit 2 Stroke Alignment Unit 3 Recognition Unit 11 Input Unit 12 Stroke Alignment Unit 13 Recognition Unit

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 入力されたストロークデータを、ストロ
ークの位置に応じた順序で取り出して文字認識すること
を特徴とするオンライン手書き文字認識方法。
1. An online handwritten character recognition method characterized in that input stroke data is extracted in the order corresponding to the position of the stroke and character recognition is performed.
【請求項2】 文字認識に際して先に取り出したストロ
ークデータだけでは文字として認識できない場合に、次
のストロークデータを取り出すことを特徴とする請求項
1記載のオンライン手書き文字認識方法。
2. The on-line handwritten character recognition method according to claim 1, wherein the next stroke data is extracted when the character cannot be recognized only by the previously extracted stroke data in character recognition.
【請求項3】 手書き文字の入力部と、入力されたスト
ロークデータをストロークの位置に応じた順序で取り出
すストローク整列化部と、取り出されたストロークデー
タから文字を認識する認識部とを備えたことを特徴とす
るオンライン手書き文字認識装置。
3. A handwriting character input section, a stroke arranging section for extracting input stroke data in an order corresponding to a stroke position, and a recognition section for recognizing characters from the extracted stroke data. An on-line handwritten character recognition device.
【請求項4】 認識部は、先に取り出されたストローク
データだけでは文字として認識できない場合に、ストロ
ーク整列化部に対して次のストロークデータを要求する
手段を備えていることを特徴とする請求項3記載のオン
ライン手書き文字認識装置。
4. The recognizing unit is provided with means for requesting the next stroke data to the stroke arranging unit when the previously extracted stroke data alone cannot be recognized as a character. Item 3. The online handwritten character recognition device according to Item 3.
JP5150710A 1993-06-22 1993-06-22 Method and device for online handwritten character recognition Pending JPH0714007A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5150710A JPH0714007A (en) 1993-06-22 1993-06-22 Method and device for online handwritten character recognition

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5150710A JPH0714007A (en) 1993-06-22 1993-06-22 Method and device for online handwritten character recognition

Publications (1)

Publication Number Publication Date
JPH0714007A true JPH0714007A (en) 1995-01-17

Family

ID=15502720

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5150710A Pending JPH0714007A (en) 1993-06-22 1993-06-22 Method and device for online handwritten character recognition

Country Status (1)

Country Link
JP (1) JPH0714007A (en)

Similar Documents

Publication Publication Date Title
US5161245A (en) Pattern recognition system having inter-pattern spacing correction
JPS60217477A (en) Handwritten character recognizing device
WO1995008158A1 (en) Universal symbolic handwriting recognition system
JPH0684006A (en) Method of online handwritten character recognition
JP3792755B2 (en) Character recognition method and apparatus
JPH0714007A (en) Method and device for online handwritten character recognition
JPS62159291A (en) Sentence input device
JP3217084B2 (en) Handwritten character recognition device
JPH0520794B2 (en)
JPS6228889A (en) Information recognizing device
JPH0442316A (en) Electronic computer
JPH05225399A (en) Document processor
JPH10302025A (en) Handwritten character recognizing device and its program recording medium
JPH09274645A (en) Method and device for recognizing character
JP3335494B2 (en) Character recognition processor
JPS60247793A (en) On-line recognition device for handwritten character
JP2989387B2 (en) Term recognition device and term recognition method in input character processing device
JPH0289191A (en) Recognized result correcting system
JPH01292586A (en) Back-up device for recognition of character
JP2665488B2 (en) Personal dictionary registration method
JPH04337890A (en) Device for recognizing on-line handwritten character
JPH07254052A (en) Character recognition device
JPS6293776A (en) Information recognizing device
JPH04353964A (en) Document generation device
JPH07306914A (en) On-line handwritten character recognition method