KR20080078284A - Intelligent inputing of sentence - Google Patents

Intelligent inputing of sentence Download PDF

Info

Publication number
KR20080078284A
KR20080078284A KR1020070018170A KR20070018170A KR20080078284A KR 20080078284 A KR20080078284 A KR 20080078284A KR 1020070018170 A KR1020070018170 A KR 1020070018170A KR 20070018170 A KR20070018170 A KR 20070018170A KR 20080078284 A KR20080078284 A KR 20080078284A
Authority
KR
South Korea
Prior art keywords
unknown
sentence
sentences
words
letters
Prior art date
Application number
KR1020070018170A
Other languages
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 김기주
Priority to KR1020070018170A priority Critical patent/KR20080078284A/en
Publication of KR20080078284A publication Critical patent/KR20080078284A/en

Links

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
    • G06F3/0233Character input methods
    • G06F3/0237Character input methods using prediction or retrieval techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/274Converting codes to words; Guess-ahead of partial word inputs

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Computer Interaction (AREA)
  • Telephone Function (AREA)

Abstract

A method for inputting a sentence intelligently is provided to complete the sentence without completely inputting all spells of words by completing the words with an auto-filling function. Unknown characters are inputted with character buttons. Unknown words for the unknown characters are generated through a dictionary database by combining the characters and are stored in a word database. Unknown sentences are generated by combining the unknown words and are temporarily stored in a sentence database. The unknown sentences are recognized through an AI(Artificial Intelligence) language interpreter. Priority is assigned to the sentences stored in the sentence database by determining order of natural interpretation of the interpreted sentences. The unknown sentences are displayed to a user in the order of the natural interpretation. The user selects the desired sentence among the displayed unknown sentences when the desired sentence is found, and performs previous stages repeatedly by checking the unknown characters or words when the desired sentence is not found.

Description

지능형 문장 입력 { intelligent inputing of sentence }Intelligent inputing of sentence}

용어의 정의 Definition of Terms

1. 글자 : 문자,숫자,기호등를 통합하여 이르는 말1. Letters: words that combine letters, numbers, symbols, etc.

2. 버튼+숫자 : 숫자가 배정된 버튼 (예 : “버튼3” : 3이 배정된 버튼)2. Button + Number: Button to which number is assigned (ex: “Button 3”: Button to which 3 is assigned)

3. 단어스텝 : 한 문장에서 특정 단어가 위치하는 위치 순서.3. Word Step: The order of position of a certain word in a sentence.

' I LOVE YOU FOR EVER ' 라는 문장에서 ' FOR '는 문장의 4번째에 오는 단어 이므로 'FOR'의 단어 스탭은 '스탭4' 이다.In the sentence 'I LOVE YOU FOR EVER', 'FOR' is the fourth word in the sentence, so the word staff of 'FOR' is 'Step 4'.

4. 미지의 글자 : 1개의 버튼에 여러개의 글자가 배정되어 있어 정확한 글자를 모를 뿐 후보가 되는 글자들은 알 수 있다. 예를 들어 '버튼4' 에는 'G,H,I'가 배정되어 '버튼4'를 누르면 G 또는 H 또는 I 임을 알 수 있다.4. Unknown letters: There are several letters assigned to one button, so you don't know the exact letters, but you can know the candidate letters. For example, 'G4, H, and I' are assigned to 'Button 4'.

5. 미지의 단어 : 1개 이상의 미지의 글자들이 포함된 단어로써 미지의 글자들 때문에 여러개의 후보 단어들이 존재한다.5. Unknown word: A word that contains one or more unknown letters, and there are several candidate words because of the unknown letters.

6. 미지의 문장 : 1개 이상의 미지의 단어들이 포함된 문장으로써 미지의 단어들 때문에 여러개의 후보 문장들이 존재한다.6. Unknown Sentence: A sentence that contains one or more unknown words. There are several candidate sentences because of the unknown words.

7. 사전DB : 미지의 글자들 또는 확정된 글자들을 조합하여 미지의 단어들을 생성하는데 필요한 DB7. Dictionary DB: DB required to generate unknown words by combining unknown or fixed characters

8. 단어DB : 단어(미지의 단어 또는 글자가 확정된 단어)들을 임시 저장하는 공간8. Word DB: A space for temporarily storing words (unknown words or words with fixed words)

9. 문장DB : 1개 이상의 단어스탭의 단어(미지의 단어 또는 글자가 확정된 단어)들로 이루어진 문장들을 임시 저장하는 공간9. Sentence DB: A temporary storage space for sentences consisting of one or more word step words (unknown or fixed words).

10. 인공지능 문장 해독장치 : 1개 이상의 글자들 또는 단어들로 이루어진 문장을 해독하여 해독된 문장이 얼마나 자연스러운지에 대한 정도까지 결정할 수 있는 장치10. AI sentence deciphering device: A device capable of deciphering a sentence composed of one or more letters or words to determine how natural the deciphered sentence is.

11. T9 등 : 글자를 입력하는 방식 중 한 개의 버튼에 여러 개의 글자가 배정되어 있음에도 한 번만 누르는 방식 등으로 스펠링을 확정하지 않은 상태로 스펠링을 입력하면 단어를 구성하는 글자 수만큼 또는 그 이하의 갯수 만큼 입력한 상태에서 가능한 경우의 단어들을 기기가 예측하여 기기가 사용자에게 예측한 완전한 스펠링의 단어들을 제시하면 사용자는 사용자가 원하는 스펠링을 가진 단어를 선택하는 방식의 글자 입력 방식. 삼성에서는 T9 모드, 모토롤라에서는 iTAP 모드, 노키아에서는 PREDICTIVE TEXT INPUT 모드라고 칭하는 등 휴대폰 제조사 마다 방식과 명칭이 조금씩 다르다. 예를 들어 T9 방식의 경우 '4663' 버튼을 누르면 '4' 에는 'GHI"가 배정되어 있고, '6' 에는 'MNO'가 배정되어 있고,'3'에는 'DEF'가 배정되어 있으므로 그들의 조합을 사전 데이타베이스에서 기기가 검색하여 사용 빈도순으로 'GONE', 'HOME', 'HOOD', 'HOOF', 'HONE', 'GOOF' 을 기기가 제시하면 사용자가 원하는 단어에 커서를 두고 선택하는 형식이다. 11. T9, etc .: When you enter spelling without checking the spelling by pressing the button once, even if several letters are assigned to one button, you can enter as many letters as the number of letters or less. A character input method in which a user selects a word having a spelling desired by the user when the device predicts words when possible and presents the complete spelling words predicted to the user. Samsung's T9 mode, Motorola's iTAP mode, and Nokia's PREDICTIVE TEXT INPUT mode are all different. For example, in case of T9 type, when '4663' button is pressed, 'GHI' is assigned to '4', 'MNO' is assigned to '6', and 'DEF' is assigned to '3'. The device searches the dictionary database, and the device presents 'GONE', 'HOME', 'HOOD', 'HOOF', 'HONE', and 'GOOF' in order of frequency of use. This is the format.

컴퓨터 키보드에 비해 글자버튼 수가 글자 수보다 현저히 적어 1개의 버튼에 여러 개의 글자가 배정된 유선전화기, 휴대폰, PDA 등의 기기의 글자버튼에서 글자를 입력하려다 보면 컴퓨터 키보드에서 글자를 쓸 때보다 상당히 많은 횟수 만큼 더 버튼을 눌러야 하므로 버튼 누름 수를 줄이기 위해 다양한 방법이 발명되었고 특히 단어를 완성하기 위해서 T9 등이 발명되었다. 문장단위로 빨리 입력할 수 있는 방법은 대부분 문장데이터 베이스에 단축키 형태로 자주 쓰는 문장을 저장하여 단축키로 불러내는 방식이 주종을 이룬다. T9 등의 방법도 문장을 쓰는 도중 각 단어스탭의 단어들을 반드시 확정해 주어야 끝내는 문장을 완성할 수 있는 문제점이 있다.Compared to a computer keyboard, the number of letter buttons is significantly lower than the number of letters, so if you try to enter letters from a letter button of a device such as a landline phone, a mobile phone, or a PDA that has several letters assigned to a single button, the number of letters is significantly higher than that of a computer keyboard. Since the button must be pressed as many times as possible, various methods have been invented to reduce the number of button presses, and in particular, T9 and the like have been invented to complete the word. Most of the methods that can be quickly entered in sentence units are mainly stored in a shortcut database in a sentence database and recalled with a shortcut key. The method of T9 and the like also has a problem in that it is necessary to confirm words in each word step while completing a sentence to complete a sentence that ends.

본 발명의 방법은 컴퓨터 키보드에 비해 글자버튼 수가 글자 수보다 현저히 적어 1개의 버튼에 여러 개의 글자가 배정된 유선전화기, 휴대폰, PDA 등의 기기에서 문장단위로 빨리 입력할 수 있는 방법에 있어서 종래처럼 문장데이터 베이스에 단축키 형태로 자주 쓰는 문장을 저장하여 단축키로 불러내는 방식이 아니라 인공지능 언어 해독장치를 통하여 사용자가 입력한 미지의 글자들을 조합하여 생성된 미지의 단어들을 조합하여 생성된 문장들를 분석하여 해독이 자연스러운 순서대로 사용자에게 해독된 문장들을 제시하면 사용자는 사용자가 원하는 문장을 선택하는 방법이다.According to the method of the present invention, the number of letter buttons is significantly smaller than the number of letters compared to a computer keyboard, and thus, a method of quickly entering a sentence unit in a device such as a wired telephone, a mobile phone, a PDA, etc., in which several letters are assigned to one button can be used. Rather than storing frequently used sentences in the sentence database in the form of shortcut keys and recalling them with shortcut keys, the sentences generated by combining unknown words generated by combining unknown letters input by the user through the AI language decoding device are analyzed. By presenting the decrypted sentences to the user in a natural order of decryption, the user selects the desired sentences.

즉 문장을 쓰는 도중 글자 또는 각 단어스탭의 단어들을 확정해 주지 않아도 문장을 완성할 수 있는 방법인 것이다. In other words, it is a way to complete a sentence without having to confirm the letters or words of each word step while writing the sentence.

예를 들어 '버튼3'에는 'D, E, F', '버튼4'에는 'G, H, I', '버튼5'에는 'J, K, L', '버튼6'에는 'M, N, O', '버튼7'에는 'P, R, S' , '버튼8'에는 'T, U, V', '버튼9'에는 'W, X, Y' 가 배정된 버튼을 갖는 기기에서 사용자가 For example, 'Button 3' means' D, E, F ',' Button 4 'means' G, H, I', 'Button 5' means' J, K, L ',' Button 6 'means' M, N, O ',' Button 7 'has' P, R, S', 'Button 8' has' T, U, V ',' Button 9 'has a button assigned' W, X, Y ' At

'I 스페이스 L O V E 스페이스 Y O U 스페이스 F O R 스페이스 E V E R '를 입력하고자 할때 When entering 'I Space L O V E Space Y O U Space F O R Space E V E R'

'4 스페이스 5 6 8 3 스페이스 9 6 8 스페이스 3 6 7 스페이스 3 8 3 7 '을 입력(숫자는 숫자가 배정된 버튼을 누른다는 의미임)하면 그 숫자에 배정된 글자들을 조합하여 미지의 단어들을 생성시키고 또 미지의 단어들을 조합하여 미지의 문장들을 생성시킨 후 각 미지의 문장들을 해독하여 해독이 자연스러운 순서대로 사용자에게 문장들을 제시하고 제시된 문장들 중에 애초에 원했던 문장이 있으면 사용자는 사용자가 애초에 원했던 If you enter '4 Space 5 6 8 3 Space 9 6 8 Space 3 6 7 Space 3 8 3 7' (the number means that you press a button that has been assigned a number), you can combine the letters assigned to the number Create unknown sentences by combining unknown words, decipher each unknown sentence, and present the sentences to the user in a natural order of decryption.

'I 스페이스 L O V E 스페이스 Y O U 스페이스 F O R 스페이스 E V E R '를 선택하고 애초에 원했던 문장이 없으면 원하는 문장이 생성될 때까지 글자들을 하나씩 더 확정해 주는 방식이다.(모든 글자를 수동으로 확정해 줄 수도 있다.) If you select 'I Space L O V E Space Y O U Space F O R Space E V E R' and you don't have the sentence you want in the first place, you can check the letters one by one until the sentence you want is created (you can also confirm all letters manually).

물론 글자를 쓰는 중간에 글자를 확정해 주거나, 문장을 쓰는 중간에 단어들를 확정해 주면 미지의 단어 수나 미지의 문장 수가 줄어들어 해독시 문장의 자연스러움에 대한 정도의 순위를 결정하는 것의 정확도가 높아져서 사용자가 편해진다고 할 수 있다. 현재의 문장을 해독할 때 이전 문장들과 이후 문장들까지 고려하여 현재 문장을 해독하면 더욱 정확도가 높아질 것이다.Of course, if you confirm a letter in the middle of writing a letter or words in the middle of writing a sentence, the number of unknown words or unknown sentences decreases, which increases the accuracy of ranking the degree of naturalness of the sentence when deciphering. Can be said to be easy. When deciphering the current sentence, deciphering the current sentence in consideration of the previous sentences and subsequent sentences will be more accurate.

본 발명의 구성은 아래와 같다.The configuration of the present invention is as follows.

1.글자버튼으로 미지의 글자들을 입력하는 단계와1. Entering unknown characters with the character button and

2.미지의 글자들을 조합하여 사전DB를 통해 미지의 단어들를 생성하여 단어DB에 임시 저장하는 단어생성단계와2. Word generation step of creating unknown words through dictionary DB by combining unknown letters and temporarily storing them in word DB

3. 미지의 단어들을 조합하여 미지의 문장들을 생성하여 문장DB에 임시 저장하는 문장생성단계와3. A sentence generation step of generating unknown sentences by combining unknown words and temporarily storing them in the sentence DB.

5. 인공지능 언어 해독장치를 통하여 미지의 문장들을 해독하는 단계와5. Decoding the unknown sentences through the AI speech decoding device;

6. 해독된 미지의 문장들의 해독의 자연스러움에 대한 정도의 순위를 결정하여 문장DB의 문장들에 순위를 주는 단계와6. ranking the sentences in the sentence database by determining the rank of the degree of naturalness of the decrypted unknown sentences;

7. 해독의 자연스러움에 대한 정도의 순위대로 사용자에게 미지의 문장들을 디스플레이하는 문장 디스플레이 단계7. Sentence display step of displaying unknown sentences to the user in order of degree of naturalness of decryption

8. 사용자가 미지의 문장들 중 원하는 문장이 있으면 선택하고, 없으면 미지의 글자들 또는 미지의 단어들을 확정해 주면서 단계2에서 단계8까지를 반복하는 단계.(처음부터 문장을 이루는 전체의 글자 중 일부 또는 전체의 글자를 확정해 줄 수도 있다.)8. If the user selects the desired sentence among the unknown sentences, if not, repeat the steps 2 to 8 while confirming the unknown letters or unknown words (from the beginning of the whole letters forming the sentence. You can also confirm some or all of the letters.)

문장을 쓰는 도중 글자 또는 각 단어스탭의 단어들을 확정해 주지 않아도 문장을 완성할 수 있다.While writing a sentence, you can complete the sentence without having to confirm the letters or words in each wordstep.

Claims (1)

글자버튼 수가 글자 수보다 현저히 적어 1개의 버튼에 여러 개의 글자가 배정된 유선전화기, 휴대폰, PDA 등의 기기에서 문장단위로 빨리 입력할 수 있는 방법에 있어서 아래의 단계를 포함하는 것으로 이루어진 것을 특징으로 하는 방법The number of letter buttons is significantly smaller than the number of letters, and the method of quickly inputting by sentence unit in a device such as a wired telephone, a mobile phone, or a PDA having several letters assigned to one button includes the following steps. How to 1.글자버튼으로 미지의 글자들을 입력하는 단계와1. Entering unknown characters with the character button and 2.미지의 글자들을 조합하여 사전DB를 통해 미지의 단어들를 생성하여 단어DB에 임시 저장하는 단어생성단계와2. Word generation step of creating unknown words through dictionary DB by combining unknown letters and temporarily storing them in word DB 3. 미지의 단어들을 조합하여 미지의 문장들을 생성하여 문장DB에 임시 저장하는 문장생성단계와3. A sentence generation step of generating unknown sentences by combining unknown words and temporarily storing them in the sentence DB. 5. 인공지능 언어 해독장치를 통하여 미지의 문장들을 해독하는 단계와5. Decoding the unknown sentences through the AI speech decoding device; 6. 해독된 미지의 문장들의 해독의 자연스러움에 대한 정도의 순위를 결정하여 문장DB의 문장들에 순위를 주는 단계와6. ranking the sentences in the sentence database by determining the rank of the degree of naturalness of the decrypted unknown sentences; 7. 해독의 자연스러움에 대한 정도의 순위대로 사용자에게 미지의 문장들을 디스플레이하는 문장 디스플레이 단계7. Sentence display step of displaying unknown sentences to the user in order of degree of naturalness of decryption 8. 사용자가 미지의 문장들 중 원하는 문장이 있으면 선택하고, 없으면 미지의 글자들 또는 미지의 단어들을 확정해 주면서 단계2에서 단계8까지를 반복하는 단계.(처음부터 문장을 이루는 전체의 글자 중 일부 또는 전체의 글자를 확정해 줄 수도 있다.)8. If the user selects the desired sentence among the unknown sentences, if not, repeat the steps 2 to 8 while confirming the unknown letters or unknown words (from the beginning of the whole letters forming the sentence. You can also confirm some or all of the letters.)
KR1020070018170A 2007-02-23 2007-02-23 Intelligent inputing of sentence KR20080078284A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020070018170A KR20080078284A (en) 2007-02-23 2007-02-23 Intelligent inputing of sentence

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020070018170A KR20080078284A (en) 2007-02-23 2007-02-23 Intelligent inputing of sentence

Publications (1)

Publication Number Publication Date
KR20080078284A true KR20080078284A (en) 2008-08-27

Family

ID=39880496

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020070018170A KR20080078284A (en) 2007-02-23 2007-02-23 Intelligent inputing of sentence

Country Status (1)

Country Link
KR (1) KR20080078284A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8826167B2 (en) 2010-06-10 2014-09-02 Samsung Electronics Co., Ltd. Letter input method and apparatus of portable terminal

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8826167B2 (en) 2010-06-10 2014-09-02 Samsung Electronics Co., Ltd. Letter input method and apparatus of portable terminal

Similar Documents

Publication Publication Date Title
RU2377664C2 (en) Text input method
US8831929B2 (en) Multi-mode input method editor
KR100719412B1 (en) Method and apparatus for character entry in a wireless communication device
US8713432B2 (en) Device and method incorporating an improved text input mechanism
US20130275134A1 (en) Information equipment
US20070038456A1 (en) Text inputting device and method employing combination of associated character input method and automatic speech recognition method
US6799914B2 (en) Arabic-persian alphabeth input apparatus
KR100579814B1 (en) Character Inputting System for Mobile Terminal And Mobile Terminal Using The Same
KR20080078284A (en) Intelligent inputing of sentence
US20030023792A1 (en) Mobile phone terminal with text input aid and dictionary function
KR101988606B1 (en) Method for Mapping Alphabet and Hangul using Six Key
KR20010091340A (en) Method for consnant and vowel input of Hangul in a mobile station
KR100766717B1 (en) A text inputting method
KR100750634B1 (en) Device for input and output Chinese characters
KR20050023584A (en) Chinese character input system and its method
KR100373332B1 (en) Method for korean character input in mobile communication terminal
JPS61184683A (en) Recognition-result selecting system
KR100373330B1 (en) Method for korean character input in mobile communication terminal
KR100971280B1 (en) Apparatus and method for hangul input using transformation keys
KR100823307B1 (en) A text inputting method
JP2007293924A (en) Portable terminal
KR100764113B1 (en) Character input device
JP2010097444A (en) Character input device
KR20070070641A (en) An apparatus and method for inputting words in a mobile communication terminal
KR200318329Y1 (en) The way of inputting Korean Character through Numeric Keypad

Legal Events

Date Code Title Description
WITN Withdrawal due to no request for examination