JP6853009B2 - Aggregation device, aggregation method, and aggregation program - Google Patents

Aggregation device, aggregation method, and aggregation program Download PDF

Info

Publication number
JP6853009B2
JP6853009B2 JP2016199398A JP2016199398A JP6853009B2 JP 6853009 B2 JP6853009 B2 JP 6853009B2 JP 2016199398 A JP2016199398 A JP 2016199398A JP 2016199398 A JP2016199398 A JP 2016199398A JP 6853009 B2 JP6853009 B2 JP 6853009B2
Authority
JP
Japan
Prior art keywords
token
information
aggregation
search query
tag
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.)
Active
Application number
JP2016199398A
Other languages
Japanese (ja)
Other versions
JP2018060468A (en
Inventor
保則 西本
保則 西本
亮介 堀江
亮介 堀江
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.)
Yahoo Japan Corp
Original Assignee
Yahoo Japan Corp
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 Yahoo Japan Corp filed Critical Yahoo Japan Corp
Priority to JP2016199398A priority Critical patent/JP6853009B2/en
Publication of JP2018060468A publication Critical patent/JP2018060468A/en
Application granted granted Critical
Publication of JP6853009B2 publication Critical patent/JP6853009B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Description

本発明は、集計装置、集計方法、及び集計プログラムに関する。 The present invention relates to an aggregation device, an aggregation method, and an aggregation program.

従来、検索システムに用いられた検索クエリ(以下、単に「クエリ」ともいう)に基づいて、検索の対象に関する情報を収集する技術が提供されている。例えば、クエリには、所定の区切り文字で区切られた複数の文字列(以下、「トークン」ともいう)が含まれる場合がある。また、例えば、所定の対象をクラスに分類する技術が提供されている。例えば、このような所定の対象をクラスに分類する技術により、トークンの内容(意味)に関連するラベルが付される。 Conventionally, a technique for collecting information about a search target is provided based on a search query (hereinafter, also simply referred to as “query”) used in a search system. For example, a query may include a plurality of character strings (hereinafter, also referred to as "tokens") separated by a predetermined delimiter. Further, for example, a technique for classifying a predetermined object into a class is provided. For example, by the technique of classifying a predetermined object into a class, a label related to the content (meaning) of the token is attached.

C.N. Silla Jr., A.A. Freitas, "A survey of hierarchical classification across different application domains", Data Mining and Knowledge Discovery, 22(1-2):182-196, January 2011C.N. Silla Jr., A.A. Freitas, "A survey of hierarchical classification across different application domains", Data Mining and Knowledge Discovery, 22 (1-2): 182-196, January 2011

しかしながら、上記の従来技術では、複数のラベルが付されたトークンが検索クエリに含まれる場合、適切に検索回数を集計することができるとは限らない。例えば、クエリ全体に基づいて検索回数を集計するだけでは、複数のラベルが付されたトークンが含まれる場合に、どの対象にどの程度検索が行われたかを適切に集計することができない場合がある。 However, in the above-mentioned prior art, when the search query includes tokens with a plurality of labels, it is not always possible to appropriately total the number of searches. For example, simply counting the number of searches based on the entire query may not be able to properly count how many searches were performed on which target when multiple labeled tokens are included. ..

本願は、上記に鑑みてなされたものであって、複数のラベルが付されたトークンが含まれる場合であっても、適切に検索回数を集計する集計装置、集計方法、及び集計プログラムを提供することを目的とする。 The present application has been made in view of the above, and provides an aggregation device, an aggregation method, and an aggregation program that appropriately aggregates the number of searches even when tokens with a plurality of labels are included. The purpose is.

本願に係る集計装置は、検索クエリに含まれる各トークンであって、地名に関するラベルまたは前記地名以外の他のカテゴリに関するラベルが付された各トークンに関する情報を取得する取得部と、前記各トークンに付されたラベルの組み合わせ毎に前記検索クエリによる検索回数に関する情報を集計する集計部と、を備えたことを特徴とする。 The aggregation device according to the present application includes an acquisition unit for acquiring information on each token included in a search query and having a label related to a place name or a label related to a category other than the place name, and each token. It is characterized by including an aggregation unit that aggregates information on the number of searches by the search query for each combination of attached labels.

実施形態の一態様によれば、複数のラベルが付されたトークンが含まれる場合であっても、適切に検索回数を集計することができるという効果を奏する。 According to one aspect of the embodiment, there is an effect that the number of searches can be appropriately totaled even when tokens with a plurality of labels are included.

図1は、実施形態に係る集計処理の一例を示す図である。FIG. 1 is a diagram showing an example of aggregation processing according to the embodiment. 図2は、実施形態に係る集計装置の構成例を示す図である。FIG. 2 is a diagram showing a configuration example of the aggregation device according to the embodiment. 図3は、実施形態に係る検索履歴情報記憶部の一例を示す図である。FIG. 3 is a diagram showing an example of the search history information storage unit according to the embodiment. 図4は、実施形態に係るトークン情報記憶部の一例を示す図である。FIG. 4 is a diagram showing an example of the token information storage unit according to the embodiment. 図5は、実施形態に係る集計情報記憶部の一例を示す図である。FIG. 5 is a diagram showing an example of the aggregated information storage unit according to the embodiment. 図6は、実施形態に係る集計処理手順を示すフローチャートである。FIG. 6 is a flowchart showing the aggregation processing procedure according to the embodiment. 図7は、変形例に係る集計装置の構成例を示す図である。FIG. 7 is a diagram showing a configuration example of the aggregation device according to the modified example. 図8は、変形例に係る集計情報記憶部の一例を示す図である。FIG. 8 is a diagram showing an example of the aggregated information storage unit according to the modified example. 図9は、変形例に係るユーザ情報記憶部の一例を示す図である。FIG. 9 is a diagram showing an example of a user information storage unit according to a modified example. 図10は、集計装置の機能を実現するコンピュータの一例を示すハードウェア構成図である。FIG. 10 is a hardware configuration diagram showing an example of a computer that realizes the function of the tabulation device.

以下に、本願に係る集計装置、集計方法、及び集計プログラムを実施するための形態(以下、「実施形態」と呼ぶ)について図面を参照しつつ詳細に説明する。なお、この実施形態により本願に係る集計装置、集計方法、及び集計プログラムが限定されるものではない。また、以下の各実施形態において同一の部位には同一の符号を付し、重複する説明は省略される。 Hereinafter, the tabulation apparatus, the tabulation method, and the mode for carrying out the tabulation program (hereinafter, referred to as “embodiment”) according to the present application will be described in detail with reference to the drawings. It should be noted that this embodiment does not limit the aggregation device, aggregation method, and aggregation program according to the present application. Further, in each of the following embodiments, the same parts are designated by the same reference numerals, and duplicate description is omitted.

(実施形態)
〔1.集計処理〕
まず、図1を用いて、実施形態に係る集計処理の一例について説明する。図1は、実施形態に係る集計処理の一例を示す図である。図1では、集計装置100が所定の検索システムで用いられた検索クエリ(クエリ)をトークンに付されたラベル(以下、「タグ」ともいう)の組み合わせ毎のスコア(検索回数)を算出し、各ラベルの組み合わせのスコアを集計する場合を示す。なお、ここでいう「トークン」とは、ユーザが検索に用いたクエリに含まれる所定の区切り文字で区切られた文字列を意味する。例えば、「トークン」は、ユーザが検索に用いたクエリにおいてスペースで区切られた各文字列を意味する。例えば、検索クエリが「六本木 グルメ」であった場合、文字列「六本木」や文字列「グルメ」がトークンとなる。
(Embodiment)
[1. Aggregation process]
First, an example of the aggregation process according to the embodiment will be described with reference to FIG. FIG. 1 is a diagram showing an example of aggregation processing according to the embodiment. In FIG. 1, the aggregation device 100 calculates a score (number of searches) for each combination of labels (hereinafter, also referred to as “tags”) attached to tokens for search queries (queries) used in a predetermined search system. The case where the score of the combination of each label is totaled is shown. The "token" here means a character string separated by a predetermined delimiter included in the query used by the user for the search. For example, "token" means each string separated by spaces in the query used by the user for the search. For example, if the search query is "Roppongi gourmet", the character string "Roppongi" or the character string "gourmet" becomes a token.

図1に示すように、集計システム1には、検索装置50と、集計装置100とが含まれる。検索装置50と、集計装置100とは所定のネットワークを介して、有線または無線により通信可能に接続される。なお、図1に示した推定システム1には、複数台の検索装置50や、複数台の集計装置100が含まれてもよい。 As shown in FIG. 1, the aggregation system 1 includes a search device 50 and an aggregation device 100. The search device 50 and the tabulation device 100 are communicably connected by wire or wirelessly via a predetermined network. The estimation system 1 shown in FIG. 1 may include a plurality of search devices 50 and a plurality of totaling devices 100.

検索装置50は、所定の検索サービスを提供する情報処理装置である。例えば、検索装置50は、ユーザが利用する端末装置から検索クエリを取得し、その検索クエリに応じた検索結果を端末装置に提供する。なお、検索装置50は、集計装置100と一体であってもよい。 The search device 50 is an information processing device that provides a predetermined search service. For example, the search device 50 acquires a search query from the terminal device used by the user and provides the terminal device with the search result corresponding to the search query. The search device 50 may be integrated with the totaling device 100.

図1の例では、集計装置100は、検索クエリQ11を検索装置50から取得する(ステップS10)。なお、集計装置100は、ユーザが利用する端末装置から検索クエリQ11を取得してもよい。また、図1の例では、検索クエリQ11は、「横浜 青葉区 トマト」という文字列であるものとする。 In the example of FIG. 1, the aggregation device 100 acquires the search query Q11 from the search device 50 (step S10). The aggregation device 100 may acquire the search query Q11 from the terminal device used by the user. Further, in the example of FIG. 1, the search query Q11 is assumed to be the character string "Tomato, Aoba-ku, Yokohama".

まず、集計装置100は、検索クエリQ11をトークンに分割することにより、検索クエリQ11に含まれるトークンを取得する。具体的には、集計装置100は、検索クエリQ11からスペース(「 」)で区切られた各文字列をトークンとして取得する。図1の例では、集計装置100は、検索クエリQ11から文字列「横浜」であるトークンTK11を取得する(ステップS11−1)。また、図1の例では、集計装置100は、検索クエリQ11から文字列「青葉区」であるトークンTK12を取得する(ステップS11−2)。また、図1の例では、集計装置100は、検索クエリQ11から文字列「トマト」であるトークンTK13を取得する(ステップS11−3)。 First, the aggregation device 100 acquires the token included in the search query Q11 by dividing the search query Q11 into tokens. Specifically, the aggregation device 100 acquires each character string separated by a space (“”) from the search query Q11 as a token. In the example of FIG. 1, the aggregation device 100 acquires the token TK11 which is the character string “Yokohama” from the search query Q11 (step S11-1). Further, in the example of FIG. 1, the aggregation device 100 acquires the token TK12 which is the character string “Aoba Ward” from the search query Q11 (step S11-2). Further, in the example of FIG. 1, the aggregation device 100 acquires the token TK13 which is the character string “tomato” from the search query Q11 (step S11-3).

そして、集計装置100は、各トークンTK11〜TK13に付されたタグに関する情報をトークン情報記憶部122(図4参照)から取得する。例えば、トークンTK11には、カテゴリが「地名」であるタグ「神奈川」が付されているため、集計装置100は、タグTG11−1に示すように、「横浜」に付されたタグ「神奈川」を取得する。このように、地名に関するトークンには、カテゴリが「地名」のタグが付されるが、種々の方法により地名に関するトークンに地名に関するタグが付されてもよい。例えば、登記等のデータから抽出された地名に関する情報を用いて、地名に関するトークンには、カテゴリが「地名」のタグが付されてもよい。 Then, the aggregation device 100 acquires information about the tags attached to the tokens TK11 to TK13 from the token information storage unit 122 (see FIG. 4). For example, since the tag "Kanagawa" whose category is "place name" is attached to the token TK11, the aggregation device 100 has the tag "Kanagawa" attached to "Yokohama" as shown in the tag TG11-1. To get. As described above, the token related to the place name is tagged with the category "place name", but the token related to the place name may be tagged with the place name by various methods. For example, using the information about the place name extracted from the data such as registration, the token related to the place name may be tagged with the category "place name".

また、集計装置100は、トークンTK11に付されたタグ「神奈川」の重みをトークン情報記憶部122(図4参照)から取得する。例えば、集計装置100は、重みWT11−1に示すように、「横浜」に付されたタグ「神奈川」の重み「1」を取得する。 Further, the aggregation device 100 acquires the weight of the tag “Kanagawa” attached to the token TK11 from the token information storage unit 122 (see FIG. 4). For example, the tabulation device 100 acquires the weight "1" of the tag "Kanagawa" attached to "Yokohama" as shown in the weight WT11-1.

また、図1の例では、集計装置100は、タグTG12−1に示すように、「青葉区」に付されたタグ「神奈川」を取得する。また、集計装置100は、タグTG12−2に示すように、「青葉区」に付されたタグ「宮城」を取得する。 Further, in the example of FIG. 1, the aggregation device 100 acquires the tag "Kanagawa" attached to "Aoba Ward" as shown in the tag TG12-1. Further, the tabulation device 100 acquires the tag "Miyagi" attached to "Aoba Ward" as shown in the tag TG12-2.

また、集計装置100は、トークンTK12に付されたタグ「神奈川」やタグ「宮城」の重みをトークン情報記憶部122(図4参照)から取得する。例えば、集計装置100は、重みWT12−1に示すように、「青葉区」に付されたタグ「神奈川」の重み「0.5」を取得する。また、例えば、集計装置100は、重みWT12−2に示すように、「青葉区」に付されたタグ「宮城」の重み「0.5」を取得する。なお、図1の例では、説明を簡単にするために、トークンTK12に付されたタグ「神奈川」やタグ「宮城」の重みを「0.5」とする場合を示すが、「青葉区」との関連性や他のトークンとの関係等の種々の情報に基づいて、「青葉区」に付されたタグ「神奈川」やタグ「宮城」の重みを変動させてもよい。 Further, the aggregation device 100 acquires the weights of the tag “Kanagawa” and the tag “Miyagi” attached to the token TK12 from the token information storage unit 122 (see FIG. 4). For example, the aggregation device 100 acquires the weight "0.5" of the tag "Kanagawa" attached to "Aoba Ward" as shown in the weight WT12-1. Further, for example, the aggregation device 100 acquires the weight "0.5" of the tag "Miyagi" attached to "Aoba Ward" as shown in the weight WT12-2. In the example of FIG. 1, in order to simplify the explanation, the weight of the tag "Kanagawa" and the tag "Miyagi" attached to the token TK12 is set to "0.5", but "Aoba Ward" The weights of the tag "Kanagawa" and the tag "Miyagi" attached to "Aoba Ward" may be changed based on various information such as the relationship with and the relationship with other tokens.

例えば、検索クエリQ11には、地名「神奈川」を示すトークンTK11があるため、「青葉区」に付されたタグ「神奈川」の重みをタグ「宮城」の重みよりも大きくしてもよい。例えば、集計装置100は、検索クエリQ11の「青葉区」に付されたタグ「神奈川」の重みとタグ「宮城」の重みとを神奈川県と宮城県の人口の多寡に応じて変動させてもよい。例えば、集計装置100は、神奈川県の人口と宮城県の人口との比率が「3:2」である場合、検索クエリQ11の「青葉区」に付されたタグ「神奈川」の重みを「0.3」とし、タグ「宮城」の重みを「0.2」としてもよい。例えば、集計装置100は、「青葉区」と「神奈川」との類似度と、「青葉区」と「宮城」との類似度の差に応じて、検索クエリQ11の「青葉区」に付されたタグ「神奈川」の重みとタグ「宮城」の重みとを変動させてもよい。この場合、集計装置100は、例えばWord2Vec等の種々の従来技術を適宜用いて、「青葉区」と「神奈川」との類似度や、「青葉区」と「宮城」との類似度を算出してもよい。 For example, since the search query Q11 has a token TK11 indicating the place name "Kanagawa", the weight of the tag "Kanagawa" attached to "Aoba Ward" may be larger than the weight of the tag "Miyagi". For example, the aggregation device 100 may change the weight of the tag "Kanagawa" and the weight of the tag "Miyagi" attached to "Aoba Ward" in the search query Q11 according to the population of Kanagawa and Miyagi prefectures. Good. For example, when the ratio of the population of Kanagawa prefecture to the population of Miyagi prefecture is "3: 2", the counting device 100 sets the weight of the tag "Kanagawa" attached to "Aoba Ward" of the search query Q11 to "0". It may be set to "0.3" and the weight of the tag "Miyagi" may be set to "0.2". For example, the aggregation device 100 is attached to "Aoba Ward" in the search query Q11 according to the difference between the degree of similarity between "Aoba Ward" and "Kanagawa" and the degree of similarity between "Aoba Ward" and "Miyagi". The weight of the tag "Kanagawa" and the weight of the tag "Miyagi" may be changed. In this case, the counting device 100 calculates the similarity between "Aoba Ward" and "Kanagawa" and the similarity between "Aoba Ward" and "Miyagi" by appropriately using various conventional techniques such as Word2Vec. You may.

また、例えば、トークンTK13には、カテゴリが「業種」であるタグ「飲食業」やタグ「農業」が付されているため、集計装置100は、タグTG13−1に示すように、「トマト」に付されたタグ「飲食業」を取得する。また、集計装置100は、タグTG13−2に示すように、「トマト」に付されたタグ「農業」を取得する。 Further, for example, since the token TK13 is attached with the tag "restaurant" and the tag "agriculture" whose category is "industry", the totaling device 100 is attached to "tomato" as shown in tag TG13-1. Acquire the attached tag "restaurant business". Further, the tabulation device 100 acquires the tag "agriculture" attached to the "tomato" as shown in the tag TG13-2.

また、集計装置100は、トークンTK13に付されたタグ「飲食業」やタグ「農業」の重みをトークン情報記憶部122(図4参照)から取得する。例えば、集計装置100は、重みWT13−1に示すように、「トマト」に付されたタグ「飲食業」の重み「0.3」を取得する。また、例えば、集計装置100は、重みWT13−2に示すように、「トマト」に付されたタグ「農業」の重み「0.2」を取得する。例えば、図1の例では、集計装置100は、トークンTK13に付されたタグ「飲食業」やタグ「農業」の重みを、検索連動広告のキーワードとして文字列「トマト」を指定した広告主の業種の割合に基づいて算出してもよい。この場合、検索連動広告のキーワードとして文字列「トマト」を指定した広告主における業種「飲食業」と業種「農業」との割合が「3:2」であることを示す。 Further, the aggregation device 100 acquires the weights of the tag “restaurant” and the tag “agriculture” attached to the token TK13 from the token information storage unit 122 (see FIG. 4). For example, the counting device 100 acquires the weight "0.3" of the tag "restaurant business" attached to the "tomato" as shown in the weight WT13-1. Further, for example, the tabulation device 100 acquires the weight "0.2" of the tag "agriculture" attached to the "tomato" as shown in the weight WT13-2. For example, in the example of FIG. 1, the aggregation device 100 specifies the weight of the tag “restaurant” and the tag “agriculture” attached to the token TK13 as the keyword of the search-linked advertisement, the industry of the advertiser. It may be calculated based on the ratio of. In this case, it indicates that the ratio of the industry "food and drink" to the industry "agriculture" in the advertiser who specified the character string "tomato" as the keyword of the search-linked advertisement is "3: 2".

なお、業種に関するタグの重みは、検索連動広告のキーワードに関する情報に限らず、種々の情報を適宜用いて決定されてもよい。例えば、集計装置100は、検索クエリQ11の「トマト」に付されたタグ「飲食業」の重みとタグ「農業」の重みとをトマトの飲食業における市場規模(売上)とトマトの農業における市場規模(売上)の多寡に応じて変動させてもよい。例えば、集計装置100は、トマトの飲食業における市場規模(売上)とトマトの農業における市場規模(売上)との比率が「4:1」である場合、検索クエリQ11の「トマト」に付されたタグ「飲食業」の重みを「0.4」とし、タグ「農業」の重みを「0.1」としてもよい。 The weight of the tag related to the type of business is not limited to the information related to the keyword of the search-linked advertisement, and may be determined by appropriately using various information. For example, the aggregation device 100 uses the weight of the tag "restaurant" and the weight of the tag "agriculture" attached to "tomato" in the search query Q11 as the market size (sales) in the tomato restaurant business and the market size in tomato agriculture (sales). It may be changed according to the amount of sales). For example, the tabulation device 100 is attached to "tomato" in the search query Q11 when the ratio of the market size (sales) in the tomato restaurant industry to the market size (sales) in the tomato agriculture is "4: 1". The weight of the tag "restaurant" may be "0.4" and the weight of the tag "agriculture" may be "0.1".

その後、集計装置100は、カテゴリ「地名」に関するタグが付されたトークンTK11、12に基づいて、カテゴリ「地名」における各タグの比率を算出する(ステップS12−1)。図1の例では、集計装置100は、比率情報RT11−1に示すように、トークンTK11、12に関する情報に基づいて、カテゴリ「地名」のタグ「神奈川」とタグ「宮城」との比率を算出する。図1の例では、集計装置100は、カテゴリ「地名」のタグ「神奈川」とタグ「宮城」との比率を、各トークンTK11、TK12の各タグTG11−1、TG12−1、TG12−2の重みを加算した値の比「1+0.5:0.5」として算出してもよい。この場合、集計装置100は、カテゴリ「地名」のタグ「神奈川」とタグ「宮城」との比率を、「1.5:0.5」として算出し、検索クエリQ11のカテゴリ「地名」における割合(以下、「指標値」もという)は、「神奈川」が「3/4」、「宮城」が「1/4」であると算出する。 After that, the aggregation device 100 calculates the ratio of each tag in the category "place name" based on the tokens TK11 and 12 with the tags related to the category "place name" (step S12-1). In the example of FIG. 1, as shown in the ratio information RT11-1, the totaling device 100 calculates the ratio between the tag “Kanagawa” of the category “place name” and the tag “Miyagi” based on the information regarding the tokens TK11 and 12. To do. In the example of FIG. 1, the aggregation device 100 sets the ratio of the tag “Kanagawa” of the category “place name” to the tag “Miyagi” of the tags TG11-1, TG12-1, and TG12-2 of the tokens TK11 and TK12. It may be calculated as the ratio of the values to which the weights are added "1 + 0.5: 0.5". In this case, the totaling device 100 calculates the ratio between the tag "Kanagawa" of the category "place name" and the tag "Miyagi" as "1.5: 0.5", and the ratio in the category "place name" of the search query Q11. (Hereinafter, also referred to as "index value") calculates that "Kanagawa" is "3/4" and "Miyagi" is "1/4".

なお、比率の算出は上記に限らず、目的に応じて種々の方法により算出されてもよい。例えば、集計装置100は、カテゴリ「地名」のタグ「神奈川」とタグ「宮城」との比率を、各トークンTK11、TK12の重みを乗算した値の比「1×0.5:0×0.5」として算出してもよい。この場合、集計装置100は、カテゴリ「地名」のタグ「神奈川」とタグ「宮城」との比率を、「1:0」として算出し、検索クエリQ11をカテゴリ「地名」のタグ「神奈川」のみを対象とするクエリとしてもよい。 The calculation of the ratio is not limited to the above, and may be calculated by various methods depending on the purpose. For example, the aggregation device 100 has a ratio of the ratio of the tag “Kanagawa” of the category “place name” and the tag “Miyagi” multiplied by the weights of the tokens TK11 and TK12, “1 × 0.5: 0 × 0. It may be calculated as "5". In this case, the aggregation device 100 calculates the ratio between the tag "Kanagawa" of the category "place name" and the tag "Miyagi" as "1: 0", and sets the search query Q11 only for the tag "Kanagawa" of the category "place name". It may be a query that targets.

また、集計装置100は、カテゴリ「業種」に関するタグが付されたトークンTK13に基づいて、カテゴリ「業種」における各タグの比率を算出する(ステップS12−2)。図1の例では、集計装置100は、比率情報RT12−1に示すように、トークンTK13に関する情報に基づいて、カテゴリ「業種」のタグ「飲食業」とタグ「農業」との比率を算出する。図1の例では、集計装置100はカテゴリ「業種」のタグ「飲食業」とタグ「農業」との比率を、各トークンTK13の各タグTG13−1、TG13−2の重みの比「0.3:0.2」として算出してもよい。この場合、集計装置100は、カテゴリ「業種」のタグ「飲食業」とタグ「農業」との比率は、「3:2」であり、検索クエリQ11のカテゴリ「業種」における指標値は、「飲食業」が「3/5」、「農業」が「2/5」であると算出する。 Further, the aggregation device 100 calculates the ratio of each tag in the category "industry" based on the token TK13 with the tag related to the category "industry" (step S12-2). In the example of FIG. 1, as shown in the ratio information RT12-1, the aggregation device 100 calculates the ratio between the tag “food and drink” of the category “industry” and the tag “agriculture” based on the information regarding the token TK13. In the example of FIG. 1, the aggregation device 100 sets the ratio of the tag “food and drink” of the category “industry” to the tag “agriculture”, and the weight ratio “0.3” of each tag TG13-1 and TG13-2 of each token TK13. : 0.2 "may be calculated. In this case, in the aggregation device 100, the ratio of the tag "restaurant" of the category "industry" to the tag "agriculture" is "3: 2", and the index value in the category "industry" of the search query Q11 is "restaurant". Is calculated as "3/5" and "agriculture" is calculated as "2/5".

その後、集計装置100は、比率情報RT11−1、RT12−1に基づいて、トークンTK11〜TK13に付されたタグTG11−1〜TG13−2の組み合わせ毎のスコア(検索回数)を算出し、各タグTG11−1〜TG13−2の組み合わせのスコアを集計する(ステップS13)。 After that, the aggregation device 100 calculates the score (number of searches) for each combination of the tags TG11-1 to TG13-2 attached to the tokens TK11 to TK13 based on the ratio information RT11-1 and RT12-1. The scores of the combinations of tags TG11-1 to TG13-2 are totaled (step S13).

図1の例では、集計装置100は、集計リストLT11に示すような4つの組み合わせごとにスコアを算出し、集計する。ここで、集計リストLT11に示す「組み合わせID」は、検索回数の集計の対象となるタグの組み合わせを識別するための識別情報を示す。また、「カテゴリ1(地名)」は、対応する組み合わせIDにより識別される組み合わせに含まれ、カテゴリが「地名」であるタグを示す。また、「カテゴリ2(業種)」は、対応する組み合わせIDにより識別される組み合わせに含まれ、カテゴリが「業種」であるタグを示す。例えば、組み合わせID「CN11」により識別される組み合わせ(以下、「組み合わせCN11」と記載する場合がある)は、カテゴリが「地名」のタグ「神奈川」とカテゴリが「業種」のタグ「飲食業」との組み合わせであることを示す。 In the example of FIG. 1, the totaling device 100 calculates and totals the scores for each of the four combinations as shown in the total list LT11. Here, the "combination ID" shown in the aggregation list LT11 indicates identification information for identifying the combination of tags that is the target of aggregation of the number of searches. Further, "category 1 (place name)" is included in the combination identified by the corresponding combination ID, and indicates a tag whose category is "place name". Further, "category 2 (industry)" indicates a tag included in the combination identified by the corresponding combination ID and whose category is "industry". For example, the combination identified by the combination ID "CN11" (hereinafter, may be referred to as "combination CN11") has a tag "Kanagawa" whose category is "place name" and a tag "food and beverage industry" whose category is "industry". Indicates a combination of.

また、例えば、組み合わせID「CN12」により識別される組み合わせ(以下、「組み合わせCN12」と記載する場合がある)は、カテゴリが「地名」のタグ「神奈川」とカテゴリが「業種」のタグ「農業」との組み合わせであることを示す。また、例えば、組み合わせID「CN13」により識別される組み合わせ(以下、「組み合わせCN13」と記載する場合がある)は、カテゴリが「地名」のタグ「宮城」とカテゴリが「業種」のタグ「飲食業」との組み合わせであることを示す。また、例えば、組み合わせID「CN14」により識別される組み合わせ(以下、「組み合わせCN14」と記載する場合がある)は、カテゴリが「地名」のタグ「宮城」とカテゴリが「業種」のタグ「農業」との組み合わせであることを示す。 Further, for example, the combination identified by the combination ID "CN12" (hereinafter, may be described as "combination CN12") has a tag "Kanagawa" whose category is "place name" and a tag "agriculture" whose category is "industry". It is shown that it is a combination with. Further, for example, the combination identified by the combination ID "CN13" (hereinafter, may be referred to as "combination CN13") has a tag "Miyagi" whose category is "place name" and a tag "restaurant business" whose category is "industry". It is shown that it is a combination with. Further, for example, the combination identified by the combination ID "CN14" (hereinafter, may be referred to as "combination CN14") has a tag "Miyagi" whose category is "place name" and a tag "agriculture" whose category is "industry". It is shown that it is a combination with.

すなわち、図1の例では、集計装置100は、組み合わせCN11〜CN14の各々についてスコアを算出する。例えば、集計装置100は、計算情報FM11に示すように、組み合わせCN11〜CN14の各々についてスコアを算出する。例えば、集計装置100は、組み合わせCN11のスコアをカテゴリ「地名」における「神奈川」の指標値とカテゴリ「業種」における「飲食業」の指標値とを乗算することにより算出する。具体的には、集計装置100は、計算情報FM11中の式「CN11(スコア)=(1.5/2)×(0.3/0.5)」により、組み合わせCN11のスコアを「0.45」と算出する。 That is, in the example of FIG. 1, the totaling device 100 calculates a score for each of the combinations CN11 to CN14. For example, the aggregation device 100 calculates a score for each of the combinations CN11 to CN14 as shown in the calculation information FM11. For example, the counting device 100 calculates the score of the combination CN11 by multiplying the index value of "Kanagawa" in the category "place name" and the index value of "restaurant business" in the category "industry". Specifically, the totaling device 100 sets the score of the combined CN11 to "0." by the formula "CN11 (score) = (1.5 / 2) x (0.3 / 0.5)" in the calculation information FM11. 45 ”is calculated.

また、例えば、集計装置100は、組み合わせCN12のスコアをカテゴリ「地名」における「神奈川」の指標値とカテゴリ「業種」における「農業」の指標値とを乗算することにより算出する。具体的には、集計装置100は、計算情報FM11中の式「CN12(スコア)=(1.5/2)×(0.2/0.5)」により、組み合わせCN12のスコアを「0.3」と算出する。 Further, for example, the aggregation device 100 calculates the score of the combination CN12 by multiplying the index value of "Kanagawa" in the category "place name" and the index value of "agriculture" in the category "industry". Specifically, the totaling device 100 sets the score of the combined CN12 to "0." by the formula "CN12 (score) = (1.5 / 2) x (0.2 / 0.5)" in the calculation information FM11. 3 "is calculated.

また、例えば、集計装置100は、組み合わせCN13のスコアをカテゴリ「地名」における「宮城」の指標値とカテゴリ「業種」における「飲食業」の指標値とを乗算することにより算出する。具体的には、集計装置100は、計算情報FM11中の式「CN13(スコア)=(0.5/2)×(0.3/0.5)」により、組み合わせCN13のスコアを「0.15」と算出する。 Further, for example, the aggregation device 100 calculates the score of the combination CN13 by multiplying the index value of "Miyagi" in the category "place name" and the index value of "restaurant business" in the category "industry". Specifically, the totaling device 100 sets the score of the combined CN13 to "0." by the formula "CN13 (score) = (0.5 / 2) x (0.3 / 0.5)" in the calculation information FM11. It is calculated as "15".

また、例えば、集計装置100は、組み合わせCN14のスコアをカテゴリ「地名」における「宮城」の指標値とカテゴリ「業種」における「農業」の指標値とを乗算することにより算出する。具体的には、集計装置100は、計算情報FM11中の式「CN14(スコア)=(0.5/2)×(0.2/0.5)」により、組み合わせCN12のスコアを「0.1」と算出する。 Further, for example, the aggregation device 100 calculates the score of the combination CN14 by multiplying the index value of "Miyagi" in the category "place name" and the index value of "agriculture" in the category "industry". Specifically, the totaling device 100 sets the score of the combined CN12 to "0." by the formula "CN14 (score) = (0.5 / 2) x (0.2 / 0.5)" in the calculation information FM11. 1 "is calculated.

なお、上述した、各組み合わせCN11〜CN14のスコアを合計すると「0.45+0.3+0.15+0.1=1」となる。そのため、集計装置100は、各組み合わせCN11〜CN14のスコアは、検索クエリQ11の1回の検索を各トークンに付されたタグの組み合わせ毎に分配する場合の回数として用いることができる。 The total score of each combination CN11 to CN14 described above is "0.45 + 0.3 + 0.15 + 0.1 = 1". Therefore, the aggregation device 100 can use the scores of each combination CN11 to CN14 as the number of times when one search of the search query Q11 is distributed to each combination of tags attached to each token.

図1の例では、集計装置100は、集計リストLT11に示すように、検索クエリQ11の1回の検索について、組み合わせCN11〜CN14のスコアを検索回数として集計する。例えば、集計装置100は、集計リストLT11に示すように、検索クエリQ11の1回の検索について、組み合わせCN11の検索回数を「0.45」回と集計する。また、例えば、集計装置100は、検索クエリQ11の1回の検索について、組み合わせCN12の検索回数を「0.3」回と集計する。また、例えば、集計装置100は、検索クエリQ11の1回の検索について、組み合わせCN13の検索回数を「0.15」回と集計する。また、例えば、集計装置100は、検索クエリQ11の1回の検索について、組み合わせCN14の検索回数を「0.1」回と集計する。その後、集計装置100は、集計リストLT11に示すような集計情報を検索装置50へ送信する(ステップS14)。 In the example of FIG. 1, as shown in the aggregation list LT11, the aggregation device 100 aggregates the scores of the combinations CN11 to CN14 as the number of searches for one search of the search query Q11. For example, as shown in the aggregation list LT11, the aggregation device 100 aggregates the number of searches of the combination CN11 as “0.45” times for one search of the search query Q11. Further, for example, the aggregation device 100 aggregates the number of searches of the combination CN12 as "0.3" times for one search of the search query Q11. Further, for example, the aggregation device 100 aggregates the number of searches of the combination CN13 as "0.15" times for one search of the search query Q11. Further, for example, the aggregation device 100 aggregates the number of searches of the combination CN14 as "0.1" times for one search of the search query Q11. After that, the aggregation device 100 transmits the aggregation information as shown in the aggregation list LT11 to the search device 50 (step S14).

上記のように、各トークンに付されたタグの組み合わせ毎にスコアを算出することにより、集計装置100は、地名に関するラベルや地名以外の他のカテゴリに関するラベルを含む複数のラベル(タグ)が付されたトークンが含まれる場合であっても、適切に検索回数を集計することができる。このように、集計装置100は、タグの組み合わせごとにスコアを算出し、集計することにより、地域毎や業種毎の検索量を適切に把握することができる。また、集計装置100は、集計した情報に基づいて、地域毎や業種毎のビジネス需要を把握することができる。このような、地域毎や業種毎のビジネス需要に関する情報は、広告営業などに利用されてもよい。また、集計装置100は、集計した各組み合わせの検索回数に種々のサービスを提供してもよい。 As described above, by calculating the score for each combination of tags attached to each token, the aggregation device 100 is attached with a plurality of labels (tags) including labels related to place names and labels related to categories other than place names. Even if the specified token is included, the number of searches can be appropriately aggregated. In this way, the totaling device 100 can appropriately grasp the search amount for each region or industry by calculating the score for each combination of tags and totaling the score. In addition, the aggregation device 100 can grasp the business demand for each region or industry based on the aggregated information. Such information on business demand for each region or industry may be used for advertising sales and the like. In addition, the aggregation device 100 may provide various services for the number of searches for each combination that has been aggregated.

例えば、集計装置100は、各地名(例えば、都道府県)について、どのような業種と組み合わせて検索が行われているかを示す情報を、その地方におけるサービス提供者に提供してもよい。例えば、集計装置100は、図5に示す集計情報記憶部123に記憶された組み合わせごとのスコア(検索回数)に基づいて、どのような業種と組み合わせて検索が行われているかを示す情報を、神奈川県や宮城県でサービスを提供する事業者に提供してもよい。例えば、集計装置100は、図5に示す集計情報記憶部123に記憶された組み合わせCN11のスコアと組み合わせCN12のスコアとの比較に基づいて、神奈川県については飲食業に関する検索が多いことを示す情報を、神奈川県でサービスを提供する事業者に提供してもよい。また、例えば、集計装置100は、図5に示す集計情報記憶部123に記憶された組み合わせCN13のスコアと組み合わせCN14のスコアとの比較に基づいて、宮城県については農業に関する検索が多いことを示す情報を、宮城県でサービスを提供する事業者に提供してもよい。 For example, the aggregation device 100 may provide the service provider in the region with information indicating what kind of industry the search is performed in combination with the name of each region (for example, prefecture). For example, the aggregation device 100 provides information indicating what kind of industry the search is performed in combination with, based on the score (number of searches) for each combination stored in the aggregation information storage unit 123 shown in FIG. It may be provided to businesses that provide services in Kanagawa and Miyagi prefectures. For example, the aggregation device 100 provides information indicating that there are many searches related to the restaurant business in Kanagawa Prefecture based on the comparison between the score of the combination CN11 and the score of the combination CN12 stored in the aggregation information storage unit 123 shown in FIG. , May be provided to businesses that provide services in Kanagawa Prefecture. Further, for example, the aggregation device 100 shows that there are many searches related to agriculture in Miyagi prefecture based on the comparison between the score of the combination CN13 and the score of the combination CN14 stored in the aggregation information storage unit 123 shown in FIG. Information may be provided to businesses that provide services in Miyagi Prefecture.

また、上記に示す例においては、タグのカテゴリが「地名」と「業種」の2つである場合を示したが、タグのカテゴリは目的に応じて種々のカテゴリが適用されてもよい。例えば、タグのカテゴリは、ユーザの属性に関するカテゴリであってもよい。例えば、タグのカテゴリが「性別」や「年代」等であってもよい。この場合、例えば、各タグの重みは割合に基づいて算出されてもよい。例えば、トークン「車」にカテゴリ「性別」のタグ「男」とタグ「女」とが付されている場合、トークン「車」を検索に用いる割合に応じて、トークン「車」に付されたタグ「男」の重みとタグ「女」の重みとが算出されてもよい。例えば、トークン「車」を検索に用いる割合は、男性が「90%」であり、女性が「10%」である場合、トークン「車」に付されたタグ「男」の重みは「0.9」と算出され、タグ「女」の重みは「0.1」と算出されてもよい。例えば、トークン「車」にカテゴリ「性別」のタグ「男」とタグ「女」とが付されている場合、トークンである「車」に興味・関心を有するユーザにおける男女比に応じて、トークン「車」に付されたタグ「男」の重みとタグ「女」の重みとが算出されてもよい。このように、ユーザの属性に関するタグの組み合わせのスコアを集計することにより、集計装置100は、詳細なユーザ属性に対応するユーザごとにスコアを集計することができる。なお、上記は一例であり、集計装置100が集計するタグの組み合わせごとのスコアは、そのスコアが利用可能であれば、どのようなサービスに用いられてもよい。 Further, in the above example, the case where the tag categories are two, "place name" and "industry" is shown, but various categories may be applied to the tag categories depending on the purpose. For example, the tag category may be a category related to user attributes. For example, the tag category may be "gender", "age", or the like. In this case, for example, the weight of each tag may be calculated based on the ratio. For example, if the token "car" is tagged with the category "gender" tag "male" and the tag "female", it is attached to the token "car" according to the percentage of the token "car" used for the search. The weight of the tag "man" and the weight of the tag "woman" may be calculated. For example, when the ratio of using the token "car" for search is "90%" for men and "10%" for women, the weight of the tag "man" attached to the token "car" is "0. It is calculated as "9", and the weight of the tag "woman" may be calculated as "0.1". For example, when the tag "male" and the tag "female" of the category "gender" are attached to the token "car", the token is according to the gender ratio of users who are interested in the token "car". The weight of the tag "male" attached to the "car" and the weight of the tag "female" may be calculated. By aggregating the scores of the tag combinations related to the user attributes in this way, the aggregating device 100 can aggregate the scores for each user corresponding to the detailed user attributes. The above is an example, and the score for each combination of tags aggregated by the aggregation device 100 may be used for any service as long as the score is available.

〔2.集計装置の構成〕
次に、図2を用いて、実施形態に係る集計装置100の構成について説明する。図2は、実施形態に係る集計装置の構成例を示す図である。図2に示すように、集計装置100は、通信部110と、記憶部120と、制御部130とを有する。なお、集計装置100は、各種の情報を表示する表示部や、各種の情報を入力する入力部を有してもよい。
[2. Aggregator configuration]
Next, the configuration of the tabulation device 100 according to the embodiment will be described with reference to FIG. FIG. 2 is a diagram showing a configuration example of the aggregation device according to the embodiment. As shown in FIG. 2, the aggregation device 100 includes a communication unit 110, a storage unit 120, and a control unit 130. The totaling device 100 may have a display unit for displaying various types of information and an input unit for inputting various types of information.

(通信部110)
通信部110は、例えば、NIC(Network Interface Card)等によって実現される。そして、通信部110は、所定のネットワークと有線または無線で接続され、外部の情報処理装置との間で情報の送受信を行う。
(Communication unit 110)
The communication unit 110 is realized by, for example, a NIC (Network Interface Card) or the like. Then, the communication unit 110 is connected to a predetermined network by wire or wirelessly, and transmits / receives information to / from an external information processing device.

(記憶部120)
記憶部120は、例えば、RAM(Random Access Memory)、フラッシュメモリ(Flash Memory)等の半導体メモリ素子、または、ハードディスク、光ディスク等の記憶装置によって実現される。実施形態に係る記憶部120は、図2に示すように、検索履歴情報記憶部121と、トークン情報記憶部122と、集計情報記憶部123とを有する。
(Memory unit 120)
The storage unit 120 is realized by, for example, a semiconductor memory element such as a RAM (Random Access Memory) or a flash memory (Flash Memory), or a storage device such as a hard disk or an optical disk. As shown in FIG. 2, the storage unit 120 according to the embodiment includes a search history information storage unit 121, a token information storage unit 122, and an aggregate information storage unit 123.

(検索履歴情報記憶部121)
実施形態に係る検索履歴情報記憶部121は、検索に関する各種情報を記憶する。例えば、図3では、検索履歴情報記憶部121は、所定の検索システムにおいて使用されたクエリに関する情報を記憶する。図3は、実施形態に係る検索履歴情報記憶部の一例を示す図である。図3に示す検索履歴情報記憶部121は、「検索クエリID」、「検索クエリ」、「入力ユーザ」、「日時」といった項目を有する。「検索クエリ」には、「トークン1」、「トークン2」、「トークン3」といった項目が含まれる。
(Search history information storage unit 121)
The search history information storage unit 121 according to the embodiment stores various information related to the search. For example, in FIG. 3, the search history information storage unit 121 stores information about a query used in a predetermined search system. FIG. 3 is a diagram showing an example of the search history information storage unit according to the embodiment. The search history information storage unit 121 shown in FIG. 3 has items such as "search query ID", "search query", "input user", and "date and time". The "search query" includes items such as "token 1", "token 2", and "token 3".

「検索クエリID」は、クエリを識別するための識別情報を示す。「検索クエリ」の「トークン1」や「トークン2」や「トークン3」は、対応するクエリに含まれるトークンを示す。「入力ユーザ」は、対応するクエリを入力(使用)したユーザを示す。また、「日時」は、対応するクエリが入力(使用)された日時を示す。 The "search query ID" indicates identification information for identifying the query. "Token 1", "token 2", and "token 3" of the "search query" indicate tokens included in the corresponding query. "Input user" indicates a user who has input (used) the corresponding query. Further, "date and time" indicates the date and time when the corresponding query was input (used).

図3の例では、検索クエリID「Q11」により識別されるクエリは、「横浜」や「青葉区」や「トマト」といったトークンを含むことを示す。また、検索クエリID「Q11」により識別されるクエリを用いたユーザがユーザ「U1」であることを示す。また、検索クエリID「Q11」により識別されるクエリを用いた検索が「日時DA」に行われたことを示す。なお、図3の例では、日時DAのように日時を抽象的な記号で表記するが、例えば「2016年7月27日21時28分54秒」のような具体的な日時であってもよい。 In the example of FIG. 3, it is shown that the query identified by the search query ID "Q11" includes tokens such as "Yokohama", "Aoba Ward", and "tomato". It also indicates that the user who used the query identified by the search query ID "Q11" is the user "U1". It also indicates that the search using the query identified by the search query ID "Q11" was performed on the "date and time DA". In the example of FIG. 3, the date and time are expressed by abstract symbols such as the date and time DA, but even if it is a specific date and time such as "July 27, 2016 21:28:54". Good.

また、図3の例では、検索クエリID「Q12」により識別されるクエリは、「中央区」や「本町」や「きゅうり」といったトークンを含むことを示す。また、検索クエリID「Q12」により識別されるクエリを用いたユーザがユーザ「U2」であることを示す。また、検索クエリID「Q12」により識別されるクエリを用いた検索が「日時DB」に行われたことを示す。 Further, in the example of FIG. 3, it is shown that the query identified by the search query ID "Q12" includes tokens such as "Chuo-ku", "Honmachi", and "cucumber". It also indicates that the user who used the query identified by the search query ID "Q12" is the user "U2". It also indicates that the search using the query identified by the search query ID "Q12" was performed in the "date and time DB".

なお、検索履歴情報記憶部121は、上記に限らず、目的に応じて種々の情報を記憶してもよい。「トークン1」や「トークン2」や「トークン3」には、後述するトークンIDが記憶されてもよい。 The search history information storage unit 121 is not limited to the above, and various information may be stored depending on the purpose. The token ID described later may be stored in the "token 1", the "token 2", and the "token 3".

(トークン情報記憶部122)
実施形態に係るトークン情報記憶部122は、特徴クラスタに関する各種情報を記憶する。例えば、図4では、トークン情報記憶部122は、特徴クラスタに関する情報を記憶する。図4は、実施形態に係るトークン情報記憶部の一例を示す図である。図4に示すトークン情報記憶部122は、「トークンID」、「トークン」、「タグ1」、「タグ2」といった項目を有する。「タグ1」や「タグ2」には、「タグ」、「カテゴリ」、「重み」等の項目が含まれる。
(Token information storage unit 122)
The token information storage unit 122 according to the embodiment stores various information related to the feature cluster. For example, in FIG. 4, the token information storage unit 122 stores information about the feature cluster. FIG. 4 is a diagram showing an example of the token information storage unit according to the embodiment. The token information storage unit 122 shown in FIG. 4 has items such as "token ID", "token", "tag 1", and "tag 2". The "tag 1" and "tag 2" include items such as "tag", "category", and "weight".

「トークンID」は、トークンを識別するための識別情報を示す。「トークン」は、対応するトークンIDにより識別されるトークンを示す。「タグ1」の「タグ」は、対応するトークンに付されたタグを示す。また、「タグ1」の「カテゴリ」は、対応するトークンに付されたタグのカテゴリを示す。また、「タグ1」の「重み」は、対応するトークンに付されたタグの重みを示す。また、「タグ2」の「タグ」は、対応するトークンに付されたタグを示す。また、「タグ2」の「カテゴリ」は、対応するトークンに付されたタグのカテゴリを示す。また、「タグ2」の「重み」は、対応するトークンに付されたタグの重みを示す。 The "token ID" indicates identification information for identifying the token. “Token” refers to a token identified by the corresponding token ID. The "tag" of the "tag 1" indicates a tag attached to the corresponding token. Further, the "category" of the "tag 1" indicates the category of the tag attached to the corresponding token. Further, the "weight" of the "tag 1" indicates the weight of the tag attached to the corresponding token. Further, the "tag" of the "tag 2" indicates a tag attached to the corresponding token. Further, the "category" of the "tag 2" indicates the category of the tag attached to the corresponding token. Further, the "weight" of the "tag 2" indicates the weight of the tag attached to the corresponding token.

図4の例では、トークンID「TK11」により識別されるトークン「横浜」には、1つのタグ「神奈川」が付されていることを示す。また、トークン「横浜」に付されたタグ「神奈川」のカテゴリは「地名」であり、その重みは「1」であることを示す。 In the example of FIG. 4, it is shown that one tag "Kanagawa" is attached to the token "Yokohama" identified by the token ID "TK11". In addition, the category of the tag "Kanagawa" attached to the token "Yokohama" is "place name", and its weight is "1".

また、図4の例では、トークンID「TK12」により識別されるトークン「青葉区」には、タグ「神奈川」とタグ「宮城」との2つのタグが付されていることを示す。また、トークン「青葉区」に付されたタグ「神奈川」のカテゴリは「地名」であり、その重みは「0.5」であることを示す。また、トークン「青葉区」に付されたタグ「宮城」のカテゴリは「地名」であり、その重みは「0.5」であることを示す。 Further, in the example of FIG. 4, it is shown that the token "Aoba Ward" identified by the token ID "TK12" is attached with two tags, the tag "Kanagawa" and the tag "Miyagi". In addition, the category of the tag "Kanagawa" attached to the token "Aoba Ward" is "place name", and its weight is "0.5". In addition, the category of the tag "Miyagi" attached to the token "Aoba Ward" is "place name", and its weight is "0.5".

なお、トークン情報記憶部122は、上記に限らず、目的に応じて種々の情報を記憶してもよい。例えば、トークン情報記憶部122は、トークンが取得された日時に関する情報を記憶してもよい。 The token information storage unit 122 is not limited to the above, and may store various information depending on the purpose. For example, the token information storage unit 122 may store information regarding the date and time when the token was acquired.

(集計情報記憶部123)
実施形態に係る集計情報記憶部123は、検索回数の集計に関する各種情報を記憶する。図5は、実施形態に係る集計情報記憶部の一例を示す図である。図5に示す集計情報記憶部123は、「組み合わせID」、「カテゴリ1(地名)」、「カテゴリ2(業種)」、「スコア(検索回数)」といった項目を有する。
(Aggregate information storage unit 123)
The aggregated information storage unit 123 according to the embodiment stores various information related to the aggregated number of searches. FIG. 5 is a diagram showing an example of the aggregated information storage unit according to the embodiment. The aggregated information storage unit 123 shown in FIG. 5 has items such as "combination ID", "category 1 (place name)", "category 2 (industry)", and "score (number of searches)".

「組み合わせID」は、検索回数の集計の対象となるタグの組み合わせを識別するための識別情報を示す。また、「カテゴリ1(地名)」は、対応する組み合わせIDにより識別される組み合わせに含まれ、カテゴリが「地名」であるタグを示す。また、「カテゴリ2(業種)」は、対応する組み合わせIDにより識別される組み合わせに含まれ、カテゴリが「業種」であるタグを示す。「スコア(検索回数)」は、対応する組み合わせIDにより識別される組み合わせについて集計されたスコア(検索回数)を示す。 The "combination ID" indicates identification information for identifying a combination of tags to be counted for the number of searches. Further, "category 1 (place name)" is included in the combination identified by the corresponding combination ID, and indicates a tag whose category is "place name". Further, "category 2 (industry)" indicates a tag included in the combination identified by the corresponding combination ID and whose category is "industry". The “score (number of searches)” indicates the total score (number of searches) for the combination identified by the corresponding combination ID.

例えば、図5に示す例において、組み合わせID「CN11」により識別される組み合わせは、カテゴリが「地名」のタグ「神奈川」とカテゴリが「業種」のタグ「飲食業」との組み合わせであることを示す。また、例えば、図5に示す例において、組み合わせID「CN11」により識別される組み合わせのスコア(検索回数)は、「1000」であることを示す。 For example, in the example shown in FIG. 5, the combination identified by the combination ID "CN11" indicates that the combination is a combination of the tag "Kanagawa" whose category is "place name" and the tag "restaurant business" whose category is "industry". .. Further, for example, in the example shown in FIG. 5, the score (number of searches) of the combination identified by the combination ID "CN11" is "1000".

なお、集計情報記憶部123は、上記に限らず、目的に応じて種々の情報を記憶してもよい。 The aggregated information storage unit 123 is not limited to the above, and may store various information depending on the purpose.

(制御部130)
図2の説明に戻って、制御部130は、コントローラ(controller)であり、例えば、CPU(Central Processing Unit)やMPU(Micro Processing Unit)等によって、集計装置100内部の記憶装置に記憶されている各種プログラム(集計プログラムの一例に相当)がRAMを作業領域として実行されることにより実現される。また、制御部130は、コントローラ(controller)であり、例えば、ASIC(Application Specific Integrated Circuit)やFPGA(Field Programmable Gate Array)等の集積回路により実現される。
(Control unit 130)
Returning to the description of FIG. 2, the control unit 130 is a controller, and is stored in a storage device inside the aggregation device 100 by, for example, a CPU (Central Processing Unit) or an MPU (Micro Processing Unit). It is realized by executing various programs (corresponding to an example of an aggregation program) using the RAM as a work area. Further, the control unit 130 is a controller, and is realized by, for example, an integrated circuit such as an ASIC (Application Specific Integrated Circuit) or an FPGA (Field Programmable Gate Array).

図2に示すように、制御部130は、取得部131と、算出部132と、集計部133と、送信部134とを有し、以下に説明する情報処理の機能や作用を実現または実行する。なお、制御部130の内部構成は、図2に示した構成に限られず、後述する情報処理を行う構成であれば他の構成であってもよい。 As shown in FIG. 2, the control unit 130 includes an acquisition unit 131, a calculation unit 132, an aggregation unit 133, and a transmission unit 134, and realizes or executes an information processing function or operation described below. .. The internal configuration of the control unit 130 is not limited to the configuration shown in FIG. 2, and may be another configuration as long as it is a configuration for performing information processing described later.

(取得部131)
例えば、取得部131は、各種情報を取得する。例えば、取得部131は、検索履歴情報記憶部121やトークン情報記憶部122や集計情報記憶部123から種々の情報を取得する。例えば、取得部131は、外部の情報処理装置から種々の情報を取得する。例えば、取得部131は、外部の情報処理装置から検索回数の集計の対象となる検索クエリに関する情報を取得する。例えば、取得部131は、検索クエリに含まれる各トークンであって、地名に関するラベルまたは地名以外の他のカテゴリに関するラベルが付された各トークンに関する情報を取得する。
(Acquisition unit 131)
For example, the acquisition unit 131 acquires various types of information. For example, the acquisition unit 131 acquires various information from the search history information storage unit 121, the token information storage unit 122, and the aggregated information storage unit 123. For example, the acquisition unit 131 acquires various information from an external information processing device. For example, the acquisition unit 131 acquires information about a search query that is the target of totaling the number of searches from an external information processing device. For example, the acquisition unit 131 acquires information about each token included in the search query and having a label related to the place name or a label related to a category other than the place name.

また、取得部131は、検索クエリに含まれる各トークンであって、異なるカテゴリのラベルが付された各トークンに関する情報を取得する。例えば、取得部131は、地名に関するラベルが付された一のトークンに関する情報と、地名以外の他のカテゴリに関するラベルが付されたトークンに関する情報とを取得する。例えば、取得部131は、他のカテゴリとして業種に関するラベルが付されたトークンに関する情報を取得する。 In addition, the acquisition unit 131 acquires information about each token included in the search query and labeled with a different category. For example, the acquisition unit 131 acquires information about one token labeled with a place name and information about a token with a label with a category other than the place name. For example, the acquisition unit 131 acquires information about tokens labeled with the industry as another category.

図1の例では、取得部131は、検索クエリQ11をトークンに分割することにより、検索クエリQ11に含まれるトークンを取得する。例えば、取得部131は、検索クエリQ11からスペース(「 」)で区切られた各文字列をトークンとして取得する。例えば、取得部131は、検索クエリQ11から文字列「横浜」であるトークンTK11を取得する。また、例えば、取得部131は、検索クエリQ11から文字列「青葉区」であるトークンTK12を取得する。また、例えば、取得部131は、検索クエリQ11から文字列「トマト」であるトークンTK13を取得する。 In the example of FIG. 1, the acquisition unit 131 acquires the token included in the search query Q11 by dividing the search query Q11 into tokens. For example, the acquisition unit 131 acquires each character string separated by a space (“”) from the search query Q11 as a token. For example, the acquisition unit 131 acquires the token TK11 which is the character string “Yokohama” from the search query Q11. Further, for example, the acquisition unit 131 acquires the token TK12 which is the character string "Aoba Ward" from the search query Q11. Further, for example, the acquisition unit 131 acquires the token TK13 which is the character string "tomato" from the search query Q11.

例えば、取得部131は、地名に関連する関連ユーザが入力した検索クエリに含まれる一のトークンであって、地名に関するラベルが付された一のトークンに関する情報を取得する。また、例えば、取得部131は、関連ユーザ以外の他のユーザが入力した検索クエリに含まれる一のトークンであって、地名に関するラベルが付された一のトークンに関する情報を取得する。また、例えば、取得部131は、地名に対応する地域に居住する関連ユーザが入力した検索クエリに含まれる一のトークンに関する情報を取得し、他のユーザが入力した検索クエリに含まれる一のトークンに関する情報を取得する。 For example, the acquisition unit 131 acquires information about one token included in the search query entered by the related user related to the place name and labeled with the place name. Further, for example, the acquisition unit 131 acquires information about one token included in the search query input by a user other than the related user and having a label related to the place name. Further, for example, the acquisition unit 131 acquires information about one token included in the search query entered by the related user who resides in the area corresponding to the place name, and one token included in the search query entered by another user. Get information about.

(算出部132)
算出部132は、種々の情報を算出する。算出部132は、カテゴリごとにタグの比率を算出する。図1の例では、算出部132は、カテゴリ「地名」に関するタグが付されたトークンTK11、12に基づいて、カテゴリ「地名」における各タグの比率を算出する(ステップS12−1)。例えば、算出部132は、比率情報RT11−1に示すように、トークンTK11、12に関する情報に基づいて、カテゴリ「地名」のタグ「神奈川」とタグ「宮城」との比率を算出する。例えば、算出部132は、カテゴリ「地名」のタグ「神奈川」とタグ「宮城」との比率を、各トークンTK11、TK12の各タグTG11−1、TG12−1、TG12−2の重みを加算した値の比「1+0.5:0+0.5」として算出してもよい。この場合、算出部132は、カテゴリ「地名」のタグ「神奈川」とタグ「宮城」との比率を、「1.5:0.5」として算出し、検索クエリQ11のカテゴリ「地名」における指標値は、「神奈川」が「3/4」、「宮城」が「1/4」であると算出する。
(Calculation unit 132)
The calculation unit 132 calculates various information. The calculation unit 132 calculates the tag ratio for each category. In the example of FIG. 1, the calculation unit 132 calculates the ratio of each tag in the category “place name” based on the tokens TK11 and 12 with the tags related to the category “place name” (step S12-1). For example, as shown in the ratio information RT11-1, the calculation unit 132 calculates the ratio between the tag “Kanagawa” of the category “place name” and the tag “Miyagi” based on the information regarding the tokens TK11 and 12. For example, the calculation unit 132 adds the weights of the tags TG11-1, TG12-1, and TG12-2 of the tokens TK11 and TK12 to the ratio of the tag "Kanagawa" and the tag "Miyagi" of the category "place name". It may be calculated as a ratio of values "1 + 0.5: 0 + 0.5". In this case, the calculation unit 132 calculates the ratio between the tag "Kanagawa" of the category "place name" and the tag "Miyagi" as "1.5: 0.5", and the index in the category "place name" of the search query Q11. The values are calculated as "3/4" for "Kanagawa" and "1/4" for "Miyagi".

また、例えば、算出部132は、カテゴリ「業種」に関するタグが付されたトークンTK13に基づいて、カテゴリ「業種」における各タグの比率を算出する。図1の例では、算出部132は、比率情報RT12−1に示すように、トークンTK13に関する情報に基づいて、カテゴリ「業種」のタグ「飲食業」とタグ「農業」との比率を算出する。例えば、算出部132はカテゴリ「業種」のタグ「飲食業」とタグ「農業」との比率を、各トークンTK13の各タグTG13−1、TG13−2の重みの比「0.3:0.2」として算出してもよい。この場合、算出部132は、カテゴリ「業種」のタグ「飲食業」とタグ「農業」との比率は、「3:2」であり、検索クエリQ11のカテゴリ「業種」における指標値は、「飲食業」が「3/5」、「農業」が「2/5」であると算出する。 Further, for example, the calculation unit 132 calculates the ratio of each tag in the category "industry" based on the token TK13 with the tag related to the category "industry". In the example of FIG. 1, as shown in the ratio information RT12-1, the calculation unit 132 calculates the ratio between the tag “food and drink” of the category “industry” and the tag “agriculture” based on the information regarding the token TK13. For example, the calculation unit 132 sets the ratio of the tag "food and drink" of the category "industry" to the tag "agriculture" to the weight ratio of each tag TG13-1 and TG13-2 of each token TK13 "0.3: 0.2". May be calculated as. In this case, the calculation unit 132 has a ratio of the tag "restaurant" of the category "industry" to the tag "agriculture" of "3: 2", and the index value in the category "industry" of the search query Q11 is "restaurant". Is calculated as "3/5" and "agriculture" is calculated as "2/5".

例えば、算出部132は、比率情報RT11−1、RT12−1に基づいて、トークンTK11〜TK13に付されたタグTG11−1〜TG13−2の組み合わせ毎のスコア(検索回数)を算出する。図1の例では、算出部132は、集計リストLT11に示すような4つの組み合わせごとにスコアを算出する。 For example, the calculation unit 132 calculates the score (number of searches) for each combination of the tags TG11-1 to TG13-2 attached to the tokens TK11 to TK13 based on the ratio information RT11-1 and RT12-1. In the example of FIG. 1, the calculation unit 132 calculates the score for each of the four combinations as shown in the summary list LT11.

図1の例では、算出部132は、組み合わせCN11〜CN14の各々についてスコアを算出する。例えば、算出部132は、計算情報FM11に示すように、組み合わせCN11〜CN14の各々についてスコアを算出する。例えば、算出部132は、組み合わせCN11のスコアをカテゴリ「地名」における「神奈川」の指標値とカテゴリ「業種」における「飲食業」の指標値とを乗算することにより算出する。具体的には、算出部132は、計算情報FM11中の式「CN11(スコア)=(1.5/2)×(0.3/0.5)」により、組み合わせCN11のスコアを「0.45」と算出する。 In the example of FIG. 1, the calculation unit 132 calculates the score for each of the combinations CN11 to CN14. For example, the calculation unit 132 calculates a score for each of the combinations CN11 to CN14 as shown in the calculation information FM11. For example, the calculation unit 132 calculates the score of the combination CN11 by multiplying the index value of "Kanagawa" in the category "place name" and the index value of "restaurant business" in the category "industry". Specifically, the calculation unit 132 uses the formula “CN11 (score) = (1.5 / 2) × (0.3 / 0.5)” in the calculation information FM11 to set the score of the combination CN11 to “0. 45 ”is calculated.

また、例えば、算出部132は、組み合わせCN12のスコアをカテゴリ「地名」における「神奈川」の指標値とカテゴリ「業種」における「農業」の指標値とを乗算することにより算出する。具体的には、算出部132は、計算情報FM11中の式「CN12(スコア)=(1.5/2)×(0.2/0.5)」により、組み合わせCN12のスコアを「0.3」と算出する。 Further, for example, the calculation unit 132 calculates the score of the combination CN12 by multiplying the index value of "Kanagawa" in the category "place name" and the index value of "agriculture" in the category "industry". Specifically, the calculation unit 132 uses the formula “CN12 (score) = (1.5 / 2) × (0.2 / 0.5)” in the calculation information FM11 to set the score of the combination CN12 to “0. 3 "is calculated.

また、例えば、算出部132は、組み合わせCN13のスコアをカテゴリ「地名」における「宮城」の指標値とカテゴリ「業種」における「飲食業」の指標値とを乗算することにより算出する。具体的には、算出部132は、計算情報FM11中の式「CN13(スコア)=(0.5/2)×(0.3/0.5)」により、組み合わせCN13のスコアを「0.15」と算出する。 Further, for example, the calculation unit 132 calculates the score of the combination CN13 by multiplying the index value of "Miyagi" in the category "place name" and the index value of "restaurant business" in the category "industry". Specifically, the calculation unit 132 uses the formula “CN13 (score) = (0.5 / 2) × (0.3 / 0.5)” in the calculation information FM11 to set the score of the combination CN13 to “0. It is calculated as "15".

また、例えば、算出部132は、組み合わせCN14のスコアをカテゴリ「地名」における「宮城」の指標値とカテゴリ「業種」における「農業」の指標値とを乗算することにより算出する。具体的には、算出部132は、計算情報FM11中の式「CN14(スコア)=(0.5/2)×(0.2/0.5)」により、組み合わせCN12のスコアを「0.1」と算出する。 Further, for example, the calculation unit 132 calculates the score of the combination CN14 by multiplying the index value of "Miyagi" in the category "place name" and the index value of "agriculture" in the category "industry". Specifically, the calculation unit 132 uses the formula “CN14 (score) = (0.5 / 2) × (0.2 / 0.5)” in the calculation information FM11 to set the score of the combination CN12 to “0. 1 "is calculated.

(集計部133)
集計部133は、種々の情報を集計する。例えば、集計部133は、各トークンに付されたラベルの組み合わせ毎に検索クエリによる検索回数に関する情報を集計する。例えば、集計部133は、各トークンに付されたラベルの重みに基づいて、ラベルの組み合わせ毎に検索クエリによる検索回数に関する情報を集計する。例えば、集計部133は、関連ユーザと他のユーザとの各々を対象として、ラベルの組み合わせ毎に検索クエリによる検索回数に関する情報を集計する。
(Aggregation section 133)
The aggregation unit 133 aggregates various information. For example, the aggregation unit 133 aggregates information on the number of searches by the search query for each combination of labels attached to each token. For example, the aggregation unit 133 aggregates information on the number of searches by the search query for each label combination based on the weight of the label attached to each token. For example, the aggregation unit 133 aggregates information on the number of searches by the search query for each label combination for each of the related user and the other user.

図1の例では、集計部133は、算出部132により算出されたスコアに基づいて、各タグTG11−1〜TG13−2の組み合わせのスコアを集計する。図1の例では、集計部133は、集計リストLT11に示すように、検索クエリQ11の1回の検索について、組み合わせCN11〜CN14のスコアを検索回数として集計する。例えば、集計部133は、集計リストLT11に示すように、検索クエリQ11の1回の検索について、組み合わせCN11の検索回数を「0.45」回と集計する。また、例えば、集計部133は、検索クエリQ11の1回の検索について、組み合わせCN12の検索回数を「0.3」回と集計する。また、例えば、集計部133は、検索クエリQ11の1回の検索について、組み合わせCN13の検索回数を「0.15」回と集計する。また、例えば、集計部133は、検索クエリQ11の1回の検索について、組み合わせCN14の検索回数を「0.1」回と集計する。 In the example of FIG. 1, the aggregation unit 133 aggregates the scores of the combinations of the tags TG11-1 to TG13-2 based on the scores calculated by the calculation unit 132. In the example of FIG. 1, as shown in the aggregation list LT11, the aggregation unit 133 aggregates the scores of the combinations CN11 to CN14 as the number of searches for one search of the search query Q11. For example, as shown in the aggregation list LT11, the aggregation unit 133 aggregates the number of searches of the combination CN11 to "0.45" for one search of the search query Q11. Further, for example, the aggregation unit 133 aggregates the number of searches of the combination CN12 as "0.3" times for one search of the search query Q11. Further, for example, the aggregation unit 133 aggregates the number of searches of the combination CN13 to "0.15" for one search of the search query Q11. Further, for example, the aggregation unit 133 aggregates the number of searches of the combination CN14 to "0.1" for one search of the search query Q11.

(送信部134)
送信部134は、外部の情報処理装置に各種情報を送信する。例えば、送信部134は、集計部133により集計された検索回数を外部の情報処理装置へ送信する。
(Transmission unit 134)
The transmission unit 134 transmits various information to an external information processing device. For example, the transmission unit 134 transmits the number of searches aggregated by the aggregation unit 133 to an external information processing device.

〔3.集計処理のフロー〕
次に、図6を用いて、実施形態に係る集計装置100による集計処理の手順について説明する。図6は、実施形態に係る集計処理手順を示すフローチャートである。
[3. Aggregation processing flow]
Next, the procedure of the aggregation process by the aggregation device 100 according to the embodiment will be described with reference to FIG. FIG. 6 is a flowchart showing the aggregation processing procedure according to the embodiment.

図6に示すように、集計装置100は、検索クエリを取得する(ステップS101)。例えば、集計装置100は、「横浜 青葉区 トマト」という文字列である検索クエリQ11(図1参照)を取得する。 As shown in FIG. 6, the aggregation device 100 acquires a search query (step S101). For example, the counting device 100 acquires the search query Q11 (see FIG. 1) which is the character string "Yokohama Aoba-ku tomato".

そして、集計装置100は、検索クエリをトークンに分割する(ステップS102)。図1の例では、集計装置100は、検索クエリQ11をトークンに分割することにより、検索クエリQ11に含まれるトークンを取得する。 Then, the aggregation device 100 divides the search query into tokens (step S102). In the example of FIG. 1, the aggregation device 100 acquires the token included in the search query Q11 by dividing the search query Q11 into tokens.

また、集計装置100は、カテゴリごとにタグの比率を算出する(ステップS103)。図1の例では、集計装置100は、カテゴリ「地名」に関するタグが付されたトークンTK11、12に基づいて、カテゴリ「地名」における各タグの比率を算出する。また、図1の例では、集計装置100は、カテゴリ「業種」に関するタグが付されたトークンTK13に基づいて、カテゴリ「業種」における各タグの比率を算出する。 In addition, the aggregation device 100 calculates the tag ratio for each category (step S103). In the example of FIG. 1, the aggregation device 100 calculates the ratio of each tag in the category “place name” based on the tokens TK11 and TK12 with the tags related to the category “place name”. Further, in the example of FIG. 1, the aggregation device 100 calculates the ratio of each tag in the category "industry" based on the token TK13 with the tag related to the category "industry".

その後、集計装置100は、タグの比率に基づいて検索回数を集計する(ステップS104)。図1の例では、集計装置100は、集計リストLT11に示すように、検索クエリQ11の1回の検索について、組み合わせCN11〜CN14のスコアを検索回数として集計する。例えば、集計装置100は、集計リストLT11に示すように、検索クエリQ11の1回の検索について、組み合わせCN11の検索回数を「0.45」回と集計する。また、例えば、集計装置100は、検索クエリQ11の1回の検索について、組み合わせCN12の検索回数を「0.3」回と集計する。また、例えば、集計装置100は、検索クエリQ11の1回の検索について、組み合わせCN13の検索回数を「0.15」回と集計する。また、例えば、集計装置100は、検索クエリQ11の1回の検索について、組み合わせCN14の検索回数を「0.1」回と集計する。 After that, the totaling device 100 totals the number of searches based on the tag ratio (step S104). In the example of FIG. 1, as shown in the aggregation list LT11, the aggregation device 100 aggregates the scores of the combinations CN11 to CN14 as the number of searches for one search of the search query Q11. For example, as shown in the aggregation list LT11, the aggregation device 100 aggregates the number of searches of the combination CN11 as “0.45” times for one search of the search query Q11. Further, for example, the aggregation device 100 aggregates the number of searches of the combination CN12 as "0.3" times for one search of the search query Q11. Further, for example, the aggregation device 100 aggregates the number of searches of the combination CN13 as "0.15" times for one search of the search query Q11. Further, for example, the aggregation device 100 aggregates the number of searches of the combination CN14 as "0.1" times for one search of the search query Q11.

〔4.変形例〕
上述した例では、検索クエリを入力したユーザに依らずに、検索クエリの検索回数をタグの組み合わせ毎に集計する場合を示したが、集計装置100Aは、ユーザの分類に応じて、検索回数をタグの組み合わせ毎に集計してもよい。この点について、図7〜図9を用いて説明する。
[4. Modification example]
In the above example, the case where the search count of the search query is totaled for each combination of tags regardless of the user who input the search query is shown, but the totaling device 100A counts the number of searches according to the classification of the users. It may be totaled for each combination of tags. This point will be described with reference to FIGS. 7 to 9.

〔5.集計装置の構成〕
次に、図7を用いて、変形例に係る集計装置100Aの構成について説明する。図7は、変形例に係る集計装置の構成例を示す図である。図7に示すように、集計装置100Aは、通信部110と、記憶部120Aと、制御部130Aとを有する。なお、集計装置100Aにおいて、実施形態に係る集計装置100と同様の点については、同一の符号を付して、適宜説明を省略する。
[5. Aggregator configuration]
Next, the configuration of the totaling device 100A according to the modified example will be described with reference to FIG. 7. FIG. 7 is a diagram showing a configuration example of the aggregation device according to the modified example. As shown in FIG. 7, the totaling device 100A includes a communication unit 110, a storage unit 120A, and a control unit 130A. In the totaling device 100A, the same points as those of the totaling device 100 according to the embodiment are designated by the same reference numerals, and the description thereof will be omitted as appropriate.

(記憶部120A)
記憶部120Aは、例えば、RAM、フラッシュメモリ等の半導体メモリ素子、または、ハードディスク、光ディスク等の記憶装置によって実現される。変形例に係る記憶部120Aは、図7に示すように、検索履歴情報記憶部121と、トークン情報記憶部122と、集計情報記憶部123Aと、ユーザ情報記憶部124とを有する。
(Storage unit 120A)
The storage unit 120A is realized by, for example, a semiconductor memory element such as a RAM or a flash memory, or a storage device such as a hard disk or an optical disk. As shown in FIG. 7, the storage unit 120A according to the modified example includes a search history information storage unit 121, a token information storage unit 122, an aggregate information storage unit 123A, and a user information storage unit 124.

(集計情報記憶部123A)
変形例に係る集計情報記憶部123Aは、検索回数の集計に関する各種情報を記憶する。図8は、変形例に係る集計情報記憶部の一例を示す図である。図8に示す集計情報記憶部123Aは、「組み合わせID」、「ユーザ区分」、「カテゴリ1(地名)」、「カテゴリ2(業種)」、「スコア(検索回数)」といった項目を有する。このように、図8に示す集計情報記憶部123Aは、項目「ユーザ区分」が実施形態に係る集計情報記憶部123と相違する。
(Aggregate information storage unit 123A)
The aggregated information storage unit 123A according to the modified example stores various information related to the aggregated number of searches. FIG. 8 is a diagram showing an example of the aggregated information storage unit according to the modified example. The aggregated information storage unit 123A shown in FIG. 8 has items such as "combination ID", "user classification", "category 1 (place name)", "category 2 (industry)", and "score (number of searches)". As described above, in the aggregated information storage unit 123A shown in FIG. 8, the item “user classification” is different from the aggregated information storage unit 123 according to the embodiment.

「ユーザ区分」は、組み合わせIDにより識別される組み合わせを対象として検索回数が集計されたユーザの区分を示す。 The "user category" indicates a user category in which the number of searches is totaled for the combination identified by the combination ID.

例えば、図8に示す例において、組み合わせID「CN111」により識別される組み合わせは、ユーザ区分「地元」に分類されるユーザが入力した検索クエリを対象とした検索回数の集計を示す。また、組み合わせID「CN111」により識別される組み合わせは、カテゴリが「地名」のタグ「神奈川」とカテゴリが「業種」のタグ「飲食業」との組み合わせであることを示す。また、例えば、図8に示す例において、組み合わせID「CN111」により識別される組み合わせのスコア(検索回数)は、「800」であることを示す。 For example, in the example shown in FIG. 8, the combination identified by the combination ID "CN111" indicates the total number of searches for the search query entered by the user classified in the user category "local". Further, the combination identified by the combination ID "CN111" indicates that the combination is a combination of the tag "Kanagawa" whose category is "place name" and the tag "restaurant business" whose category is "industry". Further, for example, in the example shown in FIG. 8, the score (number of searches) of the combination identified by the combination ID "CN111" is "800".

例えば、図8に示す例において、組み合わせID「CN112」により識別される組み合わせは、ユーザ区分「遠方」に分類されるユーザが入力した検索クエリを対象とした検索回数の集計を示す。また、組み合わせID「CN112」により識別される組み合わせは、カテゴリが「地名」のタグ「神奈川」とカテゴリが「業種」のタグ「飲食業」との組み合わせであることを示す。また、例えば、図8に示す例において、組み合わせID「CN112」により識別される組み合わせのスコア(検索回数)は、「200」であることを示す。 For example, in the example shown in FIG. 8, the combination identified by the combination ID "CN112" indicates the total number of searches for the search query entered by the user classified in the user category "far". Further, the combination identified by the combination ID "CN112" indicates that the combination is a combination of the tag "Kanagawa" whose category is "place name" and the tag "restaurant business" whose category is "industry". Further, for example, in the example shown in FIG. 8, the score (number of searches) of the combination identified by the combination ID "CN112" is "200".

なお、集計情報記憶部123Aは、上記に限らず、目的に応じて種々の情報を記憶してもよい。 The aggregated information storage unit 123A is not limited to the above, and may store various information depending on the purpose.

(ユーザ情報記憶部124)
変形例に係るユーザ情報記憶部124は、ユーザ属性に関する各種情報を記憶する。例えば、ユーザ情報記憶部124は、ユーザ属性情報を記憶する。図9は、変形例に係るユーザ情報記憶部の一例を示す図である。図9に示すユーザ情報記憶部124は、「ユーザID」、「年齢」、「性別」、「居住地」、「興味」といった項目が含まれる。
(User information storage unit 124)
The user information storage unit 124 according to the modified example stores various information related to user attributes. For example, the user information storage unit 124 stores user attribute information. FIG. 9 is a diagram showing an example of a user information storage unit according to a modified example. The user information storage unit 124 shown in FIG. 9 includes items such as "user ID", "age", "gender", "residential place", and "interest".

「ユーザID」は、ユーザを識別するための識別情報を示す。また、「年齢」は、ユーザIDにより識別されるユーザの年齢を示す。なお、「年齢」は、例えば35歳など、ユーザIDにより識別されるユーザの具体的な年齢であってもよい。また、「性別」は、ユーザIDにより識別されるユーザの性別を示す。また、「居住地」は、ユーザIDにより識別されるユーザの居住する地域を示す。なお、「居住地」は、ユーザIDにより識別されるユーザの具体的な住所であってもよい。また、「興味」は、ユーザIDにより識別されるユーザが関心のある対象を示す。なお、「興味」は、複数登録されてもよい。 The "user ID" indicates identification information for identifying a user. Further, "age" indicates the age of the user identified by the user ID. The "age" may be the specific age of the user identified by the user ID, such as 35 years old. Further, "gender" indicates the gender of the user identified by the user ID. Further, the "residential place" indicates the area where the user resides, which is identified by the user ID. The "residential place" may be a specific address of the user identified by the user ID. Further, "interest" indicates an object of interest to the user identified by the user ID. A plurality of "interests" may be registered.

例えば、図9に示す例において、ユーザID「U1」により識別されるユーザの年齢は、「30代」であり、性別は、「男性」であることを示す。また、例えば、図9に示す例において、ユーザID「U1」により識別されるユーザは、居住地が「神奈川」であり、関心のある対象が「スポーツ」であることを示す。 For example, in the example shown in FIG. 9, the age of the user identified by the user ID "U1" is "30's", and the gender is "male". Further, for example, in the example shown in FIG. 9, the user identified by the user ID "U1" indicates that the place of residence is "Kanagawa" and the object of interest is "sports".

なお、ユーザ情報記憶部124は、上記に限らず、目的に応じて種々の情報を記憶してもよい。例えば、ユーザ情報記憶部124は、ユーザのデモグラフィック属性に関する情報やサイコグラフィック属性に関する情報を記憶してもよい。例えば、ユーザ情報記憶部124は、氏名、家族構成、収入、ライフスタイル等の情報を記憶してもよい。 The user information storage unit 124 is not limited to the above, and may store various information depending on the purpose. For example, the user information storage unit 124 may store information regarding the demographic attribute and information regarding the psychographic attribute of the user. For example, the user information storage unit 124 may store information such as a name, family structure, income, and lifestyle.

(制御部130A)
図7の説明に戻って、制御部130Aは、コントローラ(controller)であり、例えば、CPUやMPU等によって、集計装置100A内部の記憶装置に記憶されている各種プログラム(抽出プログラムの一例に相当)がRAMを作業領域として実行されることにより実現される。また、制御部130Aは、コントローラであり、例えば、ASICやFPGA等の集積回路により実現される。
(Control unit 130A)
Returning to the description of FIG. 7, the control unit 130A is a controller, and various programs (corresponding to an example of an extraction program) stored in a storage device inside the totaling device 100A by, for example, a CPU or an MPU. Is realized by executing RAM as a work area. Further, the control unit 130A is a controller, and is realized by, for example, an integrated circuit such as an ASIC or FPGA.

図7に示すように、制御部130Aは、取得部131と、算出部132と、集計部133Aと、送信部134とを有し、以下に説明する情報処理の機能や作用を実現または実行する。 As shown in FIG. 7, the control unit 130A includes an acquisition unit 131, a calculation unit 132, an aggregation unit 133A, and a transmission unit 134, and realizes or executes an information processing function or operation described below. ..

例えば、変形例に係る取得部131は、各種情報を取得する。例えば、取得部131は、検索クエリやその検索クエリを入力したユーザに関する情報を取得する。例えば、取得部131は、ユーザが利用する端末装置から検索クエリや、ユーザの属性情報を取得する。例えば、取得部131は、ユーザの居住地に関する情報を取得する。例えば、取得部131は、地名に関連する関連ユーザが入力した検索クエリに含まれる一のトークンであって、地名に関するラベルが付された一のトークンに関する情報を取得する。また、例えば、取得部131は、関連ユーザ以外の他のユーザが入力した検索クエリに含まれる他のトークンであって、地名に関するラベルが付された他のトークンに関する情報を取得する。また、例えば、取得部131は、地名に対応する地域に居住する関連ユーザが入力した検索クエリに含まれる一のトークンに関する情報を取得し、他のユーザが入力した検索クエリに含まれる他のトークンに関する情報を取得する。 For example, the acquisition unit 131 according to the modified example acquires various information. For example, the acquisition unit 131 acquires information about a search query and a user who has input the search query. For example, the acquisition unit 131 acquires a search query and user attribute information from a terminal device used by the user. For example, the acquisition unit 131 acquires information about the user's place of residence. For example, the acquisition unit 131 acquires information about one token included in the search query entered by the related user related to the place name and labeled with the place name. Further, for example, the acquisition unit 131 acquires information about other tokens included in the search query entered by a user other than the related user and having a label related to the place name. Further, for example, the acquisition unit 131 acquires information about one token included in the search query entered by the related user who resides in the area corresponding to the place name, and other tokens included in the search query entered by the other user. Get information about.

(集計部133A)
集計部133Aは、種々の情報を集計する。例えば、集計部133Aは、集計部133と同様に種々の情報を集計する。例えば、集計部133Aは、関連ユーザと他のユーザとの各々を対象として、ラベルの組み合わせ毎に検索クエリによる検索回数に関する情報を集計する。例えば、集計部133Aは、カテゴリ「地名」に関するタグに対応する居住地が属性に含まれるユーザを関連ユーザとして、それ以外のユーザを他のユーザとして、ラベルの組み合わせ毎に検索クエリによる検索回数に関する情報を集計する。
(Aggregation unit 133A)
The aggregation unit 133A aggregates various information. For example, the aggregation unit 133A aggregates various information in the same manner as the aggregation unit 133. For example, the aggregation unit 133A aggregates information on the number of searches by the search query for each label combination for each of the related user and the other user. For example, the aggregation unit 133A relates to a user whose attribute includes a place of residence corresponding to a tag related to the category "place name" as a related user, and other users as other users, regarding the number of searches by a search query for each label combination. Aggregate information.

例えば、検索クエリQ11を入力したユーザが居住地「神奈川」の属性を含むユーザU1である場合、集計部133Aは、関連ユーザ、すなわち図8に示すユーザ区分「地元」に分類されるユーザが入力した検索クエリとして、検索回数を集計する。また、例えば、検索クエリQ11を入力したユーザが居住地「愛知」の属性を含むユーザU2である場合、集計部133Aは、関連ユーザ、すなわち図8に示すユーザ区分「遠方」に分類されるユーザが入力した検索クエリとして、検索回数を集計する。このように、集計部133が検索を行ったユーザの住所(居住地)に応じて、ユーザを分類して集計を行うことにより、集計装置100Aは、ビジネス需要を地域内からの需要と、地域外からの需要とに分けて把握することが可能となる。 For example, when the user who input the search query Q11 is the user U1 including the attribute of the place of residence "Kanagawa", the aggregation unit 133A is input by the related user, that is, the user classified into the user category "local" shown in FIG. As a search query, the number of searches is totaled. Further, for example, when the user who has input the search query Q11 is the user U2 including the attribute of the place of residence "Aichi", the aggregation unit 133A is a related user, that is, a user classified into the user category "far" shown in FIG. Aggregate the number of searches as a search query entered by. In this way, by classifying the users according to the address (residential place) of the user searched by the aggregation unit 133 and performing aggregation, the aggregation device 100A sets the business demand to the demand from within the region and the region. It is possible to grasp the demand separately from the outside demand.

〔6.効果〕
上述してきたように、実施形態に係る集計装置100及び変形例に係る集計装置100Aは、取得部131と、集計部133、133Aとを有する。取得部131は、検索クエリに含まれる各トークンであって、地名に関するラベルまたは前記地名以外の他のカテゴリに関するラベルが付された各トークンに関する情報を取得する。集計部133、133Aは、各トークンに付されたラベルの組み合わせ毎に検索クエリによる検索回数に関する情報を集計する。
[6. effect〕
As described above, the totaling device 100 according to the embodiment and the totaling device 100A according to the modified example have an acquisition unit 131 and a totaling unit 133 and 133A. The acquisition unit 131 acquires information about each token included in the search query and having a label related to the place name or a label related to a category other than the place name. The aggregation unit 133, 133A aggregates the information regarding the number of searches by the search query for each combination of labels attached to each token.

これにより、実施形態に係る集計装置100及び変形例に係る集計装置100Aは、地名に関するラベルや地名以外の他のカテゴリに関するラベル等の複数のラベルが付されたトークンが含まれる場合であっても、適切に検索回数を集計することができる。 As a result, even when the totaling device 100 according to the embodiment and the totaling device 100A according to the modified example include tokens with a plurality of labels such as a label related to a place name and a label related to a category other than the place name. , The number of searches can be aggregated appropriately.

また、実施形態に係る集計装置100及び変形例に係る集計装置100Aにおいて、集計部133、133Aは、各トークンに付されたラベルの重みに基づいて、ラベルの組み合わせ毎に検索クエリによる検索回数に関する情報を集計する。 Further, in the aggregation device 100 according to the embodiment and the aggregation device 100A according to the modified example, the aggregation unit 133, 133A relates to the number of searches by the search query for each label combination based on the weight of the label attached to each token. Aggregate information.

これにより、実施形態に係る集計装置100及び変形例に係る集計装置100Aは、各トークンに付されたラベルの重みに基づいて、ラベルの組み合わせ毎に検索クエリによる検索回数に関する情報を集計することにより、複数のラベルが付されたトークンが含まれる場合であっても、適切に検索回数を集計することができる。 As a result, the aggregation device 100 according to the embodiment and the aggregation device 100A according to the modified example aggregate information on the number of searches by the search query for each label combination based on the weight of the label attached to each token. , Even when tokens with multiple labels are included, the number of searches can be appropriately aggregated.

また、実施形態に係る集計装置100及び変形例に係る集計装置100Aにおいて、取得部131は、他のカテゴリとして業種に関するラベルが付されたトークンに関する情報を取得する。 Further, in the aggregation device 100 according to the embodiment and the aggregation device 100A according to the modified example, the acquisition unit 131 acquires information on tokens labeled with the industry as another category.

これにより、実施形態に係る集計装置100及び変形例に係る集計装置100Aは、他のカテゴリとして業種に関するラベルが付されたトークンに関する情報を取得することにより、業種を含む複数のラベルが付されたトークンが含まれる場合であっても、適切に検索回数を集計することができる。 As a result, the aggregation device 100 according to the embodiment and the aggregation device 100A according to the modified example are labeled with a plurality of labels including the industry by acquiring information on tokens labeled with the industry as other categories. Even if tokens are included, the number of searches can be calculated appropriately.

また、変形例に係る集計装置100Aにおいて、取得部131は、地名に関連する関連ユーザが入力した検索クエリに含まれる一のトークンであって、地名に関するラベルが付された一のトークンに関する情報を取得し、関連ユーザ以外の他のユーザが入力した検索クエリに含まれる他のトークンであって、地名に関するラベルが付された他のトークンに関する情報を取得する。集計部133Aは、関連ユーザと他のユーザとの各々を対象として、ラベルの組み合わせ毎に検索クエリによる検索回数に関する情報を集計する。 Further, in the aggregation device 100A according to the modified example, the acquisition unit 131 is one token included in the search query input by the related user related to the place name, and information about one token with a label related to the place name. Acquires information about other tokens that are acquired and included in the search query entered by a user other than the related user and that are labeled with the place name. The aggregation unit 133A aggregates information on the number of searches by the search query for each label combination for each of the related user and the other user.

これにより、変形例に係る集計装置100Aは、関連ユーザと他のユーザとの各々を対象として、ラベルの組み合わせ毎に検索クエリによる検索回数に関する情報を集計することにより、複数のラベルが付されたトークンが含まれる場合であっても、ユーザの分類に応じて、適切に検索回数を集計することができる。 As a result, the totaling device 100A according to the modified example has a plurality of labels attached to each of the related user and the other user by totaling the information regarding the number of searches by the search query for each combination of labels. Even when tokens are included, the number of searches can be appropriately aggregated according to the classification of users.

また、変形例に係る集計装置100Aにおいて、取得部131は、地名に対応する地域に居住する関連ユーザが入力した検索クエリに含まれる一のトークンに関する情報を取得し、他のユーザが入力した検索クエリに含まれる他のトークンに関する情報を取得する。 Further, in the aggregation device 100A according to the modified example, the acquisition unit 131 acquires information about one token included in the search query input by the related user who resides in the area corresponding to the place name, and the search input by the other user. Get information about other tokens contained in the query.

これにより、変形例に係る集計装置100Aは、地名に対応する地域に居住する関連ユーザが入力した検索クエリに含まれる一のトークンに関する情報を取得し、他のユーザが入力した検索クエリに含まれる他のトークンに関する情報を取得することにより、複数のラベルが付されたトークンが含まれる場合であっても、居住する地域に基づくユーザの分類に応じて、適切に検索回数を集計することができる。 As a result, the aggregation device 100A according to the modified example acquires information on one token included in the search query entered by the related user residing in the area corresponding to the place name, and is included in the search query entered by the other user. By acquiring information about other tokens, the number of searches can be appropriately aggregated according to the classification of users based on the area of residence, even if tokens with multiple labels are included. ..

〔7.ハードウェア構成〕
上述してきた実施形態に係る集計装置100及び変形例に係る集計装置100Aは、例えば図10に示すような構成のコンピュータ1000によって実現される。図10は、集計装置の機能を実現するコンピュータの一例を示すハードウェア構成図である。コンピュータ1000は、CPU1100、RAM1200、ROM1300、HDD(Hard Disk Drive)1400、通信インターフェイス(I/F)1500、入出力インターフェイス(I/F)1600、及びメディアインターフェイス(I/F)1700を有する。
[7. Hardware configuration]
The tabulation device 100 according to the above-described embodiment and the tabulation device 100A according to a modified example are realized by, for example, a computer 1000 having a configuration as shown in FIG. FIG. 10 is a hardware configuration diagram showing an example of a computer that realizes the function of the tabulation device. The computer 1000 has a CPU 1100, a RAM 1200, a ROM 1300, an HDD (Hard Disk Drive) 1400, a communication interface (I / F) 1500, an input / output interface (I / F) 1600, and a media interface (I / F) 1700.

CPU1100は、ROM1300またはHDD1400に格納されたプログラムに基づいて動作し、各部の制御を行う。ROM1300は、コンピュータ1000の起動時にCPU1100によって実行されるブートプログラムや、コンピュータ1000のハードウェアに依存するプログラム等を格納する。 The CPU 1100 operates based on a program stored in the ROM 1300 or the HDD 1400, and controls each part. The ROM 1300 stores a boot program executed by the CPU 1100 when the computer 1000 is started, a program depending on the hardware of the computer 1000, and the like.

HDD1400は、CPU1100によって実行されるプログラム、及び、かかるプログラムによって使用されるデータ等を格納する。通信インターフェイス1500は、所定のネットワークNを介して他の機器からデータを受信してCPU1100へ送り、CPU1100が生成したデータを所定のネットワークNを介して他の機器へ送信する。 The HDD 1400 stores a program executed by the CPU 1100, data used by such a program, and the like. The communication interface 1500 receives data from another device via a predetermined network N and sends the data to the CPU 1100, and transmits the data generated by the CPU 1100 to the other device via the predetermined network N.

CPU1100は、入出力インターフェイス1600を介して、ディスプレイやプリンタ等の出力装置、及び、キーボードやマウス等の入力装置を制御する。CPU1100は、入出力インターフェイス1600を介して、入力装置からデータを取得する。また、CPU1100は、生成したデータを入出力インターフェイス1600を介して出力装置へ出力する。 The CPU 1100 controls an output device such as a display or a printer, and an input device such as a keyboard or a mouse via the input / output interface 1600. The CPU 1100 acquires data from the input device via the input / output interface 1600. Further, the CPU 1100 outputs the generated data to the output device via the input / output interface 1600.

メディアインターフェイス1700は、記録媒体1800に格納されたプログラムまたはデータを読み取り、RAM1200を介してCPU1100に提供する。CPU1100は、かかるプログラムを、メディアインターフェイス1700を介して記録媒体1800からRAM1200上にロードし、ロードしたプログラムを実行する。記録媒体1800は、例えばDVD(Digital Versatile Disc)、PD(Phase change rewritable Disk)等の光学記録媒体、MO(Magneto-Optical disk)等の光磁気記録媒体、テープ媒体、磁気記録媒体、または半導体メモリ等である。 The media interface 1700 reads a program or data stored in the recording medium 1800 and provides the program or data to the CPU 1100 via the RAM 1200. The CPU 1100 loads the program from the recording medium 1800 onto the RAM 1200 via the media interface 1700, and executes the loaded program. The recording medium 1800 is, for example, an optical recording medium such as a DVD (Digital Versatile Disc) or PD (Phase change rewritable Disk), a magneto-optical recording medium such as an MO (Magneto-Optical disk), a tape medium, a magnetic recording medium, or a semiconductor memory. And so on.

例えば、コンピュータ1000が実施形態に係る集計装置100及び変形例に係る集計装置100Aとして機能する場合、コンピュータ1000のCPU1100は、RAM1200上にロードされたプログラムを実行することにより、制御部130、130Aの機能を実現する。コンピュータ1000のCPU1100は、これらのプログラムを記録媒体1800から読み取って実行するが、他の例として、他の装置から所定のネットワークNを介してこれらのプログラムを取得してもよい。 For example, when the computer 1000 functions as the totaling device 100 according to the embodiment and the totaling device 100A according to the modified example, the CPU 1100 of the computer 1000 executes the program loaded on the RAM 1200 to control the control units 130 and 130A. Realize the function. The CPU 1100 of the computer 1000 reads and executes these programs from the recording medium 1800, but as another example, these programs may be acquired from another device via a predetermined network N.

以上、本願の実施形態のいくつかを図面に基づいて詳細に説明したが、これらは例示であり、発明の開示の行に記載の態様を始めとして、当業者の知識に基づいて種々の変形、改良を施した他の形態で本発明を実施することが可能である。 Although some of the embodiments of the present application have been described in detail with reference to the drawings, these are examples, and various modifications are made based on the knowledge of those skilled in the art, including the embodiments described in the disclosure line of the invention. It is possible to practice the present invention in other improved forms.

〔8.その他〕
また、上記実施形態において説明した各処理のうち、自動的に行われるものとして説明した処理の全部または一部を手動的に行うこともでき、あるいは、手動的に行われるものとして説明した処理の全部または一部を公知の方法で自動的に行うこともできる。この他、上記文書中や図面中で示した処理手順、具体的名称、各種のデータやパラメータを含む情報については、特記する場合を除いて任意に変更することができる。例えば、各図に示した各種情報は、図示した情報に限られない。また、図示した各装置の各構成要素は機能概念的なものであり、必ずしも物理的に図示の如く構成されていることを要しない。すなわち、各装置の分散・統合の具体的形態は図示のものに限られず、その全部または一部を、各種の負荷や使用状況などに応じて、任意の単位で機能的または物理的に分散・統合して構成することができる。
[8. Others]
Further, among the processes described in the above-described embodiment, all or a part of the processes described as being automatically performed can be manually performed, or the processes described as being manually performed can be performed. All or part of it can be done automatically by a known method. In addition, the processing procedure, specific name, and information including various data and parameters shown in the above document and drawings can be arbitrarily changed unless otherwise specified. For example, the various information shown in each figure is not limited to the illustrated information. Further, each component of each of the illustrated devices is a functional concept, and does not necessarily have to be physically configured as shown in the figure. That is, the specific form of distribution / integration of each device is not limited to the one shown in the figure, and all or part of them may be functionally or physically distributed / physically in arbitrary units according to various loads and usage conditions. Can be integrated and configured.

また、上述してきた実施形態は、処理内容を矛盾させない範囲で適宜組み合わせることが可能である。 Further, the above-described embodiments can be appropriately combined as long as the processing contents do not contradict each other.

また、上述してきた「部(section、module、unit)」は、「手段」や「回路」などに読み替えることができる。例えば、取得部は、取得手段や取得回路に読み替えることができる。 Further, the above-mentioned "section, module, unit" can be read as "means" or "circuit". For example, the acquisition unit can be read as an acquisition means or an acquisition circuit.

100 集計装置
121 検索履歴情報記憶部
122 トークン情報記憶部
123 集計情報記憶部
130 制御部
131 取得部
132 算出部
133 集計部
134 送信部
100 Aggregation device 121 Search history information storage unit 122 Token information storage unit 123 Aggregation information storage unit 130 Control unit 131 Acquisition unit 132 Calculation unit 133 Aggregation unit 134 Transmission unit

Claims (7)

検索クエリに含まれる各トークンであって、地名に関するラベルまたは前記地名以外の他のカテゴリに関するラベルが付された各トークンであり、複数のラベルが付された複数ラベルトークンを含む各トークンに関する情報を取得する取得部と、
前記各トークンに付されたラベルの複数の組み合わせであって、前記複数ラベルトークンに付された複数のラベルのうち、同一カテゴリのラベル間での組み合わせを含まない複数の組み合わせの各々を対象に前記検索クエリによる検索回数に関する情報を集計する集計部と、
を備えることを特徴とする集計装置。
Information about each token included in a search query, each with a label for a place name or a label for a category other than the place name, and each token including a multi-labeled token with multiple labels. The acquisition department to acquire and
A plurality of combinations of labels attached to each token, and among the plurality of labels attached to the plurality of label tokens, each of the plurality of combinations not including combinations between labels of the same category is targeted. A tabulation section that aggregates information about the number of searches by search queries, and
A counting device characterized by being provided with.
前記集計部は、
前記各トークンに付されたラベルの重みに基づいて、前記複数の組み合わせ毎に前記検索クエリによる検索回数に関する情報を集計する
ことを特徴とする請求項1に記載の集計装置。
The tabulation unit
The aggregation device according to claim 1, wherein information on the number of searches by the search query is aggregated for each of the plurality of combinations based on the weight of the label attached to each token.
前記取得部は、
前記他のカテゴリとして業種に関するラベルが付されたトークンに関する情報を取得する
ことを特徴とする請求項1または請求項2に記載の集計装置。
The acquisition unit
The aggregation device according to claim 1 or 2, wherein information about a token labeled with an industry as the other category is acquired.
前記取得部は、
前記地名に関連する関連ユーザが入力した検索クエリに含まれる一のトークンであって、前記地名に関するラベルが付された一のトークンに関する情報を取得し、前記関連ユーザ以外の他のユーザが入力した検索クエリに含まれる他のトークンであって、前記地名に関するラベルが付された他のトークンに関する情報を取得し、
前記集計部は、
前記関連ユーザと前記他のユーザとの各々を対象として、前記複数の組み合わせ毎に前記検索クエリによる検索回数に関する情報を集計する
ことを特徴とする請求項1〜3のいずれか1項に記載の集計装置。
The acquisition unit
One token included in the search query entered by the related user related to the place name, the information about the one token labeled with the place name is acquired, and the information is entered by a user other than the related user. Obtain information about other tokens included in the search query and labeled with the place name.
The tabulation unit
The invention according to any one of claims 1 to 3, wherein information on the number of searches by the search query is aggregated for each of the related users and the other users for each of the plurality of combinations. Aggregator.
前記取得部は、
前記地名に対応する地域に居住する前記関連ユーザが入力した検索クエリに含まれる前記一のトークンに関する情報を取得し、前記他のユーザが入力した検索クエリに含まれる前記他のトークンに関する情報を取得する
ことを特徴とする請求項4に記載の集計装置。
The acquisition unit
Acquires information about the one token included in the search query entered by the related user who resides in the area corresponding to the place name, and acquires information about the other token included in the search query entered by the other user. The tabulation device according to claim 4, wherein the tabulation device is characterized in that.
コンピュータが実行する集計方法であって、
検索クエリに含まれる各トークンであって、地名に関するラベルまたは前記地名以外の他のカテゴリに関するラベルが付された各トークンであり、複数のラベルが付された複数ラベルトークンを含む各トークンに関する情報を取得する取得工程と、
前記各トークンに付されたラベルの複数の組み合わせであって、前記複数ラベルトークンに付された複数のラベルのうち、同一カテゴリのラベル間での組み合わせを含まない複数の組み合わせの各々を対象に前記検索クエリによる検索回数に関する情報を集計する集計工程と、
を含むことを特徴とする集計方法。
It ’s a computer-executed aggregation method.
Information about each token included in a search query, each with a label for a place name or a label for a category other than the place name, and each token including a multi-labeled token with multiple labels. Acquisition process to acquire and
A plurality of combinations of labels attached to each token, and among the plurality of labels attached to the plurality of label tokens, each of the plurality of combinations not including combinations between labels of the same category is targeted. Aggregation process that aggregates information about the number of searches by search query and
An aggregation method characterized by including.
検索クエリに含まれる各トークンであって、地名に関するラベルまたは前記地名以外の他のカテゴリに関するラベルが付された各トークンであり、複数のラベルが付された複数ラベルトークンを含む各トークンに関する情報を取得する取得手順と、
前記各トークンに付されたラベルの複数の組み合わせであって、前記複数ラベルトークンに付された複数のラベルのうち、同一カテゴリのラベル間での組み合わせを含まない複数の組み合わせの各々を対象に前記検索クエリによる検索回数に関する情報を集計する集計手順と、
をコンピュータに実行させることを特徴とする集計プログラム。
Information about each token included in a search query, each with a label for a place name or a label for a category other than the place name, and each token including a multi-labeled token with multiple labels. The acquisition procedure to acquire and
A plurality of combinations of labels attached to each token, and among the plurality of labels attached to the plurality of label tokens, each of the plurality of combinations not including combinations between labels of the same category is targeted. Aggregation procedure to aggregate information about the number of searches by search query and
A tabulation program characterized by having a computer execute.
JP2016199398A 2016-10-07 2016-10-07 Aggregation device, aggregation method, and aggregation program Active JP6853009B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016199398A JP6853009B2 (en) 2016-10-07 2016-10-07 Aggregation device, aggregation method, and aggregation program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016199398A JP6853009B2 (en) 2016-10-07 2016-10-07 Aggregation device, aggregation method, and aggregation program

Publications (2)

Publication Number Publication Date
JP2018060468A JP2018060468A (en) 2018-04-12
JP6853009B2 true JP6853009B2 (en) 2021-03-31

Family

ID=61910143

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016199398A Active JP6853009B2 (en) 2016-10-07 2016-10-07 Aggregation device, aggregation method, and aggregation program

Country Status (1)

Country Link
JP (1) JP6853009B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7420773B2 (en) * 2021-08-20 2024-01-23 Lineヤフー株式会社 Information processing device, information processing method, and program

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7260568B2 (en) * 2004-04-15 2007-08-21 Microsoft Corporation Verifying relevance between keywords and web site contents
US20060106769A1 (en) * 2004-11-12 2006-05-18 Gibbs Kevin A Method and system for autocompletion for languages having ideographs and phonetic characters
JP5050993B2 (en) * 2008-05-15 2012-10-17 トヨタ自動車株式会社 Information retrieval apparatus and program
JP5323143B2 (en) * 2011-08-03 2013-10-23 ヤフー株式会社 Information processing apparatus, information processing method, and program

Also Published As

Publication number Publication date
JP2018060468A (en) 2018-04-12

Similar Documents

Publication Publication Date Title
US20200273054A1 (en) Digital receipts economy
JP6469195B1 (en) Privilege grant device, privilege grant method and privilege grant program
JP6872851B2 (en) Information selection device, information selection method and information selection program
JP6767952B2 (en) Estimator, estimation method and estimation program
JP6767342B2 (en) Search device, search method and search program
US20170111461A1 (en) Apparatus and method for generating dynamic similarity audiences
JP6814115B2 (en) Specific device, specific method and specific program
JP6698730B2 (en) Extraction device, extraction method, and extraction program
JP2018060469A (en) Extraction device, extraction method, and extraction program
JP5622629B2 (en) Information processing system and program
JP6584486B2 (en) Prediction device, prediction method, and prediction program
JP6853009B2 (en) Aggregation device, aggregation method, and aggregation program
JP6776072B2 (en) Decision device, decision method, and decision program
JP6767465B2 (en) Information processing equipment, information processing methods, and information processing programs
JP6679704B1 (en) Information processing apparatus, information processing method, and information processing program
JP2018041314A (en) Classification device, classification method, and classification program
JP2020027388A (en) Information processor, method for processing information, and information processing program
JP6910515B1 (en) Analytical instruments, analytical methods and analytical programs
JP7177023B2 (en) Specific device, specific method and specific program
JP7039500B2 (en) Information processing equipment, information processing methods, and information processing programs
JP6779965B2 (en) Information processing equipment, information processing methods, and information processing programs
JP6664604B1 (en) Information processing apparatus, information processing method, and information processing program
JP2021086519A (en) Determination device, determination method, and determination program
JP6914468B1 (en) Analytical instruments, analytical methods and analytical programs
JP7453182B2 (en) Information processing device, information processing method, and information processing program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190325

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20191101

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20191108

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200228

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200407

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200604

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20201104

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20201210

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: 20210216

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210311

R150 Certificate of patent or registration of utility model

Ref document number: 6853009

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