JP6974751B2 - Visualizers, visualization methods, and programs - Google Patents
Visualizers, visualization methods, and programs Download PDFInfo
- Publication number
- JP6974751B2 JP6974751B2 JP2019135628A JP2019135628A JP6974751B2 JP 6974751 B2 JP6974751 B2 JP 6974751B2 JP 2019135628 A JP2019135628 A JP 2019135628A JP 2019135628 A JP2019135628 A JP 2019135628A JP 6974751 B2 JP6974751 B2 JP 6974751B2
- Authority
- JP
- Japan
- Prior art keywords
- document
- classification
- sentences
- unit
- display
- 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
Links
Images
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
本発明は、可視化装置、可視化方法、及びプログラムに関する。 The present invention relates to a visualization device, a visualization method, and a program.
従来、文書(テキスト)が属する分類が多値(3種類以上)の場合に、文書がどの分類に属するかを推定(N値分類の推定)し、最も可能性が高い分類結果を1つ表示する分類判定方法が知られている。例えば、パソコンの故障状況を記述した文書を故障の種類に分類する場合に、分類が「電源」、「HDD(Hard Disc Drive)」、「ディスプレイ」、及び「ファン」であるとき、例えば、「電源を入れても画面に何も表示されない」という文書が入力されると、図17に示すように入力された文書を取得する(ステップS51)。ステップS51で文書が取得されると、N値分類の推定により文書が上記複数の分類の中から「ディスプレイ」という分類に属すると推定する(ステップS52)。ステップS52でN値分類が推定されると、「ディスプレイ」という分類結果を含む結果情報を格納し(ステップS53)、ディスプレイ等に表示する(ステップS54)。N値分類の推定に用いられる分類器としては、SVM(Support Vector Machine)が非常に高い分類性能を持つことが知られている(例えば、非特許文献1参照)。また、分類結果の信頼度を付与し、信頼度とともに1つまたは複数の分類結果を表示する方法もある。 Conventionally, when the classification to which a document (text) belongs is multi-valued (three or more types), it is estimated which classification the document belongs to (estimation of N-value classification), and one of the most probable classification results is displayed. The classification determination method is known. For example, when a document describing a failure status of a personal computer is classified into a failure type, when the classification is "power supply", "HDD (Hard Disc Drive)", "display", and "fan", for example, " When the document "Nothing is displayed on the screen even when the power is turned on" is input, the input document is acquired as shown in FIG. 17 (step S51). When the document is acquired in step S51, it is estimated that the document belongs to the classification "display" from the above-mentioned plurality of classifications by the estimation of the N value classification (step S52). When the N value classification is estimated in step S52, the result information including the classification result "display" is stored (step S53) and displayed on a display or the like (step S54). As a classifier used for estimating N-value classification, it is known that SVM (Support Vector Machine) has extremely high classification performance (see, for example, Non-Patent Document 1). There is also a method of assigning a reliability of the classification result and displaying one or a plurality of classification results together with the reliability.
しかしながら、上述のような従来技術によって表示された分類結果を参考にして利用者が分類を確定しようとする際、1つの分類結果のみが表示される場合、分類結果の信頼度が分からないため、利用者が分類結果を採用してよいか判断することが困難な場合がある。また、分類結果が信頼度とともに表示される場合であっても、表示された分類結果の信頼度は分かるが、その分類結果を採用する判断基準(例えば、何パーセントの信頼度なら採用できるのか)を決めることが困難な場合がある。さらに、文書に複数の文が含まれる場合、いずれの文が分類の判定に寄与しているのか判断しかねる場合がある。 However, when the user tries to determine the classification with reference to the classification result displayed by the conventional technique as described above, if only one classification result is displayed, the reliability of the classification result is unknown. It may be difficult for the user to decide whether to adopt the classification result. Also, even if the classification result is displayed together with the reliability, the reliability of the displayed classification result can be known, but the judgment criteria for adopting the classification result (for example, what percentage of reliability can be adopted). It can be difficult to decide. Furthermore, when a document contains a plurality of sentences, it may not be possible to determine which sentence contributes to the determination of classification.
したがって、かかる点に鑑みてなされた本発明の目的は、入力された文書の分類結果に対するユーザの判断基準を可視化することである。 Therefore, an object of the present invention made in view of such a point is to visualize the user's judgment criteria for the classification result of the input document.
上記の課題を解決するため、本発明に係る可視化装置は、文書を取得する文書取得部と、前記文書を複数の文に分割する分割部と、前記文書及び前記複数の文それぞれについて、予め定められた複数の分類全てに対する分類結果を推定する分類推定部と、前記文書と、前記複数の文と、該文書及び該複数の文それぞれに対する前記分類結果と、を同時に表示する表示部と、を備えることを特徴とする。
また、本発明に係る可視化装置は、文書を取得する文書取得部と、前記文書を複数の文に分割する分割部と、前記文書及び前記複数の文それぞれについて、予め定められた複数の分類全てに対する分類結果を推定する分類推定部と、前記文書と、該文書に含まれる前記複数の文と、該文書及び該複数の文それぞれに対する前記分類結果と、を対応付けて同時に表示する表示部と、を備えることを特徴とする。
前記予め定められた複数の分類は、前記文書と前記複数の文とで共通であってもよい。
前記文書取得部は、前記文書に対する人手付与分類をさらに取得し、前記表示部は、前記文書と、前記分類結果と、前記人手付与分類による分類結果とを対応付けてさらに表示してもよい。
In order to solve the above problems, the visualization device according to the present invention defines in advance a document acquisition unit for acquiring a document, a division unit for dividing the document into a plurality of sentences, and each of the document and the plurality of sentences. A classification estimation unit that estimates the classification results for all of the plurality of classifications, and a display unit that simultaneously displays the document, the plurality of sentences, and the classification results for the document and each of the plurality of sentences. It is characterized by being prepared.
The visualization apparatus according to the present invention includes: a document acquisition unit that acquires a document, a dividing unit for dividing the document into a plurality of sentences, the document and for each of the plurality of statements, multiple classification all predetermined A classification estimation unit that estimates the classification result for the document, a display unit that simultaneously displays the document, the plurality of sentences included in the document, and the classification result for each of the document and the plurality of sentences in association with each other. , It is characterized by having.
The plurality of predetermined classifications may be common to the document and the plurality of sentences.
The document acquisition unit may further acquire the manual assignment classification for the document, and the display unit may further display the document, the classification result, and the classification result by the manual assignment classification in association with each other.
また、本発明に係る可視化方法は、文書を取得するステップと、前記文書を複数の文に分割するステップと、前記文書及び前記複数の文それぞれについて、予め定められた複数の分類全てに対する分類結果を推定するステップと、前記文書と、前記複数の文と、該文書及び該複数の文それぞれに対する前記分類結果と、を同時に表示するステップと、を含むことを特徴とする。 Further, the visualization method according to the present invention includes a step of acquiring a document, a step of dividing the document into a plurality of sentences, and a classification result for all of a plurality of predetermined classifications of the document and the plurality of sentences. It is characterized by including a step of estimating the document, a plurality of sentences, and a step of simultaneously displaying the classification result for each of the document and the plurality of sentences.
また、本発明に係るプログラムは、コンピュータを、上記可視化装置として機能させるためのプログラム。 Further, the program according to the present invention is a program for making a computer function as the above-mentioned visualization device.
本発明によれば、入力された文書の分類結果に対するユーザの判断基準を可視化することができる。 According to the present invention, it is possible to visualize the user's judgment criteria for the classification result of the input document.
[第1の実施形態]
まず、図1を参照して、本発明の第1の実施形態の機能構成について説明する。図1は、第1の実施形態に係る可視化装置1の機能構成図である。
[First Embodiment]
First, the functional configuration of the first embodiment of the present invention will be described with reference to FIG. FIG. 1 is a functional configuration diagram of the visualization device 1 according to the first embodiment.
図1に示すように、可視化装置1は、文書取得部11、2値分類推定部12、格納部13、及び表示部14を備える。
As shown in FIG. 1, the visualization device 1 includes a
文書取得部11は、利用者の操作に基づいて文書を取得する。文書取得部11によって取得される文書は任意であるが、本実施形態では、一例として、利用者は、Webアプリケーションを用いて、図2(a)に示すような画面に「電源を入れても画面に何も表示されない。」という文書を入力し、送信ボタンを押下する。この場合、文書取得部11は入力された文書を取得する。
The
2値分類推定部12は、文書取得部11によって取得された文書が複数の分類それぞれに属するか否かを、学習データに基づいて公知の機械推定の手法により推定する。分類は任意のものであってよいが、本実施形態では、分類の例を「電源」、「HDD」、「ディスプレイ」、及び「ファン」として説明する。
The binary
この場合、2値分類推定部12は、文書取得部11によって取得された文書が「電源」、「HDD」、「ディスプレイ」、及び「ファン」にそれぞれ属するか否かを学習データに基づき推定する。文書が「電源を入れても画面に何も表示されない。」である場合、2値分類推定部12は、学習データに基づいて、文書が「電源」という分類に属する(○)と推定し、「HDD」という分類に属さない(×)と推定し、「ディスプレイ」という分類に属する(○)と推定し、「ファン」という分類に属さない(×)と推定したとする。
In this case, the binary
格納部13は結果情報を格納する。図3に示すように、結果情報には、文書を一意に識別するためのID(Identification)と、文書と、分類結果とが含まれる。分類結果は、上述のように2値分類推定部12によって推定された、該文書が各分類に属する(○)か否か(×)を示す情報である。例えば、格納部13は、ID「A」の「電源を入れても画面に何も表示されない。」という文書に対応して、電源「○」、HDD「×」、ディスプレイ「○」、ファン「×」を分類結果として格納する。
The
表示部14は、格納部13に記憶されている結果情報を表示する。具体的には、表示部14は、文書、及び分類結果をディスプレイ等に表示する。例えば、表示部14は、2値分類推定部12によって推定された分類結果を、図2(b)に示すように、文書は「電源」、「ディスプレイ」という分類に属することを表示する。なお、表示部14は、通信ネットワークを介して結果情報を他の情報処理装置に送信してもよい。
The
続いて、第1の実施形態における可視化装置1の可視化方法について図4に示すシーケンス図を参照して説明する。 Subsequently, the visualization method of the visualization device 1 in the first embodiment will be described with reference to the sequence diagram shown in FIG.
まず、文書取得部11は、利用者の操作に基づいて文書を取得する(ステップS11)。本実施形態では、文書取得部11は、例えば、「電源を入れても画面に何も表示されない。」という文書を取得する。
First, the
ステップS11で文書が取得されると、2値分類推定部12が文書の2値分類を推定する(ステップS12)。具体的には、2値分類推定部12は、文書が予め定められた分類それぞれに属するか否かを推定する。本実施形態では、例えば、2値分類推定部12は、文書が「電源」という分類に属するか否かを推定する。
When the document is acquired in step S11, the binary
ステップS12で2値分類が推定されると、2値分類推定部12は、全ての分類について推定されたか否かを判定する(ステップS13)。本実施形態の例では、2値分類推定部12は、「電源」、「HDD」、「ディスプレイ」、及び「ファン」の全ての分類について2値分類が推定されたか否かを判定する。
When the binary classification is estimated in step S12, the binary
ステップS13で全ての分類について推定されていない場合には、ステップS12に戻って、2値分類推定部12は、まだ推定されていない分類に文書が属するか推定する。ステップS13で全ての分類について推定されていた場合には、格納部13が分類結果を含む結果情報を格納する(ステップS14)。
If not all classifications have been estimated in step S13, returning to step S12, the binary
ステップS14で結果情報が格納されると、表示部14が結果情報をディスプレイ等に表示する(ステップS15)。
When the result information is stored in step S14, the
以上のように、第1の実施形態によれば、入力された文書に対して、全ての分類についての分類結果が格納され、表示される。文書が、複数の分類に属する場合は、どちらの分類もありえることを意味し、逆にどの分類にも属さない場合は、決め手に欠けることを意味する。例えば、図3に示す分類結果の場合、「電源を入れても画面に何も表示されない」という文書は、「電源」「ディスプレイ」という分類の両方に属する可能性があることを示している。これにより、入力された文書において過不足の情報を考え、不要な情報は削除し、足りない情報は補うなどして、分類を確定することが可能となる。例えば、図3に示す分類結果の場合、足りない情報として「パソコン本体の電源ランプが点灯しない」を補えば、分類を「電源」に確定することができる。 As described above, according to the first embodiment, the classification results for all the classifications are stored and displayed for the input document. If a document belongs to more than one classification, it means that either classification is possible, and conversely, if it does not belong to any classification, it means that it lacks a decisive factor. For example, in the case of the classification result shown in FIG. 3, the document "Nothing is displayed on the screen even when the power is turned on" indicates that it may belong to both the classifications of "power" and "display". As a result, it is possible to determine the classification by considering the excess or deficiency information in the input document, deleting unnecessary information, and supplementing the insufficient information. For example, in the case of the classification result shown in FIG. 3, the classification can be determined as "power supply" by supplementing "the power lamp of the personal computer body does not light" as insufficient information.
[第2の実施形態]
続いて、本発明の第2の実施形態について図面を参照して説明する。
[Second Embodiment]
Subsequently, the second embodiment of the present invention will be described with reference to the drawings.
図5に示すように、第2の実施形態に係る可視化装置2は、第1の実施形態に係る可視化装置1と同様に、文書取得部11、2値分類推定部12、格納部13、及び表示部14を備え、さらに分割部15を備える。なお、第1の実施形態における可視化装置1と同様の構成ブロックについては同一の参照符号を付して、適宜、説明を省略する。
As shown in FIG. 5, the
分割部15は、文書取得部11によって取得された文書を分割する。分割部15は、例えば、文書に含まれる文を1文ずつ抽出する。分割部15は、例えば、句点「。」を検索し、文書の最初の文字から、最初の句点以前の文字列を1文として抽出することができる。また、分割部15は、句点より後の文字から次の句点以前の文字列を1文として抽出することができる。また、分割部15は、文書が改行されている場合、改行の前後で文書を分割してもよい。
The
一例として、利用者は、Webアプリケーションを用いて、図6(a)に示すような画面に「動作が非常に遅く、ファンの音がしない。立ち上がらないこともある。」という文書を入力し、送信ボタンを押下する。この場合、文書取得部11は入力された文書を取得する。そして、分割部15は、文書取得部11が取得した文書を、「動作が非常に遅く、ファンの音がしない。」という文と「立ち上がらないこともある。」という文とに分割する。
As an example, the user inputs a document "The operation is very slow and there is no fan noise. It may not start up" on the screen as shown in FIG. 6A by using the Web application. Press the submit button. In this case, the
2値分類推定部12は、分割部15によって分割された各文について、学習データに基づいて、公知の機械推定の手法により2値分類を推定する。上述のように、分割部15によって、「動作が非常に遅く、ファンの音がしない。」という文と「立ち上がらないこともある。」という文に分割された場合、2値分類推定部12は、分割部15によって分割された文がそれぞれ「電源」、「HDD」、「ディスプレイ」、及び「ファン」にそれぞれ属するか否かを推定する。
The binary
具体的には、2値分類推定部12は、「動作が非常に遅く、ファンの音がしない。」という文について、学習データに基づいて、図7に示すように、文が「電源」という分類に属さない(×)と推定し、「HDD」という分類に属さない(×)と推定し、「ディスプレイ」という分類に属さない(×)と推定し、「ファン」という分類に属する(○)と推定したとする。
Specifically, the binary
また、2値分類推定部12は、「立ち上がらないこともある。」という文について、学習データに基づいて、文が「電源」という分類に属する(○)と推定し、「HDD」という分類に属さない(×)と推定し、「ディスプレイ」という分類に属さない(×)と推定し、「ファン」という分類に属さない(×)と推定したとする。
In addition, the binary
さらに、2値分類推定部12は、「動作が非常に遅く、ファンの音がしない。立ち上がらないこともある。」という文書全体について、学習データに基づいて、文書が「電源」という分類に属する(○)と推定し、「HDD」という分類に属さない(×)と推定し、「ディスプレイ」という分類に属さない(×)と推定し、「ファン」という分類に属する(○)と推定したとする。
Further, the binary
格納部13は、結果情報を格納する。図7に示すように、結果情報には、IDと、文書と、分割された各文と、2値分類推定部12によって推定された、各文が各分類に属するか否かを示す分類結果、及び文書全体が各分類に属するか否かを示す分類結果とが含まれる。
The
表示部14は、格納部13に記憶されている結果情報を表示する。具体的には、表示部14は、文書、各文、及び分類結果をディスプレイ等に表示する。例えば、表示部14は、2値分類推定部12によって推定された分類結果を、図6(b)に示すように、文書の全体では「ファン」、「電源」という分類に属し、「動作が非常に遅く、ファンの音がしない。」という文は「ファン」という分類に属し、「立ち上がらないこともある。」という文は「電源」という分類に属することを表示する。なお、表示部14は、通信ネットワークを介して結果情報を他の情報処理装置に送信してもよい。
The
続いて、第2の実施形態における可視化装置2の可視化方法について図8に示すシーケンス図を参照して説明する。
Subsequently, the visualization method of the
まず、文書取得部11は、利用者の操作に基づいて文書を取得する(ステップS21)。例えば、文書取得部11は、利用者が、Webアプリケーションを用いて、図6(a)に示したような画面に「動作が非常に遅く、ファンの音がしない。立ち上がらないこともある。」という文書を入力し、送信ボタンを押下すると、入力された文書を取得する。
First, the
ステップS21で文書が取得されると、分割部15が文書を分割する(ステップS22)。例えば、分割部15は、「動作が非常に遅く、ファンの音がしない。立ち上がらないこともある。」という文書を「動作が非常に遅く、ファンの音がしない。」という文と「立ち上がらないこともある。」という文に分割する。
When the document is acquired in step S21, the dividing
ステップS22で文書が分割されると、2値分類推定部12は分割された文の2値分類を推定する(ステップS23)。具体的には、2値分類推定部12は、分割された文が予め定められた分類に属するか否かを推定する。本実施形態では、例えば、2値分類推定部12は、文書に含まれる「動作が非常に遅く、ファンの音がしない。」という文が「電源」という分類に属するか否かを推定する。
When the document is divided in step S22, the binary
ステップS23で2値分類が推定されると、2値分類推定部12は、全ての分類について推定されたか否かを判定する(ステップS24)。本実施形態の例では、2値分類推定部12は、「電源」、「HDD」、「ディスプレイ」、及び「ファン」の全ての分類についてそれぞれ文書が属するか推定したか否かを判定する。
When the binary classification is estimated in step S23, the binary
ステップS24で全ての分類について文が推定されていない場合には、ステップS23に戻って、2値分類推定部12が、まだ推定されていない分類に文が属するか推定する。ステップS24で全ての分類について文が推定された場合、2値分類推定部12は、分割された全ての文について推定されたか否かを判定する(ステップS25)。本実施形態では、分割された「動作が非常に遅く、ファンの音がしない。」という文と、「立ち上がらないこともある。」という文のいずれについても推定されたか否かを判定する。
If the sentence is not estimated for all the classifications in step S24, returning to step S23, the binary
ステップS25で全ての文について判定がされていた場合、格納部13が分類結果を含む結果情報を格納する(ステップS26)。ステップS25で全ての文について判定がされていなかった場合、ステップS23に戻って、まだ推定されていない文が各分類に属するか否かを判定する。
When the determination is made for all the sentences in step S25, the
ステップS26で結果情報が格納されると、表示部14が結果情報をディスプレイ等に表示する(ステップS27)。例えば、表示部14は、2値分類推定部12によって推定された分類結果を、図6(b)に示したように、文書の全体では「ファン」、「電源」という分類に属し、「動作が非常に遅く、ファンの音がしない。」という文は「ファン」という分類に属し、「立ち上がらないこともある。」という文は「電源」という分類に属することを表示する。
When the result information is stored in step S26, the
以上のように、第2の実施形態によれば、分割部15が、文書を複数の文に分割する。そして、2値分類推定部12は、複数の文それぞれが、分類それぞれに該当するか否かを推定する。そのため、入力された文書に、複数の文が含まれている場合、文ごとに分類結果が格納され、表示される。これにより、文書全体では分類の判断がつかない場合であっても、文ごとに推定された分類結果を参考に、分類を再考することが可能となる。
As described above, according to the second embodiment, the
[第3の実施形態]
続いて、本発明の第3の実施形態について図面を参照して説明する。
[Third Embodiment]
Subsequently, a third embodiment of the present invention will be described with reference to the drawings.
図1に示すように、第3の実施形態に係る可視化装置1は、第1の実施形態と同様に、文書取得部11、2値分類推定部12、格納部13、及び表示部14を備える。なお、構成ブロックは、第1の実施形態と同じであるので、構成ブロックの説明を省略する
As shown in FIG. 1, the visualization device 1 according to the third embodiment includes a
第3の実施形態において、文書取得部11は、文書を取得するとともに、利用者の操作に基づいて該文書に対応する分類(人手付与分類)を取得する。一例として、利用者は、Webアプリケーションを用いて、図9(a)に示すような画面に「立ち上がりが悪い。」という文書を入力し、人手付与分類としての故障分類に「HDD」を入力する。そして、利用者は、送信ボタンを押下する。この場合、文書取得部11は、「立ち上がりが悪い。」という文書を取得し、「HDD」という故障分類を人手付与分類として取得する。
In the third embodiment, the
2値分類推定部12は、取得された文書が各分類に属するか否かを、学習データに基づいて、公知の機械推定の手法により推定する。例えば、2値分類推定部12は、「立ち上がりが悪い。」という文書について、学習データに基づいて、図10に示すように、文書が「電源」という分類に属さない(×)と推定し、「HDD」という分類に属する(○)と推定し、「ディスプレイ」という分類に属さない(×)と推定し、「ファン」という分類に属さない(×)と推定したとする。
The binary
格納部13は結果情報を格納する。図10示すように、結果情報には、IDと、文書と、2値分類推定部12によって推定された機械推定の分類結果と、人手付与分類とが含まれる。例えば、格納部13は、図10示すように、ID「C」の「立ち上がりが悪い」という文書に対応して、「HDD」という人手付与分類を格納する。さらに格納部13は、電源「×」、HDD「○」、ディスプレイ「×」、ファン「×」を機械推定の分類結果と
して格納する。
The
表示部14は、格納部13に記憶されている結果情報を表示する。具体的には、表示部14は、ディスプレイ等に文書、2値分類推定部12によって推定された機械推定の分類結果、及び人手付与分類を表示する。例えば、表示部14は、2値分類推定部12によって推定された分類結果を、図9(b)に示すように、文書が「HDD」という分類に属すること、及び入力された故障分類(人手付与分類)が「HDD」であることを表示する。なお、表示部14は、通信ネットワークを介して結果情報を他の情報処理装置に送信してもよい。
The
続いて、第3の実施形態における可視化装置3の可視化方法について図11に示すシーケンス図を参照して説明する。 Subsequently, the visualization method of the visualization device 3 in the third embodiment will be described with reference to the sequence diagram shown in FIG.
まず、文書取得部11は、利用者の操作に基づいて文書及び人手付与分類を取得する(ステップS31)。例えば、利用者の操作により、図9(a)に示すように、「立ち上がりが悪い。」という文書と、「HDD」という人手付与分類とが入力された場合、入力された文書及び人手付与分類を取得する。
First, the
本実施形態で可視化装置3が行う可視化方法のステップS32及びS33の処理は、第1の実施形態のステップS12及びS13の処理と同様である。 The processing of steps S32 and S33 of the visualization method performed by the visualization device 3 in the present embodiment is the same as the processing of steps S12 and S13 of the first embodiment.
ステップS33で全ての分類について文書が推定された場合には、格納部13が結果情報を格納する(ステップS34)。第3の実施形態における結果情報には、第1の実施形態における分類結果に加えて、人手付与分類が含まれる。例えば、格納部13は、図10に示したように、電源「×」、HDD「○」、ディスプレイ「×」、ファン「×」という
分類結果と、「HDD」という人手分類とを含む結果情報を格納する。
When documents are estimated for all classifications in step S33, the
ステップS34で結果情報が格納されると、表示部14が、結果情報をディスプレイ等に表示する(ステップS35)。例えば、表示部14は、図9(b)に示すように、機械学習による判定で「HDD」という分類に属する可能性が高いと判定されたこと、及び入力された故障分類(人手付与分類)が「HDD」であることを表示する。
When the result information is stored in step S34, the
以上のように、第3の実施形態によれば、文書取得部11は、利用者の操作に基づいて文書の人手付与分類をさらに取得する。そして、表示部14は、2値分類推定部12によって推定された分類結果と、人手付与分類とを結果情報として表示する。そのため、利用者は、学習データに基づいて推定された分類結果を認識するとともに、文書を取得した利用者の判断を示す人手付与分類を考慮して、文書の分類を最終的に決定することができる。
As described above, according to the third embodiment, the
[第4の実施形態]
続いて、本発明の第4の実施形態について図面を参照して説明する。
[Fourth Embodiment]
Subsequently, a fourth embodiment of the present invention will be described with reference to the drawings.
図5に示すように、第4の実施形態に係る可視化装置2は、第2の実施形態と同様に、文書取得部11、2値分類推定部12、格納部13、表示部14、及び分割部15を備える。なお、構成ブロックは、第2の実施形態と同じであるので、構成ブロックの説明を省略する。
As shown in FIG. 5, the
第4の実施形態において、文書取得部11は、利用者の操作に基づいて文書を取得するとともに、該文書に対応する人手付与分類を取得する。一例として、利用者は、Webアプリケーションを用いて、図12(a)に示すような画面に「立ち上がりが悪い。電源を切って立ち上げても同じ。」という文書を入力し、人手付与分類としての故障分類に「HDD」を入力する。そして、利用者は、送信ボタンを押下する。この場合、文書取得部11は、「立ち上がりが悪い。電源を切って再度立ち上げても同じ。」という文書を取得する。さらに、「HDD」を人手付与分類として取得する。
In the fourth embodiment, the
そして、分割部15は、文書取得部11が取得した文書を「立ち上がりが悪い。」という文と「電源を切って再度立ち上げても同じ。」という文に分割する。
Then, the
また、2値分類推定部12は、分割部15によって分割された各文が各分類に属するか否かを、学習データに基づいて、公知の機械推定の手法により推定する。例えば、2値分類推定部12は、図13に示すように、学習データに基づいて、「立ち上がりが悪い。」という文について、文が「電源」という分類に属さない(×)と推定し、「HDD」という分類に属する(○)と推定し、「ディスプレイ」という分類に属さない(×)と推定し、「ファン」という分類に属さない(×)と推定したとする。
Further, the binary
また、2値分類推定部12は、「電源を切って再度立ち上げても同じ。」という文について、学習データに基づいて文が「電源」という分類に属さない(×)と推定し、「HDD」に属さない(×)と推定し、「ディスプレイ」に属さない(×)と推定し、「ファン」に属さない(×)と推定したとする。また、2値分類推定部12は、「立ち上がりが悪い。電源を切って再度立ち上げても同じ。」という文書全体について、学習データに基づいて文書全体が「電源」という分類に属さない(×)と推定し、「HDD」に属する(○)と推定し、「ディスプレイ」に属さない(×)と推定し、「ファン」に属さない(×)と推定したとする。
Further, the binary
格納部13は、結果情報を格納する。図13に示すように、結果情報にはIDと、文書と、分割された各文と、2値分類推定部12によって推定された、各文が各分類に属するか否かを示す分類結果、及び文書全体が各分類に属するか否かを示す分類結果と、人手付与分類とが含まれる。
The
上述のように、文書取得部11によって「立ち上がりが悪い。電源を切って再度立ち上げても同じ。」という文書と、「HDD」という人手付与分類とが取得され、2値分類推定部12によって推定された場合に格納部13が格納する結果情報について説明する。格納部13は、図13に示すように、ID「D」の「立ち上がりが悪い。電源を切って再度立ち上げても同じ。」という文書に対応して、人手付与分類である「HDD」、機械推定による分類結果である電源「×」、HDD「○」、ディスプレイ「×」、及びファン「×
」を格納する。また、格納部13は、分割された「立ち上がりが悪い。」という文に対応して、電源「×」、HDD「○」、ディスプレイ「×」、ファン「×」を格納する。さら
に、格納部13は、分割された「電源を切って再度立ち上げても同じ。」という文に対応して、電源「×」、HDD「×」、ディスプレイ「×」、ファン「×」を格納する。
As described above, the
To store. Further, the
表示部14は、格納部13に記憶されている結果情報を表示する。具体的には、表示部14は、文書、各文、各文が各分類に属するか否かを示す分類結果、各文を含む文書が各分類に属するか否かを示す分類結果、及び人手付与分類をディスプレイ等に表示する。
The
例えば、表示部14は、図12(b)に示すように、文書全体が機械学習による判定で「HDD」という分類に属する可能性が高いと判定されたこと、及び入力された故障分類(人手付与分類)が「HDD」であることを表示する。さらに表示部14は、分割された「立ち上がりが悪い」という文が「HDD」という分類に属する可能性が高いと判定されたこと、「電源を切って立ち上げても同じ」という文がいずれの分類にも属さない可能性が高いと判定されたことを表示する。なお、表示部14は、通信ネットワークを介して結果情報を他の情報処理装置に送信してもよい。
For example, as shown in FIG. 12B, the
続いて、第4の実施形態における可視化装置4の可視化方法について図14に示すシーケンス図を参照して説明する。 Subsequently, the visualization method of the visualization device 4 in the fourth embodiment will be described with reference to the sequence diagram shown in FIG.
まず、文書取得部11は、利用者の操作に基づいて文書及び人手付与分類を取得する(ステップS41)。例えば、利用者の操作により、図12(a)に示したように、「立ち上がりが悪い。電源を切って立ち上げても同じ。」という文書と、「HDD」という人手付与分類とが入力された場合、入力された文書及び人手付与分類を取得する。
First, the
本実施形態で可視化装置3が行う可視化方法のステップS42からS45の処理は、第2の実施形態のステップS22からS25の処理と同様である。 The processing of steps S42 to S45 of the visualization method performed by the visualization device 3 in the present embodiment is the same as the processing of steps S22 to S25 of the second embodiment.
ステップS45で全ての文について推定された場合には、格納部13が結果情報を格納する(ステップS46)。第4の実施形態における結果情報は、第2の実施形態における分類結果に加えて、人手付与分類が含まれる。例えば、格納部13は、図13に示したような、ID「D」の「立ち上がりが悪い。電源を切って再度立ち上げても同じ。」という文書に対応して、人手付与分類である「HDD」、機械推定による分類結果である電源「×」、HDD「○」、ディスプレイ「×」、及びファン「×」を格納する。また、格納部
13は、分割された「立ち上がりが悪い。」という文に対応して、機械推定による分類結果である電源「×」、HDD「○」、ディスプレイ「×」、ファン「×」を格納する。さ
らに、格納部13は、分割された「電源を切って再度立ち上げても同じ。」という文に対応して、機械推定による分類結果である電源「×」、HDD「×」、ディスプレイ「×」
、ファン「×」を格納する。
If all the statements are estimated in step S45, the
, Stores the fan "x".
ステップS34で結果情報が格納されると、表示部14が、結果情報をディスプレイ等に表示する(ステップS47)。表示部14は、例えば、図12(b)に示したように、文書全体が機械学習による判定で「HDD」という分類に属する可能性が高いと判定されたこと、及び入力された故障分類(人手付与分類)が「HDD」であることを表示する。さらに表示部14は、分割された「立ち上がりが悪い」という文が「HDD」という分類に属する可能性が高いと判定されたこと、「電源を切って立ち上げても同じ」という文がいずれの分類にも属さない可能性が高いと判定されたことを表示する。
When the result information is stored in step S34, the
以上のように、第4の実施形態によれば、第2の実施形態と同様に、分割部15が、文書を複数の文に分割する。そして、2値分類推定部12は、複数の文それぞれが、分類それぞれに該当するか否かを推定する。そのため、利用者は、文書に含まれる文それぞれが、各分類に該当するかを認識することができる。また、第4の実施形態によれば、第3の実施形態と同様に、文書取得部11は、利用者の操作に基づいて文書の人手付与分類をさらに取得する。そして、表示部14は、2値分類推定部12によって推定された分類と、人手付与分類とを結果情報として表示する。そのため、利用者は、学習データに基づいて推定された分類とともに文書を取得した利用者の判断を示す人手付与分類を認識することができる。したがって利用者が文書の属する分類を最終的に決定するときに、文ごとの分類結果及び人手付与分類の両方を鑑みて総合的な決定を行うことが可能となる。
As described above, according to the fourth embodiment, the
[第5の実施形態]
続いて、本発明の第5の実施形態について図面を参照して説明する。
[Fifth Embodiment]
Subsequently, the fifth embodiment of the present invention will be described with reference to the drawings.
図5に示すように、第5の実施形態に係る可視化装置2は、第4の実施形態と同様に、文書取得部11、2値分類推定部12、格納部13、表示部14、及び分割部15を備える。なお、構成ブロックは、第4の実施形態と同じであるので、構成ブロックの説明を省略する。
As shown in FIG. 5, the
第5の実施形態においては、文書取得部11は、複数の文書を取得するとともに、利用者の操作に基づいて各文書に対応する人手付与分類を取得する。例えば、文書取得部11は、「電源を入れても画面に何も表示されない」という文書と、「ディスプレイ」という人手付与分類とを取得する。また、文書取得部11は、「動作が非常に遅く、ファンの音がしない。立ち上がらないこともある。」という文書と、「ファン」という人手付与分類とを取得する。また、文書取得部11は、「立ち上がりが悪い。電源を切って再度立ち上げても同じ。」という文書と、「HDD」という人手付与分類とを取得する。
In the fifth embodiment, the
この場合、2値分類推定部12及び格納部13は、「電源を入れても画面に何も表示されない。」という文書について、第3の実施形態と同様の処理を行う。また、分割部15、2値分類推定部12、及び格納部13は、「動作が非常に遅く、ファンの音がしない。立ち上がらないこともある。」という文書と「立ち上がりが悪い。電源を切って再度立ち上げても同じ。」という文書とについて第4の実施形態と同様の処理を行う。
In this case, the binary
表示部14は、格納部13によって格納されている各文書についての結果情報を合わせてディスプレイ等に表示する。なお、表示部14は、各文書についての結果情報を合わせて、通信ネットワークを介して他の情報処理装置に送信してもよい。
The
第5の実施形態における可視化装置2の可視化方法は、第3の実施形態の可視化方法と第4の実施形態の可視化方法との組合せである。具体的には、文書取得部11は、複数の文書とそれぞれの文書に対応する分類を取得する。文書に1つの文のみが含まれる場合、可視化装置5は、第3の実施形態のステップS32からS34の処理を行う。また、文書に複数の文が含まれる場合、可視化装置2は、第4の実施形態のステップS42からS46の処理を行う。そして、格納部13は、図15に示すように、ステップS34で格納された結果情報と、ステップS46で格納された結果情報とを合わせて格納する。
The visualization method of the
以上のように、第5の実施形態によれば、文書取得部11は、複数の文書と、それぞれの文書に対応する人手付与分類を取得する。そのため、利用者は、複数の文書それぞれについて、学習データに基づいて推定された分類と人手付与分類とを認識することができる。したがって利用者が複数の文書の属する分類を最終的に決定するときに、文書及び各文書に含まれる文それぞれの分類結果及び人手付与分類を鑑みて総合的な決定を行うことが可能となる。
As described above, according to the fifth embodiment, the
また、上述の実施形態では、可視化装置1,2,3,4,5の各機能は、これらの機能を実現する処理内容を記述したプログラムをコンピュータの記憶部に記憶しておき、当該コンピュータのCPUによってこのプログラムを読み出して実行することで実現してもよい。また、プログラムを記録媒体に記録したり、ネットワークを通して提供したりしてもよい。
Further, in the above-described embodiment, each function of the
また、第1の実施形態では、図16に示すように、可視化装置1は、さらに音声認識部16を備えてもよい。音声認識部16は、利用者が発した音声について音声認識処理を行い、文書に変換する。そして、文書取得部11は、音声認識部16によって変換された文書を取得し、上述と同様の処理を行う。これにより、音声で表される情報についても分類を推定することができる。第2〜第5の実施形態についても同様である。
Further, in the first embodiment, as shown in FIG. 16, the visualization device 1 may further include a
上述の実施形態は代表的な例として説明したが、本発明の趣旨及び範囲内で、多くの変更及び置換ができることは当業者に明らかである。したがって、本発明は、上述の実施形態によって制限するものと解するべきではなく、特許請求の範囲から逸脱することなく、種々の変形や変更が可能である。 Although the above embodiments have been described as representative examples, it will be apparent to those skilled in the art that many modifications and substitutions can be made within the spirit and scope of the invention. Therefore, the present invention should not be construed as being limited by the above-described embodiments, and various modifications and modifications can be made without departing from the scope of claims.
1,2,3,4,5 可視化装置
11 文書取得部
12 2値分類推定部
13 格納部
14 表示部
15 分割部
16 音声認識部
1, 2, 3, 4, 5
Claims (9)
前記文書を複数の文に分割する分割部と、
前記文書及び前記複数の文それぞれについて、予め定められた複数の分類全てに対する分類結果を推定する分類推定部と、
前記文書と、前記複数の文と、該文書及び該複数の文それぞれに対する前記分類結果と、を同時に表示する表示部と、
を備えることを特徴とする可視化装置。 The document acquisition department that acquires documents, and
A division part that divides the document into a plurality of sentences,
A classification estimation unit that estimates the classification results for all of the plurality of predetermined classifications for each of the document and the plurality of sentences.
A display unit that simultaneously displays the document, the plurality of sentences, and the classification result for each of the document and the plurality of sentences.
A visualization device characterized by being equipped with.
前記文書を複数の文に分割する分割部と、
前記文書及び前記複数の文それぞれについて、予め定められた複数の分類全てに対する分類結果を推定する分類推定部と、
前記文書と、該文書に含まれる前記複数の文と、該文書及び該複数の文それぞれに対する前記分類結果と、を対応付けて同時に表示する表示部と、
を備えることを特徴とする可視化装置。 The document acquisition department that acquires documents, and
A division part that divides the document into a plurality of sentences,
A classification estimation unit that estimates the classification results for all of the plurality of predetermined classifications for each of the document and the plurality of sentences.
A display unit that simultaneously displays the document, the plurality of sentences included in the document, and the classification result for each of the document and the plurality of sentences in association with each other.
A visualization device characterized by being equipped with.
前記文書を複数の文に分割する分割部と、
前記文書及び前記複数の文それぞれについて、予め定められた複数の分類全てに対する分類結果を推定する分類推定部と、
前記文書と、前記複数の文と、該文書及び該複数の文それぞれに対する前記分類結果と、を同時に表示する表示部と、
を備え、
前記予め定められた複数の分類は、前記文書と前記複数の文とで共通であることを特徴とする可視化装置。 The document acquisition department that acquires documents, and
A division part that divides the document into a plurality of sentences,
A classification estimation unit that estimates the classification results for all of the plurality of predetermined classifications for each of the document and the plurality of sentences.
A display unit that simultaneously displays the document, the plurality of sentences, and the classification result for each of the document and the plurality of sentences.
Equipped with
A visualization device, characterized in that the plurality of predetermined classifications are common to the document and the plurality of sentences.
前記文書を複数の文に分割する分割部と、
前記文書及び前記複数の文それぞれについて、予め定められた複数の分類全てに対する分類結果を推定する分類推定部と、
前記文書と、該文書に含まれる前記複数の文と、該文書及び該複数の文それぞれに対する前記分類結果と、を対応付けて同時に表示する表示部と、
を備え、
前記予め定められた複数の分類は、前記文書と前記複数の文とで共通であることを特徴とする可視化装置。 The document acquisition department that acquires documents, and
A division part that divides the document into a plurality of sentences,
A classification estimation unit that estimates the classification results for all of the plurality of predetermined classifications for each of the document and the plurality of sentences.
A display unit that simultaneously displays the document, the plurality of sentences included in the document, and the classification result for each of the document and the plurality of sentences in association with each other.
Equipped with
A visualization device, characterized in that the plurality of predetermined classifications are common to the document and the plurality of sentences.
前記文書を複数の文に分割する分割部と、
前記文書及び前記複数の文それぞれについて、予め定められた複数の分類全てに対する分類結果を推定する分類推定部と、
前記文書と、前記複数の文と、該文書及び該複数の文それぞれに対する前記分類結果と、を同時に表示する表示部と、
を備え、
前記文書取得部は、前記文書に対する人手付与分類をさらに取得し、
前記表示部は、前記文書と、前記分類結果と、前記人手付与分類による分類結果とを対応付けてさらに表示することを特徴とする可視化装置。 The document acquisition department that acquires documents, and
A division part that divides the document into a plurality of sentences,
A classification estimation unit that estimates the classification results for all of the plurality of predetermined classifications for each of the document and the plurality of sentences.
A display unit that simultaneously displays the document, the plurality of sentences, and the classification result for each of the document and the plurality of sentences.
Equipped with
The document acquisition unit further acquires the manual assignment classification for the document, and obtains the manual classification.
The display unit is a visualization device characterized in that the document, the classification result, and the classification result by the manual addition classification are further displayed in association with each other.
前記文書を複数の文に分割する分割部と、
前記文書及び前記複数の文それぞれについて、予め定められた複数の分類全てに対する分類結果を推定する分類推定部と、
前記文書と、前記複数の文と、該文書及び該複数の文それぞれに対する前記分類結果と、を同時に表示する表示部と、
を備え、
前記予め定められた複数の分類は、前記文書と前記複数の文とで共通であり、
前記文書取得部は、前記文書に対する人手付与分類をさらに取得し、
前記表示部は、前記文書と、前記分類結果と、前記人手付与分類による分類結果とを対応付けてさらに表示することを特徴とする可視化装置。 The document acquisition department that acquires documents, and
A division part that divides the document into a plurality of sentences,
A classification estimation unit that estimates the classification results for all of the plurality of predetermined classifications for each of the document and the plurality of sentences.
A display unit that simultaneously displays the document, the plurality of sentences, and the classification result for each of the document and the plurality of sentences.
Equipped with
The plurality of predetermined classifications are common to the document and the plurality of sentences.
The document acquisition unit further acquires the manual assignment classification for the document, and obtains the manual classification.
The display unit is a visualization device characterized in that the document, the classification result, and the classification result by the manual addition classification are further displayed in association with each other.
前記文書を複数の文に分割する分割部と、
前記文書及び前記複数の文それぞれについて、予め定められた複数の分類全てに対する分類結果を推定する分類推定部と、
前記文書と、該文書に含まれる前記複数の文と、該文書及び該複数の文それぞれに対する前記分類結果と、を対応付けて同時に表示する表示部と、
を備え、
前記予め定められた複数の分類は、前記文書と前記複数の文とで共通であり、
前記文書取得部は、前記文書に対する人手付与分類をさらに取得し、
前記表示部は、前記文書と、前記分類結果と、前記人手付与分類による分類結果とを対応付けてさらに表示することを特徴とする可視化装置。 The document acquisition department that acquires documents, and
A division part that divides the document into a plurality of sentences,
A classification estimation unit that estimates the classification results for all of the plurality of predetermined classifications for each of the document and the plurality of sentences.
A display unit that simultaneously displays the document, the plurality of sentences included in the document, and the classification result for each of the document and the plurality of sentences in association with each other.
Equipped with
The plurality of predetermined classifications are common to the document and the plurality of sentences.
The document acquisition unit further acquires the manual assignment classification for the document, and obtains the manual classification.
The display unit is a visualization device characterized in that the document, the classification result, and the classification result by the manual addition classification are further displayed in association with each other.
文書を取得するステップと、
前記文書を複数の文に分割するステップと、
前記文書及び前記複数の文それぞれについて、予め定められた複数の分類全てに対する分類結果を推定するステップと、
前記文書と、前記複数の文と、該文書及び該複数の文それぞれに対する前記分類結果と、を同時に表示するステップと、
を含むことを特徴とする可視化方法。 A visualization method performed by a visualization device that estimates the classification of documents.
Steps to get the document and
The step of dividing the document into multiple sentences,
For each of the document and the plurality of sentences, a step of estimating the classification result for all the plurality of predetermined classifications, and
A step of simultaneously displaying the document, the plurality of sentences, and the classification result for each of the document and the plurality of sentences.
A visualization method characterized by including.
A program for operating a computer as the visualization device according to any one of claims 1 to 7.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2019135628A JP6974751B2 (en) | 2017-03-28 | 2019-07-23 | Visualizers, visualization methods, and programs |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2017063573A JP6635966B2 (en) | 2017-03-28 | 2017-03-28 | Visualization device, visualization method, and program |
| JP2019135628A JP6974751B2 (en) | 2017-03-28 | 2019-07-23 | Visualizers, visualization methods, and programs |
Related Parent Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2017063573A Division JP6635966B2 (en) | 2017-03-28 | 2017-03-28 | Visualization device, visualization method, and program |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2019215886A JP2019215886A (en) | 2019-12-19 |
| JP6974751B2 true JP6974751B2 (en) | 2021-12-01 |
Family
ID=68918789
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2019135628A Active JP6974751B2 (en) | 2017-03-28 | 2019-07-23 | Visualizers, visualization methods, and programs |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP6974751B2 (en) |
Family Cites Families (11)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP4067603B2 (en) * | 1997-07-27 | 2008-03-26 | 株式会社ジャストシステム | Document classification apparatus, storage medium storing document classification program, and document classification method |
| JP2000285140A (en) * | 1998-12-24 | 2000-10-13 | Ricoh Co Ltd | Document processing apparatus, document classification apparatus, document processing method, document classification method, and computer-readable recording medium recording a program for causing a computer to execute the methods |
| JP3726263B2 (en) * | 2002-03-01 | 2005-12-14 | ヒューレット・パッカード・カンパニー | Document classification method and apparatus |
| JP2005141476A (en) * | 2003-11-06 | 2005-06-02 | Ricoh Co Ltd | Document management apparatus, program, and recording medium |
| JP2006164028A (en) * | 2004-12-09 | 2006-06-22 | Canon Inc | Window-type display device and method thereof |
| JP2006293767A (en) * | 2005-04-12 | 2006-10-26 | Nomura Research Institute Ltd | Sentence classification apparatus, sentence classification method, and classification dictionary creation apparatus |
| JP4604097B2 (en) * | 2008-03-11 | 2010-12-22 | 株式会社日立製作所 | Document classification assigning method, system or computer program |
| JP5240777B2 (en) * | 2009-02-09 | 2013-07-17 | 株式会社日立製作所 | Document classification apparatus and document classification method |
| JP2013131075A (en) * | 2011-12-21 | 2013-07-04 | Nippon Telegr & Teleph Corp <Ntt> | Classification model learning method, device, program, and review document classifying method |
| WO2014208298A1 (en) * | 2013-06-28 | 2014-12-31 | 日本電気株式会社 | Text classification device, text classification method, and recording medium |
| US10331782B2 (en) * | 2014-11-19 | 2019-06-25 | Lexisnexis, A Division Of Reed Elsevier Inc. | Systems and methods for automatic identification of potential material facts in documents |
-
2019
- 2019-07-23 JP JP2019135628A patent/JP6974751B2/en active Active
Also Published As
| Publication number | Publication date |
|---|---|
| JP2019215886A (en) | 2019-12-19 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US10878197B2 (en) | Self-learning user interface with image-processed QA-pair corpus | |
| JP6544131B2 (en) | INFORMATION PROCESSING APPARATUS AND INFORMATION PROCESSING PROGRAM | |
| US20130035929A1 (en) | Information processing apparatus and method | |
| CN104735468A (en) | A method and system for synthesizing images into new videos based on semantic analysis | |
| US20160188569A1 (en) | Generating a Table of Contents for Unformatted Text | |
| JP2017058507A (en) | Speech recognition apparatus, speech recognition method, and program | |
| US12135736B2 (en) | Automated systems and methods for generating technical questions from technical documents | |
| JPWO2020099986A1 (en) | Content classification method | |
| WO2019137391A1 (en) | Method and apparatus for performing categorised matching of videos, and selection engine | |
| US20250292023A1 (en) | Automated selection of large language models in cloud computing environments | |
| US20120185417A1 (en) | Apparatus and method for generating activity history | |
| US12333554B2 (en) | System and method for suggesting and generating a customer service template | |
| CN110750667A (en) | Auxiliary marking method, device, equipment and storage medium | |
| JP6974751B2 (en) | Visualizers, visualization methods, and programs | |
| JP2016162163A (en) | Information processing apparatus and information processing program | |
| US20220020366A1 (en) | Information processing apparatus and non-transitory computer readable medium | |
| JP6635966B2 (en) | Visualization device, visualization method, and program | |
| US8510118B2 (en) | Attaching audio generated scripts to graphical representations of applications | |
| CN117932063A (en) | NLP-based portrait tag extraction method, system, equipment and medium | |
| US12568129B2 (en) | Interaction method for terminal, and electronic whiteboard and non-transitory computer-readable storage medium | |
| CN117786170A (en) | Data screening method, data screening device, storage medium and electronic equipment | |
| US20220261856A1 (en) | Method for generating search results in an advertising widget | |
| CN118278420B (en) | Enterprise conversation data storage and analysis method and system based on cloud computing | |
| US10255906B2 (en) | Sensors and analytics for reading comprehension | |
| JP2006185342A (en) | Information processor, method and program for classifying character string, and recording medium |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20190814 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20200407 |
|
| A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20200605 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20200728 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20201222 |
|
| A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20210217 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20210420 |
|
| 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: 20211005 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20211018 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 6974751 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
| R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |