JP2016181198A - Computer program, information search system, and control method of the same - Google Patents

Computer program, information search system, and control method of the same Download PDF

Info

Publication number
JP2016181198A
JP2016181198A JP2015062074A JP2015062074A JP2016181198A JP 2016181198 A JP2016181198 A JP 2016181198A JP 2015062074 A JP2015062074 A JP 2015062074A JP 2015062074 A JP2015062074 A JP 2015062074A JP 2016181198 A JP2016181198 A JP 2016181198A
Authority
JP
Japan
Prior art keywords
target word
search
search target
image
translation
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
JP2015062074A
Other languages
Japanese (ja)
Other versions
JP6038215B2 (en
Inventor
洋樹 高梨
Hiroki Takanashi
洋樹 高梨
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Recruit Holdings Co Ltd
Original Assignee
Recruit Holdings Co Ltd
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 Recruit Holdings Co Ltd filed Critical Recruit Holdings Co Ltd
Priority to JP2015062074A priority Critical patent/JP6038215B2/en
Priority to PCT/JP2016/059329 priority patent/WO2016152962A1/en
Publication of JP2016181198A publication Critical patent/JP2016181198A/en
Application granted granted Critical
Publication of JP6038215B2 publication Critical patent/JP6038215B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/40Processing or translation of natural language
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/10Image acquisition

Abstract

PROBLEM TO BE SOLVED: To achieve an improved user interface that contributes to acceleration of translation processing and search processing in providing a search service.SOLUTION: A computer program according to the present invention causes a computer operated by a user to function as: an imaging part that acquires an image including a search target word; a storage part that stores the image; a display part that displays the image; a mark providing part that enables, on the displayed image, provision of a mark for a user to designate the search target word at, for example, a position corresponding to the search target word; and a recognition part that recognizes the search target word on the basis of the provided mark and acquires text data of the search target word.SELECTED DRAWING: Figure 4

Description

本発明は、コンピュータプログラム、情報検索システム、及びその制御方法に関する。   The present invention relates to a computer program, an information retrieval system, and a control method thereof.

例えば、外国人旅行者や居住して間もない外国人(以下まとめて単に「外国人」という)が、異国の地で外食する際、飲食店のメニューは、その国の言語で記載されていることが多いため、その飲食メニューに記載されている料理等の内容をすぐに且つ正確に理解することは通常難しい。その場合、外国人は、辞書、翻訳装置(例えば特許文献1)、ウェブ上の翻訳エンジンやポータルサイト等を使って、複数(場合によってな非常に多数)のメニューの内容を一旦母国語に翻訳してから、所望のメニューを選択する必要がある。また、飲食メニューに限らず、外国人が母国語とは異なる言語で記載された事項の内容を知りたい場合も、同様である。   For example, when a foreign traveler or a foreigner who has just lived (hereinafter simply referred to as “foreigner”) eats out in a foreign country, the restaurant menu is written in the language of that country. In many cases, it is usually difficult to quickly and accurately understand the contents of dishes and the like described in the food and drink menu. In that case, foreigners once translate the contents of multiple (very large number of menus in some cases) menus into their native language using a dictionary, translation device (eg, Patent Document 1), web translation engine, portal site, etc. Then, it is necessary to select a desired menu. The same applies to foreigners who want to know the contents of matters written in a language different from their native language.

特開2014−016759号公報JP 2014-016759 A

しかし、辞書、翻訳装置、翻訳エンジン等を用いて複数の事項を母国語に変換する作業は、非常に手間がかかってしまう。また、そもそも、外国人が母国語と異なる言語を判読できない場合には、辞書、翻訳装置、翻訳エンジン等を用いることもできない可能性が非常に高い。例えば、日本語に馴染みがない外国人が、日本語で書かれた飲食メニュー(複雑なフォントや手書きで書かれたもの多々ある)の「読み方」を知らなければ、翻訳装置や翻訳エンジンへの入力すらできない。   However, the work of converting a plurality of items into a native language using a dictionary, a translation device, a translation engine, etc. is very time consuming. In the first place, when a foreigner cannot read a language different from the native language, there is a high possibility that a dictionary, a translation device, a translation engine, etc. cannot be used. For example, if a foreigner unfamiliar with Japanese does not know how to read the food and drink menu written in Japanese (there are many complicated fonts and handwritten ones), the translation device or translation engine I can't even type.

その一方で、従来知られているOCR(Optical Character Reader:光学式文字読取装置)による読み取り方式を利用し、文字を含む撮像画像に含まれる事項をテキストデータに変換し、そのテキストデータをウェブ上の翻訳エンジンや検索エンジン、或いはそれらの機能を有するポータルサイトへ入力することにより、その内容を調べる方法も考えられる。しかし、この場合、一般的には、画像に含まれる全ての文字を認識してテキストデータを一旦取得した後、目的の事項に相当するテキストを取捨選択してから、翻訳エンジンや検索エンジンを利用することとなる。したがって、OCR変換の際に、画像に含まれる情報全体の認識が必要なるため、データ量が多くなってしまうとともに、使い勝手も決してよいとは言えない。   On the other hand, using the reading method by the conventionally known OCR (Optical Character Reader), the matter included in the captured image including characters is converted into text data, and the text data is converted to the web. A method of examining the contents of the translation engine or search engine by inputting it into a portal site having these functions is also conceivable. However, in this case, generally, after all text characters in the image are recognized and text data is acquired, the text corresponding to the target matter is selected, and then a translation engine or search engine is used. Will be. Therefore, since it is necessary to recognize the entire information included in the image at the time of OCR conversion, the amount of data increases and the usability is never good.

そこで、本発明は、かかる事情に鑑みてなされたものであり、外国人の母国語とは異なる言語で記載された検索対象ワードの情報を得る際に、検索対象ワードの認識における処理負荷及びデータ量を低減することにより、翻訳処理及び検索処理の迅速化に資するとともに、更に改良されたユーザインターフェイスを実現することが可能なコンピュータプログラム、情報検索システム、及びその制御方法を提供することを目的とする。   Therefore, the present invention has been made in view of such circumstances, and when obtaining information on a search target word described in a language different from the native language of a foreigner, processing load and data in recognition of the search target word An object of the present invention is to provide a computer program, an information search system, and a control method thereof that can contribute to speeding up of the translation process and the search process by reducing the amount, and can realize a further improved user interface. To do.

上記課題を解決するため、本発明の一態様によるコンピュータプログラムは、ユーザが操作するコンピュータを、検索対象ワードを含む画像を取得する撮像部、その画像を記憶する記憶部、その画像を表示する表示部、その表示された画像において、ユーザが検索対象ワードを指定するマークを、例えば、その検索対象マークに対応する位置に付与することを可能ならしめるマーク付与部、及び、その付与されたマークに基づいて検索対象ワードを認識し、その検索対象ワードのテキストデータを取得する認識部として機能させるものである。   In order to solve the above problems, a computer program according to an aspect of the present invention provides a computer operated by a user, an imaging unit that acquires an image including a search target word, a storage unit that stores the image, and a display that displays the image In the displayed image, for example, a mark assigning unit that enables a user to add a mark designating a search target word to a position corresponding to the search target mark, and the given mark Based on this, the search target word is recognized and functions as a recognition unit that acquires text data of the search target word.

また、本発明の一態様によるコンピュータプログラムは、コンピュータを、翻訳システムに前記検索対象ワードのテキストデータ引き渡し、検索システムに前記翻訳システムによる翻訳結果を引き渡し、且つ、前記検索システムから前記検索対象ワードに関連する情報を取得する翻訳検索部として機能させ、表示部が、その翻訳検索部によって取得された検索対象ワードに関連する情報を表示するように構成されてもよい。   A computer program according to an aspect of the present invention delivers a computer to a translation system by passing text data of the search target word, to a search system by passing a translation result by the translation system, and from the search system to the search target word. It may be configured to function as a translation search unit that acquires related information, and the display unit may display information related to the search target word acquired by the translation search unit.

より具体的には、例えば、認識部が、上記の画像(検索対象ワードを含む画像)においてマークを基準とする所定の範囲の画像処理を行うように構成することができる。   More specifically, for example, the recognition unit can be configured to perform a predetermined range of image processing using the mark as a reference in the image (an image including a search target word).

ここで、マークの種類は特に制限されず、例えば、開いた図形(両端を有する線等)又は閉じた図形(無端の円形、矩形、丸、三角、四角、多角等)である。   Here, the type of the mark is not particularly limited, and may be, for example, an open figure (line having both ends) or a closed figure (endless circle, rectangle, circle, triangle, square, polygon, etc.).

さらに、検索対象ワードの言語も特に制限されず、例えば、それが日本語である場合に、本発明は極めて有用である。   Further, the language of the search target word is not particularly limited. For example, the present invention is extremely useful when it is Japanese.

また、本発明の一態様による情報検索システムは、検索対象ワードに関連する情報を、ユーザが操作するクライアント装置を介してユーザへ提供するシステムであって、検索対象ワードを含む画像を取得する撮像部と、その画像を記憶する記憶部と、その画像を表示する表示部と、その画像において、ユーザが検索ワードを指定するマークを、例えば、その検索対象マークに対応する位置に付与することを可能ならしめるマーク付与部と、そのマークに基づいて検索対象ワードを認識し、その検索対象ワードのテキストデータを取得する認識部と、翻訳システムに検索対象ワードのテキストデータを引き渡し、検索システムに翻訳システムによる翻訳結果を引き渡し、且つ、検索システムから検索対象ワードに関連する情報を取得する翻訳検索部とを備えており、表示部が、その翻訳検索部によって取得された検索対象ワードに関連する情報を表示する。   An information search system according to an aspect of the present invention is a system that provides information related to a search target word to a user via a client device operated by the user, and obtains an image including the search target word. A display unit for displaying the image, a display unit for displaying the image, and a mark for designating a search word by the user in the image, for example, at a position corresponding to the search target mark. A mark giving unit that makes it possible, a recognition unit that recognizes a search target word based on the mark, obtains text data of the search target word, and delivers the text data of the search target word to the translation system, and translates to the search system Translation test that delivers the translation results by the system and obtains information related to the search target word from the search system And a section, the display unit displays the information related to the searched word acquired by the translation search unit.

また、本発明の一態様による情報検索システムの制御方法は、検索対象ワードに関連する情報を、ユーザが操作するクライアント装置を介してそのユーザへ提供する情報検索システムを制御する方法であって、撮像部により、検索対象ワードを含む画像を取得し、記憶部により、その画像を記憶し、表示部により、その画像を表示し、マーク付与部により、その画像において、ユーザが検索対象ワードを指定するマークを、例えば、その検索対象マークに対応する位置に付与することを可能ならしめ、認識部により、そのマークに基づいて検索対象ワードを認識し且つ検索対象ワードのテキストデータを取得し、翻訳検索部により、翻訳システムに検索対象ワードのテキストデータを引き渡し、検索システムに翻訳システムによる翻訳結果を引き渡し、且つ、検索システムから検索対象ワードに関連する情報を取得し、表示部により、翻訳検索部によって取得された検索対象ワードに関連する情報を表示する。   A control method for an information search system according to an aspect of the present invention is a method for controlling an information search system that provides information related to a search target word to a user via a client device operated by the user, An image including the search target word is acquired by the imaging unit, the image is stored by the storage unit, the image is displayed by the display unit, and the user designates the search target word in the image by the mark providing unit. For example, it is possible to assign a mark to be performed at a position corresponding to the search target mark, and the recognition unit recognizes the search target word based on the mark and obtains text data of the search target word, and translates it. The search unit delivers the text data of the search target word to the translation system, and the translation result from the translation system is sent to the search system. It can pass, and to obtain relevant information from the search system in the search word, the display unit displays information related to the acquired search target words by the translation search unit.

本発明によれば、検索対象ワードを含む画像を取得し且つ記憶し、表示されたその画像において、ユーザが検索対象ワードに対応する位置に自らマークを付与し、その付与されたマークに基づいて検索対象ワードを認識してそのテキストデータを取得することができる。したがって、画像全体の画像処理による文字認識が不要となり、ユーザが意図した検索対象ワードの認識を確実に実施することができるので、外国人の母国語とは異なる言語で記載された検索対象ワードの情報を得る際に、検索対象ワードの認識における処理負荷及びデータ量を低減することができる。また、これにより、翻訳処理及び検索処理の迅速化に資するとともに、更に改良されたユーザインターフェイスを実現することが可能となる。   According to the present invention, an image including a search target word is acquired and stored, and in the displayed image, the user assigns a mark to a position corresponding to the search target word, and based on the provided mark. The search target word can be recognized and the text data can be acquired. Therefore, character recognition by image processing of the entire image becomes unnecessary, and recognition of the search target word intended by the user can be performed with certainty. Therefore, the search target word written in a language different from the native language of the foreigner can be obtained. When obtaining information, it is possible to reduce the processing load and data amount in recognition of the search target word. In addition, this contributes to speeding up of the translation process and the search process, and can realize a further improved user interface.

本発明による情報検索システムに係るネットワーク構成の好適な一実施形態を概略的に示すシステムブロック図である。1 is a system block diagram schematically showing a preferred embodiment of a network configuration relating to an information search system according to the present invention. FIG. 本発明による情報検索システムにおけるサーバ装置の好適な一実施形態の構成を概略的に示すブロック図である。It is a block diagram which shows roughly the structure of suitable one Embodiment of the server apparatus in the information search system by this invention. 本発明による情報検索システムにおけるクライアント装置の好適な一実施形態の構成を概略的に示すブロック図である。It is a block diagram which shows roughly the structure of one suitable embodiment of the client apparatus in the information search system by this invention. 本発明による情報検索システムによって提供される検索サービスにおける基本的な処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the basic process in the search service provided by the information search system by this invention. (A)〜(E)は、クライアント装置における表示画面の遷移の一例を示す平面図である。(A)-(E) are top views which show an example of the transition of the display screen in a client apparatus.

以下、本発明の実施の形態について詳細に説明する。なお、以下の実施の形態は、本発明を説明するための例示であり、本発明をその実施の形態のみに限定する趣旨ではない。また、本発明は、その要旨を逸脱しない限り、さまざまな変形が可能である。さらに、当業者であれば、以下に述べる各要素を均等なものに置換した実施の形態を採用することが可能であり、かかる実施の形態も本発明の範囲に含まれる。またさらに、必要に応じて示す上下左右等の位置関係は、特に断らない限り、図示の表示に基づくものとする。さらにまた、図面における各種の寸法比率は、その図示の比率に限定されるものではない。また、以下においては、理解を容易にするべく、検索ワードが日本語である実施の形態を例にとって説明するが、上述の如く、本発明はそれに限定されない。   Hereinafter, embodiments of the present invention will be described in detail. The following embodiments are examples for explaining the present invention, and are not intended to limit the present invention only to the embodiments. The present invention can be variously modified without departing from the gist thereof. Furthermore, those skilled in the art can employ embodiments in which the elements described below are replaced with equivalent ones, and such embodiments are also included in the scope of the present invention. Furthermore, positional relationships such as up, down, left, and right shown as needed are based on the display shown unless otherwise specified. Furthermore, various dimensional ratios in the drawings are not limited to the illustrated ratios. In the following, an embodiment in which the search word is Japanese will be described as an example for easy understanding. However, as described above, the present invention is not limited thereto.

図1は、本発明による情報検索システムに係るネットワーク構成の好適な一実施形態を概略的に示すシステムブロック図である。情報検索システム100は、ネットワーク20を介して単数又は複数のクライアント装置30(図示においては複数記載)に接続された検索サービスを提供するサーバ装置10を備える。   FIG. 1 is a system block diagram schematically showing a preferred embodiment of a network configuration relating to an information search system according to the present invention. The information search system 100 includes a server device 10 that provides a search service connected to one or a plurality of client devices 30 (shown in the drawing) via a network 20.

サーバ装置10は、検索サービスを提供する機能の一部を有するネットワークノードであり、例えば、演算処理能力の高いホストコンピュータによって構成され、そのホストコンピュータにおいて所定のサーバ用プログラムが動作することにより、サーバ機能を発現するものである。本実施形態では、サーバ装置10は、後述する検索対象ワードを翻訳する翻訳システム(翻訳エンジンや翻訳機能を有するポータルサイト等)、及び、検索システム(翻訳エンジンや翻訳機能を有するポータルサイト等)を提供する装置である。ここで、サーバ装置10を構成するためのコンピュータは、ホストコンピュータに制限されず、例えば、汎用の通信端末装置によって構成されてもよい。また、サーバ装置10を構成するホストコンピュータは、必ずしも1台である必要はなく、ネットワーク20上に分散する複数のサブコンピュータから構成されてもよい。   The server device 10 is a network node having a part of a function for providing a search service. For example, the server device 10 is configured by a host computer having a high arithmetic processing capability, and a predetermined server program operates on the host computer, thereby It expresses the function. In the present embodiment, the server device 10 includes a translation system (such as a translation engine or a portal site having a translation function) that translates a search target word, which will be described later, and a search system (such as a portal site having a translation engine or a translation function). It is a device to provide. Here, the computer for configuring the server device 10 is not limited to the host computer, and may be configured by, for example, a general-purpose communication terminal device. Further, the host computer constituting the server device 10 is not necessarily one, and may be constituted by a plurality of sub computers distributed on the network 20.

一方、ネットワーク20は、例えば、有線ネットワーク(近距離通信網(LAN)、広域通信網(WAN)、又は付加価値通信網(VAN)等)と無線ネットワーク(移動通信網、衛星通信網、ブルートゥース、WiFi(Wireless Fidelity)、HSDPA(High Speed Downlink Packet Access)等)が混在して構成される通信網である。他方、クライアント装置30は、検索サービスの提供を受ける機能を有するネットワークノードであり、例えば、ユーザが使用する汎用の通信端末装置によって構成される。   On the other hand, the network 20 includes, for example, a wired network (a short-range communication network (LAN), a wide-area communication network (WAN), a value-added communication network (VAN), etc.) and a wireless network (mobile communication network, satellite communication network, Bluetooth, WiFi (Wireless Fidelity), HSDPA (High Speed Downlink Packet Access), etc.). On the other hand, the client device 30 is a network node having a function of receiving a search service, and is configured by, for example, a general-purpose communication terminal device used by a user.

このように構成された情報検索システム100において、ユーザが操作するクライアント装置30から、サーバ装置10へのリクエスト(クエリ、要求等)信号が出力され、そのリクエスト信号が、ネットワーク20経由でサーバ装置10へ送信される。クライアント装置30からのリクエスト信号を受信したサーバ装置10は、そのリクエストに応じたレスポンス信号をクライアント装置30へ返信し、そのレスポンス信号が、ネットワーク20経由でクライアント装置30へ送信される。これらの信号のやり取りにより、検索サービスの提供の一部が実現される。   In the information retrieval system 100 configured as described above, a request (query, request, etc.) signal to the server device 10 is output from the client device 30 operated by the user, and the request signal is transmitted via the network 20 to the server device 10. Sent to. The server apparatus 10 that has received the request signal from the client apparatus 30 returns a response signal corresponding to the request to the client apparatus 30, and the response signal is transmitted to the client apparatus 30 via the network 20. Part of the provision of the search service is realized by the exchange of these signals.

なお、本明細書においては、上述のとおり、演算処理能力の大小に拘わらず、検索サービスの一部を提供するネットワークノードを「サーバ装置」と称し、検索サービスの提供を受けるネットワークノードを「クライアント装置」と称する。また、サーバ装置10とクライアント装置30との間には、両者間の通信プロトコルを変換するゲートウェイサーバ等が介在してももちろんよい。   In the present specification, as described above, a network node that provides a part of the search service is referred to as a “server apparatus” regardless of the size of the arithmetic processing capability, and a network node that receives the search service is referred to as a “client”. Referred to as an "apparatus". Of course, a gateway server for converting a communication protocol between the server apparatus 10 and the client apparatus 30 may be interposed.

さらに、サーバ装置10又はクライアント装置30を構成する汎用の通信端末装置としては、例えば、デスクトップ型パソコン、ノート型パソコン、タブレット型パソコン、ラップトップ型パソコン、スマートフォン等を含む携帯電話機が挙げられる。より具体的には、携帯電話機としては、PDC(Personal Digital Cellular)、PCS(Personal Communication System)、GSM(登録商標)(Global System for Mobile communications)、PHS(Personal Handy phone System)、PDA(Personal Digital Assistant)等のハンドヘルド携帯端末を例示することができる。さらに、それらの携帯電話機におけるデータ通信方式として、例えば、W−CDMA(Wideband Code Division Multiple Access)、CDMA−2000(Code Division Multiple Access-2000)、IMT−2000(International Mobile Telecommunication-2000)、Wibro(Wireless Broadband Internet)等の規格を挙げることができる。   Furthermore, examples of the general-purpose communication terminal device constituting the server device 10 or the client device 30 include mobile phones including desktop personal computers, notebook personal computers, tablet personal computers, laptop personal computers, smartphones, and the like. More specifically, as mobile phones, PDC (Personal Digital Cellular), PCS (Personal Communication System), GSM (registered trademark) (Global System for Mobile communications), PHS (Personal Handy phone System), PDA (Personal Digital) A handheld portable terminal such as Assistant) can be exemplified. Furthermore, as a data communication system in these cellular phones, for example, W-CDMA (Wideband Code Division Multiple Access), CDMA-2000 (Code Division Multiple Access-2000), IMT-2000 (International Mobile Telecommunication-2000), Wibro ( Standards such as “Wireless Broadband Internet”.

図2は、本発明による情報検索システムにおけるサーバ装置の好適な一実施形態の構成を概略的に示すブロック図である。同図に示す如く、サーバ装置10は、プロセッサ11、通信インタフェース12、及び記憶資源13を備える。プロセッサ11は、算術演算、論理演算、ビット演算等を処理する算術論理演算ユニット及び各種レジスタ(プログラムカウンタ、データレジスタ、命令レジスタ、汎用レジスタ等)から構成され、記憶資源13に格納されている本発明によるコンピュータプログラム40を解釈及び実行し、単数又は複数のクライアント装置30からのリクエストに対するレスポンスを返す。また、通信インタフェース12は、ネットワーク20を介してクライアント装置30に接続するためのハードウェアモジュールであり、例えば、ISDNモデム、ADSLモデム、ケーブルモデム、光モデム、ソフトモデム等の変調復調装置である。   FIG. 2 is a block diagram schematically showing a configuration of a preferred embodiment of the server device in the information search system according to the present invention. As shown in the figure, the server device 10 includes a processor 11, a communication interface 12, and a storage resource 13. The processor 11 is composed of an arithmetic and logic unit for processing arithmetic operations, logical operations, bit operations and the like and various registers (program counter, data register, instruction register, general-purpose register, etc.), and is stored in the storage resource 13. The computer program 40 according to the invention is interpreted and executed, and responses to requests from one or more client devices 30 are returned. The communication interface 12 is a hardware module for connecting to the client device 30 via the network 20 and is, for example, a modulation / demodulation device such as an ISDN modem, an ADSL modem, a cable modem, an optical modem, or a soft modem.

コンピュータプログラム40は、複数のクライアント装置30からのリクエストに応答して一連の情報検索処理(主として翻訳と検索)を行うためのプログラムであり、サーバ装置10のメインプログラム(上述したサーバ用プログラム等)の動作中に適宜呼び出されて実行される複数のソフトウェアモジュールを備える。かかるソフトウェアモジュールは、それぞれ特定の処理を実行するためにモジュール化されたサブプログラムであり、例えば、プロシージャ、サブルーチン、メソッド、関数、及びデータ構造等を用いて作成されたものである。なお、「モジュール」とは、その部分だけでコンパイル可能な単位を示す(但し、これに制限されない)。   The computer program 40 is a program for performing a series of information retrieval processing (mainly translation and retrieval) in response to requests from a plurality of client devices 30, and is a main program (such as the server program described above) of the server device 10. And a plurality of software modules that are called and executed as appropriate during the operation. Each of the software modules is a subprogram modularized to execute a specific process, and is created using, for example, a procedure, a subroutine, a method, a function, and a data structure. The “module” indicates a unit that can be compiled only by that part (however, it is not limited to this).

具体的には、コンピュータプログラム40は、検索サービスに含まれる種々の制御演算処理(例えば、検索対象ワードの認識、翻訳、及び検索における処理)を行う制御モジュール41、及び、制御モジュール41による処理結果等をクライアント装置30に表示するための画像生成やその表示処理を行う画像モジュール42のほか、ネットワーク20との通信処理等を行うモジュールを備える。   Specifically, the computer program 40 performs various control arithmetic processing included in the search service (for example, processing for recognition, translation, and search of a search target word), and processing results by the control module 41 In addition to an image module 42 that performs image generation and display processing for displaying the image on the client device 30, a module that performs communication processing with the network 20 and the like is provided.

また、記憶資源13には、制御モジュール41が検索サービスに含まれる種々の制御演算処理を行う際に必要なパラメータ(例えば、検索対象ワードの認識で用いられるアルゴリズムの実行に必要なパラメータ等)、画像モジュール42が画像生成やその表示処理を行う際のレイアウトや画面倍率操作等に必要なパラメータといった演算パラメータ50が記憶されている。   Further, the storage resource 13 includes parameters necessary for the control module 41 to perform various control calculation processes included in the search service (for example, parameters necessary for executing an algorithm used for recognition of a search target word), Calculation parameters 50 such as a layout and a parameter necessary for screen magnification operation when the image module 42 performs image generation and display processing are stored.

また、記憶資源13は、例えば、物理デバイス(例えば、ディスクドライブ又は半導体メモリ等のコンピュータ読み取り可能な記録媒体)の記憶領域が提供する論理デバイスである。複数の物理デバイスを1つの論理デバイスにマッピングしてもよく、或いは1つの物理デバイスを複数の論理デバイスにマッピングしてもよい。この記憶資源13には、各クライアント装置30のアクセス履歴、過去の検索対象ワード等を示すデータやログ等が保存されてもよい。   The storage resource 13 is a logical device provided by a storage area of a physical device (for example, a computer-readable recording medium such as a disk drive or a semiconductor memory). A plurality of physical devices may be mapped to one logical device, or one physical device may be mapped to a plurality of logical devices. The storage resource 13 may store data, logs, and the like indicating the access history of each client device 30, past search target words, and the like.

図3は、本発明による情報検索システムにおけるクライアント装置の好適な一実施形態の構成を概略的に示すブロック図である。クライアント装置30は、プロセッサ31、音声出力デバイス32、通信インタフェース33、記憶資源34、入力デバイス35、表示デバイス36、カメラ37を備える。   FIG. 3 is a block diagram schematically showing the configuration of a preferred embodiment of the client device in the information search system according to the present invention. The client device 30 includes a processor 31, an audio output device 32, a communication interface 33, a storage resource 34, an input device 35, a display device 36, and a camera 37.

プロセッサ31は、算術論理演算ユニット及び各種レジスタ(プログラムカウンタ、データレジスタ、命令レジスタ、汎用レジスタ等)から構成され、記憶資源34に格納されているプログラム60(例えば、スマートフォンにインストールされた本発明による情報検索のためのアプリケーションプログラム)を解釈及び実行し、入力デバイス35に入力された操作情報に従ってサーバ装置10にリクエストを送信し、サーバ装置10からのレスポンスを受信する。このプログラム60は、具体的には、サーバ装置10に接続して翻訳及び検索サービスの提供を受けるためのアプリケーションプログラムである。このアプリケーションプログラムは、例えばサーバ装置10からネットワーク20を通じて配信可能である。   The processor 31 includes an arithmetic logic unit and various registers (program counter, data register, instruction register, general-purpose register, etc.), and a program 60 stored in the storage resource 34 (for example, according to the present invention installed in a smartphone) The application program for information retrieval) is interpreted and executed, a request is transmitted to the server device 10 according to the operation information input to the input device 35, and a response from the server device 10 is received. Specifically, the program 60 is an application program for connecting to the server device 10 and receiving a translation and search service. This application program can be distributed from the server device 10 through the network 20, for example.

記憶資源34は、物理デバイス(例えば、ディスクドライブ又は半導体メモリ等のコンピュータ読み取り可能な記録媒体)の記憶領域が提供する論理デバイスであり、クライアント装置30の処理に用いられるオペレーティングシステムプログラム、ドライバプログラム、各種データ等も格納する。ドライバプログラムとしては、例えば、入力デバイス35を制御するための入力デバイスドライバプログラムや、音声出力デバイス32及び表示デバイス36を制御するための出力デバイスドライバプログラム等が挙げられる。各種データとしては、例えば、検索サービスのメニュー表示の履歴や検索対象ワードの情報が掲載されているウェブページの履歴データ等が挙げられる。   The storage resource 34 is a logical device provided by a storage area of a physical device (for example, a computer-readable recording medium such as a disk drive or a semiconductor memory), and an operating system program, a driver program, Also stores various data. Examples of the driver program include an input device driver program for controlling the input device 35 and an output device driver program for controlling the audio output device 32 and the display device 36. Examples of the various data include history data of a search service menu display, history data of a web page on which information on a search target word is posted, and the like.

音声出力デバイス32は、例えば、一般的なサウンドデータを再生可能なサウンドプレイヤである。また、通信インタフェース33は、サーバ装置10との接続インタフェースを提供するものであり、無線通信インタフェース又は有線通信インタフェースから構成される。さらに、入力デバイス35は、ユーザからの入力操作を受け付けるインタフェースを提供するものであり、タッチパネル、キーボード、マウス等を例示することができる。また、表示デバイス36は、検索サービス画面等の画像表示インタフェースをユーザに提供するものであり、例えば、有機ELディスプレイ、液晶ディスプレイ、CRTディスプレイ等が挙げられる。さらに、カメラは、検索対象ワードを含む被写体の静止画像を撮像するためのものである。   The audio output device 32 is, for example, a sound player that can reproduce general sound data. The communication interface 33 provides a connection interface with the server device 10 and is configured by a wireless communication interface or a wired communication interface. Furthermore, the input device 35 provides an interface for receiving an input operation from the user, and examples thereof include a touch panel, a keyboard, and a mouse. The display device 36 provides a user with an image display interface such as a search service screen, and examples thereof include an organic EL display, a liquid crystal display, and a CRT display. Further, the camera is for capturing a still image of a subject including the search target word.

以上の例示の如く構成された本発明による情報検索システム100を用いた検索サービスの提供における具体的な手順の一例について、図4及び図5を参照して更に説明する。図4は、本発明による情報検索システムによって提供される検索サービスにおける基本的な処理の流れを示すフローチャートであり、図5(A)〜(E)は、その際のクライアント装置における表示画面の遷移及び処理の一例を示す平面図である。なお、図4においては、縦破線の向かって左側に、図5の表示画面の遷移及び処理に対応したクライアント装置における画面の表示処理を時系列的に示し、縦破線の向かって右側には、ユーザによるクライアント装置の操作を時系列的に示す。   An example of a specific procedure in providing a search service using the information search system 100 according to the present invention configured as described above will be further described with reference to FIGS. FIG. 4 is a flowchart showing a basic processing flow in the search service provided by the information search system according to the present invention. FIGS. 5A to 5E show transitions of display screens in the client device at that time. It is a top view which shows an example of a process. In FIG. 4, on the left side of the vertical broken line, the screen display processing in the client device corresponding to the transition and processing of the display screen of FIG. 5 is shown in time series, and on the right side of the vertical broken line, The operation of the client device by the user is shown in time series.

まず、ユーザが、クライアント装置30にインストールされたアプリケーションプログラムの中から、本発明による情報検索システムを実行及び制御するためのアプリケーションプログラムであるプログラム60を起動する(ステップSU1)。このとき、プログラム60の選択は、例えば、クライアント装置30における表示デバイス36のディスプレイ61に表示されたアイコン等をタップや押下等することにより行う。   First, the user activates a program 60, which is an application program for executing and controlling the information retrieval system according to the present invention, from application programs installed in the client device 30 (step SU1). At this time, the program 60 is selected by, for example, tapping or pressing an icon or the like displayed on the display 61 of the display device 36 in the client device 30.

プログラム60が起動されると、クライアント装置30の表示デバイス36(表示部)に、図5(A)に一例を示す起動画面が表示される(ステップSC1)とともに、記憶資源34(記憶部)に記憶された各種データがロードされる(かかるデータのロードが不要であってもよい)。データロードが完了すると、ディスプレイ61には、ユーザの操作なしで自動的に図5(B)に示すカメラ画面が表示される(ステップSC2)。   When the program 60 is activated, an activation screen shown in FIG. 5A is displayed on the display device 36 (display unit) of the client device 30 (step SC1), and the storage resource 34 (storage unit). Various stored data are loaded (loading of such data may be unnecessary). When the data loading is completed, the camera screen shown in FIG. 5B is automatically displayed on the display 61 without any user operation (step SC2).

ここで、本実施形態では、図5(B)に示す如く、日本語で書かれた飲食メニューが、被写体としてディスプレイ61に表示されており、被写体を撮影するためのカメラボタン63も、その被写体画像に重なるように表示されている。ユーザが、カメラボタン63を押下して、飲食メニューのなかから意味を知りたいと想起したワード(検索対象ワード)を含む画像をカメラ(撮像部)で撮影すると(ステップSU2)、撮影された画像が一旦記憶資源34に保存された後、ディスプレイ61に直ちに表示され、その表示画面の所定領域には、検索対象ワードの下方にガイドライン64a(マーク)を引くことをユーザに促すメッセージ64が表示される(図5(C))。つまり、ディスプレイ61には、プロセッサ31(マーク付与部)の指令により、検索対象ワード指定画面が表示される(ステップSC3)。   Here, in this embodiment, as shown in FIG. 5B, a food and drink menu written in Japanese is displayed on the display 61 as a subject, and the camera button 63 for photographing the subject is also the subject. It is displayed so as to overlap the image. When the user depresses the camera button 63 and photographs an image including a word (search target word) that is recalled from the food / drink menu with the meaning (search target word) (step SU2), the photographed image is captured. Is stored in the storage resource 34 and then immediately displayed on the display 61. In a predetermined area of the display screen, a message 64 prompting the user to draw a guideline 64a (mark) is displayed below the search target word. (FIG. 5C). That is, the search target word designation screen is displayed on the display 61 in accordance with a command from the processor 31 (mark assigning unit) (step SC3).

このとき、ユーザは、例えば指やスタイラスペンでディスプレイ61の表面をなぞることにより、画像における検索対象ワードの下方にガイドライン64aを引くことができる(ステップSU3)。図5(C)には、検索対象ワードとしてカタカナで手書き且つ横書きされた「チーズ」が認識対象文字として指定され、その文字に沿ってその下方にガイドライン64aが描画された状態を示す。   At this time, the user can draw the guide line 64a below the search target word in the image by tracing the surface of the display 61 with, for example, a finger or a stylus pen (step SU3). FIG. 5C shows a state in which “cheese” handwritten and horizontally written in katakana as a search target word is designated as a recognition target character, and a guideline 64a is drawn below the character.

ユーザがガイドライン64aを引き終わると、プロセッサ31(認識部)は、そのガイドライン64aを基準とする所定の範囲を画像処理によって文字認識するべき領域64bと判定する。続いて、プロセッサ31(翻訳検索部)は、画像処理、機械学習、及び言語処理(認識結果補正)による文字認識を行い、領域64bに記載された検索対象ワードが「チーズ」であることを認識する(ここまでステップSC4)。   When the user finishes drawing the guideline 64a, the processor 31 (recognition unit) determines a predetermined range based on the guideline 64a as the region 64b to be recognized by image processing. Subsequently, the processor 31 (translation search unit) performs character recognition by image processing, machine learning, and language processing (recognition result correction), and recognizes that the search target word described in the region 64b is “cheese”. (Step SC4 so far).

この際の画像処理による文字認識の処理内容は、特に制限されず、例えば、一般的なOCR技術に代表される画像認識系アプリケーションを適用することができ、或いは、OCR技術に代えて、データ学習を用いられるいわゆるディープラーニング(Deep Learning)技術を適用することもできる。かかるディープラーニング技術を含む文字認識は、例えば、画像処理、機械学習、及び言語処理(認識結果補正)のステップから構成することができ、それらの各ステップにおける処理内容は例えば以下のとおりである。   The content of character recognition processing by image processing at this time is not particularly limited. For example, an image recognition system application represented by general OCR technology can be applied, or data learning can be performed instead of OCR technology. A so-called deep learning technique using the above can also be applied. Character recognition including such deep learning technology can be composed of, for example, steps of image processing, machine learning, and language processing (recognition result correction), and the processing content in each of these steps is as follows, for example.

<画像処理>
・ピクセル空間フィルタによる前処理及びNLBlackフィルタによる画像2値化
・濃度分布を使ったユーザ指定補助線(ガイドライン64a)に応じたテキストブロック(図5(C)の例では、領域64b中の「チーズと」の部分)切り出し
・射影分布情報を用いたオブジェクト矩形切り出し
・アスペクト比分位数に基づいたオブジェクト矩形結合による文字矩形抽出
<機械学習>
・歪み及びノイズ付与によるフォント画像のデータ空間拡張
・Convolutional Denosing AutoEncoder(ディープラーニング)を用いた教師なし像画像空間学習
・Deep Convolutional Neural Network(ディープラーニング)による文字種識別器の教師あり学習
・文字種頻度分布を利用したSoftmaxスコアのドキュメント空間適応補正
<言語処理(認識結果補正)>
・ウェブ上の情報を用いた例えば飲食メニュー等に特化したN−gram頻度分布の作成
・N−gramを併用した滑走窓を用いた認識スコア補正アルゴリズム
・一般語辞書を使った貧欲法による最適パス探索を用いた認識結果の最終補正
<Image processing>
-Preprocessing by pixel spatial filter and image binarization by NLBlack filter-Text block corresponding to user-specified auxiliary line (guideline 64a) using density distribution (in the example of FIG. 5C, "cheese" Part ”and“ Extracting Object Rectangle Using Cutout / Projection Distribution Information ”Character Rectangle Extraction by Object Rectangle Combination Based on Aspect Ratio Quantities <Machine Learning>
-Data space expansion of font images by adding distortion and noise-Unsupervised image image space learning using Convolutional Denosing AutoEncoder (Deep Learning)-Supervised learning of character type discriminators by Deep Convolutional Neural Network (Deep Learning)-Character type frequency distribution Document space adaptive correction of Softmax score using <Language processing (recognition result correction)>
・ Creation of N-gram frequency distribution specialized for food and drink menus using information on the web ・ Recognition score correction algorithm using sliding windows combined with N-gram ・ By greedy method using general word dictionary Final correction of recognition results using optimal path search

このようにして、ステップSC4において検索対象ワードである「チーズ」の認識が行われ、そのテキストデータが得られる。次で、プロセッサ31は、「チーズ」のテキストデータを、ウェブ上に存在する又はスタンドアロンで動作する翻訳システムに引き渡す処理を行い、その翻訳システムによって、「チーズ」を異国語、例えば英語であれば「Cheese」に翻訳する(ステップSC5)。さらに、プロセッサ31は、得られた翻訳ワード「Cheese」をウェブ上に存在する又はスタンドアロンで動作する検索システムに引き渡す処理を行い、その検索エンジンによって、検索対象ワードの翻訳ワードである「Cheese」に関連する情報を取得する(ステップSC6)。それから、プロセッサ31は、こうして得られた検索対象ワードに関連する情報を含む画像をディスプレイ61に表示する(ステップSC7)。   Thus, in step SC4, the search target word “cheese” is recognized, and the text data is obtained. Next, the processor 31 performs a process of handing over the text data of “cheese” to a translation system that exists on the web or that operates stand-alone. Translated into “Cheese” (step SC5). Furthermore, the processor 31 performs a process of handing over the obtained translation word “Cheese” to a search system that exists on the web or that operates on a stand-alone basis, and by the search engine, the translation word “Cheese” that is the translation word of the search target word is processed. Relevant information is acquired (step SC6). Then, the processor 31 displays an image including information related to the search target word thus obtained on the display 61 (step SC7).

図5(D)及び図5(E)は、ステップSC7において表示されるディスプレイ61の画面の一例である。図5(D)において、例えば、画面の上方には、日本語の検索対象ワード66jである「チーズ」、及びその英語の翻訳ワード66eである「Cheese」が表示される。また、それらの下方の領域66には、「Cheese」のテキスト検索結果である英文テキスト66tが表示される。さらに、その下方の領域67には、「Cheese」の画像検索結果である画像67tが表示される。   FIG. 5D and FIG. 5E are examples of the screen of the display 61 displayed in step SC7. In FIG. 5D, for example, “cheese” that is the Japanese search target word 66j and “Cheese” that is the English translation word 66e are displayed at the top of the screen. Also, in the area 66 below them, English text 66t that is a text search result of “Cheese” is displayed. Further, an image 67 t that is an image search result of “Cheese” is displayed in a region 67 below the region 67.

また、図5(D)における領域66と領域67の間には、遷移ボタン62aが表示されており、ユーザがその遷移ボタン62aを押下することにより、検索対象ワード66jについての更なる検索結果がディスプレイ61に表示される。図5(E)は、そのような更なる検索結果の表示画面(例えばウェブページ)の一例であり、画面の上方の領域68には、検索対象ワード66j及び/又は翻訳ワード66eを含むテキストヘッダー68tが表示され、その下方の領域69には、更なる関連情報69tが表示される。   Further, a transition button 62a is displayed between the region 66 and the region 67 in FIG. 5D, and when the user presses the transition button 62a, a further search result for the search target word 66j is obtained. It is displayed on the display 61. FIG. 5E is an example of such a further search result display screen (for example, a web page), and a text header including a search target word 66j and / or a translation word 66e is displayed in an upper region 68 of the screen. 68t is displayed, and further related information 69t is displayed in a region 69 below the 68t.

さらに、これらの図5(A)〜(E)に示す各画面には、戻るボタン62b及びホームボタン62cも用意されている。ユーザは、戻るボタン62bを押下することにより、随時、直前の画面を再表示させて閲覧することができ、ホームボタン62cを押下することにより、図5(B)に示すカメラ画面へ一気に戻入することもできる。よって、ユーザが別の検索対象ワードに関連する情報を調べたい場合には、かかる戻るボタン62bにより、図5(B)に示すカメラ画面又は図5(C)に示す検索対象ワード指定画面へ戻り、或いは、ホームボタン62cを押下して、図5(B)に示すカメラ画面へ戻り、上述したステップSC2,SC3からの一連の処理を再度実行することができる。一方、検索サービスの利用を終了する際には、ユーザの操作によりアプリケーションを終了する(ステップSU4)。   Further, a return button 62b and a home button 62c are also provided on each of the screens shown in FIGS. By pressing the return button 62b, the user can redisplay the previous screen at any time for viewing, and by pressing the home button 62c, the user can quickly return to the camera screen shown in FIG. You can also. Therefore, when the user wants to examine information related to another search target word, the return button 62b returns to the camera screen shown in FIG. 5B or the search target word designation screen shown in FIG. 5C. Alternatively, the home button 62c can be pressed to return to the camera screen shown in FIG. 5B, and the series of processing from steps SC2 and SC3 described above can be executed again. On the other hand, when the use of the search service is terminated, the application is terminated by a user operation (step SU4).

このように構成されたプログラム60、情報検索システム100、及びその制御方法によれば、クライアント装置30のカメラでユーザが撮影した検索対象ワード66jを含む被写体の画像をディスプレイ61に表示した画面(検索対象ワード指定画面;図5C)において、ユーザがガイドライン64a(マーク)を引くことにより、検索対象ワード66jを指定することができる。そして、ユーザによって付与されたそのガイドライン64aに基づいて、所定の範囲である領域64bの画像処理によって文字認識を行う(ステップSC4)ので、撮影した画像全体の画像処理による文字認識が不要となり、ユーザが意図した検索対象ワード66jの認識を確実に実施することができる。   According to the program 60, the information search system 100, and the control method thereof configured as described above, a screen (search for displaying an image of a subject including the search target word 66j taken by the user with the camera of the client device 30 on the display 61). In the target word designation screen; FIG. 5C), the user can designate the search target word 66j by drawing the guideline 64a (mark). Then, based on the guideline 64a given by the user, character recognition is performed by image processing of the area 64b that is a predetermined range (step SC4), so that character recognition by image processing of the entire photographed image becomes unnecessary, and the user Can be reliably recognized.

その結果、外国人の母国語とは異なる言語で記載された検索対象ワード66jに関連する情報(図5(D)及び(E))を得る際に、検索対象ワード66jの認識における処理負荷及びデータ量を低減することができる。また、これにより、翻訳処理及び検索処理の迅速化に資するとともに、更に改良されたユーザインターフェイスを実現することが可能となる。   As a result, when obtaining information (FIGS. 5D and 5E) related to the search target word 66j written in a language different from the native language of the foreigner, the processing load in recognition of the search target word 66j and The amount of data can be reduced. In addition, this contributes to speeding up of the translation process and the search process, and can realize a further improved user interface.

また、検索対象ワード66jが日本語である場合、横書きと縦書き、更には斜め書きが存在し、また、それらが混在することが多々ある。これに対し、本発明によれば、検索対象ワード66jを指定する際に、ユーザが検索対象ワード66jに沿ってガイドライン64aを引いた上で、そのガイドライン64aに基づいて画像処理を行う領域64bを画定する。よって、本発明は、検索対象ワード66jが日本語である場合でも、その書き方の方向を問わず、検索対象ワード66jを精度よく認識することができる。   When the search target word 66j is Japanese, there are horizontal writing, vertical writing, and further diagonal writing, and they are often mixed. On the other hand, according to the present invention, when the search target word 66j is designated, the user draws the guide line 64a along the search target word 66j, and then performs the image processing based on the guide line 64a. Define. Therefore, even when the search target word 66j is Japanese, the present invention can accurately recognize the search target word 66j regardless of the direction of writing.

なお、上述したとおり、上記の各実施形態は、本発明を説明するための一例であり、本発明をその実施形態に限定する趣旨ではない。また、本発明は、その要旨を逸脱しない限り、様々な変形が可能である。例えば、当業者であれば、実施形態で述べたリソース(ハードウェア資源又はソフトウェア資源)を均等物に置換することが可能であり、そのような置換も本発明の範囲に含まれる。   Note that, as described above, each of the above embodiments is an example for explaining the present invention, and is not intended to limit the present invention to the embodiment. The present invention can be variously modified without departing from the gist thereof. For example, those skilled in the art can replace the resources (hardware resources or software resources) described in the embodiments with equivalents, and such replacements are also included in the scope of the present invention.

また、より具体的には、検索対象ワードを指定するマーク(指定補助線)は、ガイドライン64aの如く、両端を有する開いた図形でもよいが、これに限らず、円形や矩形といった無端又は無端状の閉じた図形であってもよい。何れにしても、かかるマークを基準として、画僧処理により文字認識をするべき範囲を画定することができるので、上述した本発明による有利な作用効果を得ることができる。さらに、検索対象ワードは、飲食メニューに限られない。   More specifically, the mark (designation auxiliary line) for designating the search target word may be an open figure having both ends as in the guideline 64a, but is not limited thereto, and is endless or endless such as a circle or a rectangle. It may be a closed figure. In any case, since the range for character recognition can be defined by the image processing based on such a mark, the advantageous effects of the present invention described above can be obtained. Furthermore, the search target word is not limited to the food and drink menu.

本発明によれば、画像全体の画像処理による文字認識が不要となり、ユーザが意図した検索対象ワードの認識を確実に実施することができる。これにより、外国人の母国語とは異なる言語で記載された検索対象ワードの情報を得る際に、検索対象ワードの認識における処理負荷及びデータ量を低減することができる。その結果、翻訳処理及び検索処理の迅速化に資するとともに、更に改良されたユーザインターフェイスを実現することが可能となる。したがって、本発明は、情報検索技術、及び、検索サービスを提供する分野における、プログラム、システム、及び方法の設計、製造、提供、販売等の活動に広く利用することができる。   According to the present invention, character recognition by image processing of the entire image is not necessary, and the search target word intended by the user can be reliably recognized. Thereby, when obtaining information on a search target word written in a language different from the native language of the foreigner, it is possible to reduce a processing load and a data amount in recognition of the search target word. As a result, the translation process and the search process can be speeded up, and a further improved user interface can be realized. Therefore, the present invention can be widely used for activities such as design, manufacture, provision, and sales of programs, systems, and methods in the field of providing information search technology and search services.

10 サーバ装置
11 プロセッサ
12 通信インタフェース
13 記憶資源
20 ネットワーク
30 クライアント装置
31 プロセッサ
32 音声出力デバイス
33 通信インタフェース
34 記憶資源
35 入力デバイス
36 表示デバイス
40 コンピュータプログラム
41 制御モジュール
42 画像モジュール
50 演算パラメータ
60 プログラム(コンピュータプログラム)
61 ディスプレイ
62a 遷移ボタン
62b 戻るボタン
62c ホームボタン
63 カメラボタン
64 メッセージ
64a ガイドライン
64b 領域
66 領域
66e 翻訳ワード
66j 検索対象ワード
66t 英文テキスト
67 領域
67t 画像
68 領域
68t テキストヘッダー
69 領域
69t 関連情報
100 情報検索システム
SC1〜SC7 ステップ
SU1〜SU4 ステップ
DESCRIPTION OF SYMBOLS 10 Server apparatus 11 Processor 12 Communication interface 13 Storage resource 20 Network 30 Client apparatus 31 Processor 32 Audio | voice output device 33 Communication interface 34 Storage resource 35 Input device 36 Display device 40 Computer program 41 Control module 42 Image module 50 Calculation parameter 60 Program (computer) program)
61 Display 62a Transition button 62b Back button 62c Home button 63 Camera button 64 Message 64a Guideline 64b Area 66 Area 66e Translation word 66j Search target word 66t English text 67 Area 67t Image 68 Area 68t Text header 69 Area 69t Related information 100 Information search system SC1 to SC7 Steps SU1 to SU4 Steps

Claims (7)

ユーザが操作するコンピュータを、
検索対象ワードを含む画像を取得する撮像部、
前記画像を記憶する記憶部、
前記画像を表示する表示部、
前記画像において、前記ユーザが前記検索対象ワードを指定するマークを付与することを可能ならしめるマーク付与部、及び、
前記マークに基づいて前記検索対象ワードを認識し、該検索対象ワードのテキストデータを取得する認識部、
として機能させるコンピュータプログラム。
The computer that the user operates
An imaging unit for acquiring an image including a search target word;
A storage unit for storing the image;
A display unit for displaying the image;
In the image, a mark giving unit that enables the user to give a mark designating the search target word; and
A recognition unit that recognizes the search target word based on the mark and obtains text data of the search target word;
A computer program that functions as a computer program.
前記コンピュータを、
翻訳システムに前記検索対象ワードのテキストデータを引き渡し、検索システムに前記翻訳システムによる翻訳結果を引き渡し、且つ、前記検索システムから前記検索対象ワードに関連する情報を取得する翻訳検索部として機能させ、
前記表示部が、前記翻訳検索部によって取得された前記検索対象ワードに関連する情報を表示する、
請求項1記載のコンピュータプログラム。
The computer,
Passing the text data of the search target word to the translation system, passing the translation result by the translation system to the search system, and functioning as a translation search unit for acquiring information related to the search target word from the search system,
The display unit displays information related to the search target word acquired by the translation search unit;
The computer program according to claim 1.
前記認識部は、前記画像において前記マークを基準とする所定の範囲の画像処理を行う、
請求項1記載のコンピュータプログラム。
The recognizing unit performs image processing of a predetermined range based on the mark in the image;
The computer program according to claim 1.
前記マークが、開いた図形又は閉じた図形である、
請求項1記載のコンピュータプログラム。
The mark is an open figure or a closed figure;
The computer program according to claim 1.
前記検索対象ワードが、日本語である、
請求項1記載のコンピュータプログラム。
The search target word is Japanese.
The computer program according to claim 1.
検索対象ワードに関連する情報を、ユーザが操作するクライアント装置を介して該ユーザへ提供する情報検索システムであって、
前記検索対象ワードを含む画像を取得する撮像部と、
前記画像を記憶する記憶部と、
前記画像を表示する表示部と、
前記画像において、前記ユーザが前記検索対象ワードを指定するマークを付与することを可能ならしめるマーク付与部と、
前記マークに基づいて前記検索対象ワードを認識し、該検索対象ワードのテキストデータを取得する認識部と、
翻訳システムに前記検索対象ワードのテキストデータを引き渡し、検索システムに前記翻訳システムによる翻訳結果を引き渡し、且つ、前記検索システムから前記検索対象ワードに関連する情報を取得する翻訳検索部と、
を備え
前記表示部が、前記翻訳検索部によって取得された前記検索対象ワードに関連する情報を表示する、
情報検索システム。
An information search system for providing information related to a search target word to the user via a client device operated by the user,
An imaging unit for acquiring an image including the search target word;
A storage unit for storing the image;
A display unit for displaying the image;
In the image, a mark giving unit that enables the user to give a mark specifying the search target word;
A recognition unit for recognizing the search target word based on the mark and obtaining text data of the search target word;
A translation search unit that delivers text data of the search target word to a translation system, delivers a translation result by the translation system to the search system, and acquires information related to the search target word from the search system;
The display unit displays information related to the search target word acquired by the translation search unit.
Information retrieval system.
検索対象ワードに関連する情報を、ユーザが操作するクライアント装置を介して該ユーザへ提供する情報検索システムの制御方法であって、
撮像部により、前記検索対象ワードを含む画像を取得し、
記憶部により、前記画像を記憶し、
表示部により、前記画像を表示し、
マーク付与部により、前記画像において、前記ユーザが前記検索対象ワードを指定するマークを付与することを可能ならしめ、
認識部により、前記マークに基づいて前記検索対象ワードを認識し、該検索対象ワードのテキストデータを取得し、
翻訳検索部により、翻訳システムに前記検索対象ワードのテキストデータを引き渡し、検索システムに前記翻訳システムによる翻訳結果を引き渡し、且つ、前記検索システムから前記検索対象ワードに関連する情報を取得し、
前記表示部により、前記翻訳検索部によって取得された前記検索対象ワードに関連する情報を表示する、
情報検索システムの制御方法。
A method for controlling an information search system that provides information related to a search target word to a user via a client device operated by the user,
The imaging unit acquires an image including the search target word,
The storage unit stores the image,
The display unit displays the image,
The mark assigning unit makes it possible for the user to attach a mark designating the search target word in the image,
The recognition unit recognizes the search target word based on the mark, and obtains text data of the search target word,
The translation search unit passes the text data of the search target word to the translation system, passes the translation result by the translation system to the search system, and acquires information related to the search target word from the search system,
Displaying information related to the search word acquired by the translation search unit by the display unit;
Control method of information retrieval system.
JP2015062074A 2015-03-25 2015-03-25 Computer program, information retrieval system, and control method thereof Active JP6038215B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2015062074A JP6038215B2 (en) 2015-03-25 2015-03-25 Computer program, information retrieval system, and control method thereof
PCT/JP2016/059329 WO2016152962A1 (en) 2015-03-25 2016-03-24 Computer program, information search system, and control method therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015062074A JP6038215B2 (en) 2015-03-25 2015-03-25 Computer program, information retrieval system, and control method thereof

Publications (2)

Publication Number Publication Date
JP2016181198A true JP2016181198A (en) 2016-10-13
JP6038215B2 JP6038215B2 (en) 2016-12-07

Family

ID=56977487

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015062074A Active JP6038215B2 (en) 2015-03-25 2015-03-25 Computer program, information retrieval system, and control method thereof

Country Status (2)

Country Link
JP (1) JP6038215B2 (en)
WO (1) WO2016152962A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020515960A (en) * 2017-03-30 2020-05-28 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation Gaze-based classroom note generator to facilitate presentation notes for presentations
JP2020106988A (en) * 2018-12-26 2020-07-09 Jcc株式会社 Method for notifying of distribution of public information, server device, and system for notifying of distribution of public information

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109977290A (en) * 2019-03-14 2019-07-05 北京达佳互联信息技术有限公司 Information processing method, system, device and computer readable storage medium
CN111143661A (en) * 2019-12-18 2020-05-12 深圳易伙科技有限责任公司 Object-oriented semantic retrieval method and device

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63155385A (en) * 1986-12-19 1988-06-28 Ricoh Co Ltd Optical character reader
JPH10283364A (en) * 1997-04-08 1998-10-23 Ricoh Co Ltd Document information management system for supporting translation and the same system for managing patent information and the same system for supporting education
JPH10312381A (en) * 1997-05-12 1998-11-24 Nippon Hoso Kyokai <Nhk> Method and device for translation
JP2000023012A (en) * 1998-07-06 2000-01-21 Olympus Optical Co Ltd Camera having translating function
JP2005025478A (en) * 2003-07-01 2005-01-27 Fujitsu Ltd Method, program, and device for searching information
JP2006031129A (en) * 2004-07-13 2006-02-02 Hitachi Ltd Document processing method and document processor
JP2006277108A (en) * 2005-03-28 2006-10-12 Fuji Xerox Co Ltd Information providing method, document editing device and program
EP2587389A1 (en) * 2011-10-28 2013-05-01 Alcatel Lucent A system and method for generating translated touristic information
WO2013114988A1 (en) * 2012-02-03 2013-08-08 日本電気株式会社 Information display device, information display system, information display method and program

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63155385A (en) * 1986-12-19 1988-06-28 Ricoh Co Ltd Optical character reader
JPH10283364A (en) * 1997-04-08 1998-10-23 Ricoh Co Ltd Document information management system for supporting translation and the same system for managing patent information and the same system for supporting education
JPH10312381A (en) * 1997-05-12 1998-11-24 Nippon Hoso Kyokai <Nhk> Method and device for translation
JP2000023012A (en) * 1998-07-06 2000-01-21 Olympus Optical Co Ltd Camera having translating function
JP2005025478A (en) * 2003-07-01 2005-01-27 Fujitsu Ltd Method, program, and device for searching information
JP2006031129A (en) * 2004-07-13 2006-02-02 Hitachi Ltd Document processing method and document processor
JP2006277108A (en) * 2005-03-28 2006-10-12 Fuji Xerox Co Ltd Information providing method, document editing device and program
EP2587389A1 (en) * 2011-10-28 2013-05-01 Alcatel Lucent A system and method for generating translated touristic information
WO2013114988A1 (en) * 2012-02-03 2013-08-08 日本電気株式会社 Information display device, information display system, information display method and program

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
JPN6016003898; "【App】Google翻訳アプリがアップデートで凄い! リアルタイム同時翻訳で海外旅行のお供に最強" , 20150207, ゴゴ通信 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020515960A (en) * 2017-03-30 2020-05-28 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation Gaze-based classroom note generator to facilitate presentation notes for presentations
JP7028529B2 (en) 2017-03-30 2022-03-02 インターナショナル・ビジネス・マシーンズ・コーポレーション A line-of-sight-based classroom note generator that makes it easier to generate presentation notes for presentations
JP2020106988A (en) * 2018-12-26 2020-07-09 Jcc株式会社 Method for notifying of distribution of public information, server device, and system for notifying of distribution of public information

Also Published As

Publication number Publication date
JP6038215B2 (en) 2016-12-07
WO2016152962A1 (en) 2016-09-29

Similar Documents

Publication Publication Date Title
US10126936B2 (en) Typing assistance for editing
US9383827B1 (en) Multi-modal command display
EP2704061A2 (en) Apparatus and method for recognizing a character in terminal equipment
RU2585972C2 (en) Formula detection module
US20140081619A1 (en) Photography Recognition Translation
US20140089947A1 (en) Method and apparatus for processing applications of mobile terminal
JP2013502861A (en) Contact information input method and system
JP6038215B2 (en) Computer program, information retrieval system, and control method thereof
US20170351371A1 (en) Touch interaction based search method and apparatus
US20110252316A1 (en) Translating text on a surface computing device
US9703759B2 (en) Footnote zone detection in a fixed format document using number of paragraphs in footnote description
US11526322B2 (en) Enhanced techniques for merging content from separate computing devices
US20160378743A1 (en) Method and apparatus for insertion of text in an electronic device
US20200050906A1 (en) Dynamic contextual data capture
EP4359956A1 (en) Smart summarization, indexing, and post-processing for recorded document presentation
US11360663B2 (en) Presenting miniprofile from feed
US9111170B2 (en) Methods and apparatus relating to text items in images
US10949614B2 (en) Dynamically changing words based on a distance between a first area and a second area
US10970476B2 (en) Augmenting digital ink strokes
Garcia-Lopez et al. Comparing zooming methods in mobile devices: effectiveness, efficiency, and user satisfaction in touch and nontouch smartphones
US20140223354A1 (en) Method and system for creating floating keys in a portable device
US20160042545A1 (en) Display controller, information processing apparatus, display control method, computer-readable storage medium, and information processing system
US20180300301A1 (en) Enhanced inking capabilities for content creation applications
JP2016071506A (en) Method for displaying conversion candidate associated with input character string, electronic device and server computer therefor, program for electronic device, and program for server computer
JP5752759B2 (en) Electronic device, method, and program

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20160602

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160825

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20160902

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20161003

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20161101

R150 Certificate of patent or registration of utility model

Ref document number: 6038215

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250