JP2014048919A - Peripheral information search device, peripheral information search method, and peripheral information search program - Google Patents

Peripheral information search device, peripheral information search method, and peripheral information search program Download PDF

Info

Publication number
JP2014048919A
JP2014048919A JP2012191798A JP2012191798A JP2014048919A JP 2014048919 A JP2014048919 A JP 2014048919A JP 2012191798 A JP2012191798 A JP 2012191798A JP 2012191798 A JP2012191798 A JP 2012191798A JP 2014048919 A JP2014048919 A JP 2014048919A
Authority
JP
Japan
Prior art keywords
specific point
information
specific
search
user terminal
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.)
Pending
Application number
JP2012191798A
Other languages
Japanese (ja)
Inventor
Keiichi Ochiai
桂一 落合
Daisuke Torii
大祐 鳥居
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.)
NTT Docomo Inc
Original Assignee
NTT Docomo Inc
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 NTT Docomo Inc filed Critical NTT Docomo Inc
Priority to JP2012191798A priority Critical patent/JP2014048919A/en
Publication of JP2014048919A publication Critical patent/JP2014048919A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Telephonic Communication Services (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a peripheral information search device capable of efficiently preforming peripheral information search at a high speed satisfying user's need.SOLUTION: A peripheral information search device 10 includes: a specific point contribution information storage that stores a piece of specific point contribution information for each specific point; a specific point information storage that stores a piece of specific point information including a piece of positional information, the number of the specific point contribution information associated with the specific point for each specific point and a fame level of the specific point; acquisition means that acquires a piece of positional information of a user terminal; distance calculation means that calculates the distance between the user terminal and each specific point based on the positional information of the user terminal and the positional information of each specific point; score calculation means that calculates a predetermined score based on the distance and the fame level of the specific point for each specific point; extraction means that repeats the extraction of the specific point in the descending order until the sum of the number of the contribution information associated with the specific point satisfies a predetermined condition; and search means that searches the specific point contribution information based on the specific point.

Description

本発明は、ユーザの位置情報に基づいて周辺地点に関する情報を検索する周辺情報検索装置、周辺情報検索方法、及び周辺情報検索プログラムに関する。   The present invention relates to a peripheral information search device, a peripheral information search method, and a peripheral information search program that search for information related to a peripheral point based on user position information.

従来から、複数のユーザからの投稿情報(短文データ)の投稿をウェブ上で受け付け、当該投稿情報をウェブ上で閲覧できるようにしたミニブログ(マイクロブログやつぶやきブログとも呼ばれる)と呼ばれるウェブサービスが知られている。このようなウェブサービスとして、下記非特許文献1に示されるウェブサイトなどのサービスが存在する。   Conventionally, there has been a web service called a mini blog (also called a micro blog or a tweet blog) that accepts posting information (short text data) from multiple users on the web and allows the posting information to be viewed on the web. Are known. As such a web service, there is a service such as a website shown in Non-Patent Document 1 below.

下記非特許文献1に示されるサービスにおいて、投稿情報に位置情報(緯度・経度)を関連付けられるようにし、投稿情報を位置情報に基づいて検索できるようにした仕組みが存在する。ユーザは、この仕組みにより、ユーザの現在位置の周辺で投稿された投稿情報を検索し、該当する投稿情報のみをユーザ端末上に表示させることができる。   In the service shown in Non-Patent Document 1 below, there is a mechanism that allows post information to be associated with position information (latitude / longitude) so that post information can be searched based on position information. With this mechanism, the user can search for posted information posted around the current position of the user and display only the corresponding posted information on the user terminal.

Twitter,Inc.、“Twitter”、[online]、インターネット<URL:https://twitter.com/>Twitter, Inc. , “Twitter”, [online], Internet <URL: https://twitter.com/>

しかしながら、すべてのユーザが投稿情報に位置情報を関連付けるとは限らない。また、位置情報が関連付けられた投稿情報は、当該位置情報が示す地点で投稿された情報でしかなく、当該地点に関する情報が含まれるとは限らない。従って、上記の仕組みでは、ユーザは、現在位置の周辺にある施設やランドマーク等に関する情報を効率よく入手することができるとは限らない。   However, not all users associate position information with post information. Further, the post information associated with the position information is only information posted at the point indicated by the position information, and does not necessarily include information regarding the point. Therefore, with the above-described mechanism, the user cannot always efficiently obtain information on facilities, landmarks, and the like around the current position.

そこで、本発明者らは、投稿情報に含まれるテキスト情報に基づいて投稿情報を施設やランドマーク等の地点情報に関連付ける方法を見出した。これにより、ユーザの検索要求に対して、まずユーザの現在位置周辺の地点の地点情報を検索し、さらに、取得した地点情報に基づいて投稿情報を検索することで、ユーザの現在位置周辺の地点に関する投稿情報をユーザに提示する検索サービスを実現できる。   Therefore, the present inventors have found a method of associating posted information with point information such as facilities and landmarks based on text information included in the posted information. Thus, in response to the user's search request, first the point information around the user's current position is searched, and further, the posted information is searched based on the acquired point information, so that the points around the user's current position It is possible to realize a search service for presenting post information on the user.

このような検索サービスでは、ユーザの要求を満たすように、最低保証件数以上の検索結果を返すことが好ましい。ここで、ユーザの現在位置周辺の地点に関する投稿情報を検索する方法としては、地点情報を検索する検索範囲の初期値を狭く設定し、その後最低保証件数以上の投稿情報が得られるまで、徐々に検索範囲を広げていく方法が考えられる。   In such a search service, it is preferable to return search results of the minimum guaranteed number or more so as to satisfy the user's request. Here, as a method of searching for posted information about points around the current position of the user, the initial value of the search range for searching for point information is set narrowly, and then gradually until posting information exceeding the minimum guaranteed number is obtained. A possible method is to expand the search range.

しかしながら、検索範囲の初期値を狭くし過ぎると、初回検索時には最低保証件数以上の検索結果が得られず、最低保証件数以上の検索結果が得られるまでに、検索範囲の再設定(拡大)回数が多くなり、ユーザに対するレスポンスが悪化するという問題が起こり得る。   However, if the initial value of the search range is made too narrow, search results exceeding the minimum guaranteed number cannot be obtained during the initial search, and the number of times the search range is reset (expanded) before a search result exceeding the minimum guaranteed number is obtained. May increase and the response to the user may deteriorate.

そこで、本発明は、ユーザの要求を満たす周辺情報検索を効率的かつ高速に行うことができる周辺情報検索装置、周辺情報検索方法、及び周辺情報検索プログラムを提供することを目的とする。   Accordingly, an object of the present invention is to provide a peripheral information search device, a peripheral information search method, and a peripheral information search program that can efficiently and rapidly perform peripheral information search that satisfies a user's request.

本発明に係る周辺情報検索装置は、ユーザ端末からの要求に応じて周辺情報検索を実行する周辺情報検索装置であって、予め定められた特定地点毎に、特定地点投稿情報を格納する特定地点投稿情報記憶手段と、特定地点毎に、その位置情報と、特定地点に関連付けられた特定地点投稿情報の数である投稿情報数と、特定地点の有名度とを含む特定地点情報を格納する特定地点情報記憶手段と、ユーザ端末の位置情報を取得する取得手段と、取得手段により取得されたユーザ端末の位置情報と特定地点情報記憶手段に格納された各特定地点の位置情報とに基づいて、ユーザ端末と各特定地点との間の距離を算出する距離算出手段と、特定地点毎に、距離算出手段により算出された距離と特定地点の有名度とに基づいて、所定のスコアを算出するスコア算出手段と、スコア算出手段により算出されたスコアの降順に、特定地点に関連付けられた投稿情報数の和が所定条件を満たすまで、特定地点の抽出を繰り返す抽出手段と、抽出手段により抽出された特定地点に基づいて特定地点投稿情報記憶手段から特定地点投稿情報を検索する検索手段と、を備える。   A peripheral information search device according to the present invention is a peripheral information search device that executes a peripheral information search in response to a request from a user terminal, and stores a specific point posting information for each predetermined specific point. Specific to store specific point information including post information storage means, for each specific point, its position information, the number of posted information that is the number of specific point posted information associated with the specific point, and the famousness of the specific point Based on the location information storage means, the acquisition means for acquiring the location information of the user terminal, the location information of the user terminal acquired by the acquisition means and the location information of each specific location stored in the specific location information storage means, A distance calculation unit that calculates the distance between the user terminal and each specific point, and for each specific point, a predetermined score is calculated based on the distance calculated by the distance calculation unit and the famousness of the specific point Extracted by the score calculation means, the extraction means that repeats the extraction of the specific point until the sum of the number of posted information associated with the specific point satisfies a predetermined condition in descending order of the score calculated by the score calculation means, and the extraction means Search means for searching for specific point posting information from the specific point posting information storage means based on the specific point.

本発明に係る周辺情報検索方法は、予め定められた特定地点毎に、特定地点投稿情報を格納する特定地点投稿情報記憶手段と、特定地点毎に、その位置情報と、特定地点に関連付けられた特定地点投稿情報の数である投稿情報数と、特定地点の有名度とを含む特定地点情報を格納する特定地点情報記憶手段と、を備え、ユーザ端末からの要求に応じて周辺情報検索を実行する周辺情報検索装置により実行される周辺情報検索方法であって、ユーザ端末の位置情報を取得する取得ステップと、取得ステップにより取得されたユーザ端末の位置情報と特定地点情報記憶手段に格納された各特定地点の位置情報とに基づいて、ユーザ端末と各特定地点との間の距離を算出する距離算出ステップと、特定地点毎に、距離算出ステップにより算出された距離と特定地点の有名度とに基づいて、所定のスコアを算出するスコア算出ステップと、スコア算出ステップにより算出されたスコアの降順に、特定地点に関連付けられた投稿情報数の和が所定条件を満たすまで、特定地点の抽出を繰り返す抽出ステップと、抽出ステップにより抽出された特定地点に基づいて特定地点投稿情報記憶手段から特定地点投稿情報を検索する検索ステップと、を備える。   In the peripheral information search method according to the present invention, a specific point posting information storage unit that stores specific point posting information for each predetermined specific point, the positional information for each specific point, and the specific point Specific point information storage means for storing specific point information including the number of posted information that is the number of specific point posted information and the famousness of the specific point, and performs peripheral information search in response to a request from the user terminal A peripheral information search method executed by the peripheral information search device that acquires the location information of the user terminal, the location information of the user terminal acquired by the acquisition step, and stored in the specific point information storage means The distance calculation step for calculating the distance between the user terminal and each specific point based on the position information of each specific point, and the distance calculation step for each specific point The score calculation step for calculating a predetermined score based on the separation and the famousness of the specific point, and the sum of the number of pieces of posted information associated with the specific point in the descending order of the score calculated by the score calculation step An extraction step that repeats extraction of a specific point until it is satisfied, and a search step for searching for specific point post information from the specific point post information storage unit based on the specific point extracted by the extraction step are provided.

本発明に係る周辺情報検索プログラムは、予め定められた特定地点毎に、特定地点投稿情報を格納する特定地点投稿情報記憶手段と、特定地点毎に、その位置情報と、特定地点に関連付けられた特定地点投稿情報の数である投稿情報数と、特定地点の有名度とを含む特定地点情報を格納する特定地点情報記憶手段と、を備え、ユーザ端末からの要求に応じて周辺情報検索を実行する周辺情報検索装置に設けられたコンピュータにより実行される周辺情報検索プログラムであって、ユーザ端末の位置情報を取得する取得モジュールと、取得モジュールが実行されることにより取得されたユーザ端末の位置情報と特定地点情報記憶手段に格納された各特定地点の位置情報とに基づいて、ユーザ端末と各特定地点との間の距離を算出する距離算出モジュールと、特定地点毎に、距離算出モジュールが実行されることにより算出された距離と特定地点の有名度とに基づいて、所定のスコアを算出するスコア算出モジュールと、スコア算出モジュールが実行されることにより算出されたスコアの降順に、特定地点に関連付けられた投稿情報数の和が所定条件を満たすまで、特定地点の抽出を繰り返す抽出モジュールと、抽出モジュールが実行されることにより抽出された特定地点に基づいて特定地点投稿情報記憶手段から特定地点投稿情報を検索する検索モジュールと、を備える。   The peripheral information search program according to the present invention is associated with a specific point posting information storage means for storing specific point posting information for each predetermined specific point, position information for each specific point, and the specific point. Specific point information storage means for storing specific point information including the number of posted information that is the number of specific point posted information and the famousness of the specific point, and performs peripheral information search in response to a request from the user terminal A peripheral information search program that is executed by a computer provided in the peripheral information search device that acquires the location information of the user terminal, and the location information of the user terminal that is acquired by executing the acquisition module And a distance calculation mode for calculating the distance between the user terminal and each specific point based on the position information of each specific point stored in the specific point information storage means. And a score calculation module for calculating a predetermined score based on the distance calculated by executing the distance calculation module and the famousness of the specific point for each specific point, and the score calculation module is executed. In the descending order of the calculated score, the extraction module that repeats extraction of the specific point until the sum of the number of posted information associated with the specific point satisfies the predetermined condition, and the specific extracted by executing the extraction module A search module for searching for specific point posting information from the specific point posting information storage means based on the point.

この発明によれば、特定地点毎に、位置情報、当該特定地点に関連付けられた投稿情報数、及び有名度が、予め設定されている。そのため、ユーザ端末の位置情報から、ユーザ端末と各特定地点との間の距離を算出し、当該距離及び有名度の両方の観点からユーザにとってより有用と考えられる特定地点のスコアが相対的に高くなるように、各特定地点のスコアを算出できる。これにより、特定地点に関連付けられた投稿情報数の和が所定条件を満たすように、スコアの降順に特定地点を抽出し、抽出した特定地点に基づいて特定地点投稿情報を検索することで、ユーザにとって有用であり、かつ件数が所定条件を満たす特定地点投稿情報をユーザに提供できることが期待できる。以上により、ユーザの要求を満たす周辺情報検索を高速かつ効率的に行うことができる。   According to the present invention, the position information, the number of pieces of posted information associated with the specific point, and the famous degree are set in advance for each specific point. Therefore, the distance between the user terminal and each specific point is calculated from the position information of the user terminal, and the score of the specific point considered to be more useful to the user from the viewpoint of both the distance and the famousness is relatively high. Thus, the score of each specific point can be calculated. As a result, the specific points are extracted in descending order of the scores so that the sum of the number of pieces of posted information associated with the specific points satisfies the predetermined condition, and the specific point posting information is searched based on the extracted specific points, thereby allowing the user to It can be expected that the user can be provided with specific point posting information that is useful to the user and whose number satisfies a predetermined condition. As described above, the peripheral information search that satisfies the user's request can be performed quickly and efficiently.

上記の周辺情報検索装置では、特定地点情報が、投稿情報数が最後に設定又は更新された日時である最終設定日時の情報を含み、スコア算出手段は、さらに最終設定日時に基づいて、スコアを算出してもよい。   In the above peripheral information search device, the specific point information includes information on the last set date and time that is the date and time when the number of posted information was last set or updated, and the score calculation means further calculates the score based on the last set date and time. It may be calculated.

特定地点情報に設定された投稿情報数は、設定時における検索件数である。従って、時間経過と共に、当該投稿情報数とユーザの検索要求時における検索件数とが乖離してしまう場合がある。すなわち、本来高いスコアを設定すべきではない特定地点(例えば、投稿情報数が100件に設定されているが、ユーザの検索要求時における検索件数は0件であるような特定地点)のスコアを高く算出してしまうおそれがある。この発明によれば、投稿情報数の最終設定日時に基づいてスコアを算出することで、投稿情報数の最終設定日時が古く、投稿情報数の情報の信頼性が低い特定地点のスコアを相対的に低く算出できる。これにより、より信頼性の高い適切なスコアを算出できる。   The number of posted information set in the specific point information is the number of searches at the time of setting. Therefore, with the passage of time, the number of pieces of posted information and the number of searches at the time of a user's search request may deviate. That is, the score of a specific point where a high score should not be set originally (for example, a specific point where the number of posted information is set to 100, but the number of searches when the user requests a search is 0) is calculated. There is a risk of calculating a high value. According to the present invention, by calculating the score based on the final setting date and time of the number of posted information, the score of a specific point where the final setting date and time of the number of posted information is old and the reliability of the information on the number of posted information is low Can be calculated as low as possible. Thereby, an appropriate score with higher reliability can be calculated.

上記の周辺情報検索装置では、抽出手段は、所定条件を満たすように、所定の最低特定地点数以上の特定地点を抽出してもよい。   In the above peripheral information search device, the extraction unit may extract a specific point that is equal to or greater than a predetermined minimum number of specific points so as to satisfy a predetermined condition.

少ない特定地点に関して多くの情報を得るよりも、より多くの特定地点に関して幅広く情報を得たいと考えるユーザも存在し得る。この発明によれば、所定の最低特定地点数以上の特定地点に関連付けられた特定地点投稿情報を検索により取得できるため、より多くの特定地点に関する情報を得たいと考えるユーザの満足度を向上させることが期待できる。   There may be a user who wants to obtain a wide range of information about more specific points than to obtain a lot of information about a few specific points. According to the present invention, since specific point posting information associated with specific points equal to or more than the predetermined minimum number of specific points can be acquired by searching, the satisfaction of a user who wants to obtain information on more specific points is improved. I can expect that.

上記の周辺情報検索装置では、抽出手段は、ユーザ端末の位置から所定の距離以内にある特定地点数に基づいて、上記最低特定地点数を設定してもよい。   In the peripheral information search device, the extraction unit may set the minimum specific number of spots based on the number of specific spots within a predetermined distance from the position of the user terminal.

この発明によれば、さらに、ユーザ端末から所定の距離以内にある特定地点数に基づいて、適切な最低特定地点数を設定することができる。   According to the present invention, an appropriate minimum number of specific points can be set based on the number of specific points within a predetermined distance from the user terminal.

上記の周辺情報検索装置では、スコア算出手段は、ユーザ端末の位置から所定の距離以内にある特定地点についてのみスコアを算出してもよい。   In the above peripheral information search device, the score calculation means may calculate the score only for a specific point within a predetermined distance from the position of the user terminal.

この発明によれば、さらに、ユーザ端末から所定の距離以内にある特定地点についてのみスコアを算出することで、スコア算出処理に係る計算量を削減でき、検索処理の高速化を図ることができる。   Further, according to the present invention, by calculating the score only for a specific point within a predetermined distance from the user terminal, the amount of calculation related to the score calculation process can be reduced, and the search process can be speeded up.

本発明によれば、ユーザの要求を満たす周辺情報検索を効率的かつ高速に行うことができる。   According to the present invention, it is possible to efficiently and quickly perform peripheral information search that satisfies a user request.

本実施形態に係る周辺情報検索装置の機能構成を示すブロック図である。It is a block diagram which shows the function structure of the periphery information search device which concerns on this embodiment. 本実施形態に係る周辺情報検索装置のハードウェア構成図である。It is a hardware block diagram of the periphery information search device which concerns on this embodiment. 特定地点情報の例を示す図である。It is a figure which shows the example of specific point information. 特定地点投稿情報の例を示す図である。It is a figure which shows the example of specific point posting information. 本実施形態に係る周辺情報検索装置による投稿情報数の設定動作を示すフロー図である。It is a flowchart which shows the setting operation | movement of the number of contribution information by the peripheral information search device which concerns on this embodiment. 本実施形態及び変形例1に係るユーザ端末及び特定地点の配置例を示す図である。It is a figure which shows the example of arrangement | positioning of the user terminal which concerns on this embodiment and the modification 1, and a specific point. 図6に示す特定地点の本実施形態における各値を示す図である。It is a figure which shows each value in this embodiment of the specific point shown in FIG. 本実施形態に係る周辺情報検索装置による検索処理の動作を示すフロー図である。It is a flowchart which shows operation | movement of the search process by the periphery information search device which concerns on this embodiment. 本実施形態に係る周辺情報検索プログラムの機能構成を示すブロック図である。It is a block diagram which shows the function structure of the periphery information search program which concerns on this embodiment. 図6に示す特定地点の変形例1における各値を示す図である。It is a figure which shows each value in the modification 1 of the specific point shown in FIG. 変形例2及び変形例3に係るユーザ端末及び特定地点の配置例を示す図である。It is a figure which shows the example of arrangement | positioning of the user terminal which concerns on the modification 2 and the modification 3, and a specific point. 変形例2に係る周辺情報検索装置による検索処理の動作を示すフロー図である。It is a flowchart which shows operation | movement of the search process by the periphery information search device which concerns on the modification 2.

以下、添付図面を参照しながら本発明の実施形態を詳細に説明する。なお、図面の説明において同一又は同等の要素には同一の符号を付し、重複する説明を省略する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings. In the description of the drawings, the same or equivalent elements are denoted by the same reference numerals, and redundant description is omitted.

図1は、本実施形態に係る周辺情報検索装置10の機能構成を示すブロック図である。図1を用いて、本実施形態に係る周辺情報検索装置10について説明する。図1に示す周辺情報検索装置10は、投稿情報収集部11、特定地点情報記憶部12(特定地点情報記憶手段)、関連付け部13、特定地点投稿情報記憶部14(特定地点投稿情報記憶手段)、投稿情報数設定部15、スコア算出部16(取得手段、距離算出手段、スコア算出手段)、及び検索部17(抽出手段、検索手段)を備えている。   FIG. 1 is a block diagram illustrating a functional configuration of a peripheral information search apparatus 10 according to the present embodiment. A peripheral information search apparatus 10 according to this embodiment will be described with reference to FIG. 1 includes a posted information collection unit 11, a specific spot information storage unit 12 (specific spot information storage unit), an association unit 13, and a specific spot post information storage unit 14 (specific spot post information storage unit). A posting information number setting unit 15, a score calculation unit 16 (acquisition unit, distance calculation unit, score calculation unit), and a search unit 17 (extraction unit, search unit).

図2は、本実施形態に係る周辺情報検索装置10のハードウェア構成図である。図2を用いて、周辺情報検索装置10のハードウェア構成について説明する。図2に示すように、周辺情報検索装置10は、オペレーティングシステムやアプリケーションプログラムなどを実行するCPU101と、ROM及びRAMで構成される主記憶部102と、ハードディスクメモリなどで構成される補助記憶部103と、データ通信を行う通信制御部104と、液晶モニタなどで構成される出力部105と、入力デバイスであるキーボード及びマウス等で構成される操作部106と、USBメモリ、CD−ROM、DVDなどの記録媒体200を読み取る記録媒体読取部107とを備える。   FIG. 2 is a hardware configuration diagram of the peripheral information search apparatus 10 according to the present embodiment. The hardware configuration of the peripheral information search device 10 will be described with reference to FIG. As shown in FIG. 2, the peripheral information search apparatus 10 includes a CPU 101 that executes an operating system, an application program, and the like, a main storage unit 102 that includes a ROM and a RAM, and an auxiliary storage unit 103 that includes a hard disk memory. A communication control unit 104 that performs data communication, an output unit 105 including a liquid crystal monitor, an operation unit 106 including a keyboard and a mouse as input devices, a USB memory, a CD-ROM, a DVD, and the like And a recording medium reading unit 107 that reads the recording medium 200.

図1に示す周辺情報検索装置10の各機能は、CPU101の制御の下で、主記憶部102に所定のソフトウェアプログラムを読み込ませて実行することにより実現される。その際、CPU101は、ソフトウェアプログラムの処理手順に従い、主記憶部102及び補助記憶部103におけるデータの読み出し及び書き込み動作を制御し、操作部106、出力部105及び通信制御部104の動作を制御する。以下、図1に示す各機能要素について説明する。   Each function of the peripheral information search apparatus 10 shown in FIG. 1 is realized by reading and executing a predetermined software program in the main storage unit 102 under the control of the CPU 101. At that time, the CPU 101 controls data reading and writing operations in the main storage unit 102 and the auxiliary storage unit 103 according to the processing procedure of the software program, and controls operations of the operation unit 106, the output unit 105, and the communication control unit 104. . Hereinafter, each functional element shown in FIG. 1 will be described.

投稿情報収集部11は、インターネット上のつぶやき情報投稿サイトやブログサイトなどに投稿された投稿情報を収集する機能要素である。投稿情報には、投稿情報を一意に識別する投稿IDと、テキスト情報と、投稿日時の情報とが相互に関連付けられている。投稿情報収集部11は、例えば、インターネット上をクローリングすることで投稿情報を直接収集してもよく、外部のサービス業者等から投稿情報の提供を受けることで投稿情報を収集してもよい。また、投稿情報収集部11は、後述する検索部17がなるべく最新の投稿情報を検索できるように、投稿情報を定期的に収集してもよい。   The posted information collection unit 11 is a functional element that collects posted information posted on a tweet information posting site or a blog site on the Internet. In the post information, a post ID for uniquely identifying the post information, text information, and post date information are associated with each other. The posting information collection unit 11 may collect posting information directly by crawling on the Internet, for example, or may collect posting information by receiving provision of posting information from an external service provider or the like. Further, the posting information collection unit 11 may collect the posting information periodically so that the search unit 17 described later can search for the latest posting information as much as possible.

特定地点情報記憶部12は、施設やランドマーク等の特定地点に関する特定地点情報を格納する機能要素である。特定地点情報記憶部12に格納される特定地点情報には、特定地点を一意に識別する地点IDと、名称(施設名、地名、建造物名など)と、位置情報(緯度・経度)と、当該特定地点に関連する特定地点投稿情報の数(投稿情報数)と、当該特定地点の有名度(人気度や著名性を表す指標値)とが相互に関連付けられている。図3は、特定地点情報記憶部12に格納される特定地点情報の例を示す図である。特定地点情報の名称、位置情報、及び有名度は、例えば、市販の位置情報データベースの導入やオペレータによるデータ入力などにより登録される。投稿情報数は、後述する投稿情報数設定部15により設定される。有名度は、特定地点の人気度や著名性を表す指標値となるものであれば何でもよい。例えば、投稿情報数やインターネット検索における検索ヒット数に基づいて算出される値であってもよく、アンケート調査やインターネット投票等での人気ランキング等を考慮して算出される値であってもよい。   The specific point information storage unit 12 is a functional element that stores specific point information regarding specific points such as facilities and landmarks. Specific point information stored in the specific point information storage unit 12 includes a point ID for uniquely identifying a specific point, a name (facility name, place name, building name, etc.), position information (latitude / longitude), The number of pieces of specific point posting information (the number of posted information) related to the specific point and the famous degree (index value indicating popularity or prominence) of the specific point are associated with each other. FIG. 3 is a diagram illustrating an example of specific point information stored in the specific point information storage unit 12. The name, position information, and famousness of the specific point information are registered, for example, by introducing a commercially available position information database or inputting data by an operator. The number of posted information is set by a posted information number setting unit 15 described later. The celebrity may be anything as long as it is an index value representing the popularity and prominence of a specific point. For example, it may be a value calculated based on the number of posted information or the number of search hits in the Internet search, or may be a value calculated in consideration of a popularity ranking in a questionnaire survey or Internet voting.

関連付け部13は、投稿情報収集部11が収集した投稿情報に特定地点(地点ID)を関連付ける機能要素である。関連付け部13は、投稿情報に含まれるテキスト情報に特定地点に関連する文字列が含まれるか否かの判定等を行い、特定地点に関連する文字列がテキスト情報に含まれる場合には、当該投稿情報に当該特定地点の地点IDを関連付ける。ここで、特定地点に関連する文字列がテキスト情報に含まれるか否かの判定は、例えば、特定地点の名称に相当する文字列がテキスト情報に含まれるか否かで判定してもよく、表記揺れ、同義語、別名などを考慮して実質的に特定地点と同一のものを指し示す文字列がテキスト情報に含まれるか否かで判定してもよい。投稿情報収集部11が収集する投稿情報や特定地点情報記憶部12に格納される特定地点情報は適宜更新され得るため、関連付け部13は、投稿情報と地点IDとの関連付けを定期的に行うことが好ましい。   The association unit 13 is a functional element that associates a specific point (point ID) with the post information collected by the post information collection unit 11. The associating unit 13 determines whether or not the text information included in the posted information includes a character string related to the specific spot, and when the text information related to the specific spot is included in the text information, Associate the point ID of the specific point with the posted information. Here, the determination as to whether or not the text information related to the specific point is included in the text information may be determined based on whether or not the character string corresponding to the name of the specific point is included in the text information, The text information may be determined based on whether or not a character string indicating the same thing as the specific point is included in consideration of notation fluctuation, synonym, alias, and the like. Since the posted information collected by the posted information collection unit 11 and the specific spot information stored in the specific spot information storage unit 12 can be updated as appropriate, the associating unit 13 periodically associates the posted information with the spot ID. Is preferred.

特定地点投稿情報記憶部14は、関連付け部13により特定地点(地点ID)と関連付けられた投稿情報(特定地点投稿情報)を格納する機能要素である。図4は、特定地点投稿情報記憶部14に格納される特定地点投稿情報の例を示す図である。ここで、投稿ID「1」の特定地点投稿情報のテキスト情報には、特定地点情報記憶部12に格納されている地点ID「0001」の特定地点の名称「○○公園」が含まれる。そのため、関連付け部13により、当該特定地点投稿情報の地点IDに「0001」が設定されている。その他の特定地点投稿情報についても同様である。記憶領域の効率的使用、後述する検索部17による検索処理のレスポンス性能、格納される特定地点投稿情報の鮮度等の観点から、一定期間以上経過した特定地点投稿情報については、特定地点投稿情報記憶部14から削除されてもよい。   The specific point posting information storage unit 14 is a functional element that stores post information (specific point posting information) associated with the specific point (point ID) by the associating unit 13. FIG. 4 is a diagram illustrating an example of specific point posting information stored in the specific point posting information storage unit 14. Here, the text information of the specific spot post information with the post ID “1” includes the name “XX park” of the specific spot with the spot ID “0001” stored in the specific spot information storage unit 12. Therefore, the association unit 13 sets “0001” as the spot ID of the specific spot posting information. The same applies to other specific point posting information. From the viewpoints of efficient use of the storage area, response performance of search processing by the search unit 17 described later, freshness of stored specific spot posting information, etc. It may be deleted from the unit 14.

投稿情報数設定部15は、特定地点毎の投稿情報数を取得及び設定する機能要素である。より具体的には、まず、投稿情報数設定部15は、後述する検索部17が備える検索機能を用いて、特定地点情報記憶部12に格納された特定地点情報毎に、当該特定地点情報に関連付けられた地点IDを検索キーとして特定地点投稿情報記憶部14を検索し、特定地点に関連付けられた特定地点投稿情報の数(投稿情報数)を取得する。続いて、投稿情報数設定部15は、取得した投稿情報数を、特定地点情報記憶部12に格納された該当する特定地点情報に設定する。   The posted information number setting unit 15 is a functional element that acquires and sets the number of posted information for each specific point. More specifically, first, the posted information number setting unit 15 uses the search function provided in the search unit 17 to be described later, for each specific spot information stored in the specific spot information storage unit 12, to the specific spot information. The specific spot post information storage unit 14 is searched using the associated spot ID as a search key, and the number of specific spot post information (post information) associated with the specific spot is acquired. Subsequently, the posted information number setting unit 15 sets the acquired number of posted information in the corresponding specific spot information stored in the specific spot information storage unit 12.

スコア算出部16は、ユーザ端末20の位置情報を取得する取得手段と、ユーザ端末20と各特定地点との間の距離を算出する距離算出手段と、当該距離と特定地点の有名度とに基づいてスコアを算出するスコア算出手段とを備えた機能要素である。以下、取得手段、距離算出手段、及びスコア算出手段について詳細に説明する。   The score calculation unit 16 is based on an acquisition unit that acquires position information of the user terminal 20, a distance calculation unit that calculates a distance between the user terminal 20 and each specific point, and the distance and the famousness of the specific point. And a score calculating means for calculating a score. Hereinafter, the acquisition unit, the distance calculation unit, and the score calculation unit will be described in detail.

スコア算出部16(取得手段)は、例えば、ユーザ端末20が周辺情報検索装置10に検索要求を行うと共にユーザ端末20の位置情報を送信することで、ユーザ端末20の位置情報を取得する。ここで、ユーザ端末20の位置情報は、基地局が保持するユーザ端末20の位置情報やユーザ端末20上のGPS機能などにより取得された位置情報(緯度及び経度)などである。ただし、ユーザ端末20の位置情報は、緯度及び経度を含むもの(あるいは算出できるもの)であれば何でもよい。スコア算出部16が当該位置情報を取得する方法についても、上記方法に限定されない。   For example, the score calculation unit 16 (acquisition means) acquires the position information of the user terminal 20 by the user terminal 20 making a search request to the peripheral information search device 10 and transmitting the position information of the user terminal 20. Here, the location information of the user terminal 20 is location information (latitude and longitude) acquired by the location information of the user terminal 20 held by the base station, the GPS function on the user terminal 20, or the like. However, the position information of the user terminal 20 may be anything as long as it includes latitude (or longitude). The method by which the score calculation unit 16 acquires the position information is not limited to the above method.

続いて、スコア算出部16(距離算出手段)は、取得されたユーザ端末20の位置情報(緯度及び経度)と特定地点情報記憶部12に格納された各特定地点の位置情報(緯度及び経度)とに基づいて、ユーザ端末20と各特定地点との間の距離を算出する。   Subsequently, the score calculation unit 16 (distance calculation unit) obtains the acquired position information (latitude and longitude) of the user terminal 20 and the position information (latitude and longitude) of each specific point stored in the specific point information storage unit 12. Based on the above, the distance between the user terminal 20 and each specific point is calculated.

続いて、スコア算出部16(スコア算出手段)は、特定地点情報記憶部12に格納された各特定地点について、算出された距離と特定地点の有名度とに基づいてスコアを算出する。「スコア」は、ユーザにとっての有用度を表す値である。本実施形態では、ユーザは、自分のより近くにあり、かつ、より有名な特定地点の情報を望むと考える。すなわち、ユーザ端末の近くにある特定地点ほど有用度が高く、また、特定地点が有名であるほど有用度が高いと考える。このような考え方に基づいて得られる簡単なスコア算出方法は、次式(1)に基づいてスコアを算出する方法である。
:特定地点iのスコア
:特定地点iとユーザ端末20との距離
:特定地点iの有名度
=1/D×P…(1)
Subsequently, the score calculation unit 16 (score calculation unit) calculates a score for each specific point stored in the specific point information storage unit 12 based on the calculated distance and the famous degree of the specific point. “Score” is a value representing the usefulness for the user. In the present embodiment, it is assumed that the user wants information on a specific point that is nearer and more famous. That is, it is considered that the specific point near the user terminal has a higher usefulness, and the more famous the specific point is, the higher the usefulness is. A simple score calculation method obtained based on such a concept is a method of calculating a score based on the following equation (1).
S i : Score of a specific point i D i : Distance between the specific point i and the user terminal 20 P i : Famous degree of the specific point i S i = 1 / D i × P i (1)

上記式(1)によるスコア算出方法は、一例であり、スコア算出方法はこれに限定されない。また、ユーザにとっての有用度についての考え方も様々であるため、上記と異なる考え方を採用した場合には、スコア算出部16は、ユーザ端末との距離及び有名度以外の指標を用いてスコアを算出してもよい。   The score calculation method according to the above formula (1) is an example, and the score calculation method is not limited to this. In addition, since there are various ways of thinking about the usefulness for the user, the score calculation unit 16 calculates a score using an index other than the distance to the user terminal and the famousness when an idea different from the above is adopted. May be.

検索部17(抽出手段、検索手段)は、ユーザ端末20からの検索要求を受信し、スコアの降順に、投稿情報数の和が所定条件を満たすまで、特定地点の抽出を繰り返す抽出手段と、抽出された特定地点に基づいて特定地点投稿情報を検索する検索手段とを備えた機能要素である。以下、抽出手段及び検索手段について詳細に説明する。   The search unit 17 (extraction means, search means) receives a search request from the user terminal 20 and repeats extraction of specific points until the sum of the number of posted information satisfies a predetermined condition in descending order of the scores; It is a functional element provided with the search means which searches specific point contribution information based on the extracted specific point. Hereinafter, the extraction unit and the search unit will be described in detail.

検索部17(抽出手段)は、スコア算出部16により算出されたスコアの降順に、特定地点を順に抽出し、特定地点情報記憶部12を参照して、抽出した特定地点の投稿情報数を取得する。検索部17は、このようにして取得した投稿情報数の和が所定条件を満たすまで、特定地点を抽出する。ここで、「所定条件」とは、例えば、下限や上限などの条件である。所定条件は、周辺情報検索装置10において予め設定されたものでもよく、ユーザ毎にカスタマイズ可能なものでもよい。本実施形態では、「所定条件」は「100件以上」という下限条件であるとする。   The search unit 17 (extraction unit) sequentially extracts specific points in descending order of the scores calculated by the score calculation unit 16 and refers to the specific point information storage unit 12 to acquire the number of pieces of posted information of the extracted specific points. To do. The search unit 17 extracts specific points until the sum of the number of pieces of posted information acquired in this way satisfies a predetermined condition. Here, the “predetermined condition” is a condition such as a lower limit or an upper limit, for example. The predetermined condition may be set in advance in the peripheral information search apparatus 10 or may be customizable for each user. In the present embodiment, the “predetermined condition” is a lower limit condition of “100 or more”.

検索部17(検索手段)は、抽出された一又は複数の特定地点の地点IDを検索キーとして、特定地点投稿情報記憶部14から特定地点投稿情報を検索する。   The search unit 17 (search unit) searches the specific point posting information storage unit 14 for specific point post information using the extracted point IDs of one or more specific points as a search key.

次に、投稿情報数設定部15が地点情報記憶部12に格納される投稿情報数を設定する際の動作について、図5を用いて説明する。図5は、本実施形態に係る周辺情報検索装置10による投稿情報数の設定動作を示すフロー図である。   Next, an operation when the posted information number setting unit 15 sets the number of posted information stored in the spot information storage unit 12 will be described with reference to FIG. FIG. 5 is a flowchart showing the setting operation of the number of posted information by the peripheral information search apparatus 10 according to the present embodiment.

まず、投稿情報数設定部15は、特定地点情報記憶部12から設定対象の特定地点を1つ取得する(ステップS101)。続いて、投稿情報数設定部15は、検索部17が備える検索機能により、ステップS101で取得した特定地点の地点IDを検索キーとして、特定地点投稿情報記憶部14から特定地点投稿情報を検索する(ステップS102)。続いて、投稿情報数設定部15は、ステップS102で得た検索件数を、特定地点情報記憶部12に格納された当該特定地点の投稿情報数として設定する(ステップS103)。投稿情報数設定部15は、上記処理を全ての特定地点について実行することで、全ての特定地点の投稿情報数を設定する。ここで、特定地点に関連付けられた特定地点投稿情報の総数は、特定地点投稿情報記憶部14の内容が更新されると変更されるため、投稿情報数設定部15は、全ての特定地点情報について定期的に上記処理を実行することが好ましい。   First, the posted information number setting unit 15 acquires one specific point to be set from the specific point information storage unit 12 (step S101). Subsequently, the posting information number setting unit 15 searches the specific point posting information storage unit 14 for specific point posting information by using the search function included in the searching unit 17 with the spot ID of the specific point acquired in step S101 as a search key. (Step S102). Subsequently, the posted information number setting unit 15 sets the number of retrievals obtained in step S102 as the number of posted information of the specific point stored in the specific point information storage unit 12 (step S103). The posted information number setting unit 15 sets the number of posted information items at all specific points by executing the above process for all the specific points. Here, since the total number of specific point posting information associated with the specific point is changed when the content of the specific point posting information storage unit 14 is updated, the posted information number setting unit 15 performs the processing for all the specific point information. It is preferable to execute the above processing periodically.

次に、スコア算出部16によるスコア算出処理及び検索部17による検索処理の動作について、図6〜図8を用いて説明する。図6は、本実施形態に係るユーザ端末及び特定地点の配置例を示す図である。図7は、図6に示す特定地点の本実施形態における各値を示す図である。図8は、本実施形態に係る周辺情報検索装置10による検索処理の動作を示すフロー図である。   Next, operations of the score calculation process by the score calculation unit 16 and the search process by the search unit 17 will be described with reference to FIGS. FIG. 6 is a diagram illustrating an arrangement example of user terminals and specific points according to the present embodiment. FIG. 7 is a diagram showing each value in the present embodiment at the specific point shown in FIG. FIG. 8 is a flowchart showing the operation of search processing by the peripheral information search apparatus 10 according to this embodiment.

本実施形態では、図6に示すように、ユーザ端末の周辺に特定地点A〜Kが存在する場合を考える。これらの特定地点に係る地点ID、名称、緯度、経度、投稿情報数、有名度、距離、及びスコアを図7に示す。図7においては、緯度、経度、及び特定地点E〜Kに関する記載を省略する。また、スコア算出部16により算出される特定地点E〜Kのスコアは特定地点A〜Dのいずれのスコアよりも低いものとする。図7に示す地点ID、名称、緯度、経度、投稿情報数、及び有名度は、予め特定地点情報記憶部12に格納されている特定地点情報である。図7に示す距離及びスコアは、図8に示すフローにおいてスコア算出部16により算出される値である。   In the present embodiment, as shown in FIG. 6, consider a case where specific points A to K exist around the user terminal. FIG. 7 shows point IDs, names, latitudes, longitudes, post information numbers, famousities, distances, and scores relating to these specific points. In FIG. 7, descriptions regarding latitude, longitude, and specific points E to K are omitted. In addition, the scores of the specific points E to K calculated by the score calculation unit 16 are assumed to be lower than any score of the specific points A to D. The spot ID, name, latitude, longitude, number of posted information, and famousness shown in FIG. 7 are specific spot information stored in the specific spot information storage unit 12 in advance. The distance and score shown in FIG. 7 are values calculated by the score calculation unit 16 in the flow shown in FIG.

図8において、検索部17がユーザ端末20からの検索要求を受けると、スコア算出部16は、ユーザ端末20の位置情報を取得し、ユーザ端末20と特定地点情報記憶部12に格納されている各特定地点(特定地点A〜K)との距離を算出する(ステップS201、取得ステップ、距離算出ステップ)。続いて、スコア算出部16は、上述の式(1)により、各特定地点のスコアを算出する(ステップS202、スコア算出ステップ)。以上の処理により、図7に示す距離及びスコアが算出される。   In FIG. 8, when the search unit 17 receives a search request from the user terminal 20, the score calculation unit 16 acquires the location information of the user terminal 20 and is stored in the user terminal 20 and the specific point information storage unit 12. The distance to each specific point (specific points A to K) is calculated (step S201, acquisition step, distance calculation step). Subsequently, the score calculation unit 16 calculates the score of each specific point according to the above-described equation (1) (step S202, score calculation step). Through the above processing, the distance and score shown in FIG. 7 are calculated.

続いて、検索部17は、スコアの降順に特定地点をソートする(ステップS203)。これにより、「特定地点D→特定地点A→特定地点C→特定地点B→…」の順にソートされる。続いて、検索部17は、ソート順で1番目の特定地点Dの投稿情報数を特定地点情報記憶部12から取得する(ステップS204、ステップS205、抽出ステップ)。ここで、特定地点Dの投稿情報数は「80」であり、所定数「100」に満たないため(ステップS206:NO)、検索部17は、さらに、ソート順で2番目の特定地点Aの投稿情報数を取得する(ステップS207、ステップS205、抽出ステップ)。これにより、取得した投稿情報数の総和は「180」となり、所定数「100」以上となるため(ステップS206:YES)、検索部17は特定地点の抽出処理(ステップS204〜ステップS207)を終了する。   Subsequently, the search unit 17 sorts the specific points in descending order of the scores (Step S203). Thereby, it sorts in order of "the specific point D-> specific point A-> specific point C-> specific point B-> ...". Subsequently, the search unit 17 acquires the number of posted information items of the first specific point D in the sort order from the specific point information storage unit 12 (step S204, step S205, extraction step). Here, since the number of pieces of posted information at the specific point D is “80”, which is less than the predetermined number “100” (step S206: NO), the search unit 17 further selects the second specific point A in the sort order. The number of posted information is acquired (step S207, step S205, extraction step). As a result, the total number of pieces of posted information acquired is “180”, which is equal to or greater than the predetermined number “100” (step S206: YES), and the search unit 17 ends the specific point extraction process (steps S204 to S207). To do.

続いて、検索部17は、ソート順で2番目までの特定地点D及び特定地点Aの地点IDを特定地点情報記憶部12から抽出し、当該地点IDを検索キーとして、特定地点投稿情報記憶部14から特定地点投稿情報を検索する(ステップS208、検索ステップ)。続いて、検索部17は、取得した特定地点投稿情報をユーザ端末20に提示し(ステップS209)、検索処理を終了する。   Subsequently, the search unit 17 extracts the point IDs of the second specific point D and the specific point A in the sort order from the specific point information storage unit 12, and uses the point ID as a search key as a specific point posting information storage unit. The specific point posting information is searched from 14 (step S208, search step). Subsequently, the search unit 17 presents the acquired specific point posting information to the user terminal 20 (step S209), and ends the search process.

次に、本実施形態の周辺情報検索装置10の作用効果について説明する。本実施形態の周辺情報検索装置10において、特定地点毎に、位置情報、当該特定地点に関連付けられた投稿情報数、及び有名度が、特定地点情報記憶部12に予め格納されている。そのため、スコア算出部16は、ユーザ端末20と各特定地点との間の距離を算出し、上述の式(1)により、当該距離及び有名度の両方の観点からユーザにとって有用と考えられる特定地点、すなわちユーザ端末20からの距離がより近く、より有名な特定地点のスコアが相対的に高くなるように、各特定地点のスコアを算出できる。検索部17は、関連付けられた投稿情報数の和が所定数以上となるように、スコアの降順に特定地点を抽出し、抽出した特定地点の地点IDを検索キーとして特定地点投稿情報記憶部14から特定地点投稿情報を検索する。これにより、検索部17は、ユーザにとって有用であり、かつ所定数以上の特定地点投稿情報をユーザに提供できる。   Next, the effect of the peripheral information search apparatus 10 of this embodiment is demonstrated. In the peripheral information search device 10 of the present embodiment, the position information, the number of posted information associated with the specific point, and the famous degree are stored in advance in the specific point information storage unit 12 for each specific point. Therefore, the score calculation unit 16 calculates the distance between the user terminal 20 and each specific point, and the specific point considered to be useful to the user from the viewpoint of both the distance and the famousity according to the above formula (1). That is, the score of each specific point can be calculated such that the distance from the user terminal 20 is closer and the score of a more famous specific point is relatively high. The search unit 17 extracts specific points in descending order of the scores so that the sum of the number of associated posted information is equal to or greater than a predetermined number, and the specific point post information storage unit 14 uses the extracted point ID of the extracted specific point as a search key. Search for specific point posting information. Thereby, the search part 17 is useful for a user, and can provide a user with a predetermined number or more of specific point posting information.

次に、本実施形態のいくつかの変形例について説明する。   Next, some modifications of the present embodiment will be described.

(変形例1)
変形例1に係る周辺情報検索装置10においては、特定地点情報記憶部12に格納される特定地点情報が、投稿情報数設定部15により投稿情報数が最後に設定又は更新された最終設定日時の情報を含み、スコア算出部16aは、ユーザ端末20と特定地点との間の距離及び特定地点の有名度に加えて、最終設定日時に基づいてスコアを算出する。
(Modification 1)
In the peripheral information search device 10 according to the first modification, the specific spot information stored in the specific spot information storage unit 12 is the last set date and time when the posted information number is last set or updated by the posted information number setting unit 15. Including information, the score calculation unit 16a calculates a score based on the last set date and time in addition to the distance between the user terminal 20 and the specific point and the famousness of the specific point.

より具体的には、スコア算出部16aは、次式(2)により、特定地点のスコアを算出する。
:特定地点iのスコア
:特定地点iとユーザ端末20との距離
:特定地点iの有名度
:経過日数(現在日時と特定地点iの最終設定日時との日差)
=1/D×P×1/T…(2)
More specifically, the score calculation unit 16a calculates the score of the specific point by the following equation (2).
S i : Score of the specific point i D i : Distance P i between the specific point i and the user terminal 20: Famous degree T i of the specific point i : Elapsed days (day difference between the current date and the last set date and time of the specific point i )
S i = 1 / D i × P i × 1 / T i (2)

変形例1では、本実施形態と同様に、図6に示すように、ユーザ端末の周辺に特定地点A〜Kが存在する場合を考える。これらの特定地点に係る地点ID、名称、緯度、経度、投稿情報数、有名度、経過日数、距離、及びスコアを図10に示す。これらのうち、地点ID、名称、緯度、経度、投稿情報数、有名度、及び距離については、図7と同一である。経過日数は、特定地点情報に含まれる最終設定日時の情報と現在日時とから算出した日差である。スコアは、図8に示すフローにおいて、スコア算出部16aが上記式(2)により算出した値である。   In the first modification, as in the present embodiment, as illustrated in FIG. 6, a case where specific points A to K exist around the user terminal is considered. FIG. 10 shows point IDs, names, latitudes, longitudes, post information numbers, famousities, elapsed days, distances, and scores related to these specific points. Among these, the point ID, name, latitude, longitude, number of pieces of posted information, famousness, and distance are the same as those in FIG. The elapsed days is a day difference calculated from the information of the last set date and time included in the specific point information and the current date and time. The score is a value calculated by the score calculation unit 16a according to the above equation (2) in the flow shown in FIG.

図10に示すように、スコア順位は「特定地点C→特定地点D→特定地点B→特定地点A」となる。従って、図8に示すフローのステップS204〜ステップS207において、検索部17は、特定地点C及び特定地点Dを抽出する。   As shown in FIG. 10, the score ranking is “specific point C → specific point D → specific point B → specific point A”. Therefore, in step S204 to step S207 of the flow shown in FIG. 8, the search unit 17 extracts the specific point C and the specific point D.

以上のように、変形例1に係る周辺情報検索装置10によれば、スコア算出部16aが投稿情報数の最終設定日時に基づいてスコアを算出することで、投稿情報数の最終設定日時が古く、投稿情報数の情報の信頼性が低い特定地点(上記例の場合は、特定地点A)のスコアを相対的に低く算出できる。これにより、より信頼性の高い適切なスコアを算出できる。   As described above, according to the peripheral information search apparatus 10 according to the first modification, the score calculation unit 16a calculates the score based on the final setting date and time of the number of posted information, so that the final setting date and time of the number of posted information is old. The score of a specific point (specific point A in the above example) where the reliability of the information of the number of posted information is low can be calculated relatively low. Thereby, an appropriate score with higher reliability can be calculated.

(変形例2)
変形例2に係る周辺情報検索装置10においては、検索部17aは、ユーザ端末の位置から所定の距離以内にある特定地点数に基づいて、最低特定地点数を設定し、当該最低特定地点数以上の特定地点を抽出する。
(Modification 2)
In the peripheral information search device 10 according to the second modification, the search unit 17a sets the minimum number of specific points based on the number of specific points within a predetermined distance from the position of the user terminal, and is equal to or greater than the minimum number of specific points. Extract a specific point.

図11及び図12を用いて、変形例2について詳細に説明する。図11は、変形例2に係るユーザ端末及び特定地点の配置例を示す図である。図12は、変形例2に係る周辺情報検索装置10による検索処理の動作を示すフロー図である。また、図11に示す配置例に係る特定地点の各値は、図7と同様であるものとする。以下、図12に示すフローについて、図8に示す本実施形態におけるフローとの主な相違点を説明する。   Modification 2 will be described in detail with reference to FIGS. 11 and 12. FIG. 11 is a diagram illustrating an arrangement example of user terminals and specific points according to the second modification. FIG. 12 is a flowchart showing an operation of search processing by the peripheral information search apparatus 10 according to the second modification. Moreover, each value of the specific point which concerns on the example of arrangement | positioning shown in FIG. 11 shall be the same as that of FIG. Hereinafter, the main differences between the flow shown in FIG. 12 and the flow in the present embodiment shown in FIG. 8 will be described.

図12において、検索部17aは、ユーザ端末20と各特定地点との距離を算出し(ステップS301)、上述の式(1)により、各特定地点のスコアを算出する(ステップS202)。続いて、検索部17aは、最低特定地点数を算出する(ステップS303)。より具体的には、まず、検索部17aは、図11に示すように、ユーザ端末20から所定距離以内の領域Zを定める。続いて、検索部17aは、領域Zに含まれる特定地点を計数する。ここでの計数結果は「10」となり、検索部17aは、計数結果の30%の値である「3」を最低特定地点数に設定するものとする。ここで、「所定距離」及び「30%」の値は、一例であり、これに限定されない。   In FIG. 12, the search unit 17a calculates the distance between the user terminal 20 and each specific point (step S301), and calculates the score of each specific point according to the above equation (1) (step S202). Subsequently, the search unit 17a calculates the minimum number of specific points (step S303). More specifically, the search unit 17a first determines a region Z within a predetermined distance from the user terminal 20, as shown in FIG. Subsequently, the search unit 17a counts specific points included in the region Z. Here, the counting result is “10”, and the search unit 17a sets “3”, which is 30% of the counting result, as the minimum number of specific points. Here, the values of “predetermined distance” and “30%” are examples, and the present invention is not limited thereto.

続いて、検索部17aは、スコアの降順に特定地点をソートする(ステップS304)。これにより、「特定地点D→特定地点A→特定地点C→特定地点B→…」の順にソートされる。続いて、検索部17は、ステップS306〜ステップS308により、特定地点D及び特定地点Aに関する投稿情報数を取得し、総取得件数「180」が所定数「100」以上となるため(ステップS307:YES)、ステップS309の判定を行う。ここで、抽出した特定地点数は「2」であり、最低特定地点数「3」に満たないため、検索部17aは、ソート順で3番目の特定地点Cを取得する(ステップS309:NO、ステップS308、ステップS306)。これにより、抽出した特定地点数が最低特定地点数以上となるため、検索部17aは、抽出処理を完了する(ステップS309:YES)。   Subsequently, the search unit 17a sorts the specific points in descending order of the scores (Step S304). Thereby, it sorts in order of "the specific point D-> specific point A-> specific point C-> specific point B-> ...". Subsequently, the search unit 17 acquires the number of posted information related to the specific spot D and the specific spot A through steps S306 to S308, and the total number of acquisitions “180” is equal to or greater than the predetermined number “100” (step S307: YES), the determination in step S309 is performed. Here, since the number of extracted specific points is “2”, which is less than the minimum number of specific points “3”, the search unit 17a acquires the third specific point C in the sort order (step S309: NO, Step S308, Step S306). Thereby, since the number of extracted specific points becomes more than the minimum number of specific points, the search unit 17a completes the extraction process (step S309: YES).

続いて、検索部17aは、抽出された特定地点D、特定地点A及び特定地点Cの地点IDを特定地点情報記憶部12から抽出し、当該地点IDを検索キーとして、特定地点投稿情報記憶部14から特定地点投稿情報を検索する(ステップS310)。続いて、検索部17aは、取得した特定地点投稿情報をユーザ端末20に提示し(ステップS311)、検索処理を終了する。   Subsequently, the search unit 17a extracts the extracted spot IDs of the specific point D, the specific point A, and the specific point C from the specific point information storage unit 12, and uses the point ID as a search key as a specific point posting information storage unit. The specific point posting information is searched from 14 (step S310). Subsequently, the search unit 17a presents the acquired specific point posting information to the user terminal 20 (step S311), and ends the search process.

以上のように、変形例2に係る周辺情報検索装置10によれば、検索部17aは、ユーザ端末20から所定距離以内の領域Z内にある特定地点数に基づいて、適切な最低特定地点数(上記例では、領域Z内の特定地点数の30%)を設定することができる。続いて、検索部17aは、最低特定地点数以上の特定地点に基づいて、特定地点投稿情報を検索することで、より多くの特定地点に関する情報を得たいと考えるユーザの満足度を向上させることが期待できる。   As described above, according to the peripheral information search device 10 according to the modified example 2, the search unit 17a can determine an appropriate minimum number of specific points based on the number of specific points within the area Z within a predetermined distance from the user terminal 20. (In the above example, 30% of the number of specific points in the region Z) can be set. Subsequently, the search unit 17a improves the satisfaction of a user who wants to obtain information on more specific points by searching for specific point posting information based on the specific points equal to or more than the minimum specific number of points. Can be expected.

(変形例3)
変形例3に係る周辺情報検索装置10においては、スコア算出部16bは、ユーザ端末20の位置から所定の距離以内にある特定地点についてのみスコアを算出する。
(Modification 3)
In the peripheral information search device 10 according to Modification 3, the score calculation unit 16b calculates the score only for a specific point within a predetermined distance from the position of the user terminal 20.

図11を用いて、変形例3について説明する。スコア算出部16bは、図11に示すように、ユーザ端末20から所定の距離以内の領域Zを定め、領域Zに含まれる特定地点(特定地点A〜C、E〜K)についてのみスコアを算出し、領域Zに含まれない特定地点Dについてはスコアを算出しない。   Modification 3 will be described with reference to FIG. As shown in FIG. 11, the score calculation unit 16 b determines a region Z within a predetermined distance from the user terminal 20, and calculates scores only for specific points (specific points A to C and E to K) included in the region Z. However, the score is not calculated for the specific points D not included in the region Z.

この場合において、スコアを算出されなかった特定地点Dの扱いについては、任意に定めてよい。例えば、スコアを算出されなかった特定地点については、検索部17による検索の対象外としてもよいし、デフォルトのスコア値(例えば「0」)を設定してもよい。また、変形例2及び3における「所定の距離以内」の領域について、どちらも図11に示す領域Zを用いて説明したが、これらの領域はそれぞれ独立に設定されるものであるため、同一である必要はない。   In this case, the handling of the specific point D for which the score has not been calculated may be arbitrarily determined. For example, the specific point for which the score has not been calculated may be excluded from the search by the search unit 17 or a default score value (for example, “0”) may be set. Further, the regions within “predetermined distance” in the modified examples 2 and 3 have both been described using the region Z shown in FIG. 11, but these regions are the same because they are set independently. There is no need.

変形例3に係る周辺情報検索装置10によれば、スコア算出部16bは、ユーザ端末20から所定の距離以内にある特定地点(特定地点A〜C、E〜K)についてのみスコアを算出することで、スコア算出処理における計算量を削減でき、検索処理の高速化を図ることができる。   According to the peripheral information search device 10 according to the modification 3, the score calculation unit 16b calculates the score only for specific points (specific points A to C and E to K) within a predetermined distance from the user terminal 20. Thus, the calculation amount in the score calculation process can be reduced, and the search process can be speeded up.

以上、本発明に係る実施形態といくつかの変形例について詳細に説明した。しかし、本発明は、上記実施形態及び変形例に限定されるものではない。本発明は、その要旨を逸脱しない範囲において様々な変形が可能である。   The embodiment according to the present invention and some modified examples have been described above in detail. However, the present invention is not limited to the above-described embodiments and modifications. The present invention can be variously modified without departing from the gist thereof.

最後に、図9を用いて、コンピュータを周辺情報検索装置10として機能させるための周辺情報検索プログラムP10について説明する。   Finally, a peripheral information search program P10 for causing a computer to function as the peripheral information search apparatus 10 will be described with reference to FIG.

図9は、本実施形態に係る周辺情報検索プログラムP10の機能構成を示すブロック図である。図9に示すように、周辺情報検索プログラムP10は、取得モジュールP16A、距離算出モジュールP16B、スコア算出モジュールP16C、抽出モジュールP17A、及び検索モジュールP17Bを備える。取得モジュールP16A、距離算出モジュールP16B、スコア算出モジュールP16C、抽出モジュールP17A、及び検索モジュールP17Bが実行されることにより実現される機能は、上述した周辺情報検索装置10において対応するスコア算出部16(取得手段、距離算出手段、スコア算出手段)及び検索部17(抽出手段、検索手段)の機能と同様である。   FIG. 9 is a block diagram showing a functional configuration of the peripheral information search program P10 according to the present embodiment. As shown in FIG. 9, the peripheral information search program P10 includes an acquisition module P16A, a distance calculation module P16B, a score calculation module P16C, an extraction module P17A, and a search module P17B. The functions realized by executing the acquisition module P16A, the distance calculation module P16B, the score calculation module P16C, the extraction module P17A, and the search module P17B correspond to the score calculation unit 16 (acquisition in the peripheral information search apparatus 10 described above. The function is the same as that of the search unit 17 (extraction unit, search unit).

このように構成された周辺情報検索プログラムP10は、図2に示す記録媒体200に記憶され、周辺情報検索装置10として用いられるコンピュータにより実行される。当該コンピュータは、記録媒体200が記録媒体読取部107に挿入されると、記録媒体読取部107から記録媒体200に格納された周辺情報検索プログラムP10にアクセス可能となり、当該周辺情報検索プログラムP10を実行することによって、本実施形態に係る周辺情報検索装置10として動作することが可能となる。   The peripheral information search program P10 thus configured is stored in the recording medium 200 shown in FIG. 2 and is executed by a computer used as the peripheral information search device 10. When the recording medium 200 is inserted into the recording medium reading unit 107, the computer can access the peripheral information search program P10 stored in the recording medium 200 from the recording medium reading unit 107, and executes the peripheral information search program P10. By doing so, it becomes possible to operate as the peripheral information search apparatus 10 according to the present embodiment.

周辺情報検索プログラムP10は、搬送波に重畳されたコンピュータデータ信号としてネットワークを介して提供されるものであってもよい。この場合、周辺情報検索装置10として用いられるコンピュータは、通信制御部104によって受信した周辺情報検索プログラムP10を主記憶部102に格納することにより、当該周辺情報検索プログラムP10を実行することができる。   The peripheral information search program P10 may be provided via a network as a computer data signal superimposed on a carrier wave. In this case, the computer used as the peripheral information search device 10 can execute the peripheral information search program P10 by storing the peripheral information search program P10 received by the communication control unit 104 in the main storage unit 102.

10…周辺情報検索装置、11…投稿情報収集部、12…特定地点情報記憶部、13…関連付け部、14…特定地点投稿情報記憶部、15…設定部、16…スコア算出部、17…検索部、P10…周辺情報検索プログラム、P16A…取得モジュール、P16B…距離算出モジュール、P16C…スコア算出モジュール、P17A…抽出モジュール、P17B…検索モジュール。
DESCRIPTION OF SYMBOLS 10 ... Peripheral information search device, 11 ... Posting information collection part, 12 ... Specific spot information storage part, 13 ... Association part, 14 ... Specific spot post information storage part, 15 ... Setting part, 16 ... Score calculation part, 17 ... Search Part, P10 ... peripheral information search program, P16A ... acquisition module, P16B ... distance calculation module, P16C ... score calculation module, P17A ... extraction module, P17B ... search module.

Claims (7)

ユーザ端末からの要求に応じて周辺情報検索を実行する周辺情報検索装置であって、
予め定められた特定地点毎に、特定地点投稿情報を格納する特定地点投稿情報記憶手段と、
前記特定地点毎に、その位置情報と、特定地点に関連付けられた前記特定地点投稿情報の数である投稿情報数と、特定地点の有名度とを含む特定地点情報を格納する特定地点情報記憶手段と、
ユーザ端末の位置情報を取得する取得手段と、
前記取得手段により取得されたユーザ端末の位置情報と前記特定地点情報記憶手段に格納された各特定地点の位置情報とに基づいて、前記ユーザ端末と各特定地点との間の距離を算出する距離算出手段と、
前記特定地点毎に、前記距離算出手段により算出された距離と前記特定地点の有名度とに基づいて、所定のスコアを算出するスコア算出手段と、
前記スコア算出手段により算出されたスコアの降順に、特定地点に関連付けられた前記投稿情報数の和が所定条件を満たすまで、特定地点の抽出を繰り返す抽出手段と、
前記抽出手段により抽出された特定地点に基づいて前記特定地点投稿情報記憶手段から特定地点投稿情報を検索する検索手段と、
を備える周辺情報検索装置。
A peripheral information search device that executes a peripheral information search in response to a request from a user terminal,
Specific point posting information storage means for storing specific point posting information for each predetermined specific point;
Specific point information storage means for storing, for each specific point, specific point information including the position information, the number of pieces of posted information that is the number of the specific point posting information associated with the specific point, and the famous degree of the specific point When,
Obtaining means for obtaining position information of the user terminal;
The distance for calculating the distance between the user terminal and each specific point based on the position information of the user terminal acquired by the acquisition unit and the position information of each specific point stored in the specific point information storage unit A calculation means;
Score calculating means for calculating a predetermined score based on the distance calculated by the distance calculating means and the famousness of the specific point for each specific point;
An extracting unit that repeats extraction of a specific point until the sum of the number of pieces of posted information associated with the specific point satisfies a predetermined condition in descending order of the score calculated by the score calculating unit;
Search means for searching for specific spot posting information from the specific spot posting information storage means based on the specific spot extracted by the extracting means;
A peripheral information retrieval device comprising:
前記特定地点情報が、前記投稿情報数が最後に設定又は更新された日時である最終設定日時の情報を含み、
前記スコア算出手段は、さらに前記最終設定日時に基づいて、前記スコアを算出する、
請求項1記載の周辺情報検索装置。
The specific point information includes information on the last set date and time that is the date and time when the post information number was last set or updated,
The score calculation means further calculates the score based on the final set date and time,
The peripheral information search device according to claim 1.
前記抽出手段は、前記所定条件を満たすように、所定の最低特定地点数以上の特定地点を抽出する、
請求項1又は2記載の周辺情報検索装置。
The extraction means extracts specific points equal to or greater than a predetermined minimum number of specific points so as to satisfy the predetermined condition;
The peripheral information search device according to claim 1 or 2.
前記抽出手段は、ユーザ端末の位置から所定の距離以内にある特定地点数に基づいて、前記最低特定地点数を設定する、
請求項3記載の周辺情報検索装置。
The extracting means sets the minimum number of specific points based on the number of specific points within a predetermined distance from the position of the user terminal;
The peripheral information search device according to claim 3.
前記スコア算出手段は、ユーザ端末の位置から所定の距離以内にある特定地点についてのみ前記スコアを算出する、
請求項1〜4の何れか一項記載の周辺情報検索装置。
The score calculation means calculates the score only for a specific point within a predetermined distance from the position of the user terminal,
The peripheral information search device according to any one of claims 1 to 4.
予め定められた特定地点毎に、特定地点投稿情報を格納する特定地点投稿情報記憶手段と、前記特定地点毎に、その位置情報と、特定地点に関連付けられた前記特定地点投稿情報の数である投稿情報数と、特定地点の有名度とを含む特定地点情報を格納する特定地点情報記憶手段と、を備え、ユーザ端末からの要求に応じて周辺情報検索を実行する周辺情報検索装置により実行される周辺情報検索方法であって、
ユーザ端末の位置情報を取得する取得ステップと、
前記取得ステップにより取得されたユーザ端末の位置情報と前記特定地点情報記憶手段に格納された各特定地点の位置情報とに基づいて、前記ユーザ端末と各特定地点との間の距離を算出する距離算出ステップと、
前記特定地点毎に、前記距離算出ステップにより算出された距離と前記特定地点の有名度とに基づいて、所定のスコアを算出するスコア算出ステップと、
前記スコア算出ステップにより算出されたスコアの降順に、特定地点に関連付けられた前記投稿情報数の和が所定条件を満たすまで、特定地点の抽出を繰り返す抽出ステップと、
前記抽出ステップにより抽出された特定地点に基づいて前記特定地点投稿情報記憶手段から特定地点投稿情報を検索する検索ステップと、
を備える周辺情報検索方法。
Specific point posting information storage means for storing specific point posting information for each predetermined specific point, the position information for each specific point, and the number of the specific point posting information associated with the specific point. Specific point information storage means for storing specific point information including the number of posted information and the famousness of the specific point, and is executed by a peripheral information search device that executes a peripheral information search in response to a request from the user terminal A peripheral information search method,
An acquisition step of acquiring location information of the user terminal;
The distance for calculating the distance between the user terminal and each specific point based on the position information of the user terminal acquired by the acquisition step and the position information of each specific point stored in the specific point information storage means A calculation step;
A score calculating step for calculating a predetermined score based on the distance calculated by the distance calculating step and the famousness of the specific point for each specific point;
An extraction step that repeats the extraction of the specific point until the sum of the number of posted information associated with the specific point satisfies a predetermined condition in descending order of the score calculated by the score calculating step;
A search step of searching for specific point posting information from the specific point posting information storage means based on the specific point extracted by the extraction step;
A peripheral information search method comprising:
予め定められた特定地点毎に、特定地点投稿情報を格納する特定地点投稿情報記憶手段と、前記特定地点毎に、その位置情報と、特定地点に関連付けられた前記特定地点投稿情報の数である投稿情報数と、特定地点の有名度とを含む特定地点情報を格納する特定地点情報記憶手段と、を備え、ユーザ端末からの要求に応じて周辺情報検索を実行する周辺情報検索装置に設けられたコンピュータにより実行される周辺情報検索プログラムであって、
ユーザ端末の位置情報を取得する取得モジュールと、
前記取得モジュールが実行されることにより取得されたユーザ端末の位置情報と前記特定地点情報記憶手段に格納された各特定地点の位置情報とに基づいて、前記ユーザ端末と各特定地点との間の距離を算出する距離算出モジュールと、
前記特定地点毎に、前記距離算出モジュールが実行されることにより算出された距離と前記特定地点の有名度とに基づいて、所定のスコアを算出するスコア算出モジュールと、
前記スコア算出モジュールが実行されることにより算出されたスコアの降順に、特定地点に関連付けられた前記投稿情報数の和が所定条件を満たすまで、特定地点の抽出を繰り返す抽出モジュールと、
前記抽出モジュールが実行されることにより抽出された特定地点に基づいて前記特定地点投稿情報記憶手段から特定地点投稿情報を検索する検索モジュールと、
を備える周辺情報検索プログラム。
Specific point posting information storage means for storing specific point posting information for each predetermined specific point, the position information for each specific point, and the number of the specific point posting information associated with the specific point. Specific location information storage means for storing specific location information including the number of posted information and the famousness of the specific location, provided in a peripheral information search device that executes peripheral information search in response to a request from the user terminal A peripheral information retrieval program executed by a computer,
An acquisition module for acquiring location information of the user terminal;
Based on the position information of the user terminal acquired by executing the acquisition module and the position information of each specific point stored in the specific point information storage unit, between the user terminal and each specific point A distance calculation module for calculating the distance;
A score calculation module that calculates a predetermined score based on the distance calculated by executing the distance calculation module and the famousness of the specific point for each specific point;
An extraction module that repeats extraction of a specific point until the sum of the number of posted information associated with the specific point satisfies a predetermined condition in descending order of the score calculated by executing the score calculation module;
A search module for searching for specific point posting information from the specific point posting information storage means based on the specific point extracted by executing the extraction module;
A peripheral information search program comprising:
JP2012191798A 2012-08-31 2012-08-31 Peripheral information search device, peripheral information search method, and peripheral information search program Pending JP2014048919A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012191798A JP2014048919A (en) 2012-08-31 2012-08-31 Peripheral information search device, peripheral information search method, and peripheral information search program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012191798A JP2014048919A (en) 2012-08-31 2012-08-31 Peripheral information search device, peripheral information search method, and peripheral information search program

Publications (1)

Publication Number Publication Date
JP2014048919A true JP2014048919A (en) 2014-03-17

Family

ID=50608521

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012191798A Pending JP2014048919A (en) 2012-08-31 2012-08-31 Peripheral information search device, peripheral information search method, and peripheral information search program

Country Status (1)

Country Link
JP (1) JP2014048919A (en)

Similar Documents

Publication Publication Date Title
JP7023821B2 (en) Information retrieval system
JP6713331B2 (en) Program, information processing method, and information processing apparatus
JP5732441B2 (en) Information recommendation method, apparatus and program
EP3531303A1 (en) Information retrieval apparatus, information retrieval system, information retrieval method, and program
JP5221630B2 (en) Server, information management method, information management program, and computer-readable recording medium for recording the program
CN102822627A (en) Position measurement device, method for generating locational information, and storage medium
KR101123697B1 (en) Apparatus and method for searching user of common interest
JP2007219655A (en) Facility information management system, facility information management method and facility information management program
JP5265418B2 (en) Sightseeing route providing device, sightseeing route providing method, and program
KR20160108526A (en) Location Based Ranking of Real World Locations
JP5271150B2 (en) Route integration server, route integration system, and route integration method
JP5296745B2 (en) Query suggestion providing apparatus and method
JP2017191357A (en) Word determination device
JP2014048916A (en) Peripheral information search device, peripheral information search method, and peripheral information search program
KR101867421B1 (en) Method and Apparatus for Recommending Service Provider Using Social Data
JP5969584B2 (en) Attribute determination device, information extraction system, information distribution system, and program
CN110543457A (en) Track type document processing method and device, storage medium and electronic device
JP6088781B2 (en) Server apparatus, program, and control method
JP2010181975A (en) Information provision device, information provision method, information provision program and recording medium
KR101132431B1 (en) System and method for providing interest information
JP5639490B2 (en) Tag recommendation device
JP2014048919A (en) Peripheral information search device, peripheral information search method, and peripheral information search program
JP4828653B1 (en) Server, dictionary generation method, dictionary generation program, and computer-readable recording medium for recording the program
JP5469218B2 (en) Peripheral information search device, peripheral information search method, and peripheral information search program
JP5498323B2 (en) Peripheral information display system and peripheral information display program