[go: up one dir, main page]

WO2012046546A1 - 文字変換システム及び文字変換方法並びにコンピュータプログラム - Google Patents

文字変換システム及び文字変換方法並びにコンピュータプログラム Download PDF

Info

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
Application number
PCT/JP2011/070827
Other languages
English (en)
French (fr)
Inventor
晋也 奥田
Original Assignee
Necカシオモバイルコミュニケーションズ株式会社
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 Necカシオモバイルコミュニケーションズ株式会社 filed Critical Necカシオモバイルコミュニケーションズ株式会社
Priority to EP11830479.9A priority Critical patent/EP2626794A4/en
Priority to US13/822,964 priority patent/US10146771B2/en
Priority to CN201180047176.7A priority patent/CN103140848B/zh
Priority to JP2012537625A priority patent/JP6188124B2/ja
Publication of WO2012046546A1 publication Critical patent/WO2012046546A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/40Processing or translation of natural language
    • G06F40/53Processing of non-Latin text
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • G06F16/58Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
    • G06F16/583Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/126Character encoding
    • G06F40/129Handling non-Latin characters, e.g. kana-to-kanji conversion
    • 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

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で書かれるメールの普及に伴って、装置に用意された絵文字だけでなく、絵文字と同程度の大きさの画像を絵文字として利用できるようになっている。よって、ユーザが利用できる絵文字の種類や数には制限が少なくなっている。
 一方、ユーザが必要な絵文字を検索する操作は益々複雑になっている。
 一般に、近年の携帯端末装置などでは、複数の絵文字が予め登録されており、ユーザはそれを選択することによって、電子メールに絵文字を入力することができるようになっている。また、携帯端末装置等が、絵文字を含む電子メールを受信した際には、内部に記憶している文字データから対応するコードの絵文字を探し出し、それを入力し表示している。
 このような絵文字を使用する場合、文字編集の際の変換候補には携帯端末装置等が記憶している絵文字しか表示されない。したがって、ユーザの好みの絵文字が内蔵されていない場合は、ブラウザ等を起動して好みの絵文字をダウンロードして取得する必要があり、使用者は絵文字をダウンロードするための特別の操作を行う必要があった。
 この分野の先行技術として、特許文献1には、仮名漢字変換と画像検索を切り替えることなく画像を漢字変換候補と一緒に表示することで、ワードプロセッサ等に画像を挿入する技術が開示されている。より具体的には、この技術においては、絵文字辞書に、読みと、それに対応する画像ファイル名とが保持されている。入力手段から文字列が入力されると、仮名漢字変換手段及び漢字辞書を用いて、変換候補の漢字が複数挙げられる。絵文字検索手段は、仮名漢字変換手段から変換候補の漢字全てと、それらの読みとを取得し、読みをキーとして、絵文字辞書内を検索する。前記読みに対応する画像ファイルがある場合、候補リスト表示手段が、変換候補の漢字と画像とを一緒に表示する。変換候補の漢字と画像の中から選択された文字は、文字・画像表示手段に表示される。
 また、特許文献2には、携帯端末装置の電子メールにおいて、予め登録されている以外の絵文字を使用可能とするために、ユーザがウェブページ上で選択した絵文字をダウンロードする技術が開示されている。より具体的には、サーバが、絵文字ファイルを格納しており、その絵文字ファイルはダウンロードできるようにウェブ上で公開される。携帯端末装置は、絵文字ファイルのダウンロードをサーバに要求し、取得した絵文字ファイルを、電子メールで使用できるようにメモリに格納する。携帯端末装置は、内部に格納されていない絵文字のコードを含む電子メールを受信すると、そのコードの部分に所定のアイコンを表示する。ユーザがそのアイコンを選択すると、携帯端末装置は、絵文字ファイルのダウンロードをサーバに要求する。携帯端末装置は、絵文字ファイルを取得すると、電子メールで使用できるようにメモリに格納すると共に、現在表示中の電子メールに使用する。
 また、特許文献3には、絵文字の変換効率を高めるために、文字列の入力位置を示すカーソルの直前の文字だけでなく、カーソルより前のより広い範囲の文字列に基づいて絵文字候補を決定することによって、入力された文章の内容を補足的に表現する絵文字を精度よく検索できるようにした絵文字検索装置が開示されている。より具体的には、端末は、入力された文字列及び現在の文字列の入力位置を示すカーソル位置を絵文字検索部に入力する。絵文字検索部は、このカーソル位置より前の文字列から検索キーを抽出し、抽出された検索キーに基づいて絵文字データベースを検索する。これにより、入力された文字列に対応した絵文字を絵文字候補として絵文字候補選択画面に出力する。
 さらに、特許文献4には、より豊かな表現が可能な絵文字をHTMLメールに使用できるようにする絵文字提供システムが開示されている。具体的には、このシステムは、全体で1つの画像を形成する2つの絵文字をサーバから携帯端末装置にダウンロードする。ここで、HTMLメールを作成する際に、入力候補として該2つの絵文字が左右逆に表示されないように、このシステムは、絵文字を逆の順序でダウンロードする。
日本国特開2000-148748号公報 日本国特開2003-114844号公報 日本国特開2008-225602号公報 日本国特開2009-009214号公報
 しかしながら、上記の機能は、プリインストールされている絵文字や、ユーザがブラウザ等からダウンロードした絵文字のみ、つまり、携帯端末装置などが内部に記憶している絵文字のみが、入力された文字列によって検索される対象であった。したがって、検索される絵文字の種類に制限を受けるという問題点が有った。
 このため、イメージに適した絵文字が携帯端末装置などの内部に格納されていない場合、文字編集を終了するか、あるいは、マルチタスク機能によりブラウザ等を起動するなどの操作を経て、改めて絵文字データをダウンロードしなければならない。このような操作は手間を要して面倒であるため、携帯端末装置などが内蔵する絵文字の中から、ユーザが希望する絵文字と最も近い絵文字を選択することで妥協する、あるいは、絵文字の入力自体を諦めることが多かった。
 即ち、携帯端末装置等に予め登録されている絵文字だけでは、その種類が限られているので、予め登録されている絵文字で表現できない内容については、絵文字の使用を諦めて、通常の文字で記述していた。この点で、これまでの携帯端末装置等で発信する電子メールは、使用者の感情表現や入力操作性、及び受信者の見易さ等の点でユーザの要求を十分に満足させるものではなかった。
 図4は、絵文字データ検索機能を備えた一般的な文字変換システムを使用した場合の操作画面を示す説明図である。
 以下、図4に示す操作画面に基づき、絵文字データ検索機能を備えた一般的な文字変換システム(ここでは携帯端末装置A)の操作方法について説明する。
 先ず、携帯端末装置Aに設けられた入力手段(キーボード等)を用いて、文字入力エリアCに適当な文字列を入力する。
 これにより、変換候補表示エリアD内に、漢字やカタカナなどの通常の変換候補SCと共に、システムに予め登録された絵文字データの変換候補SPが表示される。
 このように、従来の一般的なシステムでは、変換候補表示エリアD内に表示される変換候補は、予めシステムも登録されていた絵文字データに限定されていた。
 なお、前述の特許文献2には、絵文字の変換候補を拡張する技術が記載されているが、検索対象のサイト及び絵文字の検索数をユーザ指定にすることはできないし、予測変換機能を併用することもできない。
 本発明は、上記の問題点に鑑みてなされたものであって、メール編集やメモ入力における文字入力・文字変換操作の際に入力された文字列を検索ワードとして、入力された文字列に対応する絵文字データをインターネット網上の検索サイトから検索して表示することが可能な絵文字データ検索機能を備えた文字変換システム及び絵文字データ検索機能を有する文字変換方法並びにコンピュータプログラムを提供することを目的としている。
 上記課題を解決するために、本発明に係る絵文字データ検索機能を備えた文字変換システムは、入力された文字列を表示画面の文字入力表示領域に表示するメール編集部と、前記文字列に対応させて絵文字データを記憶する記憶部と、前記文字列に対応する絵文字データを前記記憶部および通信網を介して接続された外部の検索サーバ装置から取得する検索実行部と、前記取得した絵文字データの絵文字画像を前記表示画面の変換候補表示領域に変換候補として一覧表示する一覧表示生成部と、前記変換候補から選択された絵文字画像を、前記文字入力領域に表示されている前記文字列と置き換えて表示する表示部とを備える。
 また、本発明に係る絵文字データ検索機能を備えた文字変換方法は、文字列を入力させるステップと、前記文字列を文字入力表示領域に表示するステップと、前記文字列に対応する絵文字データを複数の絵文字データを記憶する記憶部から取得するステップと、前記文字列に対応する絵文字データを通信網を介して接続された外部の検索サーバ装置から取得するステップと、前記取得した絵文字データの絵文字画像を変換候補表示領域に変換候補として一覧表示するステップと、前記変換候補の絵文字画像を選択させるステップと、前記選択された絵文字画像を前記文字入力領域に表示されている前記文字列と置き換えて表示するステップとを有する。
 さらに、本発明に係るコンピュータプログラムは、絵文字データ検索機能を備えた文字変換処理を実行制御するためのコンピュータプログラムであって、文字列を入力させるステップと、前記文字列を文字入力表示領域に表示するステップと、前記文字列に対応する絵文字データを複数の絵文字データを記憶する記憶部から取得するステップと、前記文字列に対応する絵文字データを通信網を介して接続された外部の検索サーバ装置から取得するステップと、前記取得した絵文字データの絵文字画像を変換候補表示領域に変換候補として一覧表示するステップと、前記変換候補の絵文字画像を選択させるステップと、前記選択された絵文字画像を前記文字入力領域に表示されている前記文字列と置き換えて表示するステップとを有する。
 本発明の絵文字データ検索機能を備えた文字変換システムによれば、予め、本システム内に絵文字データがダウンロードされていない場合であっても、ユーザは、希望する絵文字の利用が可能となる効果が有る。また、その際、ユーザ自身がダウンロードの実行操作を行う必要がなく、通常の絵文字変換機能と同様に、自動的に絵文字の利用が可能となるので、ユーザは、ダウンロードの実行については何等の意識を持つ必要が無くなる効果が有る。
本発明の実施形態に係る絵文字データ検索機能を備えた文字変換システムを示す構成図である。 本発明の実施形態に係る絵文字データ検索機能を備えた文字変換システムによる絵文字変換処理の方法を示す説明図である。 本発明の実施形態に係る絵文字データ検索機能を備えた文字変換システム絵文字変換処理時の動作を示すフローチャートである。 従来の絵文字データ検索機能を備えた文字変換システムを使用した場合の操作画面を示す説明図である。
 以下、本発明の絵文字データ検索機能を備えた文字変換システム及び絵文字データ検索機能を有する文字変換方法並びにコンピュータプログラムの実施形態について、図面を参照して詳細に説明する。
 図1は、本発明の実施形態に係る絵文字データ検索機能を備えた文字変換システムの全体構成を示す構成図である。
 同図において、本実施形態の絵文字データ検索機能を備えた文字変換システムは、ブラウザ機能を有する携帯端末装置1であり、制御部11と、記憶部12と、表示部13とを備える。制御部11は、一覧表示生成部111と、検索実行部112と、メール編集部113と、ダウンロード部114とを備える。
 記憶部12には、予め登録された絵文字データおよびユーザの選択により携帯端末装置1にダウンロードされた絵文字データを含む絵文字情報121が保存される。
 制御部11は、本携帯端末装置全体を制御すると共に、一覧表示生成部111、検索実行部112、メール編集部113およびダウンロード部114の機能を実現する。
 一覧表示生成部111は、表示部13の表示画面131に一覧表示する変換候補の絵文字データの絵文字画像(サムネイル画像を含む)を一覧表示できるように編集する。
 検索実行部112は、入力された文字列に対応する絵文字データ(サムネイル画像データを含む)を、記憶部12から取得するとともに、インターネット10を介して、設定された検索サイトB(図2)から検索する。
 メール編集部113は、メール編集処理の全体機能を制御する。
 ダウンロード部114は、検索サイトBから取得した絵文字データがサムネイル画像データである場合に、その実画像データ(以降、実データということもある)を検索サイトBからダウンロードする。
 制御部11は、少なくともインターネット網10に接続可能なIPプロトコルを備える。インターネット網10からは、ユーザの所望する絵文字データをダウンロードすることができる。本実施形態に係る携帯端末装置1はインターネット網10と接続する構成としているが、本発明では、一般に、インターネット網を含む携帯電話回線や移動体通信網(図示は省略)に接続する構成が可能である。
 また、ここでは、本発明に係る絵文字データ検索機能を備えた文字変換システムが、携帯端末装置1である場合について説明した。本発明では、一般に、本発明に係る絵文字データ検索機能を備えた文字変換システムは、ネットワーク(インターネット網を含む)に接続可能な情報端末装置であればよい。
 本発明の一実施形態に係る絵文字データ検索機能を備えた文字変換システムは、文字入力時の文字変換において、入力した文字列を検索ワードとして絵文字データをインターネット上で自動検索し、検索された絵文字データを変換候補として表示することによって選択を可能とする。通信速度が十分ではない場合には、検索に時間を要して文字変換が遅延してしまうおそれが有る。したがって、絵文字検索を行うか否かの設定を設ける、あるいは、文字変換時のソフトキーに「絵文字検索」用のボタンを設けるなどの手段で、検索の要否をユーザに選択させる構成とすることもできる。
 また、絵文字データの検索先は有料サイトや一般サイト(いずれも外部のサーバ装置)でも良い。
 ユーザの好みの絵文字を見つけ易くするために、予め、検索先をユーザ指定できる構成とすることもできる。
 また、本発明のシステムに予測変換機能を付与することもできる。具体的には、絵文字に変換される文字列を、直前に入力された文字列から、予測変換機能によって予測された文字列とすることができる。
 なお、レスポンス向上のため、取得した絵文字データ(サムネイル画像データを含む)の一定量を本システム内にキャッシュしておいてもよい。 さらに、変換候補として表示される絵文字が多過ぎるという事態を避けるため、一度にダウンロードする絵文字の数を、検索数上位から一定数までに制限してもよい。
 図2は、本発明の実施形態に係る絵文字データ検索機能を備えた文字変換システムによる絵文字変換処理の方法を示す説明図である。
 図2において、本発明の実施形態に係る携帯端末装置1は、インターネット網を介して検索サイトBに接続される。携帯端末装置1の表示画面131は、文字入力エリアCおよび変換候補表示エリアDを含む。
 以下の説明では、1例として、携帯端末装置1のメール編集部113によるメール編集処理において、ユーザが文字列の「きらきら」を入力した場合の絵文字変換処理について説明する。
 まず、絵文字変換処理を実行する前に、ユーザが行うべき準備の処理(前処理)について説明する。
 本システムの携帯端末装置1では、絵文字検索SSを行うサイトを予め登録することができる。よって、ユーザは、絵文字変換処理を実施する前に、絵文字検索を行うサイトと、絵文字の上位検索数とを予めユーザ設定として記憶部12に登録しておくことができる。ユーザが指定したサイトを含む検索サイトは、検索実行部112に設定される。
 なお、検索する文字数が多くなりすぎて携帯端末装置1が高負荷となることを避けるために、特定の検索サイト及び絵文字の検索数を制限する必要がある場合は、ユーザが本設定を実施しない場合であっても、予め、本システム側で、デフォルトの場合の検索サイト及び絵文字の検索数の上限を設けておくことで、携帯端末装置1が高負荷となることを回避できる。
 以下、絵文字変換処理の手順(本システム側の処理手順及びユーザ側の操作手順)について箇条書きで説明する。
 (1) ユーザは、携帯端末装置1の入力手段を用いて、表示画面131内の文字入力エリアC(文字入力表示領域)に、文字列(ここでは「きらきら」なる文字列)を入力する。ここでは、この文字入力エリアC内では、メール編集部113によってメール編集が行われる。
 (2) 携帯端末装置1の検索実行部112は、入力された文字列の「きらきら」をキーワードとして、インターネット上の検索サイトBにて絵文字データを検索SSし、検索数の上位から所定の一定数に至るまでの絵文字データのサムネイル画像データを自動ダウンロードによって取得する(ここでは、レスポンス等を考慮して、絵文字データそのものではなく、絵文字データに対応するサムネイル画像データを取得するようにしているが、絵文字の実データを取得するようにしてもよい)。
 (3) 携帯端末装置1の一覧表示生成部111は、変換候補表示エリアDに、漢字やカタカナなどの通常の変換候補SC(ここでは「きらきら」や「キラキラ」)の画像と、携帯端末装置1の記憶部12に記憶された絵文字データの絵文字画像SPに加え、(2)で取得した絵文字データに対応するサムネイル画像データのサムネイル画像LPを表示する。
 (4) 変換候補表示エリアD内に表示された変換候補のうち、使用者が、(2)で取得した絵文字データに対応するサムネイル画像LPを選択した場合、ダウンロード部114は、該当する絵文字の実画像データを検索サイトBからダウンロードDLする。これを受けて、一覧表示生成部111は、ダウンロードした実画像データを、メール編集部113に引き渡す。メール編集部113は、この実画像データを、表示画面131内の文字入力エリアC(メール作成中の表示エリア)の文字列「きらきら」と置き換えて表示する。その際、メール編集部113が、実画像データと文字列「きらきら」とをそのまま置き換えるようにしてもよいし、あるいは、編集処理(コード変換を含めても良い)を実行してから置き換えるようにしてもよい。その後、メール編集部113は、空きエリアの詰めなどの処理を行う。
 図3は、本発明の実施形態に係る絵文字データ検索機能を備えた文字変換システム絵文字変換処理時の動作を示すフローチャートである。
 以下、図1および図2を参照しながら、図3に示すフローチャートを使用して、本実施形態に係る絵文字データ検索機能を備えた文字変換システムの絵文字変換処理時の動作を説明する。ここでは、検索結果がサムネイル画像データである場合について説明する。
 この絵文字変換処理は、メール編集部113において、他の必要なメール編集処理とマルチタスクで実行されることが好ましい。
 まず、ステップS1では、メール編集部113は、メール編集画面を、表示部13を介して表示画面131上の文字入力エリアCに表示する。
 次に、ステップS2では、検索実行部112は、文字列が入力されたか否かを判定する。文字列が入力されたと判定した場合(ステップS2:YES)はステップS3に進み、文字列が入力されていないと判定した場合(ステップS2:NO)はステップS11に移る。
 ステップS3では、検索実行部112は、入力された文字列を検索キーワードとして設定する。
 ステップS4では、検索実行部112は、検索範囲に入る検索先サイト及び絵文字の上位検索数を設定する。
 ステップS5では、検索実行部112は、入力された文字列を検索キーワードとし、設定された範囲での検索を実行する。
 ステップS6では、一覧表示生成部111は、表示画面上の変換候補表示エリアDを表示すると共に、検索結果であるサムネイル画像データを取得する。
 ステップS7では、一覧表示生成部111は、検索結果のサムネイル画像データを含む候補画像を、表示部13を介して表示画面上の変換候補表示エリアDに一覧表示する。
 ステップS8では、一覧表示生成部111は、候補画像のいずれか1つが選択されたか否かを判定する。候補画像のいずれか1つが選択されたと判定した場合(ステップS8:YES)はステップS9に進み、候補画像のいずれも選択されていないと判定した場合(ステップS8:NO)はステップS12に移る。
 ステップS9では、選択された画像がサムネイル画像である場合は、これらのサムネイル画像の実画像データを検索サイトBからダウンロードする。
 ステップS10では、選択された画像のデータを、表示部13を介して表示画面上の文字入力エリアCに表示されている文字列と置き換えて表示する。この時、必要なら空白部の詰め処理を行う。その後、ステップS11に移る。
 ステップS11では、メール編集部113は、メール編集が終了したか否かを判定する。メール編集が終了したと判定した場合(ステップS11:YES)は処理を終了し、メール編集が終了していないと判定した場合(ステップS11:NO)はステップS2に戻る。
 ステップS12では、メール編集部113は、メール編集が終了したか否かを判定する。メール編集が終了したと判定した場合(ステップS12:YES)は処理を終了し、メール編集が終了していないと判定した場合(ステップS12:NO)はステップS8に戻り、候補画像のいずれか1つが選択されるまで待機する。
 本実施形態に係る絵文字データ検索機能を備えた文字変換システム(携帯端末装置1等の情報端末装置)によれば、予め、装置内に絵文字データが記憶されていない場合であっても、ユーザは、絵文字の利用が可能となる効果がある。また、その際、ユーザ自身がダウンロードを実行するための操作を行う必要がなく、通常の絵文字変換を行う操作によって、自動的に外部の検索サイトの絵文字の利用が可能となる。
 また、本携帯端末装置によってウェブサイト等から自動的に検索された多くの絵文字が、自動的に変換候補として、表示画面131の変換候補表示エリアD内に表示される。したがって、当初は絵文字の入力などは想定していなかったユーザに対しても、より好適な絵文字が存在することに気付かせることができる。
(他の実施の形態)
 本発明の実施形態に係る絵文字データ検索機能を備えた文字変換システムの絵文字検索処理で検索された絵文字データに対応する絵文字は、予測変換の候補としても表示することができる。
 例えば、図2において、文字データで「待ってるよ」なる文字列を、文字入力エリアCに入力した時点で、直後に入力されることが予想される文字列として、文字データの「きらきら」が想定される場合、文字データの「きらきら」を変換候補とし、かつキーワードとして検索し、その検索結果の絵文字データ(またはそのサムネイル画像)を表示することができる。
 なお、本発明に係る絵文字データ検索機能を備えた文字変換システムの、各構成要素の処理の少なくとも一部をコンピュータ制御により実行させてもよい。このような処理を、図3のフローチャートで示した手順によりコンピュータに実行せしめるプログラムは、半導体メモリを始め、CD-ROMや磁気テープなどのコンピュータ読み取り可能な記録媒体に格納してもよい。少なくともマイクロコンピュータ、パーソナルコンピュータ、汎用コンピュータを含むコンピュータが、上記の記録媒体から上記プログラムを読み出して、実行させてもよい。
 以上、本発明の実施形態を図面を参照して詳述したが、具体的な構成はこの実施形態に限られるものではなく、この発明の要旨を逸脱しない範囲の設計変更等も含まれる。
 本願は、2010年10月8日に、日本に出願された特願2010-228351号に基づき優先権を主張し、その内容をここに援用する。
 本発明は絵文字データ検索機能を備えた携帯端末装置等の文字変換システムに用いることができる。本発明によれば、外部のデータベースを検索することによって文字変換システム内に記憶されていない絵文字データを利用することが可能となる。
1   携帯端末装置
11  制御部
12  記憶部
13  表示部
111 一覧表示生成部
112 検索実行部
113 メール編集部
114 ダウンロード部
B   検索サイト
C   文字入力エリア
D   変換候補表示エリア

Claims (8)

  1.  入力された文字列を表示画面の文字入力表示領域に表示するメール編集部と、
     前記文字列に対応させて絵文字データを記憶する記憶部と、
     前記文字列に対応する絵文字データを、前記記憶部および通信網を介して接続された外部の検索サーバ装置から取得する検索実行部と、
     前記取得した絵文字データの絵文字画像を、前記表示画面の変換候補表示領域に変換候補として一覧表示する一覧表示生成部と、
     前記変換候補から選択された絵文字画像を、前記文字入力領域に表示されている前記文字列と置き換えて表示する表示部と、
     を備える文字変換システム。
  2.  前記絵文字データは、サムネイル画像データを含む請求項1記載の文字変換システム。
  3.  前記外部の検索サーバ装置は、前記文字変換システムに予め設定されているか、若しくは前記文字変換システムの使用者によって予め指定されている請求項1または請求項2に記載の絵文字データ検索機能を備えた文字変換システム。
  4.  前記外部の検索サーバ装置から、設定された検索数の絵文字データを取得する請求項1乃至3のいずれか1項に記載の文字変換システム。
  5.  前記設定された検索数は、前記文字変換システムに予め設定されているか、若しくは前記文字変換システムの使用者によって予め指定されている請求項4記載の文字変換システム。
  6.  入力された文字列から予測される所定の文字列を出力する予測変換手段と、前記予測変換手段によって予測された前記文字列に対応する本システム内蔵の絵文字データを取得する手段と、前記予測された文字列に対応する絵文字データを、前記外部の検索サーバ装置から取得する手段と、をさらに備える請求項1乃至5のいずれか1項に記載の文字変換システム。
  7.  文字列を入力させるステップと、
     前記文字列を文字入力表示領域に表示するステップと、
     前記文字列に対応する絵文字データを複数の絵文字データを記憶する記憶部から取得するステップと、
     前記文字列に対応する絵文字データを、通信網を介して接続された外部の検索サーバ装置から取得するステップと、
     前記取得した絵文字データの絵文字画像を、変換候補表示領域に変換候補として一覧表示するステップと、
     前記変換候補の絵文字画像を選択させるステップと、
     前記選択された絵文字画像を、前記文字入力領域に表示されている前記文字列と置き換えて表示するステップと、
    を有する絵文字データ検索機能を備えた文字変換方法。
  8.  絵文字データ検索機能を備えた文字変換処理を実行制御するためのコンピュータプログラムであって、
     文字列を入力させるステップと、
     前記文字列を文字入力表示領域に表示するステップと、
     前記文字列に対応する絵文字データを複数の絵文字データを記憶する記憶部から取得するステップと、
     前記文字列に対応する絵文字データを、通信網を介して接続された外部の検索サーバ装置から取得するステップと、
     前記取得した絵文字データの絵文字画像を、変換候補表示領域に変換候補として一覧表示するステップと、
     前記変換候補の絵文字画像を選択させるステップと、
     前記選択された絵文字画像を、前記文字入力領域に表示されている前記文字列と置き換えて表示するステップと、
     を有するコンピュータプログラム。
PCT/JP2011/070827 2010-10-08 2011-09-13 文字変換システム及び文字変換方法並びにコンピュータプログラム WO2012046546A1 (ja)

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)

* Cited by examiner, † Cited by third party
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)

* Cited by examiner, † Cited by third party
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)

* Cited by examiner, † Cited by third party
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)

* Cited by examiner, † Cited by third party
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 刘二中 文件内容的特征词的输入和处理方法

Patent Citations (7)

* Cited by examiner, † Cited by third party
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)

* Cited by examiner, † Cited by third party
Title
See also references of EP2626794A4

Cited By (8)

* Cited by examiner, † Cited by third party
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