WO2012046546A1 - 文字変換システム及び文字変換方法並びにコンピュータプログラム - Google Patents
文字変換システム及び文字変換方法並びにコンピュータプログラム Download PDFInfo
- Publication number
- WO2012046546A1 WO2012046546A1 PCT/JP2011/070827 JP2011070827W WO2012046546A1 WO 2012046546 A1 WO2012046546 A1 WO 2012046546A1 JP 2011070827 W JP2011070827 W JP 2011070827W WO 2012046546 A1 WO2012046546 A1 WO 2012046546A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- character
- conversion
- data
- pictographic
- character string
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/40—Processing or translation of natural language
- G06F40/53—Processing of non-Latin text
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/50—Information retrieval; Database structures therefor; File system structures therefor of still image data
- G06F16/58—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
- G06F16/583—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/12—Use of codes for handling textual entities
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/12—Use of codes for handling textual entities
- G06F40/126—Character encoding
- G06F40/129—Handling non-Latin characters, e.g. kana-to-kanji conversion
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/274—Converting codes to words; Guess-ahead of partial word inputs
Definitions
- the present invention relates to a character conversion system having a pictographic data search function, a character conversion method having a pictographic data search function, and a computer program.
- pictograms are sometimes used in transmission / reception of electronic mails by portable terminal devices.
- Pictographs whose meanings are expressed in pictures are convenient as a means for easily expressing the sender's emotions.
- the received electronic mail may be difficult to read because the display unit is small. Therefore, pictograms are used in e-mails in portable terminal devices or the like in order to make it easier to read e-mails displayed in a limited space.
- pictograms may be used in e-mail in a portable terminal device or the like. If pictograms are used in this way, it is useful to convey the meaning to the other party without inputting a long sentence.
- pictograms can be inserted into a sentence so that the sentence can be expressed more expressively. That is, by assigning a character code to a dot picture or image prepared in the apparatus, it is possible to insert a pictograph when creating a mail.
- a character code to a dot picture or image prepared in the apparatus
- pictograph when creating a mail.
- portable terminal devices and the like with the spread of e-mail written in HTML, not only pictograms prepared in the device but also images having the same size as pictograms can be used as pictograms. Therefore, there are fewer restrictions on the types and number of pictograms that can be used by the user. On the other hand, the operation of searching for a pictograph that a user needs is becoming more and more complicated.
- a plurality of pictograms are registered in advance, and the user can input pictograms into an e-mail by selecting them.
- a mobile terminal device or the like receives an e-mail containing a pictograph, it searches for a pictograph of the corresponding code from the character data stored therein, and inputs and displays it.
- Patent Document 1 discloses a technique for inserting an image into a word processor or the like by displaying an image together with kanji conversion candidates without switching between kana-kanji conversion and image search. More specifically, in this technique, a pictogram dictionary holds readings and corresponding image file names.
- a character string is input from the input means, a plurality of conversion candidate Chinese characters are listed using the kana-kanji conversion means and the kanji dictionary.
- the pictogram search means acquires all kanji as conversion candidates and their readings from the kana / kanji conversion means, and searches the pictogram dictionary using the reading as a key. If there is an image file corresponding to the reading, the candidate list display means displays the conversion candidate kanji and the image together. Characters selected from the conversion candidate kanji and the image are displayed on the character / image display means.
- Patent Document 2 discloses a technique for downloading a pictograph selected by a user on a web page so that a pictograph other than those registered in advance can be used in an e-mail of a mobile terminal device.
- the server stores a pictographic file, and the pictographic file is published on the web so that it can be downloaded.
- the mobile terminal device requests the server to download a pictographic file, and stores the acquired pictographic file in a memory so that it can be used by e-mail.
- the mobile terminal device receives an e-mail including a pictographic code not stored in the mobile terminal device, the mobile terminal device displays a predetermined icon on the code. When the user selects the icon, the mobile terminal device requests the server to download the pictographic file.
- the mobile terminal device acquires the pictographic file, it stores it in a memory so that it can be used for e-mail and uses it for the e-mail currently being displayed.
- pictogram candidates are determined based not only on the character immediately before the cursor indicating the input position of the character string but also on a wider range of character strings before the cursor.
- the terminal inputs the input character string and the cursor position indicating the input position of the current character string to the pictogram search unit.
- the pictogram search unit extracts a search key from the character string before the cursor position, and searches the pictogram database based on the extracted search key. Thereby, the pictogram corresponding to the inputted character string is output to the pictogram candidate selection screen as a pictogram candidate.
- Patent Document 4 discloses a pictogram providing system that allows pictograms that can be expressed more richly to be used in HTML mail. Specifically, this system downloads two pictograms that form one image as a whole from the server to the mobile terminal device. Here, when creating the HTML mail, the system downloads the pictograms in the reverse order so that the two pictograms are not displayed reversely as input candidates.
- the above-mentioned function searches only pre-installed pictograms or pictograms downloaded by the user from a browser, that is, only pictograms stored in the mobile terminal device or the like by the input character string. It was a subject. Therefore, there is a problem that the type of pictograph to be searched is limited.
- the pictograph data is newly obtained through an operation such as ending the character editing or starting a browser or the like by the multitask function.
- an operation such as ending the character editing or starting a browser or the like by the multitask function.
- FIG. 4 is an explanatory diagram showing an operation screen when a general character conversion system having a pictographic data search function is used.
- a general character conversion system here, the mobile terminal device A
- a pictographic data search function an operation method of a general character conversion system (here, the mobile terminal device A) having a pictographic data search function will be described.
- an appropriate character string is input to the character input area C using input means (keyboard or the like) provided in the mobile terminal device A.
- input means keyboard or the like
- conversion candidate display area D conversion candidates SP of pictographic data registered in advance in the system are displayed together with normal conversion candidates SC such as kanji and katakana.
- SC normal conversion candidates
- the conversion candidates displayed in the conversion candidate display area D are limited to pictographic data in which the system is registered in advance.
- the above-mentioned patent document 2 describes a technique for expanding pictogram conversion candidates.
- the search target site and the number of pictograms to be searched cannot be specified by the user, and the predictive conversion function is used together. I can't do that either.
- the present invention has been made in view of the above problems, and corresponds to an input character string using a character string input during character input / character conversion operation in mail editing or memo input as a search word.
- An object of the present invention is to provide a character conversion system having a pictogram data search function capable of searching and displaying pictogram data from a search site on the Internet network, a character conversion method having a pictogram data search function, and a computer program Yes.
- a character conversion system having a pictographic data search function corresponds to a mail editing unit that displays an input character string in a character input display area of a display screen, and the character string.
- a storage unit for storing pictographic data a search execution unit for acquiring pictographic data corresponding to the character string from an external search server device connected via the storage unit and a communication network, and the acquired pictographic data
- a list display generator for displaying a list of pictogram images as conversion candidates in the conversion candidate display area of the display screen, and replacing the pictogram image selected from the conversion candidates with the character string displayed in the character input area
- a display unit for displaying is a display unit for displaying.
- the character conversion method having a pictographic data search function includes a step of inputting a character string, a step of displaying the character string in a character input display area, and a plurality of pictographic data corresponding to the character string.
- Obtaining from the storage unit for storing the pictographic data, obtaining the pictographic data corresponding to the character string from an external search server connected via a communication network, and the pictographic image of the obtained pictographic data A list of conversion candidates in the conversion candidate display area, a step of selecting a pictographic image of the conversion candidate, and replacing the selected pictographic image with the character string displayed in the character input area.
- a computer program is a computer program for controlling execution of a character conversion process having a pictographic data search function, the step of inputting a character string, and displaying the character string in a character input display area.
- a step of acquiring pictographic data corresponding to the character string from a storage unit for storing a plurality of pictographic data, and an external search server device connected to the pictographic data corresponding to the character string via a communication network A step of displaying a list of pictogram images of the obtained pictogram data as conversion candidates in a conversion candidate display area, a step of selecting the pictogram images of the conversion candidates, and the selected pictogram image as the character And replacing the character string displayed in the input area.
- the user can use the desired pictograph even when pictographic data is not downloaded in the system in advance. Yes. At that time, it is not necessary for the user to perform the download execution operation, and the pictogram can be automatically used in the same way as the normal pictogram conversion function. There is an effect that it is not necessary to have.
- FIG. 1 is a configuration diagram showing the overall configuration of a character conversion system having a pictographic data search function according to an embodiment of the present invention.
- a character conversion system having a pictographic data search function of this embodiment is a mobile terminal device 1 having a browser function, and includes a control unit 11, a storage unit 12, and a display unit 13.
- the control unit 11 includes a list display generation unit 111, a search execution unit 112, a mail editing unit 113, and a download unit 114.
- the storage unit 12 stores pictographic information 121 including pictographic data registered in advance and pictographic data downloaded to the mobile terminal device 1 by user selection.
- the control unit 11 controls the entire mobile terminal device and realizes the functions of the list display generation unit 111, the search execution unit 112, the mail editing unit 113, and the download unit 114.
- the list display generation unit 111 edits the pictographic images (including thumbnail images) of conversion candidate pictographic data to be displayed in a list on the display screen 131 of the display unit 13 so that the list can be displayed.
- the search execution unit 112 acquires pictographic data (including thumbnail image data) corresponding to the input character string from the storage unit 12, and from the set search site B (FIG. 2) via the Internet 10. Search for.
- the mail editing unit 113 controls the overall function of mail editing processing. When the pictographic data acquired from the search site B is thumbnail image data, the download unit 114 downloads the actual image data (hereinafter also referred to as actual data) from the search site B.
- the control unit 11 includes at least an IP protocol that can be connected to the Internet network 10. From the Internet network 10, pictographic data desired by the user can be downloaded.
- the mobile terminal device 1 is configured to be connected to the Internet network 10
- the present invention can generally be configured to connect to a mobile phone line including the Internet network or a mobile communication network (not shown). It is.
- the character conversion system provided with the pictographic data search function according to the present invention is the mobile terminal device 1 has been described.
- the character conversion system having the pictographic data search function according to the present invention may be any information terminal device that can be connected to a network (including the Internet network).
- a character conversion system having a pictographic data search function automatically searches pictographic data on the Internet using the input character string as a search word in character conversion at the time of character input. Selection is made possible by displaying data as conversion candidates.
- the user can select whether or not to search by means such as setting whether or not to perform pictogram search or providing a “pictogram search” button on the soft key for character conversion. You can also.
- the search destination of pictograph data may be a pay site or a general site (both are external server devices). In order to make it easier to find a user's favorite pictogram, a configuration in which a search destination can be designated in advance by the user can also be adopted.
- the character string converted into a pictogram can be a character string predicted by the prediction conversion function from the character string input immediately before.
- a certain amount of the acquired pictographic data may be cached in this system in order to improve the response.
- the number of pictograms downloaded at one time may be limited to a certain number from the top of the search number.
- FIG. 2 is an explanatory diagram showing a pictogram conversion processing method by a character conversion system having a pictogram data search function according to an embodiment of the present invention.
- a mobile terminal device 1 according to an embodiment of the present invention is connected to a search site B via the Internet network.
- the display screen 131 of the mobile terminal device 1 includes a character input area C and a conversion candidate display area D.
- a pictographic character conversion process when the user inputs “Kirakira” of a character string in the mail editing process by the mail editing unit 113 of the mobile terminal device 1 will be described.
- preparation processing to be performed by the user before executing the pictogram conversion processing will be described.
- a site for performing pictogram search SS can be registered in advance. Therefore, before the pictogram conversion process is performed, the user can register in advance the site for performing pictogram search and the number of pictogram upper searches in the storage unit 12 as user settings.
- a search site including a site designated by the user is set in the search execution unit 112.
- the user does not perform this setting when it is necessary to limit the number of searches for specific search sites and pictograms in order to avoid excessive load on the mobile terminal device 1 due to the number of characters to be searched. Even in this case, it is possible to prevent the mobile terminal device 1 from becoming a heavy load by providing an upper limit on the number of search sites and pictograms in the case of default on the system side in advance.
- the pictogram conversion processing procedure (the processing procedure on the system side and the operation procedure on the user side) will be described in itemized form.
- a character string here, a character string “shining”
- the mail editing unit 113 performs mail editing.
- the search execution unit 112 of the mobile terminal device 1 searches for pictograph data at the search site B on the Internet using “Kirakira” of the input character string as a keyword, and performs a predetermined constant from the top of the number of searches.
- Thumbnail image data of pictographic data up to a number is acquired by automatic download (in this case, considering response etc., thumbnail image data corresponding to pictographic data is acquired instead of pictographic data itself. The actual data of pictograms may be acquired).
- the list display generation unit 111 of the mobile terminal device 1 displays images of normal conversion candidates SC (here, “Kirakira” and “Kirakira”) such as kanji and katakana in the conversion candidate display area D, and the mobile terminal device.
- the thumbnail image LP of the thumbnail image data corresponding to the pictographic data acquired in (2) is displayed.
- the download unit 114 displays the corresponding pictograph. Download and download the actual image data from the search site B.
- the list display generating unit 111 delivers the downloaded actual image data to the mail editing unit 113.
- the mail editing unit 113 displays the actual image data by replacing it with the character string “Kirakira” in the character input area C (display area during mail creation) in the display screen 131.
- the mail editing unit 113 may replace the actual image data and the character string “Kirakira” as they are, or may be replaced after executing an editing process (including code conversion). May be. Thereafter, the mail editing unit 113 performs processing such as filling of empty areas.
- FIG. 3 is a flowchart showing an operation at the time of a character conversion system pictogram conversion process having a pictogram data search function according to the embodiment of the present invention.
- the operation at the time of pictogram conversion processing of the character conversion system having the pictogram data search function according to the present embodiment will be described using the flowchart shown in FIG. 3 with reference to FIG. 1 and FIG.
- a case where the search result is thumbnail image data will be described.
- This pictograph conversion process is preferably executed by the mail editing unit 113 in multitask with other necessary mail editing processes.
- step S ⁇ b> 1 the mail editing unit 113 displays the mail editing screen in the character input area C on the display screen 131 via the display unit 13.
- step S2 the search execution unit 112 determines whether a character string has been input. If it is determined that a character string has been input (step S2: YES), the process proceeds to step S3. If it is determined that a character string has not been input (step S2: NO), the process proceeds to step S11. In step S3, the search execution unit 112 sets the input character string as a search keyword. In step S4, the search execution unit 112 sets the search destination site and the upper search number of pictograms that fall within the search range. In step S5, the search execution unit 112 uses the input character string as a search keyword and executes a search within a set range.
- step S6 the list display generation unit 111 displays the conversion candidate display area D on the display screen and acquires thumbnail image data as a search result.
- step S ⁇ b> 7 the list display generation unit 111 displays a list of candidate images including the thumbnail image data of the search result in the conversion candidate display area D on the display screen via the display unit 13.
- step S8 the list display generation unit 111 determines whether any one of the candidate images has been selected. If it is determined that any one of the candidate images has been selected (step S8: YES), the process proceeds to step S9. If it is determined that none of the candidate images has been selected (step S8: NO), the process proceeds to step S12. In step S9, if the selected images are thumbnail images, the actual image data of these thumbnail images is downloaded from the search site B.
- step S10 the selected image data is replaced with the character string displayed in the character input area C on the display screen via the display unit 13 and displayed. At this time, if necessary, blank space filling processing is performed. Then, it moves to step S11.
- step S11 the mail editing unit 113 determines whether or not mail editing has been completed. If it is determined that the mail editing has been completed (step S11: YES), the process ends. If it is determined that the mail editing has not ended (step S11: NO), the process returns to step S2.
- step S12 the mail editing unit 113 determines whether or not the mail editing has been completed. If it is determined that the mail editing has been completed (step S12: YES), the process ends. If it is determined that the mail editing has not been completed (step S12: NO), the process returns to step S8, and any one of the candidate images. Wait until one is selected.
- a character conversion system an information terminal device such as the mobile terminal device 1 having a pictographic data search function according to the present embodiment
- the user can This has the effect of enabling the use of pictograms.
- the pictograms of the external search site can be automatically used by an operation for performing a normal pictogram conversion.
- many pictograms automatically retrieved from a website or the like by the mobile terminal device are automatically displayed in the conversion candidate display area D of the display screen 131 as conversion candidates. Therefore, it is possible to make a user who has not assumed the input of a pictogram initially aware that a more suitable pictogram exists.
- the pictogram corresponding to the pictogram data searched in the pictogram search process of the character conversion system having the pictogram data search function according to the embodiment of the present invention can be displayed as a candidate for predictive conversion.
- the character data “Kirakira” is assumed as a character string that is expected to be input immediately after the character string “Waiting” is input to the character input area C.
- “Kirakira” of the character data is searched as a conversion candidate and as a keyword, and pictographic data (or a thumbnail image) of the search result can be displayed.
- each component of the character conversion system having the pictographic data search function may be executed by computer control.
- a program that causes a computer to execute such processing according to the procedure shown in the flowchart of FIG. 3 may be stored in a computer-readable recording medium such as a semiconductor memory, a CD-ROM, or a magnetic tape.
- a computer including at least a microcomputer, a personal computer, and a general-purpose computer may read the program from the recording medium and execute the program.
- the present invention can be used in a character conversion system such as a portable terminal device having a pictographic data search function. According to the present invention, it is possible to use pictographic data that is not stored in the character conversion system by searching an external database.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Library & Information Science (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Information Transfer Between Computers (AREA)
- Document Processing Apparatus (AREA)
Abstract
Description
携帯端末装置などでは、表示部が小さいため、受信した電子メールは読み辛い場合がある。よって、限られたスペースに表示された電子メールを読み易くするためにも、携帯端末装置などでの電子メールでは絵文字が用いられている。
さらに、携帯端末装置などでは、文字入力するための操作部が小さいため、電子メールを入力する操作は容易ではない。よって、この入力操作を簡略化するためにも、携帯端末装置などでの電子メールでは絵文字が用いられることがある。このように絵文字を用いれば、長文を入力することもなく、相手側に意味を伝えることができて重宝である。
また、携帯端末装置などでは、HTMLで書かれるメールの普及に伴って、装置に用意された絵文字だけでなく、絵文字と同程度の大きさの画像を絵文字として利用できるようになっている。よって、ユーザが利用できる絵文字の種類や数には制限が少なくなっている。
一方、ユーザが必要な絵文字を検索する操作は益々複雑になっている。
一般に、近年の携帯端末装置などでは、複数の絵文字が予め登録されており、ユーザはそれを選択することによって、電子メールに絵文字を入力することができるようになっている。また、携帯端末装置等が、絵文字を含む電子メールを受信した際には、内部に記憶している文字データから対応するコードの絵文字を探し出し、それを入力し表示している。
以下、図4に示す操作画面に基づき、絵文字データ検索機能を備えた一般的な文字変換システム(ここでは携帯端末装置A)の操作方法について説明する。
先ず、携帯端末装置Aに設けられた入力手段(キーボード等)を用いて、文字入力エリアCに適当な文字列を入力する。
これにより、変換候補表示エリアD内に、漢字やカタカナなどの通常の変換候補SCと共に、システムに予め登録された絵文字データの変換候補SPが表示される。
このように、従来の一般的なシステムでは、変換候補表示エリアD内に表示される変換候補は、予めシステムも登録されていた絵文字データに限定されていた。
本発明は、上記の問題点に鑑みてなされたものであって、メール編集やメモ入力における文字入力・文字変換操作の際に入力された文字列を検索ワードとして、入力された文字列に対応する絵文字データをインターネット網上の検索サイトから検索して表示することが可能な絵文字データ検索機能を備えた文字変換システム及び絵文字データ検索機能を有する文字変換方法並びにコンピュータプログラムを提供することを目的としている。
同図において、本実施形態の絵文字データ検索機能を備えた文字変換システムは、ブラウザ機能を有する携帯端末装置1であり、制御部11と、記憶部12と、表示部13とを備える。制御部11は、一覧表示生成部111と、検索実行部112と、メール編集部113と、ダウンロード部114とを備える。
制御部11は、本携帯端末装置全体を制御すると共に、一覧表示生成部111、検索実行部112、メール編集部113およびダウンロード部114の機能を実現する。
一覧表示生成部111は、表示部13の表示画面131に一覧表示する変換候補の絵文字データの絵文字画像(サムネイル画像を含む)を一覧表示できるように編集する。
検索実行部112は、入力された文字列に対応する絵文字データ(サムネイル画像データを含む)を、記憶部12から取得するとともに、インターネット10を介して、設定された検索サイトB(図2)から検索する。
メール編集部113は、メール編集処理の全体機能を制御する。
ダウンロード部114は、検索サイトBから取得した絵文字データがサムネイル画像データである場合に、その実画像データ(以降、実データということもある)を検索サイトBからダウンロードする。
また、ここでは、本発明に係る絵文字データ検索機能を備えた文字変換システムが、携帯端末装置1である場合について説明した。本発明では、一般に、本発明に係る絵文字データ検索機能を備えた文字変換システムは、ネットワーク(インターネット網を含む)に接続可能な情報端末装置であればよい。
また、絵文字データの検索先は有料サイトや一般サイト(いずれも外部のサーバ装置)でも良い。
ユーザの好みの絵文字を見つけ易くするために、予め、検索先をユーザ指定できる構成とすることもできる。
なお、レスポンス向上のため、取得した絵文字データ(サムネイル画像データを含む)の一定量を本システム内にキャッシュしておいてもよい。 さらに、変換候補として表示される絵文字が多過ぎるという事態を避けるため、一度にダウンロードする絵文字の数を、検索数上位から一定数までに制限してもよい。
図2において、本発明の実施形態に係る携帯端末装置1は、インターネット網を介して検索サイトBに接続される。携帯端末装置1の表示画面131は、文字入力エリアCおよび変換候補表示エリアDを含む。
まず、絵文字変換処理を実行する前に、ユーザが行うべき準備の処理(前処理)について説明する。
本システムの携帯端末装置1では、絵文字検索SSを行うサイトを予め登録することができる。よって、ユーザは、絵文字変換処理を実施する前に、絵文字検索を行うサイトと、絵文字の上位検索数とを予めユーザ設定として記憶部12に登録しておくことができる。ユーザが指定したサイトを含む検索サイトは、検索実行部112に設定される。
なお、検索する文字数が多くなりすぎて携帯端末装置1が高負荷となることを避けるために、特定の検索サイト及び絵文字の検索数を制限する必要がある場合は、ユーザが本設定を実施しない場合であっても、予め、本システム側で、デフォルトの場合の検索サイト及び絵文字の検索数の上限を設けておくことで、携帯端末装置1が高負荷となることを回避できる。
(1) ユーザは、携帯端末装置1の入力手段を用いて、表示画面131内の文字入力エリアC(文字入力表示領域)に、文字列(ここでは「きらきら」なる文字列)を入力する。ここでは、この文字入力エリアC内では、メール編集部113によってメール編集が行われる。
(2) 携帯端末装置1の検索実行部112は、入力された文字列の「きらきら」をキーワードとして、インターネット上の検索サイトBにて絵文字データを検索SSし、検索数の上位から所定の一定数に至るまでの絵文字データのサムネイル画像データを自動ダウンロードによって取得する(ここでは、レスポンス等を考慮して、絵文字データそのものではなく、絵文字データに対応するサムネイル画像データを取得するようにしているが、絵文字の実データを取得するようにしてもよい)。
(4) 変換候補表示エリアD内に表示された変換候補のうち、使用者が、(2)で取得した絵文字データに対応するサムネイル画像LPを選択した場合、ダウンロード部114は、該当する絵文字の実画像データを検索サイトBからダウンロードDLする。これを受けて、一覧表示生成部111は、ダウンロードした実画像データを、メール編集部113に引き渡す。メール編集部113は、この実画像データを、表示画面131内の文字入力エリアC(メール作成中の表示エリア)の文字列「きらきら」と置き換えて表示する。その際、メール編集部113が、実画像データと文字列「きらきら」とをそのまま置き換えるようにしてもよいし、あるいは、編集処理(コード変換を含めても良い)を実行してから置き換えるようにしてもよい。その後、メール編集部113は、空きエリアの詰めなどの処理を行う。
以下、図1および図2を参照しながら、図3に示すフローチャートを使用して、本実施形態に係る絵文字データ検索機能を備えた文字変換システムの絵文字変換処理時の動作を説明する。ここでは、検索結果がサムネイル画像データである場合について説明する。
この絵文字変換処理は、メール編集部113において、他の必要なメール編集処理とマルチタスクで実行されることが好ましい。
まず、ステップS1では、メール編集部113は、メール編集画面を、表示部13を介して表示画面131上の文字入力エリアCに表示する。
ステップS3では、検索実行部112は、入力された文字列を検索キーワードとして設定する。
ステップS4では、検索実行部112は、検索範囲に入る検索先サイト及び絵文字の上位検索数を設定する。
ステップS5では、検索実行部112は、入力された文字列を検索キーワードとし、設定された範囲での検索を実行する。
ステップS7では、一覧表示生成部111は、検索結果のサムネイル画像データを含む候補画像を、表示部13を介して表示画面上の変換候補表示エリアDに一覧表示する。
ステップS8では、一覧表示生成部111は、候補画像のいずれか1つが選択されたか否かを判定する。候補画像のいずれか1つが選択されたと判定した場合(ステップS8:YES)はステップS9に進み、候補画像のいずれも選択されていないと判定した場合(ステップS8:NO)はステップS12に移る。
ステップS9では、選択された画像がサムネイル画像である場合は、これらのサムネイル画像の実画像データを検索サイトBからダウンロードする。
ステップS11では、メール編集部113は、メール編集が終了したか否かを判定する。メール編集が終了したと判定した場合(ステップS11:YES)は処理を終了し、メール編集が終了していないと判定した場合(ステップS11:NO)はステップS2に戻る。
ステップS12では、メール編集部113は、メール編集が終了したか否かを判定する。メール編集が終了したと判定した場合(ステップS12:YES)は処理を終了し、メール編集が終了していないと判定した場合(ステップS12:NO)はステップS8に戻り、候補画像のいずれか1つが選択されるまで待機する。
また、本携帯端末装置によってウェブサイト等から自動的に検索された多くの絵文字が、自動的に変換候補として、表示画面131の変換候補表示エリアD内に表示される。したがって、当初は絵文字の入力などは想定していなかったユーザに対しても、より好適な絵文字が存在することに気付かせることができる。
本発明の実施形態に係る絵文字データ検索機能を備えた文字変換システムの絵文字検索処理で検索された絵文字データに対応する絵文字は、予測変換の候補としても表示することができる。
例えば、図2において、文字データで「待ってるよ」なる文字列を、文字入力エリアCに入力した時点で、直後に入力されることが予想される文字列として、文字データの「きらきら」が想定される場合、文字データの「きらきら」を変換候補とし、かつキーワードとして検索し、その検索結果の絵文字データ(またはそのサムネイル画像)を表示することができる。
本願は、2010年10月8日に、日本に出願された特願2010-228351号に基づき優先権を主張し、その内容をここに援用する。
11 制御部
12 記憶部
13 表示部
111 一覧表示生成部
112 検索実行部
113 メール編集部
114 ダウンロード部
B 検索サイト
C 文字入力エリア
D 変換候補表示エリア
Claims (8)
- 入力された文字列を表示画面の文字入力表示領域に表示するメール編集部と、
前記文字列に対応させて絵文字データを記憶する記憶部と、
前記文字列に対応する絵文字データを、前記記憶部および通信網を介して接続された外部の検索サーバ装置から取得する検索実行部と、
前記取得した絵文字データの絵文字画像を、前記表示画面の変換候補表示領域に変換候補として一覧表示する一覧表示生成部と、
前記変換候補から選択された絵文字画像を、前記文字入力領域に表示されている前記文字列と置き換えて表示する表示部と、
を備える文字変換システム。 - 前記絵文字データは、サムネイル画像データを含む請求項1記載の文字変換システム。
- 前記外部の検索サーバ装置は、前記文字変換システムに予め設定されているか、若しくは前記文字変換システムの使用者によって予め指定されている請求項1または請求項2に記載の絵文字データ検索機能を備えた文字変換システム。
- 前記外部の検索サーバ装置から、設定された検索数の絵文字データを取得する請求項1乃至3のいずれか1項に記載の文字変換システム。
- 前記設定された検索数は、前記文字変換システムに予め設定されているか、若しくは前記文字変換システムの使用者によって予め指定されている請求項4記載の文字変換システム。
- 入力された文字列から予測される所定の文字列を出力する予測変換手段と、前記予測変換手段によって予測された前記文字列に対応する本システム内蔵の絵文字データを取得する手段と、前記予測された文字列に対応する絵文字データを、前記外部の検索サーバ装置から取得する手段と、をさらに備える請求項1乃至5のいずれか1項に記載の文字変換システム。
- 文字列を入力させるステップと、
前記文字列を文字入力表示領域に表示するステップと、
前記文字列に対応する絵文字データを複数の絵文字データを記憶する記憶部から取得するステップと、
前記文字列に対応する絵文字データを、通信網を介して接続された外部の検索サーバ装置から取得するステップと、
前記取得した絵文字データの絵文字画像を、変換候補表示領域に変換候補として一覧表示するステップと、
前記変換候補の絵文字画像を選択させるステップと、
前記選択された絵文字画像を、前記文字入力領域に表示されている前記文字列と置き換えて表示するステップと、
を有する絵文字データ検索機能を備えた文字変換方法。 - 絵文字データ検索機能を備えた文字変換処理を実行制御するためのコンピュータプログラムであって、
文字列を入力させるステップと、
前記文字列を文字入力表示領域に表示するステップと、
前記文字列に対応する絵文字データを複数の絵文字データを記憶する記憶部から取得するステップと、
前記文字列に対応する絵文字データを、通信網を介して接続された外部の検索サーバ装置から取得するステップと、
前記取得した絵文字データの絵文字画像を、変換候補表示領域に変換候補として一覧表示するステップと、
前記変換候補の絵文字画像を選択させるステップと、
前記選択された絵文字画像を、前記文字入力領域に表示されている前記文字列と置き換えて表示するステップと、
を有するコンピュータプログラム。
Priority Applications (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
EP11830479.9A EP2626794A4 (en) | 2010-10-08 | 2011-09-13 | Character conversion system and character conversion method and computer program |
US13/822,964 US10146771B2 (en) | 2010-10-08 | 2011-09-13 | Mobile terminal device implementing character-pictogram translation using pictogram search site |
CN201180047176.7A CN103140848B (zh) | 2010-10-08 | 2011-09-13 | 字符变换系统以及字符变换方法 |
JP2012537625A JP6188124B2 (ja) | 2010-10-08 | 2011-09-13 | 文字変換システム及び文字変換方法並びにコンピュータプログラム |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010228351 | 2010-10-08 | ||
JP2010-228351 | 2010-10-08 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2012046546A1 true WO2012046546A1 (ja) | 2012-04-12 |
Family
ID=45927543
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/JP2011/070827 WO2012046546A1 (ja) | 2010-10-08 | 2011-09-13 | 文字変換システム及び文字変換方法並びにコンピュータプログラム |
Country Status (5)
Country | Link |
---|---|
US (1) | US10146771B2 (ja) |
EP (1) | EP2626794A4 (ja) |
JP (1) | JP6188124B2 (ja) |
CN (1) | CN103140848B (ja) |
WO (1) | WO2012046546A1 (ja) |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103577510A (zh) * | 2012-07-23 | 2014-02-12 | 阿里巴巴集团控股有限公司 | 搜索结果数据的展现方法,搜索服务器及移动终端 |
JP2014199622A (ja) * | 2013-03-29 | 2014-10-23 | 富士通株式会社 | 文書編集プログラム、文書編集装置及び文書編集方法 |
CN105518675A (zh) * | 2013-07-09 | 2016-04-20 | 柳仲夏 | 提供符号图像搜索服务的方法及用于该方法的符号图像搜索服务器 |
JP2017004270A (ja) * | 2015-06-10 | 2017-01-05 | 日本電信電話株式会社 | 会議支援システム、及び会議支援方法 |
JP2018504708A (ja) * | 2015-01-20 | 2018-02-15 | ▲騰▼▲訊▼科技(深▲セン▼)有限公司 | 情報の推薦を管理するための方法、デバイス、およびシステム |
EP3376344A1 (en) | 2017-03-15 | 2018-09-19 | Omron Corporation | Character input device, character input method, and character input program |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9465522B2 (en) * | 2013-03-28 | 2016-10-11 | Linkedin Corporation | Providing a personalized navigation experience in a mobile application |
KR101463102B1 (ko) * | 2014-01-07 | 2015-01-28 | 이동수 | 영상정보 처리장치 및 그 방법 |
JP6866788B2 (ja) * | 2017-07-06 | 2021-04-28 | 株式会社リコー | 情報処理装置及びプログラム |
CN110473610A (zh) * | 2019-07-31 | 2019-11-19 | 上海联影智能医疗科技有限公司 | 医学图像编辑方法、计算机设备及可读存储介质 |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0696056A (ja) * | 1992-09-11 | 1994-04-08 | Hitachi Ltd | 文字入力装置 |
JP2000148748A (ja) | 1998-11-13 | 2000-05-30 | Nec Corp | 仮名漢字変換及び画像検索表示システム |
JP2003114844A (ja) | 2001-10-05 | 2003-04-18 | Nec Corp | 絵文字ダウンロードシステム、絵文字データ提供装置、携帯電話機及び絵文字ダウンロードプログラム |
JP2008225602A (ja) | 2007-03-09 | 2008-09-25 | Ntt Docomo Inc | 絵文字検索装置、絵文字検索システムおよび絵文字検索方法 |
JP2009009214A (ja) | 2007-06-26 | 2009-01-15 | Make Softwear:Kk | 絵文字提供システム |
JP2009223782A (ja) * | 2008-03-18 | 2009-10-01 | Nec Corp | 文字入力装置、携帯端末装置、文字入力方法及びそのプログラム |
JP2011018219A (ja) * | 2009-07-09 | 2011-01-27 | Ntt Docomo Inc | 絵文字表示システム、通信端末、及び絵文字表示方法 |
Family Cites Families (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6377965B1 (en) * | 1997-11-07 | 2002-04-23 | Microsoft Corporation | Automatic word completion system for partially entered data |
JP2001125894A (ja) * | 1999-10-29 | 2001-05-11 | Sony Corp | 文書編集処理装置及び文書編集処理方法およびプログラム提供媒体 |
JP3470664B2 (ja) * | 1999-12-01 | 2003-11-25 | 日本電気株式会社 | 受信メール表示方法及び絵文字変換機能付き電子メール端末装置 |
US20020194006A1 (en) | 2001-03-29 | 2002-12-19 | Koninklijke Philips Electronics N.V. | Text to visual speech system and method incorporating facial emotions |
US20040153963A1 (en) | 2003-02-05 | 2004-08-05 | Simpson Todd G. | Information entry mechanism for small keypads |
JP2008065674A (ja) | 2006-09-08 | 2008-03-21 | Sharp Corp | 携帯電話機 |
KR20080083987A (ko) * | 2007-03-14 | 2008-09-19 | (주)스트라스타 | Sms의 이모티콘 sms 또는 mms 변환방법 |
JP2009015743A (ja) | 2007-07-09 | 2009-01-22 | Fujifilm Corp | 文書作成支援システム、文書作成支援方法、並びに文書作成支援プログラム |
JP5264155B2 (ja) * | 2007-11-29 | 2013-08-14 | キヤノン株式会社 | プログラム、ファイル管理装置及びファイル管理方法 |
CN101694666B (zh) * | 2009-07-17 | 2011-03-30 | 刘二中 | 文件内容的特征词的输入和处理方法 |
-
2011
- 2011-09-13 CN CN201180047176.7A patent/CN103140848B/zh not_active Expired - Fee Related
- 2011-09-13 EP EP11830479.9A patent/EP2626794A4/en not_active Withdrawn
- 2011-09-13 JP JP2012537625A patent/JP6188124B2/ja not_active Expired - Fee Related
- 2011-09-13 WO PCT/JP2011/070827 patent/WO2012046546A1/ja active Application Filing
- 2011-09-13 US US13/822,964 patent/US10146771B2/en not_active Expired - Fee Related
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0696056A (ja) * | 1992-09-11 | 1994-04-08 | Hitachi Ltd | 文字入力装置 |
JP2000148748A (ja) | 1998-11-13 | 2000-05-30 | Nec Corp | 仮名漢字変換及び画像検索表示システム |
JP2003114844A (ja) | 2001-10-05 | 2003-04-18 | Nec Corp | 絵文字ダウンロードシステム、絵文字データ提供装置、携帯電話機及び絵文字ダウンロードプログラム |
JP2008225602A (ja) | 2007-03-09 | 2008-09-25 | Ntt Docomo Inc | 絵文字検索装置、絵文字検索システムおよび絵文字検索方法 |
JP2009009214A (ja) | 2007-06-26 | 2009-01-15 | Make Softwear:Kk | 絵文字提供システム |
JP2009223782A (ja) * | 2008-03-18 | 2009-10-01 | Nec Corp | 文字入力装置、携帯端末装置、文字入力方法及びそのプログラム |
JP2011018219A (ja) * | 2009-07-09 | 2011-01-27 | Ntt Docomo Inc | 絵文字表示システム、通信端末、及び絵文字表示方法 |
Non-Patent Citations (1)
Title |
---|
See also references of EP2626794A4 |
Cited By (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103577510A (zh) * | 2012-07-23 | 2014-02-12 | 阿里巴巴集团控股有限公司 | 搜索结果数据的展现方法,搜索服务器及移动终端 |
JP2014199622A (ja) * | 2013-03-29 | 2014-10-23 | 富士通株式会社 | 文書編集プログラム、文書編集装置及び文書編集方法 |
CN105518675A (zh) * | 2013-07-09 | 2016-04-20 | 柳仲夏 | 提供符号图像搜索服务的方法及用于该方法的符号图像搜索服务器 |
EP3021231A4 (en) * | 2013-07-09 | 2017-03-01 | Ryu, Jungha | Method for providing sign image search service and sign image search server used for same |
JP2018504708A (ja) * | 2015-01-20 | 2018-02-15 | ▲騰▼▲訊▼科技(深▲セン▼)有限公司 | 情報の推薦を管理するための方法、デバイス、およびシステム |
US10652287B2 (en) | 2015-01-20 | 2020-05-12 | Tencent Technology (Shenzhen) Company Limited | Method, device, and system for managing information recommendation |
JP2017004270A (ja) * | 2015-06-10 | 2017-01-05 | 日本電信電話株式会社 | 会議支援システム、及び会議支援方法 |
EP3376344A1 (en) | 2017-03-15 | 2018-09-19 | Omron Corporation | Character input device, character input method, and character input program |
Also Published As
Publication number | Publication date |
---|---|
JPWO2012046546A1 (ja) | 2014-02-24 |
CN103140848B (zh) | 2016-08-03 |
US20130197897A1 (en) | 2013-08-01 |
JP6188124B2 (ja) | 2017-08-30 |
EP2626794A1 (en) | 2013-08-14 |
US10146771B2 (en) | 2018-12-04 |
EP2626794A4 (en) | 2018-01-10 |
CN103140848A (zh) | 2013-06-05 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6188124B2 (ja) | 文字変換システム及び文字変換方法並びにコンピュータプログラム | |
KR101224421B1 (ko) | 바이트-바이-바이트 비교를 사용한 오브젝트의 검색 및제공 | |
KR101488930B1 (ko) | 모바일 단말의 입력 예측 서비스 제공 장치 및 방법 | |
JP2013077126A (ja) | 情報処理プログラム、情報処理装置、および情報処理方法 | |
JP2008310571A (ja) | 文字列入力装置、文字列入力方法およびプログラム | |
JP4586063B2 (ja) | 端末装置 | |
JP4943054B2 (ja) | 端末装置、及び、端末装置用プログラム | |
JP2005165487A (ja) | 携帯端末装置およびその情報入力方法 | |
JP5428622B2 (ja) | 電子機器及びプログラム | |
JP2006211527A (ja) | 携帯電話機 | |
JP6202066B2 (ja) | 情報処理プログラム、情報処理装置、および情報処理方法 | |
JP4970164B2 (ja) | 電子機器、電子メール作成時の変換候補表示方法、および変換候補表示プログラム | |
JP2005316523A (ja) | 情報支援システム、情報支援方法、制御プログラムおよび可読記録媒体 | |
JP4757124B2 (ja) | 文書検索装置、文書検索方法、文書検索プログラムおよび文書検索プログラムを記録した記録媒体 | |
JP7200895B2 (ja) | 情報処理装置、表示制御方法、及び、プログラム | |
JP2006107199A (ja) | 検索システム | |
JP2010165258A (ja) | ウェブサイト表示装置、ウェブサイト表示方法、そのコンピュータプログラム | |
JP5521299B2 (ja) | 文字入力変換方法及び文字入力変換装置 | |
JP2010237988A (ja) | 文字列処理装置、文字列処理方法、および文字列処理プログラム | |
JP2008123381A (ja) | 携帯通信端末、文書情報提供サーバ、電子メールシステム、電子メール作成方法及び制御プログラム | |
JP2005293111A (ja) | 情報表示制御装置、サーバ及びプログラム | |
KR100786553B1 (ko) | 이동 통신 단말에 있어서 유알엘 입력 방법 | |
JP4672717B2 (ja) | 情報処理装置及び画面表示方法 | |
JP2010271972A (ja) | 文字入力装置 | |
JP2009059053A (ja) | 辞書検索装置、辞書検索方法、及び辞書検索プログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
WWE | Wipo information: entry into national phase |
Ref document number: 201180047176.7 Country of ref document: CN |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 11830479 Country of ref document: EP Kind code of ref document: A1 |
|
WWE | Wipo information: entry into national phase |
Ref document number: 13822964 Country of ref document: US |
|
ENP | Entry into the national phase |
Ref document number: 2012537625 Country of ref document: JP Kind code of ref document: A |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2011830479 Country of ref document: EP |
|
NENP | Non-entry into the national phase |
Ref country code: DE |