WO2017155178A1 - Method for correcting typographical error - Google Patents

Method for correcting typographical error Download PDF

Info

Publication number
WO2017155178A1
WO2017155178A1 PCT/KR2016/012156 KR2016012156W WO2017155178A1 WO 2017155178 A1 WO2017155178 A1 WO 2017155178A1 KR 2016012156 W KR2016012156 W KR 2016012156W WO 2017155178 A1 WO2017155178 A1 WO 2017155178A1
Authority
WO
WIPO (PCT)
Prior art keywords
string
character
typo
input
characters
Prior art date
Application number
PCT/KR2016/012156
Other languages
French (fr)
Korean (ko)
Inventor
김영길
Original Assignee
김영길
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 김영길 filed Critical 김영길
Publication of WO2017155178A1 publication Critical patent/WO2017155178A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/02Input arrangements using manually operated switches, e.g. using keyboards or dials
    • G06F3/023Arrangements for converting discrete items of information into a coded form, e.g. arrangements for interpreting keyboard generated codes as alphanumeric codes, operand codes or instruction codes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
    • G06F3/0488Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures

Definitions

  • the present invention relates to a method for correcting a typo character, the method for correcting a typo character that corrects a typo character input to a terminal into a correct character.
  • a method of correcting a typo using a delete function key such as a backspace has a problem in that not only a typo character but also all characters normally input between the typo character and the current cursor position are erased.
  • the method of correcting a typo by moving the cursor to a typo character using the mouse is to release the mouse from the keyboard, move the cursor to the desired position, and move the cursor back to the current position after correcting the typo.
  • the operation is cumbersome and time consuming.
  • the cursor is moved using a finger touch. In the case of a device having a small touch screen such as a mobile device, it is more difficult and cumbersome to move the cursor to the correct position because a finger touch must move the cursor to a desired position within the small screen.
  • an error correction method In order to solve this problem, a so-called automatic correction function called an error correction method has appeared.
  • This function is already commercially available and installed in various mobile devices.
  • the function automatically corrects the word B.
  • the word B which is automatically corrected, is already entered in the library and is not directly entered by the user.
  • the conventional automatic correction function sets the word that the system assumes to be entered by the user as a corrected input word instead of the word that the user inputs with the intention of correcting it.
  • the wrong word is entered that is not. This is due in part to the limitations of words registered in the library. Because users frequently use new words or abbreviations on PCs or mobile devices, the problem caused by the limitations of these libraries becomes more serious when the library is not updated frequently. For this reason, many users are using the word correction function even though the device is equipped with the automatic word correction function.
  • Technical problem of the present invention relates to a typo character correction method that can easily correct the typo characters input to the terminal to the correct character.
  • a correction method to facilitate the correction of typos in English characters.
  • a typo character string of two or more characters is replaced with a correction character string of two or more characters while the terminal receives an input string through an input field.
  • a string replacement process of replacing and correcting the extracted typo string with the correction string is
  • the determining of whether the modification request event occurs comprises: a modification request first event determining process of determining whether a string of two or more characters is received after receiving a space character as the last character of the input string; A modification request second event determining step of determining which one of the input strings is touched; And when the modification request first event and the modification request second event are sequentially generated, determine that a modification request event has occurred, determine the last character string input after receiving the blank space character as a modification string, and touch the character string. And determining the replacement target area.
  • the determining of the touched character string as the replacement target area may include determining an area of the character string in the area where the input finger is touched as the replacement target area.
  • the replacement target area may be enlarged or reduced by a dragging selection of an inputter.
  • the typo string extraction process may include: extracting the same character that is identically included in both the corrected string and the replacement target area; And extracting a number of character strings corresponding to the corrected character string from the replacement target area as a typo character string based on the same character.
  • the typo string extraction process may be characterized by extracting a typo string to be replaced with the corrected string according to the number of touches of the inputter.
  • the typo character string extraction process may include: extracting the same character that is identically included in both the corrected character string and the replacement target area if the touch character is continuously touched during the threshold time; And extracting a character that matches the same character from the replacement target area to a typo string.
  • the replacement target area is changed by dragging the area of the string in the area where the inputter's finger is touched, the typo string is extracted within the replacement target area selected by the dragging user, and popped up near the top of the input field.
  • the modified text may be enlarged and displayed in the displayed popup field.
  • the area of the text in the area where the input finger is touched is enlarged and displayed in the pop-up field displayed in the pop-up form adjacent to the top of the input field, and the user moves the selection position in the pop-up field when the finger moves left and right after selecting the pop-up field. Character position selection can be made.
  • the method for correcting a typo character may include deleting a last character entered in an input field when dragging to the left on a touch screen keyboard for inputting a character, and inserting a space character in the input field when dragging to the right on a touch screen keyboard for receiving a character. It may be characterized by the input box.
  • a typo character can be corrected by a simple operation, and user convenience can be increased.
  • FIG. 1 is a diagram illustrating a terminal in which a character string is input according to an embodiment of the present invention.
  • FIG. 2 is a block diagram of a terminal according to an embodiment of the present invention.
  • 3 and 4 is a flowchart showing a typo character correction process according to an embodiment of the present invention.
  • 5 to 18 is a view showing a state in which the correction of the typo characters according to an embodiment of the present invention.
  • FIG. 1 is a diagram illustrating a terminal to which a character string is input according to an embodiment of the present invention
  • FIG. 2 is a block diagram of a terminal according to an embodiment of the present invention.
  • the terminal 100 is a device that can receive text, and may correspond to a smartphone.
  • a smart phone as an example of the terminal 100 is described as an example, but not only a smart phone but also a desktop PC, a tablet PC, a slate PC, a notebook computer (notebook computer), digital broadcasting terminal 100, PDA (Personal Digital Assistants), PMP (Portable Multimedia Player), Navigation (Navigation), Digital Camera (MP3P), MP3P (MPEG layer 3 Player) have.
  • PDA Personal Digital Assistants
  • PMP Portable Multimedia Player
  • Navigation Navigation
  • MP3P Digital Camera
  • MP3P MP3P
  • MP3P MPEG layer 3 Player
  • the terminal 100 may include an input unit 110, a display unit 120, a memory 130, and a character correction unit 140.
  • the display unit 120 is a display window displayed on the terminal 100, and a keyboard for text input may be displayed.
  • the input unit 110 receives text from an input user who is a terminal user through the input field 10. Character input may be input by touching a character button displayed on the keyboard.
  • the display unit 120 and the input unit 110 may be implemented as a single type of touch screen panel.
  • the touch screen panel is a display window provided on the front of the terminal 100 to display a work screen by providing a touch screen screen capable of simultaneously inputting and displaying a graphic user interface (GUI) for input. Display.
  • GUI graphic user interface
  • the memory 130 is a storage unit that stores characters input through the input unit 110 (hereinafter, referred to as an “input string”).
  • Storage unit SSD drive Solid State Drive
  • flash memory 130 Flash Memory
  • CF card Compact Flash Card
  • SD card Secure Digital Card
  • SM card Smart Media Card
  • MMC card Multi-Media
  • a module capable of inputting / outputting information such as a card or a memory stick 130 may be provided inside the device or may be provided in a separate device.
  • the character correction unit 140 performs a function of replacing a typo character input as a typo among other input strings input through the input field 10 with another corrected character to correct it.
  • the character correction unit 140 may include a two or more typo character string containing a typo character as a two or more character correction string including a correction character while the terminal 100 receives an input string through the input field 10.
  • it has a modification request event determination process for determining whether a modification request event that is requested from the input to modify to replace.
  • a modification request event is generated, there is a typo string extraction process for extracting a typo string to be replaced as a modification string, and a string replacement process for replacing the extracted typo string with the modification string and correcting it. Detailed description thereof will be described later with reference to the flowcharts of FIGS. 3 and 4.
  • 3 and 4 are flowcharts illustrating a typo character correction process according to an exemplary embodiment of the present invention.
  • the terminal 100 has the following processes in correcting a character input with a typo.
  • the terminal 100 receives the input string through the input field 10
  • the terminal 100 receives a request from the inputter to replace the two or more typos including the typo characters with two or more modifications including the correction characters.
  • a modification request event determination process (S311, S312, S313) for determining whether a modification request event occurs.
  • the determination of whether or not such a modification request event occurs first includes a modification request first event determination process (S311) of determining whether a string of two or more characters is input after receiving a blank space character as the last character of the input string. .
  • S311 modification request first event determination process
  • the input cursor is positioned with one space. In this way, it is determined whether two or more character strings are input in a space of one space.
  • Such a character string is a character string including two or more characters including a character to be modified by the inputter, and will be referred to as a character string hereinafter.
  • a modification request second event determination process (S312) is performed to determine which one of the input strings is touched before the modification string is input. For example, as illustrated in FIG. 6, when an inputter touches a string to be modified, it may be determined that a modification request second event has occurred.
  • a replacement target area is determined, and the replacement target area may be determined to a preset range. For example, in the case of modifying 'anoth' in FIG. 6, when the 'no' part is touched by hand, the selected 'no' and 'ath' areas are designated as correction character areas. If 'o' is selected, 'an' and 'th' adjacent to 'o' are also included as replacement areas. This is to make it easy to correct the text, and the constant letter or the predetermined distance before and after the selection position may be used as the replacement target area. This may vary depending on the font size.
  • the last input string is determined as a modification string (S313).
  • the last string 'ny' after the blank space is determined as the modified string.
  • the touched string among the input strings is determined as a replacement target region. That is, the region of the character string in the region where the input finger is touched is determined as the replacement target region (S313).
  • the replacement target region S313
  • the character string of the area touched by the input finger is a 'no' area
  • 'anoth' extended to a certain area range may be a replacement target area.
  • This replacement target area may be expanded or reduced by dragging selection of the inputter. For example, after 'anoth' is touched, it may be reduced to a string of 'no' by the dragging reduction of the inputter as shown in FIG.
  • determining whether the touch of the string is continuously touched for less than a preset threshold time in the determination of the modification request second event S320.
  • the threshold time is set to 0.5 seconds
  • the touch of the string is not touched continuously for more than 0.5 seconds, which is a preset threshold time, but as a short touch of 0.01 seconds, which is less than the threshold time (S320a)
  • the typo string to be replaced as a correction string is two characters.
  • the typo string extraction includes extracting the same character that is identically included in both the modified string and the replacement target area (S331), and replacing the string having the number of characters and the character position corresponding to the modified string based on the same character. It extracts from the region and extracts the typo string (S332).
  • a string replacement process (S340) is performed in which the extracted typo string is replaced with a modified string to be modified.
  • the character 'n' which is identically included between the replacement target region 'anoth' and the modification string 'ny', is the same character.
  • 'no' which is a character string having the number and character position corresponding to the modified string, is extracted from the replacement target area and determined as a typo string.
  • the word 'anothing' may be modified to 'anything'.
  • 't' which is the same character between the replacement target region 'anoth' and the correction string 'yt'
  • the string 'ot' which has the number of characters corresponding to the modified string and the character position
  • the word 'anothing' may be modified to 'anything'.
  • the typo string extraction process may extract a typo string to be replaced with the corrected string according to the number of touches of the inputter.
  • the part that stores the first corrected position so that the same English located after the first corrected position is touched in succession.
  • the correction request event after the correction request event is generated, but before the typo string identification process, it has a step (S320) of determining whether the touch of the string was touched less than a predetermined threshold time in the process of determining the correction request second event, In case of continuous touch over the threshold time, the substitution is performed in the form of character insertion. For example, when the threshold time is 0.5 seconds, after 'ny' is input as the correction string as shown in FIG. 11, and when 'anth' is touched by being pressed for 0.5 seconds or longer in the input string, the threshold time is continuously maintained. It can be determined that the touch has been received.
  • the character 'n' which is identically included between 'anth' as a replacement target region and 'ny' as the modification string, is the same character.
  • the extracted character 'n' that matches the same character 'n' is extracted from the replacement target area and is determined as a typo string.
  • the existing word 'anthing' may be modified to 'anything' by inserting 'y' into the extracted typo string 'n' and replacing it with 'ny', which is a modification string completed.
  • the area to be replaced is changed by dragging the area of the string in the area where the inputter's finger is touched, and a typo in the replacement area selected by the inputting device's dragging.
  • the character string may be extracted, and the modified character string may be enlarged and displayed in the pop-up field displayed in the pop-up form adjacent to the top of the input field 10.
  • the inserted character in the touch selection area is displayed on the top of the keyboard to accurately select the character position to be inserted.
  • the character completed to be inserted into the touch selection area during the long touch is displayed on the upper end of the keyboard to accurately select the character position to be inserted. If the hit is 'apple' but the typo 'appe' is entered, touch the appe part after entering the last one space and enter pl. It is a method of modifying the expressed character at the moment of expressing touch with apple. The modified character image is displayed on the top of the keyboard as shown above so that the characters can be inserted at the correct position even when the alphabet overlaps.
  • the position at the time of the display window character selection is shown in FIG.
  • the current selection position is enlarged and displayed on the screen above the display window, and when the user moves left and right after selection, the display screen selection position is also moved according to the user's character position selection. That is, the area of the string in the area where the input finger is touched is enlarged and displayed in the pop-up field displayed in the form of a popup adjacent to the top of the input field.
  • the user character position selection can be made.
  • a blank space character may be input in the input field 10 when the character is dragged to the right on the touch screen keyboard to which the character is input. Therefore, you can space the letters by touching the text box on the board and dragging it to the right.

Abstract

One embodiment of the present invention relates to a method for correcting a typographical error in a terminal for correcting a character inputted as a typographical error, the method comprising: a correction request event determination step of determining whether there is an occurrence of a correction request event of receiving, from a keyboarder, a request for a correction whereby misspelled character strings of two or more characters are replaced with corrected character strings of two or more characters while a terminal receives input character strings through an input field; a misspelled character string extraction step of extracting misspelled character strings to be replaced with the corrected character strings, by using the corrected character strings of two or more characters, if the correction request message event has occurred; and a character string replacement step of correcting the extracted misspelled character strings by replacing the same with the corrected character strings.

Description

오타 문자 수정 방법How to correct typo characters
본 발명은 오타 문자 수정 방법으로서, 단말기에 입력되는 오타 문자를 올바른 문자로 수정하는 오타 문자 수정 방법에 관한 것이다.The present invention relates to a method for correcting a typo character, the method for correcting a typo character that corrects a typo character input to a terminal into a correct character.
PC나 모바일 기기 상에서 문자(영문, 한글, 숫자, 특수 문자 등 입력 가능한 모든 형태를 포괄하는 의미임)를 입력하는 과정에서 오타가 발생할 경우, 통상적인 오타 수정 방법은 백스페이스(Backspace) 등의 삭제 기능키를 이용해 오타가 난 문자 이후에 입력된 문자들을 모두 지운 다음 올바른 문자를 다시 입력하거나, 마우스(PC의 경우) 또는 손가락 터치로(모바일 기기의 경우) 커서를 오타가 난 문자로 옮긴 다음 오타가 난 문자를 지우고 올바른 문자를 다시 입력해 오타를 수정하는 것이었다.If you make a typo while typing characters (including English, Korean, numbers, special characters, etc.) on your PC or mobile device, the usual way to correct typos is to delete the backspace. Use the function keys to erase all characters entered after the typo, then type the correct character again, or move the cursor to the typo using the mouse (for PC) or finger touch (for mobile devices) I corrected a typo by deleting the characters and retyping the correct characters.
그런데, 백스페이스 등의 삭제 기능키를 이용해 오타를 수정하는 방식은 오타가 난 문자뿐만 아니라 오타가 난 문자와 현재의 커서 위치 사이에 정상적으로 입력된 문자들까지도 모두 지워져 버리는 문제가 있다. 또한 마우스를 이용해 커서를 오타가 난 문자로 옮겨 오타를 수정하는 방식은 키보드에서 손을 떼어 마우스를 잡고 원하는 위치로 커서를 옮기는 동작과 오타를 수정한 이후에 커서를 현재의 위치로 다시 옮기는 동작이 필요하게 되어, 조작이 번거롭고 시간이 많이 소비되게 되는 문제가 있다. 이는 손가락 터치를 사용해 커서를 옮기는 경우에도 마찬가지이다. 모바일 기기와 같은 소형 터치스크린을 갖는 장치의 경우에는 작은 화면 내에서 손가락 터치로 커서를 원하는 위치로 이동시켜야 하기 때문에 커서를 정확한 위치로 이동시키는 것이 더욱 어렵고 번거롭게 된다.However, a method of correcting a typo using a delete function key such as a backspace has a problem in that not only a typo character but also all characters normally input between the typo character and the current cursor position are erased. In addition, the method of correcting a typo by moving the cursor to a typo character using the mouse is to release the mouse from the keyboard, move the cursor to the desired position, and move the cursor back to the current position after correcting the typo. There is a problem that the operation is cumbersome and time consuming. The same is true when the cursor is moved using a finger touch. In the case of a device having a small touch screen such as a mobile device, it is more difficult and cumbersome to move the cursor to the correct position because a finger touch must move the cursor to a desired position within the small screen.
이러한 문제점을 해소하기 위해 등장한 것이 소위 자동 수정 기능으로 불리는 오타 수정 방법이다. 이 기능은 이미 상용화되어 다양한 모바일 기기에 탑재되어 있는 것으로서, 사용자가 A라는 단어를 입력했을 때 A라는 단어가 오타로 판단되면 자동으로 B라는 단어로 고쳐주는 것이다. 자동으로 수정 입력되는 B라는 단어는 라이브러리에 이미 입력되어 있는 것이고, 사용자에 의해 직접 입력되는 것이 아니다.In order to solve this problem, a so-called automatic correction function called an error correction method has appeared. This function is already commercially available and installed in various mobile devices. When the user enters the word A and the word A is determined to be a typo, the function automatically corrects the word B. The word B, which is automatically corrected, is already entered in the library and is not directly entered by the user.
이와 같이 종래의 자동 수정 기능은 사용자가 수정 의도를 가지고 입력한 단어가 아니라 시스템이 사용자가 입력하였을 것으로 추정하는 단어를 수정 입력 단어로 설정하기 때문에, 추정의 정확성이 떨어지는 경우에는 사용자가 전혀 의도치 않은 엉뚱한 단어가 입력되어 버리는 문제가 발생하게 된다. 이는 라이브러리에 등록된 단어들에 한계가 있다는 점에 일부 기인한다. 현재 PC나 모바일 기기 상에서는 사용자들이 신조어나 줄임말을 빈번히 사용하고 있고 있기 때문에 라이브러리의 업데이트가 자주 이루어지지 않을 경우에는 이러한 라이브러리의 한계로 인한 문제가 더욱 심각하게 나타나게 된다. 이러한 이유로 많은 사용자들은 장치에 자동 단어 수정 기능이 탑재되어 있음에도 불구하고, 이 기능을 OFF 상태로 설정해 작동하지 않도록 한 채 문자를 입력하고 있어 그 사용율이 극히 저조한 문제가 있다.As described above, the conventional automatic correction function sets the word that the system assumes to be entered by the user as a corrected input word instead of the word that the user inputs with the intention of correcting it. The wrong word is entered that is not. This is due in part to the limitations of words registered in the library. Because users frequently use new words or abbreviations on PCs or mobile devices, the problem caused by the limitations of these libraries becomes more serious when the library is not updated frequently. For this reason, many users are using the word correction function even though the device is equipped with the automatic word correction function.
본 발명의 기술적 과제는 단말기에 입력되는 오타 문자를 올바른 문자로 손쉽게 수정할 수 있는 오타 문자 수정 방법에 관한 것이다. 특히 영문자의 오타 수정을 용이하게 할 수 있도록 하는 수정 방법을 제공한다.Technical problem of the present invention relates to a typo character correction method that can easily correct the typo characters input to the terminal to the correct character. In particular, there is provided a correction method to facilitate the correction of typos in English characters.
본 발명의 실시 형태는 오타로 입력된 문자를 수정하는 단말기에서의 오타 문자 수정 방법에 있어서, 단말기가 입력 필드를 통해 입력 문자열을 입력받는 도중에, 2문자 이상의 오타 문자열을 2문자 이상의 수정 문자열로서 대체하여 수정할 것을 입력자로부터 요청받는 수정 요청 이벤트의 발생 여부를 판단하는 수정 요청 이벤트 판단 과정; 수정 요청 이벤트가 발생된 경우, 상기 수정 문자열로서 대체될 오타 문자열을 2문자 이상의 수정 문자열을 이용하여 추출하는 오타 문자열 추출 과정; 및 및 추출된 오타 문자열을 상기 수정 문자열로 대체하여 수정하는 문자열 대체 과정;을 포함할 수 있다.According to an embodiment of the present invention, in a method for correcting a typo character in a terminal for correcting a character input with a typo, a typo character string of two or more characters is replaced with a correction character string of two or more characters while the terminal receives an input string through an input field. A modification request event determining process of determining whether a modification request event received from an inputter to be corrected occurs; A typo string extraction step of extracting a typo string to be replaced as the correction string by using two or more correction strings when a modification request event occurs; And a string replacement process of replacing and correcting the extracted typo string with the correction string.
상기 수정 요청 이벤트의 발생 여부를 판단하는 것은, 상기 입력 문자열의 마지막 문자로서 공백 스페이스 문자를 입력받은 후, 2문자 이상의 문자열을 입력받았는지를 판단하는 수정 요청 제1이벤트 판단 과정; 상기 입력 문자열 중에서 어느 하나의 문자열을 터치받았는지 판단하는 수정 요청 제2이벤트 판단 과정; 및 상기 수정 요청 제1이벤트 및 수정 요청 제2이벤트가 차례로 발생된 경우 수정 요청 이벤트가 발생하였다고 판단하고, 상기 공백 스페이스 문자를 입력받은 후 입력된 마지막 문자열을 수정 문자열로 결정하며, 터치된 문자열을 교체 대상 영역으로 결정하는 과정;을 포함할 수 있다.The determining of whether the modification request event occurs comprises: a modification request first event determining process of determining whether a string of two or more characters is received after receiving a space character as the last character of the input string; A modification request second event determining step of determining which one of the input strings is touched; And when the modification request first event and the modification request second event are sequentially generated, determine that a modification request event has occurred, determine the last character string input after receiving the blank space character as a modification string, and touch the character string. And determining the replacement target area.
상기 터치된 문자열을 교체 대상 영역으로 결정하는 것은, 입력자의 손가락이 터치된 영역에 있는 문자열의 영역을 교체 대상 영역으로 결정함을 특징으로 할 수 있다.The determining of the touched character string as the replacement target area may include determining an area of the character string in the area where the input finger is touched as the replacement target area.
상기 교체 대상 영역은, 입력자의 드래깅 선택에 의하여 확장되거나 축소될 수 있음을 특징으로 할 수 있다.The replacement target area may be enlarged or reduced by a dragging selection of an inputter.
상기 오타 문자열 추출 과정은, 상기 수정 문자열과 교체 대상 영역에서 모두 동일하게 포함된 동일 문자를 추출하는 과정; 및 상기 동일 문자를 기준으로 상기 수정 문자열과 대응되는 개수의 문자열을 상기 교체 대상 영역에서 추출하여 오타 문자열로 추출하는 과정;을 포함할 수 있다.The typo string extraction process may include: extracting the same character that is identically included in both the corrected string and the replacement target area; And extracting a number of character strings corresponding to the corrected character string from the replacement target area as a typo character string based on the same character.
상기 교체 대상 영역내에 두 개 이상의 오타 문자열이 있는 경우, 상기 오타 문자열 추출 과정은, 입력자의 터치 횟수에 따라서 상기 수정 문자열로 대체할 오타 문자열을 추출함을 특징으로 할 수 있다.When there are two or more typo strings in the replacement target area, the typo string extraction process may be characterized by extracting a typo string to be replaced with the corrected string according to the number of touches of the inputter.
상기 수정 요청 이벤트가 발생된 후 상기 오타 문자열 파악 과정이 있기 이전에, 상기 수정 요청 제2이벤트 판단 과정에서 문자열의 터치가 미리 설정된 임계 시간동안 지속적으로 터치받았는지를 판단하는 과정;을 포함할 수 있다.Determining whether the touch of the string has been continuously touched for a preset threshold time in the determination request second event determination process before the typo character string determination process occurs after the modification request event is generated. have.
상기 오타 문자열 추출 과정은, 상기 임계 시간동안 지속적으로 터치받은 경우, 상기 수정 문자열과 교체 대상 영역에서 모두 동일하게 포함된 동일 문자를 추출하는 과정; 및 상기 동일 문자와 일치하는 문자를 상기 교체 대상 영역에서 추출하여 오타 문자열로 추출하는 과정;을 포함할 수 있다.The typo character string extraction process may include: extracting the same character that is identically included in both the corrected character string and the replacement target area if the touch character is continuously touched during the threshold time; And extracting a character that matches the same character from the replacement target area to a typo string.
입력자의 손가락이 터치된 영역에 있는 문자열의 영역을 드래깅하여 교체 대상 영역을 변경하며, 입력자의 드래깅에 의해 선택된 교체 대상 영역의 내에서 오타 문자열을 추출하고, 입력 필드의 상단에 인접하여 팝업 형태로 표시된 팝업 필드에 상기 수정된 문자열을 확대하여 표시함을 특징으로 할 수 있다.The replacement target area is changed by dragging the area of the string in the area where the inputter's finger is touched, the typo string is extracted within the replacement target area selected by the dragging user, and popped up near the top of the input field. The modified text may be enlarged and displayed in the displayed popup field.
입력자의 손가락이 터치된 영역에 있는 문자열의 영역을 입력 필드의 상단에 인접하여 팝업 형태로 표시된 팝업 필드에 확대하여 표시하며, 팝업 필드 선택 후 손가락의 좌우 이동시 팝업 필드내의 선택 위치가 이동하도록 하여 사용자 문자 위치 선택이 이루어지도록 할 수 있다.The area of the text in the area where the input finger is touched is enlarged and displayed in the pop-up field displayed in the pop-up form adjacent to the top of the input field, and the user moves the selection position in the pop-up field when the finger moves left and right after selecting the pop-up field. Character position selection can be made.
상기 오타 문자 수정 방법은, 문자를 입력받는 터치 스크린 키보드상에서 좌측으로 드래깅받으면 입력 필드에 마지막으로 입력된 문자를 삭제하며, 문자를 입력받는 터치 스크린 키보드상에서 우측으로 드래깅받으면 입력 필드에 공백 스페이스 문자를 입력함을 특징으로 할 수 있다.The method for correcting a typo character may include deleting a last character entered in an input field when dragging to the left on a touch screen keyboard for inputting a character, and inserting a space character in the input field when dragging to the right on a touch screen keyboard for receiving a character. It may be characterized by the input box.
본 발명의 실시 형태에 따르면 오타 문자를 간단한 조작만으로도 수정할 수 있어, 사용자 편의성을 증대시킬 수 있다. According to the embodiment of the present invention, a typo character can be corrected by a simple operation, and user convenience can be increased.
도 1은 본 발명의 실시예에 따른 문자열이 입력되고 있는 단말기를 도시한 그림.1 is a diagram illustrating a terminal in which a character string is input according to an embodiment of the present invention.
도 2는 본 발명의 실시예에 따른 단말기의 구성 블록도.2 is a block diagram of a terminal according to an embodiment of the present invention;
도 3 및 도 4는 본 발명의 실시예에 따른 오타 문자 수정 과정을 도시한 플로차트.3 and 4 is a flowchart showing a typo character correction process according to an embodiment of the present invention.
도 5 내지 도 18은 본 발명의 실시예에 따른 오타 문자의 수정이 이루어지는 모습을 도시한 그림.5 to 18 is a view showing a state in which the correction of the typo characters according to an embodiment of the present invention.
이하, 본 발명의 장점 및 특징, 그리고 그것들을 달성하는 방법은 첨부되는 도면과 함께 상세하게 후술되어 있는 실시예들을 참조하면 명확해질 것이다. 그러나 본 발명은, 이하에서 개시되는 실시예들에 한정되는 것이 아니라 서로 다른 다양한 형태로 구현될 것이며, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 발명의 범주를 완전하게 알려주기 위해 제공되는 것으로, 본 발명은 청구항의 범주에 의해 정의될 뿐이다. 또한, 본 발명을 설명함에 있어 관련된 공지 기술 등이 본 발명의 요지를 흐리게 할 수 있다고 판단되는 경우 그에 관한 자세한 설명은 생략하기로 한다.Advantages and features of the present invention, and methods for achieving them will be apparent with reference to the embodiments described below in detail with the accompanying drawings. However, the present invention is not limited to the embodiments disclosed below, but may be implemented in various forms, and is provided to fully inform the scope of the invention to those skilled in the art. The invention is defined only by the scope of the claims. In addition, in the following description of the present invention, if it is determined that related related technologies and the like may obscure the gist of the present invention, detailed description thereof will be omitted.
도 1은 본 발명의 실시예에 따른 문자열이 입력되고 있는 단말기를 도시한 그림이며, 도 2는 본 발명의 실시예에 따른 단말기의 구성 블록도이다.1 is a diagram illustrating a terminal to which a character string is input according to an embodiment of the present invention, and FIG. 2 is a block diagram of a terminal according to an embodiment of the present invention.
단말기(100)는 문자를 입력받을 수 있는 기기로서, 스마트폰 등이 해당될 수 있다. 이하, 도면에서는 단말기(100)의 예시로서 스마트폰(smart phone)을 예로 들어 설명하나, 스마트폰만 아니라 데스크탑 PC(desktop PC), 태블릿 PC(tablet PC), 슬레이트 PC(slate PC), 노트북 컴퓨터(notebook computer), 디지털방송용 단말기(100), PDA(Personal Digital Assistants), PMP(Portable Multimedia Player), 내비게이션(Navigation), 디지털 카메라(Digital Camera), MP3P(MPEG layer 3 Player) 등이 해당될 수 있다. 물론, 본 발명이 적용 가능한 단말기(100)는 상술한 종류에 한정되지 않고, 외부 장치와 통신이 가능한 단말기(100)를 모두 포함할 수 있음은 당연하다.The terminal 100 is a device that can receive text, and may correspond to a smartphone. In the following drawings, a smart phone as an example of the terminal 100 is described as an example, but not only a smart phone but also a desktop PC, a tablet PC, a slate PC, a notebook computer (notebook computer), digital broadcasting terminal 100, PDA (Personal Digital Assistants), PMP (Portable Multimedia Player), Navigation (Navigation), Digital Camera (MP3P), MP3P (MPEG layer 3 Player) have. Of course, the terminal 100 to which the present invention is applicable is not limited to the above-described type, and it is natural that the terminal 100 may include all the terminals 100 capable of communicating with an external device.
단말기(100)는 도 2에 도시한 바와 같이 입력부(110), 표시부(120), 메모리(130), 및 문자 수정부(140)를 포함할 수 있다.As illustrated in FIG. 2, the terminal 100 may include an input unit 110, a display unit 120, a memory 130, and a character correction unit 140.
표시부(120)는 단말기(100)에 표시되는 표시창으로서, 문자 입력을 위한 키보드가 표시될 수 있다.The display unit 120 is a display window displayed on the terminal 100, and a keyboard for text input may be displayed.
입력부(110)는, 입력 필드(10)를 통해 단말기 사용자인 입력자로부터 문자를 입력받는다. 문자 입력은, 키보드에 표시된 문자 버튼의 터치에 의해 입력될 수 있다. 표시부(120)와 입력부(110)는 터치스크린 패널의 단일 형태로 구현될 수 있다. 터치 스크린 패널은, 입력과 표시를 동시에 수행할 수 있는 터치 스크린 화면을 제공하여 단말기(100)의 전면에 마련되어 작업 화면을 표시하는 표시창으로서, 입력을 위한 그래픽 유저 인터페이스(GUI;Graphic User Interface)를 표시한다.The input unit 110 receives text from an input user who is a terminal user through the input field 10. Character input may be input by touching a character button displayed on the keyboard. The display unit 120 and the input unit 110 may be implemented as a single type of touch screen panel. The touch screen panel is a display window provided on the front of the terminal 100 to display a work screen by providing a touch screen screen capable of simultaneously inputting and displaying a graphic user interface (GUI) for input. Display.
이하 상세설명 및 도면에서는 영문자를 예로 들어 설명할 것이나, 영문자 이외에도 다른 문자 체계에도 본 발명이 적용될 수 있음은 자명할 것이다.In the following description and drawings will be described with an example of the English alphabet, it will be apparent that the present invention can be applied to other character systems in addition to the English alphabet.
메모리(130)는 입력부(110)를 통해 입력된 문자들(이하, '입력 문자열'이라 함)을 저장하는 저장부이다. 저장부는 SSD 드라이브(Solid State Drive), 플래시메모리(130)(Flash Memory), CF카드(Compact Flash Card), SD카드(Secure Digital Card), SM카드(Smart Media Card), MMC 카드(Multi-Media Card) 또는 메모리(130) 스틱(Memory Stick) 등 정보의 입출력이 가능한 모듈로서 장치의 내부에 구비되어 있을 수도 있고, 별도의 장치에 구비되어 있을 수도 있다.The memory 130 is a storage unit that stores characters input through the input unit 110 (hereinafter, referred to as an “input string”). Storage unit SSD drive (Solid State Drive), flash memory 130 (Flash Memory), CF card (Compact Flash Card), SD card (Secure Digital Card), SM card (Smart Media Card), MMC card (Multi-Media A module capable of inputting / outputting information such as a card or a memory stick 130 may be provided inside the device or may be provided in a separate device.
문자 수정부(140)는, 입력 필드(10)를 통해 입력된 입력 문자열 중에서 오타로 입력된 오타 문자를 다른 수정 문자로 대체하여 수정하는 기능을 수행한다. 이를 위해 문자 수정부(140)는, 단말기(100)가 입력 필드(10)를 통해 입력 문자열을 입력받는 도중에 오타 문자가 포함된 2문자 이상의 오타 문자열을 수정 문자가 포함된 2문자 이상의 수정 문자열로서 대체하여 수정할 것을 입력자로부터 요청받는 수정 요청 이벤트의 발생 여부를 판단하는 수정 요청 이벤트 판단 과정을 가진다. 수정 요청 이벤트가 발생된 경우, 수정 문자열로서 대체될 오타 문자열을 추출하는 오타 문자열 추출 과정과, 추출된 오타 문자열을 상기 수정 문자열로 대체하여 수정하는 문자열 대체 과정을 가진다. 이에 대한 자세한 설명은 하기의 도 3 및 도 4의 플로차트와 함께 후술한다. The character correction unit 140 performs a function of replacing a typo character input as a typo among other input strings input through the input field 10 with another corrected character to correct it. To this end, the character correction unit 140 may include a two or more typo character string containing a typo character as a two or more character correction string including a correction character while the terminal 100 receives an input string through the input field 10. In addition, it has a modification request event determination process for determining whether a modification request event that is requested from the input to modify to replace. When a modification request event is generated, there is a typo string extraction process for extracting a typo string to be replaced as a modification string, and a string replacement process for replacing the extracted typo string with the modification string and correcting it. Detailed description thereof will be described later with reference to the flowcharts of FIGS. 3 and 4.
도 3 및 도 4는 본 발명의 실시예에 따른 오타 문자 수정 과정을 도시한 플로차트이다.3 and 4 are flowcharts illustrating a typo character correction process according to an exemplary embodiment of the present invention.
단말기(100)는, 오타로 입력된 문자를 수정함에 있어서 다음과 같은 과정들을 가진다.The terminal 100 has the following processes in correcting a character input with a typo.
단말기(100)가 입력 필드(10)를 통해 입력 문자열을 입력받는 도중에, 오타 문자가 포함된 2문자 이상의 오타 문자열을 수정 문자가 포함된 2문자 이상의 수정 문자열로서 대체하여 수정할 것을 입력자로부터 요청받는 수정 요청 이벤트의 발생 여부를 판단하는 수정 요청 이벤트 판단 과정(S311,S312,S313)을 가진다.While the terminal 100 receives the input string through the input field 10, the terminal 100 receives a request from the inputter to replace the two or more typos including the typo characters with two or more modifications including the correction characters. A modification request event determination process (S311, S312, S313) for determining whether a modification request event occurs.
이러한 수정 요청 이벤트의 발생 여부의 판단은, 우선, 입력 문자열의 마지막 문자로서 공백 스페이스 문자를 입력받은 후, 2문자 이상의 문자열을 입력받았는지를 판단하는 수정 요청 제1이벤트 판단 과정(S311)을 가진다. 예를 들어, 도 5에 도시한 바와 같이 입력 필드(10)에 입력되는 입력 문자열의 마지막 문자가 공백 스페이스 문자로서, 공백 스페이스 문자가 입력되면 입력 커서는 한 칸 띄어진 상태에서 위치하게 된다. 이와 같이 한 칸 띄어진 상태에서 2문자 이상의 문자열이 입력되는지를 판단한다. 이러한 문자열은, 입력자가 수정하고자 하는 수정 문자가 포함된 2개 이상의 문자가 연이어 포함된 문자열로서 이하에서는 수정 문자열이라 부르기로 한다.The determination of whether or not such a modification request event occurs first includes a modification request first event determination process (S311) of determining whether a string of two or more characters is input after receiving a blank space character as the last character of the input string. . For example, as shown in FIG. 5, when the last character of the input string input to the input field 10 is a blank space character, when a blank space character is input, the input cursor is positioned with one space. In this way, it is determined whether two or more character strings are input in a space of one space. Such a character string is a character string including two or more characters including a character to be modified by the inputter, and will be referred to as a character string hereinafter.
상기 수정 요청 제1이벤트가 발생한 경우, 수정 문자열의 입력 전에 입력된 입력 문자열 중에서 어느 하나의 문자열을 터치받았는지 판단하는 수정 요청 제2이벤트 판단 과정(S312)을 가진다. 예를 들어, 도 6에 도시한 바와 같이 수정하고자 하는 문자열을 입력자가 터치할 경우 수정 요청 제2이벤트가 발생하였다고 판단할 수 있다.When the modification request first event occurs, a modification request second event determination process (S312) is performed to determine which one of the input strings is touched before the modification string is input. For example, as illustrated in FIG. 6, when an inputter touches a string to be modified, it may be determined that a modification request second event has occurred.
입력자의 손에 의한 터치가 이루어질 때 교체 대상 영역이 결정되는데, 이러한 교체 대상 영역은 미리 설정된 범위까지 정해질 수 있다. 예를 들어, 도 6에서 'anoth'를 수정할 경우, 손으로 'no'부분을 터치 시 선택된 'no' 외 'ath' 영역까지 수정 문자 영역으로 지정되며 이 경우 사용자 잘못 또는 원하지 않는 위치 'no' 아닌 'o' 선택 시 'o와 인근한 'an', 'th'도 교체 대상 영역으로 포함된다. 이는 문자 수정을 수월하게 할 수 있도록 하기 위함으로서, 선택 위치 앞뒤 일정글자 또는 일정 거리를 교체 대상 영역으로 할 수 있다. 이는 글자 크기에 따라 달라질 수 있다.When a touch by the inputter's hand is made, a replacement target area is determined, and the replacement target area may be determined to a preset range. For example, in the case of modifying 'anoth' in FIG. 6, when the 'no' part is touched by hand, the selected 'no' and 'ath' areas are designated as correction character areas. If 'o' is selected, 'an' and 'th' adjacent to 'o' are also included as replacement areas. This is to make it easy to correct the text, and the constant letter or the predetermined distance before and after the selection position may be used as the replacement target area. This may vary depending on the font size.
한편, 이러한 수정 요청 제1이벤트 및 수정 요청 제2이벤트가 차례로 발생된 경우 수정 요청 이벤트가 발생하였다고 판단하고, 공백 스페이스 문자를 입력받은 후 입력된 마지막 문자열을 수정 문자열로 결정(S313)한다. 예를 들어, 도 6에 도시된 예에서, 공백 스페이스 이후의 마지막 문자열인 'ny'가 수정 문자열로 결정된다.On the other hand, when such a modification request first event and a modification request second event occurs in sequence, it is determined that a modification request event has occurred, and after receiving a blank space character, the last input string is determined as a modification string (S313). For example, in the example shown in FIG. 6, the last string 'ny' after the blank space is determined as the modified string.
또한 입력 문자열 중에서 터치된 문자열을 교체 대상 영역으로 결정한다. 즉, 입력자의 손가락이 터치된 영역에 있는 문자열의 영역을 교체 대상 영역으로 결정(S313)한다. 예를 들어, 도 6에 도시된 예에서, 입력자의 손가락에 의해 터치된 영역의 문자열이 'no' 영역일 경우, 일정 영역 범위까지 확장된 'anoth'가 교체 대상 영역으로 될 수 있다.Also, the touched string among the input strings is determined as a replacement target region. That is, the region of the character string in the region where the input finger is touched is determined as the replacement target region (S313). For example, in the example illustrated in FIG. 6, when the character string of the area touched by the input finger is a 'no' area, 'anoth' extended to a certain area range may be a replacement target area.
이러한 교체 대상 영역은, 입력자의 드래깅 선택에 의하여 확장되거나 축소될 수 있다. 예를 들어, 'anoth'가 터치된 후, 도 7에 도시한 바와 같이 입력자의 드래깅 축소에 의해 'no'의 문자열로 축소되어 교체 대상 영역으로 결정될 수 있다.This replacement target area may be expanded or reduced by dragging selection of the inputter. For example, after 'anoth' is touched, it may be reduced to a string of 'no' by the dragging reduction of the inputter as shown in FIG.
한편, 상기와 같이 수정 요청 이벤트의 발생으로 인하여 수정 문자열과 교체 대상 영역의 결정된 후, 수정 요청 제2이벤트 판단 과정에서 문자열의 터치가 미리 설정된 임계 시간 미만으로 지속적으로 터치받았는지를 판단하는 과정(S320)을 가진다. 임계 시간이 0.5초로 설정된 경우, 문자열의 터치가 미리 설정된 임계 시간인 0.5초 이상 지속적으로 터치되지 않고 임계 시간 미만인 0.01초의 짧은 터치로서 터치된 경우(S320a), 수정 문자열로서 대체될 오타 문자열을 2문자 이상의 수정 문자열을 이용하여 추출하는 오타 문자열 추출 과정(S331,S332)을 가진다. 즉, 본 발명은 2문자 이상의 수정 문자열을 활용하여 이와 관련된 오타 문자열을 추출할 수 있다.Meanwhile, after the modification string and the replacement target region are determined due to the occurrence of the modification request event as described above, determining whether the touch of the string is continuously touched for less than a preset threshold time in the determination of the modification request second event ( S320). When the threshold time is set to 0.5 seconds, when the touch of the string is not touched continuously for more than 0.5 seconds, which is a preset threshold time, but as a short touch of 0.01 seconds, which is less than the threshold time (S320a), the typo string to be replaced as a correction string is two characters. There is a typo string extraction process (S331, S332) that is extracted using the modified string. That is, the present invention may extract a typo string associated with the modified string using two or more characters.
이러한 오타 문자열 추출은, 수정 문자열과 교체 대상 영역에서 모두 동일하게 포함된 동일 문자를 추출하는 과정(S331)과, 동일 문자를 기준으로 수정 문자열과 대응되는 문자 개수와 문자 위치를 가지는 문자열을 교체 대상 영역에서 추출하여 오타 문자열로 추출하는 과정(S332)을 가진다.The typo string extraction includes extracting the same character that is identically included in both the modified string and the replacement target area (S331), and replacing the string having the number of characters and the character position corresponding to the modified string based on the same character. It extracts from the region and extracts the typo string (S332).
그리고, 추출된 오타 문자열을 수정 문자열로 대체하여 수정하는 문자열 대체 과정(S340)을 가진다.In addition, a string replacement process (S340) is performed in which the extracted typo string is replaced with a modified string to be modified.
예를 들어, 도 6에 도시한 바와 같이 수정 문자열로서 'ny'가 입력된 경우, 교체 대상 영역인 'anoth'와 수정 문자열인 'ny'간에 동일하게 포함된 문자인 'n'이 동일 문자로서 추출되며, 동일 문자인 'n'을 기준으로 수정 문자열과 대응되는 문자 개수와 문자 위치를 가지는 문자열인 'no'를 교체 대상 영역에서 추출하여 이를 오타 문자열로 결정한다. 그리고, 추출된 오타 문자열인 'no'를 수정 문자열인 'ny'로 대체함으로써, 기존의 'anothing'라는 단어가 'anything'로 수정될 수 있다. For example, when 'ny' is input as the modification string as shown in FIG. 6, the character 'n', which is identically included between the replacement target region 'anoth' and the modification string 'ny', is the same character. Based on the same character 'n', 'no', which is a character string having the number and character position corresponding to the modified string, is extracted from the replacement target area and determined as a typo string. And, by replacing the extracted typo string 'no' with the modification string 'ny', the word 'anothing' may be modified to 'anything'.
마찬가지로, 도 8에 도시한 바와 같이 수정 문자열로서 'yt'가 입력된 경우, 교체 대상 영역인 'anoth'와 수정 문자열인 'yt'간에 동일하게 포함된 문자인 't'가 동일 문자로서 추출되며, 동일 문자인 't'를 기준으로 수정 문자열과 대응되는 문자 개수와 문자 위치를 가지는 문자열인 'ot'를 교체 대상 영역에서 추출하여 이를 오타 문자열로 결정한다. 그리고, 추출된 오타 문자열인 'ot'를 수정 문자열인 'yt'로 대체함으로써, 기존의 'anothing'라는 단어가 'anything'로 수정될 수 있다. Similarly, when 'yt' is input as the correction string as shown in FIG. 8, 't', which is the same character between the replacement target region 'anoth' and the correction string 'yt', is extracted as the same character. Based on the same character 't', the string 'ot', which has the number of characters corresponding to the modified string and the character position, is extracted from the replacement target area and determined as a typo string. In addition, by replacing the extracted typo string 'ot' with the modification string 'yt', the word 'anothing' may be modified to 'anything'.
마찬가지로, 도 9에 도시한 바와 같이 수정 문자열로서 'nyt'가 입력된 경우, 교체 대상 영역인 'anoth'와 수정 문자열인 'nyt'간에 동일하게 포함된 문자인 'n','t'가 각각 동일 문자로서 추출되며, 동일 문자인 'n','t'를 기준으로 수정 문자열과 대응되는 문자 개수와 문자 위치를 가지는 문자열인 'not'를 교체 대상 영역에서 추출하여 이를 오타 문자열로 결정한다. 그리고, 추출된 오타 문자열인 'not'를 수정 문자열인 'nyt'로 대체함으로써, 기존의 'anothing'라는 단어가 'anything'로 수정될 수 있다. Similarly, when 'nyt' is input as the modification string as shown in FIG. 9, the characters 'n' and 't', which are identically included between 'anoth' which is the replacement target region and 'nyt', which are the modification target strings, are respectively provided. Extracted as the same character, 'not', which is a string having the number of characters and character positions corresponding to the modified string, based on the same characters 'n' and 't', is extracted from the replacement target area and determined as a typo string. In addition, the existing word 'anothing' may be modified to 'anything' by replacing the extracted typo string 'not' with the modification string 'nyt'.
마찬가지로, 도 10에 도시한 바와 같이 수정 문자열로서 'yth'가 입력된 경우, 교체 대상 영역인 'anoth'와 수정 문자열인 'yth'간에 동일하게 포함된 문자인 't','h'가 각각 동일 문자로서 추출되며, 동일 문자인 't','h'를 기준으로 수정 문자열과 대응되는 문자 개수와 문자 위치를 가지는 문자열인 'oth'를 교체 대상 영역에서 추출하여 이를 오타 문자열로 결정한다. 그리고, 추출된 오타 문자열인 'oth'를 수정 문자열인 'yth'로 대체함으로써, 기존의 'anothing'라는 단어가 'anything'로 수정될 수 있다. Similarly, when 'yth' is input as the modification string as shown in FIG. 10, the characters 't' and 'h', which are identically included between the replacement target region 'anoth' and the modification string 'yth', are respectively Extracted as the same character, 'oth', which is a character string having the number and character position corresponding to the modified string based on the same character 't' and 'h', is extracted from the replacement target area and determined as a typo string. And, by replacing the extracted typo string 'oth' with the modification string 'yth', the word 'anothing' may be modified to 'anything'.
위와 같이 모든 문자를 개별로 인식 'anything'의 각 문자들과 수정하고자 하는 2글자 이상 문자열과의 비교를 통해 수정 과정을 거치게 된다. 수정하고자 입력하는 비교 글자의 수가 증가 할수록 수정 정확도는 높아 질 수 있다. 수정 후 커서는 문장 맨 뒤에 위치한다.As above, all characters are recognized as individual. Each character of 'anything' is compared with two or more letters to be modified to undergo a modification process. As the number of comparison letters to be corrected increases, the accuracy of correction may increase. After the correction, the cursor is at the end of the sentence.
한편, 교체 대상 영역내에 두 개 이상의 오타 문자열이 있는 경우, 오타 문자열 추출 과정은, 입력자의 터치 횟수에 따라서 수정 문자열로 대체할 오타 문자열을 추출할 수 있다. 선택 영역안 동일한 영문에 경우 처음 수정 위치를 기억하여 연달아 터치시 처음 수정 위치 다음에 위치하는 동일 영문을 수정하도록 하는 부분이 해당된다.On the other hand, when there are two or more typo strings in the replacement target region, the typo string extraction process may extract a typo string to be replaced with the corrected string according to the number of touches of the inputter. In the case of the same English in the selection area, the part that stores the first corrected position so that the same English located after the first corrected position is touched in succession.
예를 들어, 'error'을 입력하고자 했는데 'eoror'의 오타 문자열이 발생한 경우 교체 대상 영역내에 두 개 이상의 오타 문자열이 있는 경우라 할 수 있다. 이럴 경우, 수정 문자열로서 'rr' 입력 후에 'eoror'을 한번 터치하게 되면 'error'로 수정된다. 반면에 수정 문자열로서 'rr' 입력 후에 'eoror'을 두번 연달아 터치하게 되면 'eorrr'로 수정된다.For example, if you attempt to enter 'error' but a typo string of 'eoror' occurs, there is more than one typo in the replacement target area. In this case, if you touch 'eoror' once after entering 'rr' as the correction string, it is modified to 'error'. On the other hand, if you touch 'eoror' twice in a row after entering 'rr' as a modification string, it is modified to 'eorrr'.
한편, 수정 요청 이벤트가 발생된 후 오타 문자열 파악 과정이 있기 이전에, 수정 요청 제2이벤트 판단 과정에서 문자열의 터치가 미리 설정된 임계 시간 미만으로 터치받았는지를 판단하는 과정(S320)을 가지는데, 임계 시간 이상으로 지속적으로 터치받은 경우 문자 삽입 형태로 대체가 이루어진다. 예를 들어, 임계 시간이 0.5초인 경우, 도 11에 도시한 바와 같이 수정 문자열로서 'ny'가 입력된 후, 입력 문자열 중에서 'anth'가 0.5초 이상 길게 눌러져 터치된 경우, 임계 시간 동안 지속적으로 터치받았다고 판정할 수 있다.On the other hand, after the correction request event is generated, but before the typo string identification process, it has a step (S320) of determining whether the touch of the string was touched less than a predetermined threshold time in the process of determining the correction request second event, In case of continuous touch over the threshold time, the substitution is performed in the form of character insertion. For example, when the threshold time is 0.5 seconds, after 'ny' is input as the correction string as shown in FIG. 11, and when 'anth' is touched by being pressed for 0.5 seconds or longer in the input string, the threshold time is continuously maintained. It can be determined that the touch has been received.
이와 같이 문자열의 터치가 미리 설정된 임계 시간 이상으로 지속적으로 터치받은 경우(S320b), 수정 문자열과 교체 대상 영역에서 모두 동일하게 포함된 동일 문자를 추출하는 과정(S333)과, 동일 문자와 일치하는 문자를 교체 대상 영역에서 추출하여 오타 문자열로 추출하는 과정(S334)을 가진다. 그리고 추출된 오타 문자열을 수정 문자열로 대체하여 수정하는 과정(S340)을 가진다.As such, when the touch of the string is continuously touched for more than a predetermined threshold time (S320b), the process of extracting the same character included in both the modified string and the replacement target area (S333), and the character matching the same character Extracts from the replacement target region to a typo string (S334). In operation S340, the extracted typo string is replaced with a modified string to be modified.
예를 들어, 도 11에 도시한 바와 같이 수정 문자열로서 'ny'가 입력된 경우, 교체 대상 영역인 'anth'와 수정 문자열인 'ny'간에 동일하게 포함된 문자인 'n'이 동일 문자로서 추출되며, 동일 문자인 'n'과 일치하는 문자인 'n'를 교체 대상 영역에서 추출하여 이를 오타 문자열로 결정한다. 그리고, 추출된 오타 문자열인 'n'에 'y'를 삽입하여 완성한 수정 문자열인 'ny'로 대체함으로써, 기존의 'anthing'라는 단어가 'anything'로 수정될 수 있다. For example, when 'ny' is input as the modification string as shown in FIG. 11, the character 'n', which is identically included between 'anth' as a replacement target region and 'ny' as the modification string, is the same character. The extracted character 'n' that matches the same character 'n' is extracted from the replacement target area and is determined as a typo string. The existing word 'anthing' may be modified to 'anything' by inserting 'y' into the extracted typo string 'n' and replacing it with 'ny', which is a modification string completed.
마찬가지로, 도 12에 도시한 바와 같이 수정 문자열로서 'yt'가 입력된 경우, 교체 대상 영역인 'anth'와 수정 문자열인 'yt'간에 동일하게 포함된 문자인 't'가 동일 문자로서 추출되며, 동일 문자인 't'와 일치하는 문자인 't'를 교체 대상 영역에서 추출하여 이를 오타 문자열로 결정한다. 그리고, 추출된 오타 문자열인 't'를 수정 문자열인 'yt'로 대체함으로써, 기존의 'anthing'라는 단어가 'anything'로 수정될 수 있다. Similarly, when 'yt' is input as the modification string as shown in FIG. 12, 't', which is the same character between 'anth' as the replacement target region and 'yt' as the modification string, is extracted as the same character. , And extracts 't', which is the same character as 't', from the replacement target area and determines it as a typo string. In addition, by replacing the extracted typo string 't' with the modification string 'yt', the word 'anthing' may be modified to 'anything'.
마찬가지로, 도 13에 도시한 바와 같이 수정 문자열로서 'nyt'가 입력된 경우, 교체 대상 영역인 'anth'와 수정 문자열인 'nyt'간에 동일하게 포함된 문자인 'n','t'가 각각 동일 문자로서 추출되며, 동일 문자인 'n','t'와 일치하는 문자열인 'nt'를 교체 대상 영역에서 추출하여 이를 오타 문자열로 결정한다. 그리고, 추출된 오타 문자열인 'nt'를 수정 문자열인 'nyt'로 대체함으로써, 기존의 'anthing'라는 단어가 'anything'로 수정될 수 있다. Similarly, when 'nyt' is input as the correction string as shown in FIG. 13, the characters 'n' and 't', which are identically included between 'anth' as the replacement target region and 'nyt' as the modification string, are respectively Extracted as the same character, 'nt', which is a string matching the same characters 'n' and 't', is extracted from the replacement target area and determined as a typo string. In addition, by replacing the extracted typo string 'nt' with the modification string 'nyt', the word 'anthing' may be modified to 'anything'.
마찬가지로, 도 14에 도시한 바와 같이 수정 문자열로서 'yth'가 입력된 경우, 교체 대상 영역인 'anth'와 수정 문자열인 'yth'간에 동일하게 포함된 문자인 't','h'가 각각 동일 문자로서 추출되며, 동일 문자인 't','h'와 일치하는 문자열인 'th'를 교체 대상 영역에서 추출하여 이를 오타 문자열로 결정한다. 그리고, 추출된 오타 문자열인 'th'를 수정 문자열인 'yth'로 대체함으로써, 기존의 'anthing'라는 단어가 'anything'로 수정될 수 있다. Similarly, when 'yth' is input as the correction string as shown in FIG. 14, the characters 't' and 'h', which are identically included between 'anth' as the replacement target region and 'yth' as the modification string, are respectively Extracted as the same character, 'th', which is a string matching the same characters 't' and 'h', is extracted from the replacement target area and determined as a typo string. In addition, by replacing the extracted typo string 'th' with the modification string 'yth', the word 'anthing' may be modified to 'anything'.
한편, 영문자의 알파벳이 겹치는 경우 수정을 정확하게 하도록 하기 위하여, 입력자의 손가락이 터치된 영역에 있는 문자열의 영역을 드래깅하여 교체 대상 영역을 변경하며, 입력자의 드래깅에 의해 선택된 교체 대상 영역의 내에서 오타 문자열을 추출하고, 입력 필드(10)의 상단에 인접하여 팝업 형태로 표시된 팝업 필드에 수정된 문자열을 확대하여 표시할 수 있다.On the other hand, in order to correct the correction when the alphabets of the alphabet letters overlap, the area to be replaced is changed by dragging the area of the string in the area where the inputter's finger is touched, and a typo in the replacement area selected by the inputting device's dragging. The character string may be extracted, and the modified character string may be enlarged and displayed in the pop-up field displayed in the pop-up form adjacent to the top of the input field 10.
따라서 길게 터치 시 터치 선택 영역에 삽입 완성된 문자를 키보드 상단에 표출하여 삽입하고자 하는 문자위치를 정확히 선택할 수 있다. 예를 들어, 도 15에 도시한 바와 같이 롱터치 시 터치 선택 영역에 삽입 완성된 문자를 키보드 상단에 표출하여 삽입하고자 하는 문자위치를 정확히 선택할 수 있도록 한다. 정타가 'apple'인데 오타인 'appe'가 입력된 경우, 마지막 한 칸을 띄고 pl 입력 후 appe 부분을 일정시간 터치 좌우 이동으로 앞 문자 'p' 선택 시 aplpe 문구 표출, 뒤 문자 'p' 선택 시 apple로 표출 터치를 띄는 순간의 표출 문자로 수정하는 방법이며 위 그림과 같이 키보드 상단에 수정문자 이미지를 표출하여 알파벳이 겹치는 경우에도 정확한 위치에 문자를 삽입할 수 있도록 한다.Therefore, when the touch is long, the inserted character in the touch selection area is displayed on the top of the keyboard to accurately select the character position to be inserted. For example, as shown in FIG. 15, the character completed to be inserted into the touch selection area during the long touch is displayed on the upper end of the keyboard to accurately select the character position to be inserted. If the hit is 'apple' but the typo 'appe' is entered, touch the appe part after entering the last one space and enter pl. It is a method of modifying the expressed character at the moment of expressing touch with apple. The modified character image is displayed on the top of the keyboard as shown above so that the characters can be inserted at the correct position even when the alphabet overlaps.
또한 도 16에 도시한 바와 같이 표출창 문자선택 시에 위치를 도 16에 도시한
Figure PCTKR2016012156-appb-I000001
와 같이 현재 선택 위치를 표출창 위 화면에 확대 표출하며 선택 후 좌우 이동시 표출 화면 선택 위치도 따라 이동하도록 하여 사용자 문자 위치 선택을 편하게 할 수 있도록 한다. 즉, 입력자의 손가락이 터치된 영역에 있는 문자열의 영역을 입력 필드의 상단에 인접하여 팝업 형태로 표시된 팝업 필드에 확대하여 표시하며, 팝업 필드 선택 후 손가락의 좌우 이동시 팝업 필드내의 선택 위치가 이동하도록 하여 사용자 문자 위치 선택이 이루어지도록 할 수 있다.
In addition, as shown in FIG. 16, the position at the time of the display window character selection is shown in FIG.
Figure PCTKR2016012156-appb-I000001
As shown in the figure, the current selection position is enlarged and displayed on the screen above the display window, and when the user moves left and right after selection, the display screen selection position is also moved according to the user's character position selection. That is, the area of the string in the area where the input finger is touched is enlarged and displayed in the pop-up field displayed in the form of a popup adjacent to the top of the input field. The user character position selection can be made.
한편, 오타 문자 수정 방법은, 도 17에 도시한 바와 같이 문자를 입력받는 터치 스크린 키보드상에서 좌측으로 드래깅받으면 입력 필드(10)에 마지막으로 입력된 문자를 삭제할 수 있다.On the other hand, in the typo character correction method, as shown in FIG. 17, when the character is dragged to the left on the touch screen keyboard to receive the character, the last character entered in the input field 10 may be deleted.
또한 오타 문자 수정 방법은, 도 18에 도시한 바와 같이 문자를 입력받는 터치 스크린 키보드상에서 우측으로 드래깅받으면 입력 필드(10)에 공백 스페이스 문자를 입력할 수 있다. 따라서 보드 위 입력란 터치 후 오른쪽으로 드래그 하여 문자를 띄어쓰기 할수 있다.In addition, in the method of correcting a typo character, a blank space character may be input in the input field 10 when the character is dragged to the right on the touch screen keyboard to which the character is input. Therefore, you can space the letters by touching the text box on the board and dragging it to the right.
상술한 본 발명의 설명에서의 실시예는 여러가지 실시가능한 예중에서 당업자의 이해를 돕기 위하여 가장 바람직한 예를 선정하여 제시한 것으로, 이 발명의 기술적 사상이 반드시 이 실시예만 의해서 한정되거나 제한되는 것은 아니고, 본 발명의 기술적 사상을 벗어나지 않는 범위내에서 다양한 변화와 변경 및 균등한 타의 실시예가 가능한 것이다.The embodiments in the above description of the present invention are presented by selecting the most preferred examples to help those skilled in the art from the various possible examples, and the technical spirit of the present invention is not necessarily limited or limited only by the embodiments. However, various changes, modifications, and other equivalent embodiments may be made without departing from the technical spirit of the present invention.

Claims (11)

  1. 오타로 입력된 문자를 수정하는 단말기에서의 오타 문자 수정 방법에 있어서,In the method for correcting a typo character in a terminal for correcting a character entered as a typo,
    단말기가 입력 필드를 통해 입력 문자열을 입력받는 도중에, 2문자 이상의 오타 문자열을 2문자 이상의 수정 문자열로서 대체하여 수정할 것을 입력자로부터 요청받는 수정 요청 이벤트의 발생 여부를 판단하는 수정 요청 이벤트 판단 과정;A modification request event determination process of determining whether a modification request event received from an inputter is requested to be corrected by replacing a two or more typo string with a two or more correction string while the terminal receives the input string through an input field;
    수정 요청 이벤트가 발생된 경우, 상기 수정 문자열로서 대체될 오타 문자열을 2문자 이상의 수정 문자열을 이용하여 추출하는 오타 문자열 추출 과정; 및A typo string extraction step of extracting a typo string to be replaced as the correction string by using two or more correction strings when a modification request event occurs; And
    추출된 오타 문자열을 상기 수정 문자열로 대체하여 수정하는 문자열 대체 과정;A string replacement process of modifying the extracted typo string by replacing the extracted typo string;
    을 포함하는 오타 문자 수정 방법.How to correct a typo characters, including.
  2. 청구항 1에 있어서, 상기 수정 요청 이벤트의 발생 여부를 판단하는 것은,The method of claim 1, wherein determining whether the modification request event occurs,
    상기 입력 문자열의 마지막 문자로서 공백 스페이스 문자를 입력받은 후, 2문자 이상의 문자열을 입력받았는지를 판단하는 수정 요청 제1이벤트 판단 과정;A modification request first event determining step of determining whether two or more character strings are input after receiving a space character as a last character of the input string;
    상기 입력 문자열 중에서 어느 하나의 문자열을 터치받았는지 판단하는 수정 요청 제2이벤트 판단 과정; 및A modification request second event determining step of determining which one of the input strings is touched; And
    상기 수정 요청 제1이벤트 및 수정 요청 제2이벤트가 차례로 발생된 경우 수정 요청 이벤트가 발생하였다고 판단하고, 상기 공백 스페이스 문자를 입력받은 후 입력된 마지막 문자열을 수정 문자열로 결정하며, 터치된 문자열을 교체 대상 영역으로 결정하는 과정;When the modification request first event and the modification request second event occur sequentially, it is determined that a modification request event has occurred, and after receiving the blank space character, the inputted last string is determined as a modification string, and the touched string is replaced. Determining the target area;
    을 포함하는 오타 문자 수정 방법.How to correct a typo characters, including.
  3. 청구항 2에 있어서, 상기 터치된 문자열을 교체 대상 영역으로 결정하는 것은,The method of claim 2, wherein the determining of the touched character string as a replacement target area comprises:
    입력자의 손가락이 터치된 영역에 있는 문자열의 영역을 교체 대상 영역으로 결정함을 특징으로 하는 오타 문자 수정 방법.The method of correcting a typo character, characterized in that for determining the area of the character string in the area touched by the input finger as the replacement target area.
  4. 청구항 3에 있어서, 상기 교체 대상 영역은,The method according to claim 3, wherein the replacement target area,
    입력자의 드래깅 선택에 의하여 확장되거나 축소될 수 있음을 특징으로 하는 오타 문자 수정 방법.Method for correcting a typo character, characterized in that can be expanded or reduced by the dragging selection of the input method.
  5. 청구항 2에 있어서, 상기 오타 문자열 추출 과정은,The method according to claim 2, wherein the typo string extraction process,
    상기 수정 문자열과 교체 대상 영역에서 모두 동일하게 포함된 동일 문자를 추출하는 과정; 및Extracting identical characters that are identically included in both the modification string and the replacement target region; And
    상기 동일 문자를 기준으로 상기 수정 문자열과 대응되는 개수의 문자열을 상기 교체 대상 영역에서 추출하여 오타 문자열로 추출하는 과정;Extracting a number of character strings corresponding to the corrected character string from the replacement region based on the same character and extracting a typo character string;
    을 포함하는 오타 문자 수정 방법.How to correct a typo characters, including.
  6. 청구항 3에 있어서, 상기 교체 대상 영역내에 두 개 이상의 오타 문자열이 있는 경우, The method according to claim 3, wherein if there is more than one typo string in the replacement target area,
    상기 오타 문자열 추출 과정은, 입력자의 터치 횟수에 따라서 상기 수정 문자열로 대체할 오타 문자열을 추출함을 특징으로 하는 오타 문자 수정 방법.The method for extracting a typo string may include extracting a typo string to be replaced with the correction string according to the number of touches of an inputter.
  7. 청구항 2에 있어서, 상기 수정 요청 이벤트가 발생된 후 상기 오타 문자열 파악 과정이 있기 이전에,The method of claim 2, wherein after the correct request event is generated, but before the typo string identification process,
    상기 수정 요청 제2이벤트 판단 과정에서 문자열의 터치가 미리 설정된 임계 시간동안 지속적으로 터치받았는지를 판단하는 과정;Determining whether the touch of the character string has been continuously touched for a preset threshold time in the modification request second event determination process;
    을 포함하는 오타 문자 수정 방법.How to correct a typo characters, including.
  8. 청구항 7에 있어서, 상기 오타 문자열 추출 과정은,The method of claim 7, wherein the typo string extraction process,
    상기 임계 시간동안 지속적으로 터치받은 경우, 상기 수정 문자열과 교체 대상 영역에서 모두 동일하게 포함된 동일 문자를 추출하는 과정; 및Extracting the same character included in both the corrected character string and the replacement target area when the touch is continuously performed during the threshold time; And
    상기 동일 문자와 일치하는 문자를 상기 교체 대상 영역에서 추출하여 오타 문자열로 추출하는 과정;Extracting a character that matches the same character from the replacement target area to a typo character string;
    을 포함하는 오타 문자 수정 방법.How to correct a typo characters, including.
  9. 청구항 3에 있어서,The method according to claim 3,
    입력자의 손가락이 터치된 영역에 있는 문자열의 영역을 드래깅하여 교체 대상 영역을 변경하며, 입력자의 드래깅에 의해 선택된 교체 대상 영역의 내에서 오타 문자열을 추출하고, 입력 필드의 상단에 인접하여 팝업 형태로 표시된 팝업 필드에 상기 수정된 문자열을 확대하여 표시함을 특징으로 하는 오타 문자 수정 방법.The replacement target area is changed by dragging the area of the string in the area where the inputter's finger is touched, the typo string is extracted within the replacement target area selected by the dragging user, and popped up near the top of the input field. The method of correcting a typo character, characterized in that for enlarging the modified string in the displayed pop-up field.
  10. 청구항 1에 있어서,The method according to claim 1,
    입력자의 손가락이 터치된 영역에 있는 문자열의 영역을 입력 필드의 상단에 인접하여 팝업 형태로 표시된 팝업 필드에 확대하여 표시하며, 상기 팝업 필드 선택 후 손가락의 좌우 이동시 팝업 필드내의 선택 위치가 이동하도록 하여 사용자 문자 위치 선택이 이루어지도록 하는 오타 문자 수정 방법.The area of the character string in the area where the input finger touches is enlarged and displayed in the pop-up field displayed in the pop-up form adjacent to the top of the input field, and the selection position in the pop-up field moves when the finger moves left and right after selecting the pop-up field. How to correct typo characters to make user character position selection.
  11. 청구항 1에 있어서, 상기 오타 문자 수정 방법은,The method according to claim 1, wherein the typo character correction method,
    문자를 입력받는 터치 스크린 키보드상에서 좌측으로 드래깅받으면 입력 필드에 마지막으로 입력된 문자를 삭제하며,Dragging left on a touch screen keyboard that accepts characters deletes the last character entered in the input field.
    문자를 입력받는 터치 스크린 키보드상에서 우측으로 드래깅받으면 입력 필드에 공백 스페이스 문자를 입력함을 특징으로 하는 오타 문자 수정 방법.Method for correcting a typo character, characterized in that for entering a space space character in the input field when dragging to the right on the touch screen keyboard receiving the character.
PCT/KR2016/012156 2016-03-07 2016-10-27 Method for correcting typographical error WO2017155178A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2016-0027248 2016-03-07
KR1020160027248A KR101680777B1 (en) 2016-03-07 2016-03-07 Method for correcting character

Publications (1)

Publication Number Publication Date
WO2017155178A1 true WO2017155178A1 (en) 2017-09-14

Family

ID=57706415

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2016/012156 WO2017155178A1 (en) 2016-03-07 2016-10-27 Method for correcting typographical error

Country Status (2)

Country Link
KR (1) KR101680777B1 (en)
WO (1) WO2017155178A1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101294558B1 (en) * 2013-04-15 2013-08-07 김민철 Type error correction method
KR20140018377A (en) * 2011-05-31 2014-02-12 애플 인크. Devices, methods, and graphical user interfaces for document manipulation
KR101432761B1 (en) * 2013-07-10 2014-08-21 주식회사 다음커뮤니케이션 Terminal and method for amendment letter thereof
KR20150069991A (en) * 2013-12-16 2015-06-24 주식회사 큐키 Method for error correction under japanese language input environment
KR101568716B1 (en) * 2015-03-05 2015-11-12 김영길 Korean language input device using using drag type

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20140018377A (en) * 2011-05-31 2014-02-12 애플 인크. Devices, methods, and graphical user interfaces for document manipulation
KR101294558B1 (en) * 2013-04-15 2013-08-07 김민철 Type error correction method
KR101432761B1 (en) * 2013-07-10 2014-08-21 주식회사 다음커뮤니케이션 Terminal and method for amendment letter thereof
KR20150069991A (en) * 2013-12-16 2015-06-24 주식회사 큐키 Method for error correction under japanese language input environment
KR101568716B1 (en) * 2015-03-05 2015-11-12 김영길 Korean language input device using using drag type

Also Published As

Publication number Publication date
KR101680777B1 (en) 2016-11-29

Similar Documents

Publication Publication Date Title
CN101529494B (en) System and method for a user interface for text editing and menu selection
US10838513B2 (en) Responding to selection of a displayed character string
US20120056815A1 (en) Linguistic Script Text Input Mechanism
US20120131520A1 (en) Gesture-based Text Identification and Selection in Images
WO2013048131A2 (en) Method and apparatus for providing user interface in portable device
WO2009157637A1 (en) Character input apparatus and character input method
CN104007914A (en) Method and device for operating input characters
CN102929533A (en) Input methods for device having multi-language environment
CN102207821A (en) Touch screen apparatus and method for processing input of touch screen apparatus
WO2018030601A1 (en) Typographical error character correction method
US9335837B2 (en) Text flow sensitive backspace key for bi-directional content
EP1513053A2 (en) Apparatus and method for character recognition
WO2013005901A1 (en) Apparatus and method for inputting character on touch screen
CN101813981A (en) Chinese character input unit
US20130082985A1 (en) Content display apparatus, and content display method
WO2014003276A1 (en) Device and method for inputting chinese words
WO2011087206A2 (en) Method for inputting korean character on touch screen
EP2581836A2 (en) Electronic device and dictionary data display method
WO2019045185A1 (en) Mobile device and method for correcting character string entered through virtual keyboard
WO2017155178A1 (en) Method for correcting typographical error
WO2016085156A1 (en) Method and apparatus for inputting chinese character
WO2015108229A1 (en) Terminal operation method for correcting electronic document
US20150212729A1 (en) Method for Inputting Chinese in Electronic Device
CN105718427B (en) Information processing method and electronic equipment
WO2017010732A1 (en) Method and storage medium for displaying text on screen of portable terminal

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

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

Ref document number: 16893692

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 16893692

Country of ref document: EP

Kind code of ref document: A1