WO2008119244A1 - Method and system for handwriting recognition - Google Patents

Method and system for handwriting recognition Download PDF

Info

Publication number
WO2008119244A1
WO2008119244A1 PCT/CN2008/000542 CN2008000542W WO2008119244A1 WO 2008119244 A1 WO2008119244 A1 WO 2008119244A1 CN 2008000542 W CN2008000542 W CN 2008000542W WO 2008119244 A1 WO2008119244 A1 WO 2008119244A1
Authority
WO
WIPO (PCT)
Prior art keywords
handwriting recognition
wildcard
character
recognized
script
Prior art date
Application number
PCT/CN2008/000542
Other languages
French (fr)
Inventor
Yandong Wen
Ying Liu
Original Assignee
Nokia Corporation
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 Nokia Corporation filed Critical Nokia Corporation
Priority to JP2010501356A priority Critical patent/JP2010524067A/en
Publication of WO2008119244A1 publication Critical patent/WO2008119244A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V30/00Character recognition; Recognising digital ink; Document-oriented image-based pattern recognition
    • G06V30/10Character recognition
    • G06V30/22Character recognition characterised by the type of writing
    • G06V30/226Character recognition characterised by the type of writing of cursive writing
    • G06V30/2268Character recognition characterised by the type of writing of cursive writing using stroke segmentation
    • G06V30/2272Character recognition characterised by the type of writing of cursive writing using stroke segmentation with lexical matching

Definitions

  • the present invention relates to the field of handwriting recognition, and in particular to a method and system for handwriting recognition.
  • Handwriting input is a method frequently adopted by computers or other electronic devices which have a touch screen or a touch panel (writing panel).
  • computers or other electronic devices which have a touch screen or a touch panel (writing panel).
  • PDA Personal Digital Assistants
  • US Patent No.6970599 discloses a handwritten Chinese character input method, wherein merely first several strokes of a Chinese character need to be written, and every time a stroke is entered, a list of Chinese characters that match the entered stroke is displayed, so that users can find a desired character without finishing all strokes of the character.
  • this method still does not resolve the problem of how to recognize an incomplete handwritten character when users do not enter strokes of the character in stroke order or they forget some strokes of the character.
  • the present invention provides a handwriting recognition method and device using wildcard.
  • a handwriting recognition method comprising the steps of: inputting a script to be recognized; recognizing the wildcard and element of the input script; matching the recognized element and wildcard information with characters pre-stored in a character library; and displaying matching results.
  • the wildcard is customizable for users.
  • the number of wildcard(s) is one or more.
  • the recognized element rather than the wildcard is compared with the element of a character pre-stored in the character library.
  • the location relationship of the wildcard and the element in the input script is recognized in the recognition step.
  • the element whose location has been recognized, rather than the wildcard is compared with the elements with the same location of a character pre-stored in the character library.
  • matching result(s) is one or more characters pre-stored in the character library.
  • a handwriting recognition device comprising: a script receiver operative to receive a script to be recognized; a recognizer operative to recognize the wildcard and element of the script from the script receiver; a matcher operative to match the recognized element and wildcard information from the recognizer with characters pre-stored in a character library; and a display operative to display the matching results from the matcher.
  • a sorter operative to sort the matching results from the matcher.
  • a selector operative to select a character from the matching results.
  • handwriting recognition device is one of personal computers, Personal Digital Assistants (PDA), mobile phones and other mobile electronic devices.
  • PDA Personal Digital Assistants
  • a computer program product for handwriting recognition comprising computer readable storage medium on which computer readable program code is stored.
  • the computer readable program code comprises: computer readable program code of inputting a script to be recognized; computer readable program code of recognizing the wildcard and element in the input script; computer readable program code of matching the recognized element and the wildcard information with characters pre-stored in a character library; and computer readable program code of displaying the matching results.
  • FIG. 1 is the flowchart of the method of handwriting recognition according to one embodiment of the present invention
  • Fig. 2 is the flowchart of the method of handwriting recognition according to another embodiment of the present invention.
  • Fig. 3 is the block diagram of the handwriting recognition device according to one embodiment of the present invention.
  • Fig. 4 is a schematic user interface view of handwriting recognition according to one embodiment of the present invention.
  • handwritten character to be recognized may be a complete character or part of a complete character, and may be in any language, such as Chinese Simplified, Japanese, Korean and Chinese Traditional.
  • Some components of the handwritten character to be recognized may be various elements of the character, and other components may be replaced by one or more wildcards.
  • an element may mean some components of a character or some features of the components.
  • an element may be character form, stroke, the combination of character form and stroke direction, the combination of stroke and stroke direction, etc..
  • the present invention may adopt an element-based handwriting recognition method, for example, to perform pattern recognition on character form or stroke recognition, and is not limited to any specific handwriting recognition method. Characters pre-stored in a character library in a device applying the method of the present invention are stored according to said element, and the present invention does not relate to concrete implementations of the character library.
  • wildcard is a mark used for replacing some elements of a character, for example, replacing some strokes, components or radicals.
  • the wildcard may be customizable for users and may be any symbol or character, and preferably, is a simple mark that does not appear in characters.
  • Fig. 1 is the flowchart of the handwriting recognition method according to one embodiment of the present invention, which will be illustrated according to recognition of strokes.
  • "x" is used as the wildcard
  • the character the user desires to enter is
  • step 101 the user enters on e.g. a touch screen the script to be recognized, that is, " V " by handwriting pen, finger tapping or mouse clicking, etc..
  • step 102 the wildcard and strokes of the script are recognized.
  • the entered script is recognized to include a wildcard and a stroke sequence including "left-sloping, horizontal-vertical-hook, horizontal and horizontal", and the value i of a counter for counting the matched characters is set to 0, wherein i represents the number of characters in the character library which match the entered script.
  • step 103 the recognized stroke sequence and the wildcard information are compared with strokes of characters pre-stored in the character library. For example, the sequence "*, left-sloping, horizontal -vertical-hook, horizontal and horizontal” is compared with strokes of characters pre-stored in the character library. Thus, all the characters that including "left-sloping, horizontal-vertical-hook, horizontal and horizontal” will be found. Further, a similarity can be assigned to every matched characters basing on the ratio between matched strokes and the total number of the strokes of the matched characters or the number of not matched strokes. For example, the similarity of character " ⁇ " is 0.8.
  • step 104 it is judged whether similarity 0.8 reaches a certain threshold. If not, then the flow goes to step 106.
  • the threshold is set to 0.5. Since 0.8 is larger than 0.5, it means that the entered script matches the character in the character library, and the flow goes to step 105.
  • step 107 it is judged whether there is a plurality of matching results. If yes, then the flow goes to step 108; if not, then the flow goes to step 111.
  • step 108 matching results are sorted according to their similarity Xj. And a sequence of matching results 'W, "$", “fll”, “f ⁇ "$” and "/] " is obtained according to similarity ranging from high to low and according to the matching order in case of equal similarity.
  • step 109 said sequence of matching results is displayed for the user to select.
  • step 110 the user selects character "Bfl" from the sequence of matching results, and the method ends.
  • the entered script is " *z* ".
  • step 102 the script is recognized to include two wildcards and two stroke sequences, namely "dot, horizontal, vertical turning stroke, vertical, horizontal turning stroke, horizontal” and “vertical, horizontal turning stoke, left-sloping, dot”.
  • step 103 the two recognized stroke sequences are compared with strokes of characters pre-stored in the character library, to obtain similarity there between.
  • step 111 it is judged whether the matching result is only one character, i.e. whether i am equal to 1. Since i equals to 1, the flow goes to step 109 in which the matching result merely including character "Jk,” is displayed. In step 110, the user selects this matching result and the method ends.
  • Fig. 2 is the flowchart of the handwriting recognition method according to another embodiment of the present invention, which will be illustrated according to pattern recognition of the character form. In this embodiment, "o" is used as the wildcard, and a plurality of wildcards at different locations are used. And the character which the user desires to enter is
  • step 201 the user enters on e.g. a touch screen the script to be recognized, that is,
  • step 202 the entered script is recognized to include two wildcards and a character form including "/) ", and the two wildcards are recognized to be on the left side of the character form "f ⁇ ". Then, the value i of a counter for counting the matched characters am set to 0, wherein i represent the number of characters in the character library which match the entered script.
  • step 203 the recognized character form "/I " is compared with character form of characters (e.g. "$T') pre-stored in the character library, to obtain the similarity between the entered script and the character "$3 ", e.g. 0.9, without comparing the wildcard.
  • the comparison of character form is based on the location relationship. Therefore, the entered script has relatively high similarity with the characters in the character library that have "/] " as the right component of the character form, whereas it has quite low similarity with characters that have " ⁇ " as, for example, the upper, lower, left, or middle component of the character form. Additionally, there are two wildcards on the left side of "/] " in this embodiment.
  • character forms in the character library that has two components on the left side of u f ⁇ " better match the entered script and has much higher similarity therewith.
  • step 204 it is judged whether similarity 0.9 reaches a certain threshold, e.g. 0.5. If yes, then the flow goes to step 205. If not, then the flow goes to step 206. In this embodiment, since 0.9 is larger than 0.5, the flow goes to step 205.
  • a certain threshold e.g. 0.5
  • step 207 it is judged whether there is a plurality of matching results. If not, then the flow goes to step 211; if yes, then the flow goes to step 208.
  • step 208 matching results are sorted according to their similarity x,. And a sequence of matching results "$T, " ⁇ ", “$T, " 0 ⁇ ” and “ ⁇ " is obtained according to similarity ranging from high to low and according to the matching order in case of equal similarity.
  • step 209 said sequence of matching results is displayed for the user to select.
  • step 210 the user selects a character, namely the character the user desires to enter, from the sequence of matching results, and the method ends.
  • FIG. 3 is the block diagram of the handwriting recognition device according to one embodiment of the present invention.
  • a handwriting recognition device 300 may be any device capable of handwriting input, such as a personal computer, a PDA, a mobile phone etc..
  • Handwriting recognition device 300 is provided with a script receiver 310, a recognizer 320, a matcher 330, and a display 340. Further, it may comprise a sorter 350 and a selector 360.
  • the script receiver 310 may be a touch screen, a handwriting panel and the like on which handwritten characters can be entered by handwriting pen, finger tapping or mouse clicking, for entering scripts to be recognized.
  • the recognizer 320 Upon receipt of the script entered through the script receiver 310, the recognizer 320 recognizes the wildcard and element in the script of said script receiver.
  • the matcher 330 matches the element and the wildcard information from said recognizer with characters pre-stored in a character library, to obtain corresponding similarity without comparing the wildcard.
  • the sorter 350 sorts matching results according to the matching results obtained by the matcher 330 and the corresponding similarity.
  • the display 340 displays matching results directly from the matcher 330 or being sorted by the sorter 350.
  • the selector 360 selects a character from said matching results.
  • the present invention provides a method of recognizing handwritten characters using wildcards, reducing the time for handwriting characters.
  • users can write the simple wildcard to represent complex elements in a character.
  • the input efficiency is improved significantly.
  • Fig. 4 is a schematic user interface view of handwriting recognition according to one embodiment of the present invention.
  • character “Jl” has three components, namely " J-/ ", “ ⁇ - “ and “]£".
  • the total number of strokes is 19, with 10 from the component "$? " .
  • users can just write a circle as wildcard to represent this element.
  • the present invention greatly reduces the number of strokes that need to be input during the process of inputting hand written characters, thereby improving the input efficiency. Users can input characters quicker and easier. Even when users forget the exact writing format of a character, they can still manage to input the character.
  • the method of the present invention is easy to understand and easy to lean. Moreover, the method of the present invention is merely an addition to traditional handwriting methods and does not affect users if they do not use it.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Theoretical Computer Science (AREA)
  • Character Discrimination (AREA)
  • Document Processing Apparatus (AREA)

Abstract

A handwriting recognition method and device is provided. The method comprises the steps of: inputting a script to be recognized; recognizing the wildcard and element of the input script; matching the recognized element and the wildcard information with characters pre-stored in a character library; and displaying matching results. The present invention provides a handwriting recognition method using wildcard, which reduces the number of input strokes of a handwritten character and improves the input efficiency.

Description

METHOD AND SYSTEM FOR HANDWRITING RECOGNITION
Field of the Invention
The present invention relates to the field of handwriting recognition, and in particular to a method and system for handwriting recognition.
Background of the Invention
Handwriting input is a method frequently adopted by computers or other electronic devices which have a touch screen or a touch panel (writing panel). With the extensive application of notebook computers, mobile phones, Personal Digital Assistants (PDA) etc., fast, efficient and accurate handwriting recognition has been a developing trend.
However, from the user experience point of view, there are some problems in current methods and devices for handwriting recognition: The writing areas on mobile devices are usually small, making writing characters with lots of strokes quite difficult; Hand-hold writing is ergonomically tiring, so users often hope that inputting a character takes short time during handwriting input; A character is usually composed of multiple components, and once users forget what exactly strokes of next component are written before writing the component, the recognition timeout expires and writing cannot be finished.
US Patent No.6970599 discloses a handwritten Chinese character input method, wherein merely first several strokes of a Chinese character need to be written, and every time a stroke is entered, a list of Chinese characters that match the entered stroke is displayed, so that users can find a desired character without finishing all strokes of the character. However, this method still does not resolve the problem of how to recognize an incomplete handwritten character when users do not enter strokes of the character in stroke order or they forget some strokes of the character.
Summary of the Invention
In view of the above problems, the present invention provides a handwriting recognition method and device using wildcard. According to a first aspect of the present invention, provided is a handwriting recognition method, comprising the steps of: inputting a script to be recognized; recognizing the wildcard and element of the input script; matching the recognized element and wildcard information with characters pre-stored in a character library; and displaying matching results. According to an embodiment of the present invention, the wildcard is customizable for users.
According to another embodiment of the present invention, the number of wildcard(s) is one or more.
According to another embodiment of the present invention, in the matching step, the recognized element rather than the wildcard is compared with the element of a character pre-stored in the character library.
According to another embodiment of the present invention, the location relationship of the wildcard and the element in the input script is recognized in the recognition step.
According to another embodiment of the present invention, in the matching step, the element whose location has been recognized, rather than the wildcard, is compared with the elements with the same location of a character pre-stored in the character library.
According to another embodiment of the present invention, matching result(s) is one or more characters pre-stored in the character library.
According to another embodiment of the present invention, further comprised is the step of sorting the matching results.
According to another embodiment of the present invention, further comprised is the step of selecting a character from the matching results.
According to a second aspect of the present invention, provided is a handwriting recognition device, comprising: a script receiver operative to receive a script to be recognized; a recognizer operative to recognize the wildcard and element of the script from the script receiver; a matcher operative to match the recognized element and wildcard information from the recognizer with characters pre-stored in a character library; and a display operative to display the matching results from the matcher.
According to another embodiment of the present invention, further comprised is a sorter operative to sort the matching results from the matcher.
According to another embodiment of the present invention, further comprised is a selector operative to select a character from the matching results.
According to another embodiment of the present invention, handwriting recognition device is one of personal computers, Personal Digital Assistants (PDA), mobile phones and other mobile electronic devices.
According to a third aspect of the present invention, provided is a computer program product for handwriting recognition, comprising computer readable storage medium on which computer readable program code is stored. The computer readable program code comprises: computer readable program code of inputting a script to be recognized; computer readable program code of recognizing the wildcard and element in the input script; computer readable program code of matching the recognized element and the wildcard information with characters pre-stored in a character library; and computer readable program code of displaying the matching results. Other features and advantages of the present invention will become apparent from the following description of the preferred embodiments, taken in conjunction with the accompanying drawings, which illustrate, by way of example, the principles of the invention.
Brief Description of the Drawings Fig. 1 is the flowchart of the method of handwriting recognition according to one embodiment of the present invention;
Fig. 2 is the flowchart of the method of handwriting recognition according to another embodiment of the present invention;
Fig. 3 is the block diagram of the handwriting recognition device according to one embodiment of the present invention; and
Fig. 4 is a schematic user interface view of handwriting recognition according to one embodiment of the present invention.
Description of the Invention The embodiments of the present invention will be described in detail.
It is to be understood that there are various types of devices using the handwriting recognition method of the present invention, such as personal computers, Personal Digital Assistants (PDA), mobile phones etc., and that there are also many types of script receivers for entering handwritten characters on said devices, such as touch screens, handwriting panels on which handwritten characters can be entered by handwriting pen, finger tapping or mouse clicking.
It should be noted that the handwritten character to be recognized (also called script here) may be a complete character or part of a complete character, and may be in any language, such as Chinese Simplified, Japanese, Korean and Chinese Traditional. Some components of the handwritten character to be recognized may be various elements of the character, and other components may be replaced by one or more wildcards.
The term "element" mentioned here may mean some components of a character or some features of the components. For example, an element may be character form, stroke, the combination of character form and stroke direction, the combination of stroke and stroke direction, etc.. The present invention may adopt an element-based handwriting recognition method, for example, to perform pattern recognition on character form or stroke recognition, and is not limited to any specific handwriting recognition method. Characters pre-stored in a character library in a device applying the method of the present invention are stored according to said element, and the present invention does not relate to concrete implementations of the character library.
The term "wildcard" mentioned here is a mark used for replacing some elements of a character, for example, replacing some strokes, components or radicals. The wildcard may be customizable for users and may be any symbol or character, and preferably, is a simple mark that does not appear in characters.
Fig. 1 is the flowchart of the handwriting recognition method according to one embodiment of the present invention, which will be illustrated according to recognition of strokes. In this embodiment, "x" is used as the wildcard, and the character the user desires to enter is In step 101, the user enters on e.g. a touch screen the script to be recognized, that is, " V " by handwriting pen, finger tapping or mouse clicking, etc..
In step 102, the wildcard and strokes of the script are recognized. In this embodiment, the entered script is recognized to include a wildcard and a stroke sequence including "left-sloping, horizontal-vertical-hook, horizontal and horizontal", and the value i of a counter for counting the matched characters is set to 0, wherein i represents the number of characters in the character library which match the entered script.
In step 103, the recognized stroke sequence and the wildcard information are compared with strokes of characters pre-stored in the character library. For example, the sequence "*, left-sloping, horizontal -vertical-hook, horizontal and horizontal" is compared with strokes of characters pre-stored in the character library. Thus, all the characters that including "left-sloping, horizontal-vertical-hook, horizontal and horizontal" will be found. Further, a similarity can be assigned to every matched characters basing on the ratio between matched strokes and the total number of the strokes of the matched characters or the number of not matched strokes. For example, the similarity of character "^ " is 0.8.
Those skilled in the art may understand that there are already various methods for calculating similarity in the prior art, and the present invention is not limited to any certain method for calculating similarity. It should be noted that similarity mentioned here is not necessary to implementation of the present invention but merely serves as a basis for sorting a plurality of matching results.
In step 104, it is judged whether similarity 0.8 reaches a certain threshold. If not, then the flow goes to step 106. In this embodiment, the threshold is set to 0.5. Since 0.8 is larger than 0.5, it means that the entered script matches the character in the character library, and the flow goes to step 105. In step 105, the matching result "0^ " and the corresponding similarity Xj = 0.8 are stored, and i = i + 1.
In step 106, it is judged whether the stroke sequence has been matched with strokes of all characters in the character library. If not, then the flow returns to step 103. If yes, for example, matching results are " B/l " (similarity xi = 0.8),"^" (similarity x2 = 0.8), "Λfl " (similarity x3 = 0.9), "^" (similarity x4 = 0.6), "f"' (similarity X5 = 0.7), "ϊ\ " (similarity X6 = 0.5)etc, then the flow goes to step 107.
In step 107, it is judged whether there is a plurality of matching results. If yes, then the flow goes to step 108; if not, then the flow goes to step 111. In step 108, matching results are sorted according to their similarity Xj. And a sequence of matching results 'W, "$", "fll", "f\ "$" and "/] " is obtained according to similarity ranging from high to low and according to the matching order in case of equal similarity.
In step 109, said sequence of matching results is displayed for the user to select. In step 110, the user selects character "Bfl" from the sequence of matching results, and the method ends. In another example, the entered script is " *z* ". In step 102, the script is recognized to include two wildcards and two stroke sequences, namely "dot, horizontal, vertical turning stroke, vertical, horizontal turning stroke, horizontal" and "vertical, horizontal turning stoke, left-sloping, dot". In step 103, the two recognized stroke sequences are compared with strokes of characters pre-stored in the character library, to obtain similarity there between. After steps 104 to 106, there is only one matching result, namely character "Jl,", and then the flow goes to step 111 after step 107. In step 111 , it is judged whether the matching result is only one character, i.e. whether i am equal to 1. Since i equals to 1, the flow goes to step 109 in which the matching result merely including character "Jk," is displayed. In step 110, the user selects this matching result and the method ends. Fig. 2 is the flowchart of the handwriting recognition method according to another embodiment of the present invention, which will be illustrated according to pattern recognition of the character form. In this embodiment, "o" is used as the wildcard, and a plurality of wildcards at different locations are used. And the character which the user desires to enter is
"#r. In step 201, the user enters on e.g. a touch screen the script to be recognized, that is,
" ^J " by handwriting pen, finger tapping or mouse clicking, etc..
In step 202, the entered script is recognized to include two wildcards and a character form including "/) ", and the two wildcards are recognized to be on the left side of the character form "f\ ". Then, the value i of a counter for counting the matched characters am set to 0, wherein i represent the number of characters in the character library which match the entered script.
In step 203, the recognized character form "/I " is compared with character form of characters (e.g. "$T') pre-stored in the character library, to obtain the similarity between the entered script and the character "$3 ", e.g. 0.9, without comparing the wildcard. In this embodiment, the comparison of character form is based on the location relationship. Therefore, the entered script has relatively high similarity with the characters in the character library that have "/] " as the right component of the character form, whereas it has quite low similarity with characters that have "β\ " as, for example, the upper, lower, left, or middle component of the character form. Additionally, there are two wildcards on the left side of "/] " in this embodiment.
Therefore, character forms in the character library that has two components on the left side of uf\ " better match the entered script and has much higher similarity therewith.
In step 204, it is judged whether similarity 0.9 reaches a certain threshold, e.g. 0.5. If yes, then the flow goes to step 205. If not, then the flow goes to step 206. In this embodiment, since 0.9 is larger than 0.5, the flow goes to step 205.
In step 205, the character and the corresponding similarity x, = 0.9 are stored, and i = i + 1.
In step 206, it is judged whether the recognized character form has been matched with character forms in the character library. If not, then the flow returns to step 203. If yes, for example, matching results are "stø " (similarity X1 = 0.9)," 0^ " (similarity X2 = 0.6), "4$ "
(similarity x2 = 0.9), "$" (similarity X3 = 0.9), "/] " (similarity x3 = 0.5) etc., then the flow goes to step 207.
In step 207, it is judged whether there is a plurality of matching results. If not, then the flow goes to step 211; if yes, then the flow goes to step 208. In step 208, matching results are sorted according to their similarity x,. And a sequence of matching results "$T, "^", "$T, "0^" and "^ " is obtained according to similarity ranging from high to low and according to the matching order in case of equal similarity.
In step 209, said sequence of matching results is displayed for the user to select. In step 210, the user selects a character, namely the character the user desires to enter, from the sequence of matching results, and the method ends.
The following example will further illustrate the impact on the final result of handwriting recognition of the location relationship between wildcard and character form. For . example, "Δ" is used as the wildcard. When " '— 1 " is entered, characters that have " c? " at the outside have relatively high similarity, such as "® " and "ES) ". When " ZilV' is entered, characters that have " c " at the inside have relatively high similarity, such as "ΪH7 " and "I"] ".
When " σ " is entered, characters that have " o " at the lower part have relatively high similarity, such as "$-" and ""I"". And when " ^Δ " is entered, characters that have " P " on the left side have relatively high similarity, such as ""£»" and ""§". Moreover, the combination of character form and stroke direction is used as recognition element helps to enhance the accuracy of the handwriting recognition method. For example, when the user desires to enter "^ " and the handwritten script is " "t~~ ", it might be recognized as a wildcard and character form "-f-" in recognition of character form, so an undesired character "^" might be obtained. However, through recognition of stroke direction along with recognition of character form, the first stroke of "-f*" is recognized as "left-sloping" instead of
"horizontal" . In this manner, the accuracy and speed of handwriting recognition is improved greatly.
Fig. 3 is the block diagram of the handwriting recognition device according to one embodiment of the present invention. A handwriting recognition device 300 may be any device capable of handwriting input, such as a personal computer, a PDA, a mobile phone etc..
Handwriting recognition device 300 is provided with a script receiver 310, a recognizer 320, a matcher 330, and a display 340. Further, it may comprise a sorter 350 and a selector 360.
The script receiver 310 may be a touch screen, a handwriting panel and the like on which handwritten characters can be entered by handwriting pen, finger tapping or mouse clicking, for entering scripts to be recognized.
Upon receipt of the script entered through the script receiver 310, the recognizer 320 recognizes the wildcard and element in the script of said script receiver.
After the recognizer 320 completes the recognition of the wildcard and element, the matcher 330 matches the element and the wildcard information from said recognizer with characters pre-stored in a character library, to obtain corresponding similarity without comparing the wildcard.
After matching with all characters pre-stored in the character library is completed, the sorter 350 sorts matching results according to the matching results obtained by the matcher 330 and the corresponding similarity.
The display 340 displays matching results directly from the matcher 330 or being sorted by the sorter 350.
The selector 360 selects a character from said matching results.
The present invention provides a method of recognizing handwritten characters using wildcards, reducing the time for handwriting characters. By introducing the concept of wildcard, users can write the simple wildcard to represent complex elements in a character. In particular, when complex characters are hand-written in a small writing area or when users forget what exactly a character to be input is written, the input efficiency is improved significantly.
Fig. 4 is a schematic user interface view of handwriting recognition according to one embodiment of the present invention. As shown in this figure, character "Jl" has three components, namely " J-/ ", "^- " and "]£". The total number of strokes is 19, with 10 from the component "$? " . In this case, users can just write a circle as wildcard to represent this element.
With the handwriting recognition method and device according to the present invention, matching results of this script are "Jt", "M." and "Dl" . Then, users can select the desired character "Jt", thereby saving the time for inputting the 10 strokes of component "^- " of character "Jl". Therefore, the present invention greatly reduces the number of strokes that need to be input during the process of inputting hand written characters, thereby improving the input efficiency. Users can input characters quicker and easier. Even when users forget the exact writing format of a character, they can still manage to input the character. The method of the present invention is easy to understand and easy to lean. Moreover, the method of the present invention is merely an addition to traditional handwriting methods and does not affect users if they do not use it.
While the foregoing has been with reference to specific embodiments of the invention, it will be appreciated by those skilled in the art that these are illustrations only and that changes in these embodiments can be made without departing from the principles of the invention, the scope of which is defined by the appended claims.

Claims

What is claimed is:
1. A handwriting recognition method, comprising the steps of: inputting a script to be recognized; recognizing the wildcard and element of said input script; matching said recognized element and the wildcard information with characters pre-stored in a character library; and displaying said matching results.
2. The handwriting recognition method according to claim 1, wherein said wildcard is customizable for users.
3. The handwriting recognition method according to claim 1, wherein the number of said wildcard(s) is one or more.
4. The handwriting recognition method according to claim 1, wherein in said matching step, the recognized element rather than the wildcard is compared with the element of a character pre-stored in the character library.
5. The handwriting recognition method according to claim 1, wherein the location relationship of said wildcard and said element in the input script is recognized in said recognition step.
6. The handwriting recognition method according to claim 1, wherein in said matching step, said element whose location has been recognized, rather than the wildcard, is compared with the elements with the same location of a character pre-stored in the character library.
7. The handwriting recognition method according to claim 1, wherein said matching result is a plurality of characters.
8. The handwriting recognition method according to claim 6, further comprising the step of sorting said matching results.
9. The handwriting recognition method according to claim 6, further comprising the step of selecting a character from said matching results.
10. A handwriting recognition device, comprising: a script receiver operative to receive a script to be recognized; a recognizer operative to recognize the wildcard and element of the script from said script receiver; a matcher operative to match the recognized element and the wildcard information from said recognizer with characters pre-stored in a character library; and a display operative to display the matching results from said matcher.
11. The handwriting recognition device according to claim 10, wherein said wildcard is customizable for users.
12. The handwriting recognition device according to claim 10, wherein the number of said wildcard(s) is one or more.
13. The handwriting recognition device according to claim 10, wherein said matcher compares the recognized element rather than the wildcard with the element of a character pre-stored in the character library.
14. The handwriting recognition device according to claim 10, wherein said recognizer recognizes the location relationship of said wildcard and said element in the input script.
15. The handwriting recognition device according to claim 10, wherein said matcher compares said element whose location has been recognized, rather than the wildcard, with the elements with the same location of a character pre-stored in the character library.
16. The handwriting recognition device according to claim 10, wherein said matching result is a plurality of characters.
17. The handwriting recognition device according to claim 16, further comprising a sorter operative to sort said matching results from said matcher.
18. The handwriting recognition device according to claim 16, further comprising a selector operative to select a character from said matching results.
19. The handwriting recognition device according to claim 10, said device is one of personal computers, Personal Digital Assistants (PDA), mobile phones and other mobile electronic devices.
20. A computer program product for handwriting recognition, comprising computer readable storage medium on which computer readable program code is stored, the computer readable program code comprising: computer readable program code of inputting a script to be recognized; computer readable program code of recognizing the wildcard and element in the input script; computer readable program code of matching the recognized element and the wildcard information with characters pre-stored in a character library; and computer readable program code of displaying the matching results.
PCT/CN2008/000542 2007-04-03 2008-03-19 Method and system for handwriting recognition WO2008119244A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010501356A JP2010524067A (en) 2007-04-03 2008-03-19 Method and system for handwritten character recognition

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200710092266.3 2007-04-03
CN2007100922663A CN101281449B (en) 2007-04-03 2007-04-03 Hand-written character recognizing method and system

Publications (1)

Publication Number Publication Date
WO2008119244A1 true WO2008119244A1 (en) 2008-10-09

Family

ID=39807798

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2008/000542 WO2008119244A1 (en) 2007-04-03 2008-03-19 Method and system for handwriting recognition

Country Status (3)

Country Link
JP (1) JP2010524067A (en)
CN (1) CN101281449B (en)
WO (1) WO2008119244A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102402689A (en) * 2010-09-16 2012-04-04 腾讯科技(深圳)有限公司 Method and device for establishing association between target word and user input graph

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012016379A1 (en) * 2010-08-04 2012-02-09 Nokia Corporation Apparatus and associated methods
CN102360265B (en) * 2011-09-29 2017-11-03 中兴通讯股份有限公司 The method and device of word selection is treated in determination in a kind of handwriting input
CN102750272B (en) * 2012-07-02 2015-01-14 安徽科大讯飞信息科技股份有限公司 Method and system for optimizing hand-input candidate item of character
CN102880412A (en) * 2012-08-23 2013-01-16 东莞宇龙通信科技有限公司 Handwriting input method, system and device
CN107368205B (en) * 2017-07-26 2020-04-07 维沃移动通信有限公司 Handwriting input method and mobile terminal
JP2019153132A (en) * 2018-03-05 2019-09-12 オムロン株式会社 Device, method, and program for inputting characters
CN110968246A (en) * 2018-09-28 2020-04-07 北京搜狗科技发展有限公司 Intelligent Chinese handwriting input recognition method and device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6785677B1 (en) * 2001-05-02 2004-08-31 Unisys Corporation Method for execution of query to search strings of characters that match pattern with a target string utilizing bit vector
US20060193518A1 (en) * 2005-01-28 2006-08-31 Jianxiong Dong Handwritten word recognition based on geometric decomposition

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06259605A (en) * 1993-03-02 1994-09-16 Hitachi Ltd Handwriting character input device
JPH06309300A (en) * 1993-04-20 1994-11-04 Toshiba Corp Document preparing device and retrieval control method
JPH11250046A (en) * 1998-03-04 1999-09-17 Casio Comput Co Ltd Handwriting input device and recording medium
JP2000090198A (en) * 1998-09-09 2000-03-31 Casio Comput Co Ltd Character recognition candidate display device, character recognition candidate display method, and recording medium
CN1115615C (en) * 1998-12-11 2003-07-23 高静敏 Simplefied method for Chinese hand-writing input and searching
CN1326015C (en) * 2003-03-12 2007-07-11 冯志刚 Rapid Chinese handwritnig inputting method
CN1635457A (en) * 2003-12-26 2005-07-06 杨红林 Artificial Chinese character

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6785677B1 (en) * 2001-05-02 2004-08-31 Unisys Corporation Method for execution of query to search strings of characters that match pattern with a target string utilizing bit vector
US20060193518A1 (en) * 2005-01-28 2006-08-31 Jianxiong Dong Handwritten word recognition based on geometric decomposition

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102402689A (en) * 2010-09-16 2012-04-04 腾讯科技(深圳)有限公司 Method and device for establishing association between target word and user input graph

Also Published As

Publication number Publication date
JP2010524067A (en) 2010-07-15
CN101281449B (en) 2013-03-06
HK1118919A1 (en) 2009-02-20
CN101281449A (en) 2008-10-08

Similar Documents

Publication Publication Date Title
US9417710B2 (en) System and method for implementing sliding input of text based upon on-screen soft keyboard on electronic equipment
WO2008119244A1 (en) Method and system for handwriting recognition
US6970599B2 (en) Chinese character handwriting recognition system
US7756335B2 (en) Handwriting recognition using a graph of segmentation candidates and dictionary search
JP4787275B2 (en) Segmentation-based recognition
CN102449640B (en) Recognizing handwritten words
JP2007317022A (en) Handwritten character processor and method for processing handwritten character
CN102243570A (en) Method and apparatus for on-top writing
EP1513053A2 (en) Apparatus and method for character recognition
US7489819B2 (en) Systems and methods for handwritten digital pen lexical inference
JPH08161429A (en) Method and apparatus for recognizing characters
CN104680196A (en) Handwriting character recognizing method and system
CN1567358A (en) Identification of character input in improved electronic device
Marukatat et al. A flexible recognition engine for complex on-line handwritten character recognition
CN114265509B (en) Input mode recognition method, related device and readable storage medium
CN100541522C (en) Method and device for recognizing handwritten graphics
JP3675511B2 (en) Handwritten character recognition method and apparatus
Nguyen et al. Semi-incremental recognition of on-line handwritten Japanese text
KR100258934B1 (en) Apparatus and method for recognizing english word on line by selecting alphabet from the alphabet groups
KR101664378B1 (en) Recognition apparatus and method for hand-written data
CN110647245A (en) Handwriting input method based on DTW algorithm
HK1082310B (en) Chinese character handwriting system

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 08714995

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2010501356

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 08714995

Country of ref document: EP

Kind code of ref document: A1