JPWO2007060780A1 - Idea support device, idea support method, and idea support program - Google Patents

Idea support device, idea support method, and idea support program Download PDF

Info

Publication number
JPWO2007060780A1
JPWO2007060780A1 JP2007546369A JP2007546369A JPWO2007060780A1 JP WO2007060780 A1 JPWO2007060780 A1 JP WO2007060780A1 JP 2007546369 A JP2007546369 A JP 2007546369A JP 2007546369 A JP2007546369 A JP 2007546369A JP WO2007060780 A1 JPWO2007060780 A1 JP WO2007060780A1
Authority
JP
Japan
Prior art keywords
text
keyword
conversion
database
mining
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.)
Withdrawn
Application number
JP2007546369A
Other languages
Japanese (ja)
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Publication of JPWO2007060780A1 publication Critical patent/JPWO2007060780A1/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data

Abstract

発想支援装置は、複数のテキストを格納するテキストデータベースと、前記テキストデータベースに格納された複数のテキストをテキストマイニングで分析し、その結果のテキスト文を出力するテキストマイニング部と、変換用キーワードを格納するキーワード集合データベースと、前記キーワード集合データベースに格納されている変換用キーワードを用いて前記テキスト文からキーワードを抽出するキーワード抽出部と、前記テキスト文について、文中の、前記キーワード抽出部にて抽出されたキーワードを、前記キーワード集合データベースに格納された変換用キーワードに変換するキーワード変換部と、前記キーワード変換部にて変換されたテキスト文を出力する結果出力部と、を備える。The idea support device stores a text database that stores a plurality of texts, a text mining unit that analyzes the plurality of texts stored in the text database and outputs a text sentence as a result, and a conversion keyword. A keyword set database that extracts keywords from the text sentence using conversion keywords stored in the keyword set database; and the text sentence is extracted by the keyword extraction section in the sentence. A keyword conversion unit that converts the keyword into a conversion keyword stored in the keyword set database, and a result output unit that outputs a text sentence converted by the keyword conversion unit.

Description

本発明は、新しいアイデアの発想を支援する発想支援装置、発想支援方法および発想支援プログラムに関する。   The present invention relates to an idea support device, an idea support method, and an idea support program that support the idea of a new idea.

新しいアイデアの発想を支援する方法として4W1H変換がある。   There is 4W1H conversion as a method to support the idea of a new idea.

この方法では、既存サービスが提供する価値がテキストの形で用意され、そのテキストからWho、Why、Where、WhenおよびHowに対応するキーワードが抽出され、その抽出されたキーワードが、そのキーワードと異なるキーワードに変換されて、新たなテキストが作成される。この作成されたテキストが、従来にない価値の発想を支援し、潜在ニーズ発掘に利用されている。   In this method, the value provided by the existing service is prepared in the form of text, keywords corresponding to Who, Why, Where, When and How are extracted from the text, and the extracted keyword is a keyword different from that keyword. To create new text. This created text supports ideas of unprecedented value and is used to identify potential needs.

一方、テキストマイニングシステムは、データベース中のテキストに対して係り受け解析を行って文の構造を認識し、その文の部分的な構造の出現頻度を元に、頻出するパターンを抽出し、その頻出するパターンをマイニング結果として出力する。このため、テキストマイニングシステムは、データベースを特徴づける文およびキーワードを抽出可能である。   On the other hand, the text mining system performs dependency analysis on the text in the database, recognizes the structure of the sentence, extracts frequent patterns based on the appearance frequency of the partial structure of the sentence, The pattern to be output as the mining result. Therefore, the text mining system can extract sentences and keywords that characterize the database.

図1は、テキストマイニングシステムの一例を示したブロック図である。図1において、テキストマイニングシステムは、テキストDB101と、テキスト解析部102と、類似構造生成部103と、頻出パターン検出部104と、結果出力部105と、キーワード集合DB106とを含む。なお、従来のテキストマイニングシステムの一例が、特許文献1に記載されている。
特開2004−246491号公報
FIG. 1 is a block diagram illustrating an example of a text mining system. In FIG. 1, the text mining system includes a text DB 101, a text analysis unit 102, a similar structure generation unit 103, a frequent pattern detection unit 104, a result output unit 105, and a keyword set DB 106. An example of a conventional text mining system is described in Patent Document 1.
JP 2004-246491 A

第1の問題点は、4W1H変換を利用した発想支援の場合、キーワード変換前のテキストの用意、変換対象のキーワードの抽出、および、抽出したキーワードの変換を、人間が行わなければならないことである。その理由は、当該テキストを用意する方法、キーワードを抽出する方法、および、変換する方法が、一般に自明ではないためである。   The first problem is that in the case of idea support using 4W1H conversion, humans must prepare text before keyword conversion, extract keywords to be converted, and convert the extracted keywords. . The reason is that the method of preparing the text, the method of extracting keywords, and the method of conversion are generally not obvious.

第2の問題点は、テキストマイニングシステムを発想支援に用いることが困難であることである。その理由は、テキストマイニングを発想支援に用いる方法が、一般に自明ではないためである。   The second problem is that it is difficult to use the text mining system for idea support. This is because the method of using text mining for idea support is generally not self-evident.

本発明の目的は、効率の良い発想支援を行うことである。   An object of the present invention is to provide efficient idea support.

上記目的を達成するために、本発明の発想支援装置は、複数のテキストを格納するテキストデータベースと、前記テキストデータベースに格納された複数のテキストをテキストマイニングで分析し、その結果のテキストを出力するテキストマイニング部と、変換用キーワードを格納するキーワード集合データベースと、前記キーワード集合データベースに格納されている変換用キーワードを用いて前記マイニング結果のテキストからキーワードを抽出するキーワード抽出部と、前記マイニング結果のテキストについて、文中の、前記キーワード抽出部にて抽出されたキーワードを、前記キーワード集合データベースに格納された変換用キーワードに変換するキーワード変換部と、前記キーワード変換部にて変換されたテキストを出力する結果出力部とを備える。   In order to achieve the above object, an idea support apparatus according to the present invention analyzes a text database storing a plurality of texts and a plurality of texts stored in the text database by text mining, and outputs the resulting text. A text mining unit, a keyword set database for storing conversion keywords, a keyword extraction unit for extracting keywords from the text of the mining results using the conversion keywords stored in the keyword set database, and the mining result For text, a keyword conversion unit that converts a keyword extracted by the keyword extraction unit in a sentence to a conversion keyword stored in the keyword set database, and outputs the text converted by the keyword conversion unit result And a radical 19.

また、本発明の発想支援方法は、複数のテキストを格納するテキストデータベースと、変換用キーワードを格納するキーワード集合データベースと、を含む発想支援装置が行う発想支援方法であって、前記テキストデータベースに格納された複数のテキストをテキストマイニングで分析し、その結果のテキストを出力するテキストマイニングステップと、前記キーワード集合データベースに格納されている変換用キーワードを用いて前記テキストからキーワードを抽出するキーワード抽出ステップと、前記マイニング結果のテキストについて、文中の、前記抽出されたキーワードを、前記キーワード集合データベースに格納された変換用キーワードに変換するキーワード変換ステップと、前記変換されたテキストを出力する結果出力ステップとを備える。   The idea support method according to the present invention is an idea support method performed by an idea support apparatus including a text database for storing a plurality of texts and a keyword set database for storing conversion keywords, which is stored in the text database. A text mining step of analyzing the plurality of texts obtained by text mining and outputting the resulting text; a keyword extraction step of extracting keywords from the text using conversion keywords stored in the keyword set database; A keyword conversion step of converting the extracted keyword in the sentence into a conversion keyword stored in the keyword set database, and a result output step of outputting the converted text with respect to the text of the mining result Equipped with a.

上記発明によれば、キーワードが変換されるテキストとして、テキストデータベースを特徴づけるテキストマイニング結果が用いられ、キーワード変換により、テキストマイニング結果と異なる意味を持つテキストが自動生成される。この生成されたテキストは、新しいアイデアを発想することを支援する。   According to the above invention, the text mining result characterizing the text database is used as the text into which the keyword is converted, and the text having a different meaning from the text mining result is automatically generated by the keyword conversion. This generated text will help you come up with new ideas.

このため、発想支援を自動化することが可能になり、効率の良い発想支援を行うことが可能になる。また、テキストマイニングを発想支援に用いることが可能になる。   For this reason, it is possible to automate the idea support, and it is possible to provide efficient idea support. In addition, text mining can be used for idea support.

なお、前記発想支援装置は、前記キーワード変換部にて変換されたテキストと、前記テキストデータベース中のテキストとを照合し、その照合結果に基づいて、前記変換されたテキストに順位を付ける照合部をさらに含み、前記結果出力部は、前記照合部にて順位を付けられた前記変換されたテキストを出力することが望ましい。   The idea support device includes a collation unit that collates the text converted by the keyword conversion unit and the text in the text database, and ranks the converted text based on the collation result. In addition, it is preferable that the result output unit outputs the converted text ranked by the collation unit.

上記発明によれば、キーワードが変換されたテキストとテキストデータベース中のテキストとの内容の違いに基づいて、その変換されたテキストに順位を付すことが可能になる。   According to the above-described invention, it is possible to rank the converted text based on the difference in contents between the text into which the keyword is converted and the text in the text database.

このため、例えば、テキストデータベース中のテキストと意味的に異なる、新しい発想を支援できそうな前記変換されたテキストに、高い順位を付すことが可能となる。よって、例えば、キーワードが変換されたテキストが、その順位に並び替えられると、ユーザは、新しい発想を支援できそうなテキストを、簡単に見つけることができる。   For this reason, for example, it is possible to give a high ranking to the converted text that is semantically different from the text in the text database and is likely to support a new idea. Therefore, for example, when the text into which the keyword is converted is rearranged in the ranking, the user can easily find the text that can support the new idea.

また、前記キーワード集合データベースは、前記変換用キーワードとして、前記テキストマイニング部で使用される同義語、類義語または反意語を格納することが望ましい。   The keyword set database preferably stores synonyms, synonyms or antonyms used in the text mining unit as the conversion keywords.

上記発明によれば、テキストマイニングで使用される同義語、類義語または反意語を、変換用キーワードとして兼用できる。   According to the above invention, synonyms, synonyms or antonyms used in text mining can also be used as conversion keywords.

また、前記キーワード集合データベースは、複数の変換用キーワード候補を格納し、前記キーワード変換部は、前記テキストデータベースに予め対応づけられた前記変換用キーワード候補を、前記変換用キーワードとして用いることが望ましい。   Preferably, the keyword set database stores a plurality of conversion keyword candidates, and the keyword conversion unit uses the conversion keyword candidates associated with the text database in advance as the conversion keywords.

上記発明によれば、テキストデータベースに格納されたテキストに応じて、変換用キーワードが切り替えられる。このため、テキストデータベースに格納されたテキストに最適な変換用キーワードを用いて、前記マイニング結果のテキストを変換することが可能になる。   According to the above invention, the conversion keyword is switched according to the text stored in the text database. For this reason, it becomes possible to convert the text of the mining result using the conversion keyword that is most suitable for the text stored in the text database.

また、前記照合部は、前記キーワード変換部にて変換されたテキストに対して、前記テキストデータベースに出現した頻度が小さいほど高くなる順位を付与することが望ましい。   In addition, it is preferable that the collation unit assigns a higher rank to the text converted by the keyword conversion unit as the frequency of appearance in the text database decreases.

上記発明によれば、テキストデータベース中のテキストと意味的に異なる、新しい発想を支援できそうな前記変換されたテキストに、高い順位を付すことが可能となる。   According to the above-described invention, it is possible to give a high ranking to the converted text that is likely to support a new idea that is semantically different from the text in the text database.

また、本発明の発想支援用プログラムは、複数のテキストを格納するテキストデータベースと、変換用キーワードを格納するキーワード集合データベースと、に接続されたコンピュータに、発想支援処理を実行させる発想支援用プログラムであって、前記テキストデータベースに格納された複数のテキストをテキストマイニングで分析し、その結果のテキストを出力するテキストマイニング処理と、前記キーワード集合データベースに格納されている変換用キーワードを用いて前記マイニング結果のテキストからキーワードを抽出するキーワード抽出処理と、前記マイニング結果のテキストについて、文中の、前記抽出されたキーワードを、前記キーワード集合データベースに格納された変換用キーワードに変換するキーワード変換処理と、前記変換されたテキストを出力する結果出力処理と、を備える発想支援処理を、前記コンピュータに実行させる。   The idea support program of the present invention is an idea support program for causing a computer connected to a text database storing a plurality of texts and a keyword set database storing conversion keywords to execute an idea support process. A plurality of texts stored in the text database is analyzed by text mining, and the result is output using the text mining process and the conversion keywords stored in the keyword set database. A keyword extraction process for extracting a keyword from the text, and a keyword conversion process for converting the extracted keyword in a sentence into a conversion keyword stored in the keyword set database for the mining result text; A result output process for outputting the serial converted text, the ideas assistance process comprising, causes the computer to perform.

上記発明によれば、上記発想支援方法を上記コンピュータに実行させることが可能になる。   According to the invention described above, the idea support method can be executed by the computer.

本発明によれば、テキストマイニングを用いた発想支援を自動化できる。その理由は、キーワードが変換されるテキストとして、テキストデータベースを特徴づけるマイニング結果が用いられ、キーワード変換により、マイニング結果と異なる意味を持つテキストが自動生成されるからである。   According to the present invention, idea support using text mining can be automated. The reason is that a mining result characterizing the text database is used as the text to which the keyword is converted, and text having a meaning different from the mining result is automatically generated by the keyword conversion.

図1は、従来例の構成を示すブロック図である。FIG. 1 is a block diagram showing a configuration of a conventional example. 図2は、本発明の第1の発明を実施するための最良の形態の構成を示すブロック図である。FIG. 2 is a block diagram showing the configuration of the best mode for carrying out the first invention of the present invention. 図3は、第1の発明を実施するための最良の形態の動作を説明するためのフローチャートである。FIG. 3 is a flowchart for explaining the operation of the best mode for carrying out the first invention. 図4は、第1の発明を実施するための最良の形態の具体例を示すブロック図である。FIG. 4 is a block diagram showing a specific example of the best mode for carrying out the first invention. 図5は、変換用キーワードの具体例を示した説明図である。FIG. 5 is an explanatory diagram showing a specific example of the conversion keyword. 図6は、変換用キーワードの具体例を示した説明図である。FIG. 6 is an explanatory diagram showing a specific example of the conversion keyword.

符号の説明Explanation of symbols

201 テキストデータベース
202 テキストマイニング部
203 キーワード抽出部
204 キーワード変換部
205 照合部
206 結果出力部
207 キーワード集合データベース
DESCRIPTION OF SYMBOLS 201 Text database 202 Text mining part 203 Keyword extraction part 204 Keyword conversion part 205 Collation part 206 Result output part 207 Keyword set database

次に、本発明を実施するための最良の形態について図面を参照して詳細に説明する。   Next, the best mode for carrying out the present invention will be described in detail with reference to the drawings.

図2は、本発明の一実施形態の発想支援装置を示したブロック図である。   FIG. 2 is a block diagram showing an idea support device according to an embodiment of the present invention.

図2において、本発想支援装置は、テキストデータベース201と、テキストマイニング部(以下「マイニング部」と称する。)202と、キーワード抽出部203と、キーワード変換部204と、キーワード集合データベース207と、照合部205と、結果出力部206と、を備える。   In FIG. 2, the idea support device includes a text database 201, a text mining unit (hereinafter referred to as “mining unit”) 202, a keyword extraction unit 203, a keyword conversion unit 204, a keyword set database 207, and a collation. Unit 205 and result output unit 206.

テキストデータベース201は、複数のテキストを格納する。マイニング部202は、テキストデータベース201に格納された複数のテキストをテキストマイニングで分析する。なお、「テキストマイニング」は、一般に「データマイニング」とも称される。以下、これらを「マイニング」とも称する。   The text database 201 stores a plurality of texts. The mining unit 202 analyzes a plurality of texts stored in the text database 201 by text mining. “Text mining” is also generally referred to as “data mining”. Hereinafter, these are also referred to as “mining”.

キーワード集合データベース207は、変換用キーワードを格納する。例えば、キーワード集合データベース207は、マイニング部202がマイニングを行う際に使用する同義語、類義語および反意語などのキーワードを、変換用キーワードとして格納する。   The keyword set database 207 stores conversion keywords. For example, the keyword set database 207 stores keywords such as synonyms, synonyms and antonyms used when the mining unit 202 performs mining as conversion keywords.

キーワード抽出部203は、マイニング結果であるテキストからキーワードを抽出する。具体的には、キーワード抽出部203は、キーワード集合データベース207に格納されている変換用キーワードを用いて、マイニング結果であるテキストからキーワードを抽出する。   The keyword extraction unit 203 extracts keywords from the text that is the mining result. Specifically, the keyword extraction unit 203 uses the conversion keywords stored in the keyword set database 207 to extract keywords from the text that is the mining result.

キーワード変換部204は、マイニング結果であるテキスト中の、キーワード抽出部203にて抽出されたキーワードを、キーワード集合データベース207に格納された変換用キーワードに変換する。   The keyword conversion unit 204 converts the keyword extracted by the keyword extraction unit 203 in the text as the mining result into a conversion keyword stored in the keyword set database 207.

照合部205は、キーワード変換部204にて変換されたテキストと、テキストデータベース201中のテキストとを照合し、その照合結果に基づいて、その変換されたテキストに順位を付ける。例えば、照合部205は、テキストデータベース201に存在しないテキストに高い順位(小さい番号)を付与する。   The collation unit 205 collates the text converted by the keyword conversion unit 204 with the text in the text database 201, and ranks the converted text based on the collation result. For example, the collation unit 205 assigns a high rank (small number) to text that does not exist in the text database 201.

結果出力部206は、キーワード変換部204にて変換されたテキストを出力する。さらに言えば、結果出力部206は、照合部205にて順位が付与されたテキストを出力する。   The result output unit 206 outputs the text converted by the keyword conversion unit 204. In other words, the result output unit 206 outputs the text to which the ranking is given by the collation unit 205.

なお、マイニング部202、キーワード抽出部203、キーワード変換部204および照合部205は、コンピュータにて読み取り可能なメモリ等の記録媒体に記録されたプログラムを実行するコンピュータにて実現されてもよい。   Note that the mining unit 202, the keyword extraction unit 203, the keyword conversion unit 204, and the collation unit 205 may be realized by a computer that executes a program recorded in a recording medium such as a computer-readable memory.

また、本発想支援装置は、テキストデータベース201と、マイニング部202と、キーワード抽出部203と、キーワード変換部204と、キーワード集合データベース207と、照合部205と、結果出力部206と、を備える発想支援システムとして実現されてもよい。   In addition, the idea support device includes a text database 201, a mining unit 202, a keyword extracting unit 203, a keyword converting unit 204, a keyword set database 207, a matching unit 205, and a result output unit 206. It may be realized as a support system.

次に、図2および図3を用いて、本発想支援装置の動作の一例を説明する。なお、図3は、本発想支援装置の動作の一例を説明するためのフローチャートである。   Next, an example of the operation of this idea support device will be described with reference to FIGS. 2 and 3. FIG. 3 is a flowchart for explaining an example of the operation of the idea support apparatus.

なお、以下では、キーワード集合データベース207には、Whoに相当するキーワードを集めたWho変換用キーワード集合と、Whyに相当するキーワードを集めたWhy変換用キーワード集合と、Whereに相当するキーワードを集めたWhere変換用キーワード集合と、Whenに相当するキーワードを集めたWhen変換用キーワード集合と、Howに相当するキーワードを集めたHow変換用キーワード集合とが格納されているものとする。   In the following, in the keyword set database 207, a Who conversion keyword set in which keywords corresponding to Who are collected, a Why conversion keyword set in which keywords corresponding to Why are collected, and a keyword corresponding to Where are collected. It is assumed that a Where conversion keyword set, a When conversion keyword set in which keywords corresponding to When are collected, and a How conversion keyword set in which keywords corresponding to How are collected are stored.

また、キーワード抽出部203は、キーワード集合データベース207を参照して、4W1H(Who、Why、Where、When、How)に相当するキーワードを、テキストマイニング結果であるテキストから抽出するものとする。   Further, the keyword extraction unit 203 refers to the keyword set database 207 and extracts keywords corresponding to 4W1H (Who, Why, Where, When, How) from the text that is the text mining result.

ステップ301で、複数のテキストがテキストデータベース201に入力されると、ステップ302で、マイニング部202は、テキストデータベース201に格納されたテキストをテキストマイニングで分析して、テキストマイニング結果であるテキストを出力する。   When a plurality of texts are input to the text database 201 in step 301, the mining unit 202 analyzes the text stored in the text database 201 by text mining in step 302 and outputs the text that is the text mining result. To do.

マイニング部202は、テキストマイニングした結果であるテキストを、キーワード抽出部203に提供する。なお、このテキストには、品詞等のタグが付与されている。   The mining unit 202 provides the keyword extraction unit 203 with text that is the result of text mining. This text is given a tag such as part of speech.

キーワード抽出部203は、そのテキストマイニング結果のテキストを受け付けると、ステップ303を実行する。   The keyword extraction unit 203 executes Step 303 when receiving the text of the text mining result.

ステップ303では、キーワード抽出部203は、4W1H(Who、Why、Where、When、How)に相当するキーワードを、テキストマイニング結果であるテキストから抽出し、その抽出されたキーワードと、テキストマイニング結果であるテキストとを、キーワード変換部204に提供する。   In step 303, the keyword extraction unit 203 extracts a keyword corresponding to 4W1H (Who, Why, Where, When, How) from the text that is the text mining result, and the extracted keyword and the text mining result. The text is provided to the keyword conversion unit 204.

キーワード変換部204は、その抽出されたキーワードと、テキストマイニング結果であるテキストとを受け付けると、ステップ304を実行する。   When the keyword conversion unit 204 receives the extracted keyword and the text that is the text mining result, the keyword conversion unit 204 executes Step 304.

ステップ304では、キーワード変換部204は、その抽出されたキーワードを、キーワード集合データベース207を参照して変換する。   In step 304, the keyword conversion unit 204 converts the extracted keyword with reference to the keyword set database 207.

具体的には、キーワード変換部204は、テキストマイニング結果であるテキスト中の、キーワード抽出部203にて抽出されたキーワードを、キーワード集合データベース207に格納された変換用キーワードに変換する。   Specifically, the keyword conversion unit 204 converts the keyword extracted by the keyword extraction unit 203 in the text that is the text mining result into a conversion keyword stored in the keyword set database 207.

さらに言えば、キーワード変換部204は、キーワード抽出部203にて抽出されたWhoに相当するキーワードを、Who変換用キーワード集合内の他のキーワードに変換し、また、キーワード抽出部203にて抽出されたWhyに相当するキーワードを、Why変換用キーワード集合内の他のキーワードに変換する。   Furthermore, the keyword conversion unit 204 converts the keyword corresponding to Who extracted by the keyword extraction unit 203 into another keyword in the Who conversion keyword set, and is extracted by the keyword extraction unit 203. The keyword corresponding to Why is converted into another keyword in the keyword list for Why conversion.

また、キーワード変換部204は、キーワード抽出部203にて抽出されたWhereに相当するキーワードを、Where変換用キーワード集合内の他のキーワードに変換し、また、キーワード抽出部203にて抽出されたWhenに相当するキーワードを、When変換用キーワード集合内の他のキーワードに変換し、また、キーワード抽出部203にて抽出されたHowに相当するキーワードを、How変換用キーワード集合内の他のキーワードに変換する。   Further, the keyword conversion unit 204 converts the keyword corresponding to “Where” extracted by the keyword extraction unit 203 into another keyword in the “Where” conversion keyword set, and the When extracted by the keyword extraction unit 203. The keyword corresponding to is converted to another keyword in the When conversion keyword set, and the keyword corresponding to How extracted by the keyword extraction unit 203 is converted to another keyword in the How conversion keyword set. To do.

キーワード変換部204は、これらの変換を組み合わせて、キーワードが変換された複数のテキストを生成する。キーワード変換部204は、キーワードが変換されたテキストを、照合部205に提供する。   The keyword conversion unit 204 combines these conversions to generate a plurality of texts with converted keywords. The keyword conversion unit 204 provides the collation unit 205 with the text converted from the keyword.

照合部205は、キーワードが変換されたテキストを受け付けると、ステップ305を実行する。   When the collation unit 205 receives the text with the converted keyword, it executes Step 305.

ステップ305では、照合部205は、キーワード変換部204にて変換されたテキストと、テキストデータベース201中のテキストとを照合し、テキストデータベース201に存在しない変換後テキストに高い順位(小さい番号)を付与する。照合部205は、順位が付与された変換後テキストを、結果出力部206に提供する。   In step 305, the collation unit 205 collates the text converted by the keyword conversion unit 204 with the text in the text database 201, and assigns a higher rank (small number) to the converted text that does not exist in the text database 201. To do. The collation unit 205 provides the converted text to which the rank is assigned to the result output unit 206.

結果出力部206は、順位が付与された変換後テキストを受け付けると、ステップ306を実行する。   When the result output unit 206 receives the converted text to which the rank is assigned, the result output unit 206 executes Step 306.

ステップ306では、結果出力部206は、順位が付けられた変換後テキストを出力する。例えば、結果出力部206は、順位が付けられた変換後テキストを表示する。   In step 306, the result output unit 206 outputs the converted text with the ranking. For example, the result output unit 206 displays the post-conversion text that has been ranked.

なお、この例では、照合部205は、テキストデータベース201に存在しない変換後テキストに高い順位を付与しているが、例えば、統計的手法を用いて、テキストデータベース201に出現した頻度の小さいものから順に順位付けを行ってもよい。   In this example, the collation unit 205 assigns a high rank to the converted text that does not exist in the text database 201, but, for example, the one that appears in the text database 201 with a low frequency using a statistical technique. You may order in order.

また、照合部205は、シソーラスを用いて、変換元のキーワードと変換後のキーワードとの間の距離を定義し、変換元のキーワードとの距離の大きさにしたがって、変換後のキーワードに重みづけを行い、その重みづけに基づいて、変換後のテキストに順位を付与してもよい。   In addition, the matching unit 205 uses a thesaurus to define the distance between the conversion source keyword and the converted keyword, and weights the converted keyword according to the distance between the conversion source keyword and the conversion source keyword. And ranking may be given to the converted text based on the weighting.

本実施形態によれば、以下の効果を奏する。   According to this embodiment, the following effects can be obtained.

第1の効果は、発想支援が自動化されることである。その理由は、テキストデータベース201から得られるマイニング結果のテキストを既存の発想として用い、その既存の発想内のキーワードを他のキーワードに変換することにより、異なる発想を持つテキストを自動生成できるためである。   The first effect is that idea support is automated. This is because the text of the mining result obtained from the text database 201 is used as an existing idea, and a keyword having a different idea can be automatically generated by converting a keyword in the existing idea into another keyword. .

第2の効果は、発想支援の効率が良くなることである。その理由は、キーワード変換対象として、テキストデータベース201を特徴づけるマイニング結果が用いられ、照合部205が、キーワード変換結果とテキストデータベース201を照合し、その照合結果に基づいて、変換結果を順位付けすることで、新しい発想につながりやすいものを優先して提示することが可能になるためである。   The second effect is that the efficiency of idea support is improved. The reason is that a mining result characterizing the text database 201 is used as a keyword conversion target, and the collation unit 205 collates the keyword conversion result with the text database 201 and ranks the conversion results based on the collation result. This is because it becomes possible to preferentially present something that is likely to lead to a new idea.

(実施例)
次に、具体的な実施例を用いて本実施の形態を説明する。
(Example)
Next, this embodiment will be described using specific examples.

図4は、本発明の実施の形態の一例を示したブロック図である。なお、図4において、図2に示したものと同一のものには同一符号を附してある。   FIG. 4 is a block diagram showing an example of the embodiment of the present invention. In FIG. 4, the same components as those shown in FIG.

図5は、キーワード集合データベース207に格納された変換用キーワードの一例を示した説明図である。   FIG. 5 is an explanatory diagram showing an example of conversion keywords stored in the keyword set database 207.

図5において、変換用キーワードである「熟年層」、「若年層」および「高齢者」はWhoに対応づけられ、また、変換用キーワードである「男性」および「女性」はWhoに対応づけられている。   In FIG. 5, the conversion keywords “mature”, “young” and “elderly” are associated with Who, and the conversion keywords “male” and “female” are associated with Who. ing.

以下、Whoに対応づけられた「熟年層」、「若年層」および「高齢者」と、Whoに対応づけられた「男性」および「女性」とのそれぞれを、変換キーワード集合と称する。   Hereinafter, each of “mature group”, “young group”, and “elderly person” associated with Who and “male” and “female” associated with Who are referred to as a conversion keyword set.

ここでは、乗用車の評判情報が扱われるものとする。   Here, it is assumed that reputation information of passenger cars is handled.

テキストデータベース201には、テキストとして、複数の乗用車の評判情報が格納されている。この場合、テキストデータベース201に格納されたテキストのドメインは、「乗用車の評判情報」となる。   The text database 201 stores reputation information of a plurality of passenger cars as text. In this case, the domain of the text stored in the text database 201 is “passenger car reputation information”.

マイニング部202は、テキストデータベース201に格納された複数の乗用車の評判情報をテキストマイニングして、「A社の高級車は熟年層の男性向け」という結果401を得たとする。この結果401は、4W1H変換の対象文となる。   It is assumed that the mining unit 202 performs text mining on the reputation information of a plurality of passenger cars stored in the text database 201 and obtains a result 401 that “A company's luxury car is for mature men”. The result 401 becomes a target sentence for 4W1H conversion.

キーワード抽出部203は、そのマイニング結果401から、キーワードとして、Whoに対応する「熟年層」および「男性」402を抽出する。例えば、キーワード抽出部203は、キーワード集合データベース207内のWhoに対応づけられたキーワード(「熟年層」、「若年層」または「高齢者」と、「男性」または「女性」)に一致するキーワードを、Whoに対応するキーワードとして、マイニング結果401から抽出する。   The keyword extraction unit 203 extracts “middle class” and “male” 402 corresponding to Who from the mining result 401 as keywords. For example, the keyword extraction unit 203 matches the keywords (“mature”, “young” or “elder” and “male” or “female”) associated with Who in the keyword set database 207. Are extracted from the mining result 401 as keywords corresponding to Who.

キーワード変換部204は、キーワード集合データベース207を参照して、マイニング結果401内の、キーワード抽出部203にて抽出されたキーワードを、変換用キーワードに変換して、複数の変換結果403を生成する。   The keyword conversion unit 204 refers to the keyword set database 207, converts the keywords extracted by the keyword extraction unit 203 in the mining result 401 into conversion keywords, and generates a plurality of conversion results 403.

具体的には、キーワード変換部204は、キーワード集合データベース207を参照して、マイニング結果401中の「熟年層」を、「熟年層」と関連づけられている「若年層」および「高齢者」に変換して、変換後のテキスト(変換結果403)「A社の高級車は若年層の男性向け」および「A社の高級車は高齢者の男性向け」を生成する。   Specifically, the keyword conversion unit 204 refers to the keyword set database 207 to change the “mature group” in the mining result 401 to “young group” and “elderly group” associated with the “middle class”. The converted text (conversion result 403) “the luxury car of company A is for young men” and “the luxury car of company A is for elderly men” are generated.

また、キーワード変換部204は、キーワード集合データベース207を参照して、マイニング結果401中の「男性」を、「男性」と関連づけられている「女性」変換して、変換後のテキスト「A社の高級車は熟年層の女性向け」を生成する。   Also, the keyword conversion unit 204 refers to the keyword set database 207 to convert “male” in the mining result 401 to “female” associated with “male”, and converts the converted text “Company A” "Luxury cars are for mature women".

また、キーワード変換部204は、キーワード集合データベース207を参照して、マイニング結果401中の「熟年層」を、「熟年層」と関連づけられている「若年層」に変換し、さらに、マイニング結果401中の「男性」を、「男性」と関連づけられている「女性」に変換して、変換後のテキスト「A社の高級車は若年層の女性向け」を生成する。   Further, the keyword conversion unit 204 refers to the keyword set database 207 to convert the “mature group” in the mining result 401 into the “young group” associated with the “mature group”, and further, the mining result 401 The “male” inside is converted into “female” associated with “male”, and the converted text “A company's luxury car is for young women” is generated.

また、キーワード変換部204は、キーワード集合データベース207を参照して、マイニング結果401中の「熟年層」を、「熟年層」と関連づけられている「高齢者」に変換し、さらに、マイニング結果401中の「男性」を、「男性」と関連づけられている「女性」に変換して、変換後のテキスト「A社の高級車は高齢者の女性向け」を生成する。   Further, the keyword conversion unit 204 refers to the keyword set database 207 to convert “mature group” in the mining result 401 to “elderly” associated with the “middle class”, and further, the mining result 401 The “male” inside is converted into “female” associated with “male”, and the converted text “A company's luxury car is for elderly women” is generated.

ここで、変換結果403は、キーワードの組み合わせ数だけ生成されてしまう。   Here, the conversion results 403 are generated by the number of keyword combinations.

このため、照合部205は、各変換結果403とテキストデータベース201中のテキストとを照合し、例えば、テキストデータベース201に出現した頻度の小さい変換結果403から順に順位付けを行って変換結果403を並べ替える。その結果、例えば「A社の高級車は若年層の女性向け」という照合結果404が、高い優先度で得られる。   For this reason, the collation unit 205 collates each conversion result 403 with the text in the text database 201, for example, ranks the conversion results 403 in order from the least frequent conversion results 403 that appear in the text database 201, and arranges the conversion results 403. Change. As a result, for example, a collation result 404 “A company's luxury car is for young women” is obtained with high priority.

照合結果404は、テキストデータベース201には存在しないものが優先されているため、新しい発想(潜在ニーズ)となる可能性がある。   Since priority is given to the collation result 404 that does not exist in the text database 201, there is a possibility that it becomes a new idea (latent needs).

なお、キーワード集合データベース207に格納される変換用キーワード集合として、例えば、マイニング部202にて使用される同義語、類義語および反意語などのキーワードの集合が用いられてもよい。この場合、マイニングで使用される同義語、類義語または反意語を、変換用キーワードとして兼用できる。   As the conversion keyword set stored in the keyword set database 207, for example, a set of keywords such as synonyms, synonyms and antonyms used in the mining unit 202 may be used. In this case, synonyms, synonyms or antonyms used in mining can also be used as conversion keywords.

また、変換用キーワード集合は、マイニング対象のドメインに応じて、動的に切り替えることも可能である。   The conversion keyword set can be dynamically switched according to the domain to be mined.

例えば、キーワード集合データベース207には、元々「男性」、「女性」、「若年層」、「高齢者」などのキーワード(変換用キーワード候補)が存在し、それらのキーワードは、予めドメインに対応づけられているものとする。なお、1つのキーワードが複数のドメインに対応づけられていてもよい。この場合、ドメインが決まると、そのドメインに対応づけられたキーワードが決まる。なお、この対応関係は、例えば、キーワード変換部204に予め登録される。   For example, the keyword set database 207 originally has keywords (conversion keyword candidates) such as “male”, “female”, “young”, and “elderly”, and these keywords are associated with domains in advance. It is assumed that One keyword may be associated with a plurality of domains. In this case, when a domain is determined, a keyword associated with the domain is determined. This correspondence relationship is registered in advance in the keyword conversion unit 204, for example.

よって、あるドメインに対応づけられたキーワードにて構成される集合が、そのドメインの変換用キーワード候補の集合として使用されれば、ドメインに対して最適な変換用キーワード集合を動的に切り替えることが可能になる。   Therefore, if a set composed of keywords associated with a domain is used as a set of conversion keyword candidates for that domain, the optimal conversion keyword set for the domain can be dynamically switched. It becomes possible.

例えば、キーワード変換部204が、テキストデータベース201のドメインを受け付け、そのドメインに予め対応づけられたキーワードを変換用キーワードとして用いる。   For example, the keyword conversion unit 204 accepts a domain of the text database 201 and uses a keyword associated with the domain in advance as a conversion keyword.

この場合、テキストデータベース201に格納されたテキストに応じて、変換用キーワードが切り替えられる。このため、テキストデータベース201に格納されたテキストに最適な変換用キーワードを用いて、テキストを変換することが可能になる。   In this case, the conversion keyword is switched according to the text stored in the text database 201. For this reason, it becomes possible to convert the text using the conversion keyword most suitable for the text stored in the text database 201.

図5に示したキーワード集合は、「乗用車の評判情報」(ドメイン)に対応し、図6に示したキーワード集合は、「携帯電話の評判情報」(ドメイン)に対応する。両者を比較すると、「高齢者」というキーワードが異なる集合に属している。   The keyword set shown in FIG. 5 corresponds to “passenger car reputation information” (domain), and the keyword set shown in FIG. 6 corresponds to “mobile phone reputation information” (domain). Comparing the two, the keyword “elderly” belongs to different sets.

したがって、「乗用車の評判情報」を扱う場合には、「高齢者」というキーワードは、「熟年層」および「若年層」に変換されるが、「携帯電話の評判情報」を扱う場合には、同じ「高齢者」というキーワードは、「女子高生」、「OL」および「ビジネスマン」に変換される。このため、より効率の良い発想支援が可能となる。   Therefore, when dealing with "reputation information on passenger cars", the keyword "elderly" is converted to "mature" and "young", but when dealing with "reputation information on mobile phones" The same keyword “elderly” is converted to “high school girl”, “OL”, and “business man”. For this reason, more efficient idea support is possible.

本実施例では、4W1H変換の対象キーワードのうちWhoのみについて説明したが、これと異なるキーワード(Why、Where、When、How)についても同様に変換される。また、変換対象キーワードは4W1Hに限らず、例えばWhatを追加した5W1Hでもよい。変換対象キーワードが5W1Hの場合も、上記と同様の処理が可能である。   In the present embodiment, only the Who among the 4W1H conversion target keywords has been described. However, different keywords (Why, Where, When, How) are similarly converted. Also, the conversion target keyword is not limited to 4W1H, but may be 5W1H to which What is added, for example. When the conversion target keyword is 5W1H, the same processing as described above is possible.

本実施例によれば、キーワードが変換されるテキストとして、テキストデータベース101を特徴づけるマイニング結果が用いられ、キーワード抽出部203とキーワード変換部204とで行われるキーワード変換により、マイニング結果と異なる意味を持つテキストが自動生成される。この生成されたテキストによって、新しいアイデアを発想することが支援される。   According to the present embodiment, the mining result characterizing the text database 101 is used as the text into which the keyword is converted, and the keyword conversion performed by the keyword extracting unit 203 and the keyword converting unit 204 has a different meaning from the mining result. The text you have is automatically generated. This generated text helps to come up with new ideas.

このため、発想支援を自動化することが可能になり、効率の良い発想支援を行うことが可能になる。また、テキストマイニングを発想支援に用いることが可能になる。   For this reason, it is possible to automate the idea support, and it is possible to provide efficient idea support. In addition, text mining can be used for idea support.

また、本実施例では、照合部205は、キーワード変換部204にて変換されたテキストと、テキストデータベース201中のテキストとを照合し、その照合結果に基づいて、その変換後テキストに順位を付ける。   In the present embodiment, the collation unit 205 collates the text converted by the keyword conversion unit 204 with the text in the text database 201, and ranks the converted text based on the collation result. .

この場合、キーワードが変換されたテキスト(変換後テキスト)とテキストデータベース201中のテキストとの内容の違いに基づいて、その変換後テキストに順位を付すことが可能になる。このため、例えば、テキストデータベース201中のテキストと意味的に異なる、新しい発想を支援できそうな変換後テキストに、高い順位を付すことが可能性となる。   In this case, the converted text can be ranked based on the difference in content between the text in which the keyword is converted (the converted text) and the text in the text database 201. For this reason, for example, it is possible to assign a high ranking to converted text that is semantically different from the text in the text database 201 and can support a new idea.

よって、キーワードが変換されたテキスト(変換後テキスト)が、その順位にしたがって並び替えられると、ユーザは、新しい発想を支援できそうな変換後テキストを、簡単に見つけることができる。   Therefore, when the text in which the keyword is converted (the converted text) is rearranged according to the ranking, the user can easily find the converted text that can support the new idea.

また、本実施例では、照合部205は、キーワード変換部204にて変換されたテキストに対して、テキストデータベース201に出現した頻度が小さいほど高くなる順位を付与する。   Further, in this embodiment, the collation unit 205 assigns a higher rank to the text converted by the keyword conversion unit 204 as the frequency of appearance in the text database 201 decreases.

この場合、テキストデータベース201中のテキストと意味的に異なる、新しい発想を支援できそうな変換後テキストに、高い順位を付すことが可能性となる。   In this case, it is possible to give a high ranking to the converted text that is semantically different from the text in the text database 201 and can support a new idea.

以上説明した実施例において、図示した構成は単なる一例であって、本発明はその構成に限定されるものではない。   In the embodiment described above, the illustrated configuration is merely an example, and the present invention is not limited to the configuration.

本発明は、商品企画時または戦略立案時の発想支援および潜在ニーズ発掘といった用途に適用できる。
The present invention can be applied to applications such as idea support at the time of product planning or strategy planning and the discovery of latent needs.

Claims (15)

複数のテキストを格納するテキストデータベースと、
前記テキストデータベースに格納された複数のテキストをテキストマイニングで分析し、その結果のテキストを出力するテキストマイニング部と、
変換用キーワードを格納するキーワード集合データベースと、
前記キーワード集合データベースに格納されている変換用キーワードを用いて前記マイニング結果のテキストからキーワードを抽出するキーワード抽出部と、
前記マイニング結果のテキストについて、文中の、前記キーワード抽出部にて抽出されたキーワードを、前記キーワード集合データベースに格納された変換用キーワードに変換するキーワード変換部と、
前記キーワード変換部にて変換されたテキストを出力する結果出力部と、を備える発想支援装置。
A text database that stores multiple texts;
A text mining unit that analyzes a plurality of texts stored in the text database by text mining, and outputs the resulting text;
A keyword set database for storing conversion keywords;
A keyword extraction unit that extracts keywords from the text of the mining result using conversion keywords stored in the keyword set database;
For the text of the mining result, a keyword conversion unit that converts a keyword extracted by the keyword extraction unit in a sentence into a conversion keyword stored in the keyword set database;
An idea support apparatus comprising: a result output unit that outputs the text converted by the keyword conversion unit.
前記キーワード変換部にて変換されたテキストと、前記テキストデータベース中のテキストとを照合し、その照合結果に基づいて、前記変換されたテキストに順位を付ける照合部をさらに含み、
前記結果出力部は、前記照合部にて順位を付けられた前記変換されたテキストを出力する、請求項1に記載の発想支援装置。
The text further converted by the keyword conversion unit and the text in the text database are collated, and further includes a collation unit that ranks the converted text based on the collation result,
The idea support apparatus according to claim 1, wherein the result output unit outputs the converted text ranked by the collation unit.
前記キーワード集合データベースは、前記変換用キーワードとして、前記テキストマイニング部で使用される同義語、類義語または反意語を格納する、請求項1または2に記載の発想支援装置。   The idea support apparatus according to claim 1, wherein the keyword set database stores synonyms, synonyms or antonyms used in the text mining unit as the conversion keywords. 前記キーワード集合データベースは、複数の変換用キーワード候補を格納し、
前記キーワード変換部は、前記テキストデータベースに格納されたテキストに予め対応づけられた前記変換用キーワード候補を、前記変換用キーワードとして用いる、請求項1ないし3のいずれか1項に記載の発想支援装置。
The keyword set database stores a plurality of conversion keyword candidates,
The idea support device according to any one of claims 1 to 3, wherein the keyword conversion unit uses, as the conversion keyword, the conversion keyword candidate associated in advance with the text stored in the text database. .
前記照合部は、前記キーワード変換部にて変換されたテキストに対して、前記テキストデータベースに出現した頻度が小さいほど高くなる順位を付与する、請求項2ないし4のいずれか1項に記載の発想支援装置。   The idea according to any one of claims 2 to 4, wherein the collation unit assigns a higher rank to the text converted by the keyword conversion unit as the frequency of appearance in the text database decreases. Support device. 複数のテキストを格納するテキストデータベースと、変換用キーワードを格納するキーワード集合データベースと、を含む発想支援装置が行う発想支援方法であって、
前記テキストデータベースに格納された複数のテキストをテキストマイニングで分析し、その結果のテキストを出力するテキストマイニングステップと、
前記キーワード集合データベースに格納されている変換用キーワードを用いて前記マイニング結果のテキストからキーワードを抽出するキーワード抽出ステップと、
前記マイニング結果のテキストについて、文中の、前記抽出されたキーワードを、前記キーワード集合データベースに格納された変換用キーワードに変換するキーワード変換ステップと、
前記変換されたテキストを出力する結果出力ステップと、を備える発想支援方法。
An idea support method performed by an idea support device including a text database storing a plurality of texts and a keyword set database storing conversion keywords,
A text mining step of analyzing a plurality of texts stored in the text database by text mining and outputting the resulting text;
A keyword extraction step of extracting a keyword from the text of the mining result using a conversion keyword stored in the keyword set database;
A keyword conversion step of converting the extracted keyword in the sentence into a conversion keyword stored in the keyword set database for the mining result text;
A concept output method comprising: a result output step of outputting the converted text.
前記変換されたテキストと、前記テキストデータベース中のテキストとを照合し、その照合結果に基づいて、前記変換されたテキストに順位を付ける照合ステップをさらに含み、
前記結果出力ステップでは、前記順位を付けられた前記変換されたテキストを出力する、請求項6に記載の発想支援方法。
A matching step of matching the converted text with text in the text database and ranking the converted text based on the matching result;
The idea support method according to claim 6, wherein in the result output step, the converted text with the ranking is output.
前記キーワード集合データベースは、前記変換用キーワードとして、前記テキストマイニングステップで使用される同義語、類義語または反意語を格納する、請求項6または7に記載の発想支援方法。   The idea support method according to claim 6 or 7, wherein the keyword set database stores synonyms, synonyms or antonyms used in the text mining step as the conversion keywords. 前記キーワード集合データベースは、複数の変換用キーワード候補を格納し、
前記キーワード変換ステップでは、前記テキストデータベースに格納されたテキストに予め対応づけられた前記変換用キーワード候補を、前記変換用キーワードとして用いる、請求項6ないし8のいずれか1項に記載の発想支援方法。
The keyword set database stores a plurality of conversion keyword candidates,
The idea support method according to any one of claims 6 to 8, wherein, in the keyword conversion step, the conversion keyword candidates associated in advance with the text stored in the text database are used as the conversion keywords. .
前記照合ステップでは、前記変換されたテキストに対して、前記テキストデータベースに出現した頻度が小さいほど高くなる順位を付与する、請求項7ないし9のいずれか1項に記載の発想支援方法。   The idea support method according to any one of claims 7 to 9, wherein, in the collation step, the converted text is given a higher rank as the frequency of appearance in the text database is lower. 複数のテキストを格納するテキストデータベースと、変換用キーワードを格納するキーワード集合データベースと、に接続されたコンピュータに、発想支援処理を実行させる発想支援用プログラムであって、
前記テキストデータベースに格納された複数のテキストをテキストマイニングで分析し、その結果のテキストを出力するテキストマイニング処理と、
前記キーワード集合データベースに格納されている変換用キーワードを用いて前記マイニング結果のテキストからキーワードを抽出するキーワード抽出処理と、
前記マイニング結果のテキストについて、文中の、前記抽出されたキーワードを、前記キーワード集合データベースに格納された変換用キーワードに変換するキーワード変換処理と、
前記変換されたテキストを出力する結果出力処理と、を備える発想支援処理を、前記コンピュータに実行させる発想支援用プログラム。
An idea support program for causing a computer connected to a text database storing a plurality of texts and a keyword set database storing conversion keywords to execute an idea support process,
A text mining process for analyzing a plurality of text stored in the text database by text mining and outputting the resulting text;
A keyword extraction process for extracting a keyword from the text of the mining result using a conversion keyword stored in the keyword set database;
For the mining result text, a keyword conversion process for converting the extracted keyword in a sentence into a conversion keyword stored in the keyword set database;
An idea support program for causing the computer to execute an idea support process including a result output process for outputting the converted text.
前記発想支援処理は、前記変換されたテキストと、前記テキストデータベース中のテキストとを照合し、その照合結果に基づいて、前記変換されたテキストに順位を付ける照合処理をさらに含み、
前記結果出力処理では、前記順位を付けられた前記変換されたテキストを出力する、請求項11に記載の発想支援用プログラム。
The idea support process further includes a collation process that collates the converted text with the text in the text database, and ranks the converted text based on the collation result,
12. The idea support program according to claim 11, wherein in the result output process, the converted text with the ranking is output.
前記キーワード集合データベースは、前記変換用キーワードとして、前記テキストマイニング処理で使用される同義語、類義語または反意語を格納する、請求項11または12に記載の発想支援用プログラム。   The idea support program according to claim 11 or 12, wherein the keyword set database stores synonyms, synonyms or antonyms used in the text mining process as the conversion keywords. 前記キーワード集合データベースは、複数の変換用キーワード候補を格納し、
前記キーワード変換処理では、前記テキストデータベースに格納されたテキストに予め対応づけられた前記変換用キーワード候補を、前記変換用キーワードとして用いる、請求項11ないし13のいずれか1項に記載の発想支援用プログラム。
The keyword set database stores a plurality of conversion keyword candidates,
14. The idea support device according to claim 11, wherein, in the keyword conversion process, the conversion keyword candidates associated in advance with the text stored in the text database are used as the conversion keywords. program.
前記照合処理では、前記変換されたテキストに対して、前記テキストデータベースに出現した頻度が小さいほど高くなる順位を付与する、請求項12ないし14のいずれか1項に記載の発想支援用プログラム。   The idea support program according to any one of claims 12 to 14, wherein, in the collation process, the converted text is given a higher rank as the frequency of appearance in the text database decreases.
JP2007546369A 2005-11-22 2006-09-01 Idea support device, idea support method, and idea support program Withdrawn JPWO2007060780A1 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2005337050 2005-11-22
JP2005337050 2005-11-22
PCT/JP2006/317326 WO2007060780A1 (en) 2005-11-22 2006-09-01 Inspiration support device, inspiration support method, and inspiration support program

Publications (1)

Publication Number Publication Date
JPWO2007060780A1 true JPWO2007060780A1 (en) 2009-05-07

Family

ID=38067017

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007546369A Withdrawn JPWO2007060780A1 (en) 2005-11-22 2006-09-01 Idea support device, idea support method, and idea support program

Country Status (3)

Country Link
US (1) US20090313233A1 (en)
JP (1) JPWO2007060780A1 (en)
WO (1) WO2007060780A1 (en)

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8428934B2 (en) * 2010-01-25 2013-04-23 Holovisions LLC Prose style morphing
US8543381B2 (en) * 2010-01-25 2013-09-24 Holovisions LLC Morphing text by splicing end-compatible segments
US8161073B2 (en) 2010-05-05 2012-04-17 Holovisions, LLC Context-driven search
US20110313756A1 (en) * 2010-06-21 2011-12-22 Connor Robert A Text sizer (TM)
JP5867410B2 (en) * 2010-11-22 2016-02-24 日本電気株式会社 Dialog text analysis apparatus, method and program
US20120278159A1 (en) * 2011-04-27 2012-11-01 Kumar Gangadharan Method and apparatus for enhancing customer service experience
JP6367777B2 (en) * 2015-09-18 2018-08-01 ヤフー株式会社 Information providing apparatus, information providing method, and information providing program
JP6019303B1 (en) * 2015-12-21 2016-11-02 ジャパンモード株式会社 Problem solving support system
JP6019304B1 (en) * 2016-01-22 2016-11-02 ジャパンモード株式会社 Problem solving support system
JP6873420B2 (en) * 2016-10-03 2021-05-19 ジャパンモード株式会社 Problem-solving support system, problem-solving support method, and problem-solving support program
JP6622236B2 (en) * 2017-03-06 2019-12-18 株式会社日立製作所 Idea support device and idea support method
US20230401245A1 (en) * 2020-10-30 2023-12-14 Ryo IMAIZUMI Information processing apparatus
JP7117044B1 (en) 2021-01-31 2022-08-12 成年 川上 Idea support program and method

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001216326A (en) * 2000-01-31 2001-08-10 Sony Corp Information processor, information processing method and recording medium
EP1481346B1 (en) * 2002-02-04 2012-10-10 Cataphora, Inc. A method and apparatus to visually present discussions for data mining purposes
JP2004240605A (en) * 2003-02-05 2004-08-26 Fuji Xerox Co Ltd Magnification expression method of sentence, and method and device for creating magnification expression of sentence
JP2005044087A (en) * 2003-07-28 2005-02-17 Hitachi Ltd Text mining system and program

Also Published As

Publication number Publication date
US20090313233A1 (en) 2009-12-17
WO2007060780A1 (en) 2007-05-31

Similar Documents

Publication Publication Date Title
JPWO2007060780A1 (en) Idea support device, idea support method, and idea support program
US10839155B2 (en) Text analysis of morphemes by syntax dependency relationship with determination rules
Fernandes et al. Latent trees for coreference resolution
Kieu et al. Sentiment analysis for Vietnamese
US20210406473A1 (en) System and method for building chatbot providing intelligent conversational service
CN109657054A (en) Abstraction generating method, device, server and storage medium
JP5639546B2 (en) Information processing apparatus and information processing method
KR102041621B1 (en) System for providing artificial intelligence based dialogue type corpus analyze service, and building method therefor
CN1313972A (en) Adaptive natural language interface
CN107301170A (en) The method and apparatus of cutting sentence based on artificial intelligence
Kim et al. Integrated neural network model for identifying speech acts, predicators, and sentiments of dialogue utterances
Jianqiang Combing semantic and prior polarity features for boosting twitter sentiment analysis using ensemble learning
CN104298683A (en) Theme digging method and equipment and query expansion method and equipment
CN104573030A (en) Textual emotion prediction method and device
JP2021022211A (en) Inquiry response support device, inquiry response support method, program and recording medium
TW200519645A (en) Creating taxonomies and training data in multiple languages
AU2021105938A4 (en) Automatic and dynamic contextual analysis of sentiment of social content and feedback reviews based on machine learning model
CN114020886A (en) Speech intention recognition method, device, equipment and storage medium
KR20160059640A (en) Method for recognition voice apply to multi voice recognition module and voice recognition apparatus thereof
CN114611529B (en) Intention recognition method and device, electronic equipment and storage medium
JP5722375B2 (en) End-of-sentence expression conversion apparatus, method, and program
KR20200086586A (en) Knowledge extraction system using frame based on ontology
JP7351502B2 (en) Variable data generation device, predictive model generation device, variable data production method, predictive model production method, program and recording medium
KR20020076044A (en) Automatic interpretation apparatus and method using dialogue model
CN113901793A (en) Event extraction method and device combining RPA and AI

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090812

A761 Written withdrawal of application

Free format text: JAPANESE INTERMEDIATE CODE: A761

Effective date: 20100419