(19)
(11)EP 3 506 131 A1

(12)EUROPEAN PATENT APPLICATION
published in accordance with Art. 153(4) EPC

(43)Date of publication:
03.07.2019 Bulletin 2019/27

(21)Application number: 18798040.4

(22)Date of filing:  10.05.2018
(51)International Patent Classification (IPC): 
G06F 17/30(2006.01)
(86)International application number:
PCT/JP2018/018137
(87)International publication number:
WO 2018/207874 (15.11.2018 Gazette  2018/46)
(84)Designated Contracting States:
AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR
Designated Extension States:
BA ME
Designated Validation States:
KH MA MD TN

(30)Priority: 10.05.2017 JP 2017093522

(71)Applicant: IMATRIX HOLDINGS CORP.
Kawasaki-shi, Kanagawa 2160004 (JP)

(72)Inventor:
  • YOKOYAMA, Atsushi
    Kawasaki-shi Kanagawa 216-0004 (JP)

(74)Representative: Kuhnen & Wacker Patent- und Rechtsanwaltsbüro PartG mbB 
Prinz-Ludwig-Straße 40A
85354 Freising
85354 Freising (DE)

  


(54)ANALYSIS METHOD USING GRAPH THEORY, ANALYSIS PROGRAM, AND ANALYSIS SYSTEM


(57) [problem(s) to be solved]
An analysis method using graph theory is provided to analyze a complicated relevance between nodes.
[Solution]
An analysis method using graph theory according to the present invention includes calculating an N-dimensional vector representing a relevance between nodes based on dictionary data; and creating graph data vectorized by the calculated N-dimensional vector.




Description

[Technical Field]



[0001] The present invention relates to analysis methods using graph theory, and more particularly to methods for analyzing a more multiple or complicated relevance using graph theory.

[Background]



[0002] One approach for extracting user's preference includes extracting words that user is interested in from sentence data subjected to analysis. For example, the patent document 1 discloses a method for commonly extracting data indicating user's preferences from sentences created by multiple users. The patent document 2 discloses a method for calculating a similarity by using a semantic space where the distance between words is closer according to the degree of similarity between word meanings and estimating a probability distribution indicating objects from a distribution in the semantic space of a plurality of words.

[Prior art document(s)]


[patent document]



[0003] 

[patent document1] JP2017-27168A

[patent document2] JP2017-27106A


[Summary of the invention]


[Problem to be solved]



[0004] One analysis method of natural language is "Bag of Words" in which words to be evaluated are predefined and data indicating the presence/absence of such words is used. Since this method decides the presence/absence of predefined words, a word which is not predefined cannot be used and the order of words cannot be considered. For example, text data "This is a pen" shown in Fig. 1 is divided per a word. If the word "this" is predefined, data "1" indicating a hit is generated.

[0005]  Another analysis method of natural language includes "N-gram" in which text data is divided per N-letters (where N is an integer greater than or equal to 1) and data indicating the presence/absence of such letters is used. For example, for analyzing "This is a pen" shown in Fig. 1 by 2-gram, this text data is divided per 2 letters as "Th", "hi" and "is", and data "1" indicating a hit is generated.

[0006] Furthermore, another analysis method includes a method for vectorizing words using machine leaning technology. For example, the words in "This is a pen" shown in Fig. 1 are compared to words in a dictionary and the semantic similarity relation between words is represented by a vector. Such vectorization of words is a semantic vector to which the semantic feature of a word is reflected, or a distributed representation, which may be generated using technology such as word2vec. The characteristics of word2vec include: (1) similar words become a similar vector, (2) vector component has a meaning, and (3) one vector can be operated by another vector. For example, the operation such as "King - man + women = Queen" may be performed. Besides the vectorization of words such as word2vec, there are sent2vec, product2vec, query2vec, med2vec etc., which vectorize documents, products, or questions.

[0007] Furthermore, graph theory is widely known as an analysis method of data structure. Graph theory is a graph configured with a collection of nodes (vertices) and edges, by which the relevance of various events may be expressed. For example, as shown in Fig. 2(A), nodes A, B, C, and D are connected by each edge, and the direction of the edge indicates the direction of the relevance between nodes. Fig. 2(B) shows a diagram in which such graph is converted to data. Fig. 3 shows weighted graph theory in which edges are weighted, namely, edges are quantified. For example, a weight WAB representing the relevance from node A to node B is shown as 0.8, and a weight WBC representing the relevance from node B to node C is shown as 0.2.

[0008] In graph theory and weighted graph theory, since the relation between nodes may be only uniquely represented by the presence/absence of edge or one value (scalar), the descriptiveness of the relation between nodes is not sufficient and it is difficult to represent a multiple relation and/or complicated relation between nodes.

[0009] To solve the above conventional problems, embodiments of the present invention can provide analysis methods using graph theory for analyzing a complicated relevance.

[Solution to Problem]



[0010] An analysis method according to the present invention is using graph theory representing a relevance between nodes. The method includes calculating an N-dimensional vector between nodes based on dictionary data, and creating graph data vetorized by the calculated N-dimensional vector.

[0011] In one implementation, the calculating includes extracting words from text data including the relevance between nodes, calculating a relation vector representing the semantic similarity among the extracted words, extracting vector data closest to the relation vector from the dictionary data, and calculating the N-dimensional vector. In one implementation, the dictionary data includes vector data representing the similarity among words. In one implementation, the calculating includes generating vector data representing the similarity among words by processing data for learning using word2vec, the data for learning including text data configured with various words, and storing the generated vector data in the dictionary data. In one implementation, the calculating includes performing morphological analysis of analysis object data, and predicting the relation between nodes based on an average vector of the analyzed words. In one implementation, the analysis object data is electronic mails. In one implementation, the analysis method further includes converting, by the analysis system, the vectorized graph data to another graph data. In one implementation, the converting includes converting to weighted graph data by calculating an inner product of the vector of the vectorized graph data. In one implementation, the analysis method further includes analyzing, by the analysis system, the relevance between nodes based on the vectorized graph data. In one implementation, the node represents a person, and the analyzing includes analyzing human relations between nodes. In one implementation, the analyzing includes calculating an average vector of all vectors between nodes based on the vectorized graph data, selecting a similar vector similar to the average vector, and extracting words of the selected similar vector.

[0012] An analysis program according to the present invention is performed by a computer and for analyzing a relevance between nodes by using graph theory representing a relevance between nodes. The program includes calculating an N-dimensional vector representing a relevance between nodes based on dictionary data, the dictionary data including vector data for vectorizing words representing the relevance between nodes in N-dimension, and creating graph data vectorized by the calculated N-dimensional vector.

[0013] An analysis system according to the present invention is for analyzing a relevance between nodes by using graph theory representing a relevance between nodes. The system includes a calculation unit for calculating an N-dimensional vector representing a relevance between nodes based on dictionary data, the dictionary data including vector data for vectorizing words representing the relevance between nodes in N-dimension, and a creating unit for creating graph data vectorized by the calculated N-dimensional vector. In one implementation, the system further includes a conversion unit for converting the vectorized graph data to another graph data.

[Effects of the invention]



[0014] According to the present invention, since a relevance between nodes in graph theory is defined by an N-dimensional vector, a complicated relevance between nodes may be represented and analyzed.

[Brief description of the drawings]



[0015] 

Fig. 1 are diagrams explaining an example of analyzing natural language.

Fig. 2 are diagrams explaining a general graph theory.

Fig. 3 are diagrams explaining a weighted graph theory.

Fig. 4 are diagrams explaining a vectorization graph theory of the present invention.

Fig. 5 are diagrams illustrating an example of applying a vectorization graph theory of the present invention to human relations.

Fig. 6 are diagrams illustrating an example of extracting a specific relation from a vectorization graph theory of the present invention.

Fig. 7 are diagrams explaining an example of extracting the intensity from a vectorization graph theory of the present invention.

Fig. 8 is a diagram explaining an example of converting a vectorization graph theory of the present invention to another graph.

Fig. 9 is a diagram illustrating an example of describing complicated relations in a same hierarchy using a vectorization graph theory of the present invention.

Fig. 10 is a diagram illustrating an example of describing relations of other hierarchies using a vectorization graph theory of the present invention.

Fig. 11 is a diagram illustrating an example configuration of an analysis system using a vectorization graph theory of an embodiment of the present invention.

Fig. 12 (A) is an example of data for learning, and Fig. 12(B) is an example of data for evaluation.

Fig. 13(A) is an example of dictionary data, and Fig. 13(B) is a diagram explaining vectorization graph data.

Fig. 14 is a flow chart of operation of a vectorization module according to an embodiment.

Fig. 15(A) is an example of normal graph data, and Fig. 15(B) is an example of weighted graph data which is weighted.

Fig. 16 is a flow chart of operation illustrating a specific example of a vectorization module according to an embodiment.

Fig.17 are flow charts of operation of a graph conversion module according to an embodiment, Fig. 17(A) is a flow chart of operation of extracting relations, and Fig. 17(B) is a flow chart of operation of extracting the relation intensity.

Fig. 18 is an example flow chart of operation of a graph analysis module according to an embodiment.

Fig. 19 is an example flow chart of operation of a vectorization graph analysis module according to an embodiment.


[Detailed description of embodiments]



[0016] Now, referring to drawings, embodiments of an analysis device using graph theory according to the present invention will be described in detail. Fig. 4 provides diagrams explaining the outline of a vectorization graph theory according to the present invention. Fig. 4(A) is one example of a graph including nodes and edges, Fig. 4(B) is an example in which a relevance between nodes is vectorized in N-dimension, and Fig. 4(C) is one example of vectorization graph data in N-dimension.

[0017] As shown in Fig. 4(A), the relations of nodes A, B, C, and D are indicated by edges, respectively. Edge is a vector which shows a relevance from one node to another node. For example, the connection from node A to node B is shown as the vector XAB and the connection from node D to node A is shown as the vector XDA, where the node at departure point of vector is "source" and the node at destination point is "destination".

[0018] In a vectorization graph theory of the present invention, as shown in Fig. 4(B), a relevance between source and destination is defined by an N-dimensional vector (where N is an integer greater than 2). The N-dimensional vector may represent, for example, a complicated or multiple relation between source and destination as well as a relation between different hierarchies. The N-dimensional vector may be, for example, a semantic vector in which the semantic similarity relation between source and destination is converted into numerical form, or a distribution representation in which the semantic similarity relation between source and destination is converted into numerical form. When the relation between source and destination is defined by the N-dimensional vector, vectorization graph data as shown in Fig. 4(C) is obtained.

[0019]  Fig. 5 provides an example illustrating human relations by a vectorization graph theory of the present invention. In Fig. 5(A), nodes A-D are shown as a person or the equivalent of a person. Each node is connected by a vector representing human relations For example, shown is that node A has a feeling of like to node B, node B has a feeling of jealousy to node D, node D has a feeling of dislike to node A, and node B and node C have a feeling of trust each other. Fig. 5(B) is vectorization graph data in which the relations in Fig. 5(A) are shown by the N-dimensional vector. For example, "like" includes various feelings, namely, "like" includes various meanings such as the degree of "like" ("very much", "a little", etc.) and the object of "like" ("face", "eyes", "character" etc.) The N-dimensional vector may be regarded as a vector in which such feeling of "like" is converted into numerical form from a plurality of multiple viewpoints. In this case, each relevance of "like" from node A to node B, "trust" between node B and node C, "dislike" from node D to node A, and "jealousy" from node B to node D is defined by the N-dimensional vectors of "like", "trust", "dislike", and "jealousy" shown in Fig. 5(B).

[0020] Using a vectorization graph theory, a relevance of human relations may be represented. Also, using a vectorization graph theory, for example, link relations between webpages on the internet network may be vectorized, or user's buying motive in relations between user and products may be vectorized.

[0021] Vectorization graph data generated by a vectorization graph theory of the present invention may be converted to another graph data for other graph theory. For example, graph data for weighted graph theory may be calculated by referring to vectorization graph data and performing any inner product calculation for a vector between nodes. Also, graph data for normal graph theory may be calculated by calculating a threshold value of graph data of the weighted graph theory. One example of such modification is shown in Fig. 6. The vectorization graph theory as shown in Fig. 6(A) may be converted to weighted graph theory representing trust as shown in Fig. 6(B) by taking an inner product of each relation vector and the trust vector and regarding the obtained scalar as the trust value of each relation. In this case, the trust vector may use a vector which is obtained in the process of calculating vector data such as word2vec. This allows a weighted graph showing the degree of trust to be obtained. Similarly, when converting to "dislike" graph shown in Fig. 6(C), a graph showing the degree of dislike may be obtained by taking an inner product of each relation and the dislike vector. In this case, since the vector between nodes A and B is "like" which is opposite to "dislike", the inner product of the vector between two is small. Thus, the vectorization graph may be converted to a graph showing various relations.

[0022] Furthermore, a vectorization graph theory of the present invention may be converted to graph theory representing the intensity of feelings or relations. For example, for a vectorization graph as shown in Fig. 7(A), by taking an inner product of each relation vectorof itself, only the intensity of feelings or relations between nodes may be extracted as shown in Fig. 7(B).

[0023] Fig. 8 is a diagram explaining a conversion relation of a vectorization graph theory of the present invention. As shown in Fig. 8, a vectorization graph 10 of the present invention may be converted to a weighted graph 20 by calculating any inner product. The weighted graph 20 may be converted to a normal graph 30 by calculating threshold values. It should be noted that such conversion can be performed from the upper to the lower and conversion from lower to upper cannot be performed.

[0024] Since a vectorization graph theory of the present invention may describe a complicated or multiple relations, relations across multiple hierarchies may be described, which is difficult for conventional graph theory. Fig. 9 is a diagram of the relation across 3 hierarchies. For example, the lower hierarchy (nodes 40-7, 40-8, 40-9) may be hardware, the middle hierarchy (nodes 40-4, 40-5, 40-6) may be software, and the upper hierarchy (nodes 40-1, 40-2, 40-3) may be user.

[0025] A specific example of the vectorization graph theory across multiple hierarchies described above is shown in Fig. 10. For example, user A operates a browser pre-installed to an operating system (OS) of a personal computer (PC). The operating system is installed to the personal computer. The personal computer (PC) communicates with a server. An audio video (AV) monitors the operating system. Furthermore, user A operates an application installed to a smartphone A. User B operates an application installed to a smartphone B. Wireless communication is performed between the smartphones A and B and user C controls the server. The relevance among such multiple hierarchies may be represented by the vectorization graph theory.

[0026] A vectorization graph theory of the present invention may be implemented by a hardware, a software, or a combination thereof, which are provided in one of more computer devices, a network-connected computer device or a server.

[Embodiments]



[0027] Now, embodiments of the present invention will be described. Fig. 11 is a block diagram illustrating the entire configuration of an analysis system using a vectorization graph theory according to an embodiment of the present invention. An analysis system 100 according to the embodiment includes data for learning 110, data for evaluation 120, a vectorization module 130, vectorization graph data 140, a vectorization graph analysis module 150, a graph conversion module 160, graph data 170, and a graph analysis module 180. In one implementation, the analysis system 100 is implemented by a general-purpose computing device having a storage medium such as memory and a processor for executing software/program instructions etc. In one implementation, in the analysis system 100, one or more computing devices are connected to one or more servers via network etc. The computer device may work with functions stored in the server and perform analyses on various events using graph theory. In one implementation, the computer device may execute software/program for executing functions of the vectorization module 130, the graph conversion module 160, the vectorization graph analysis module 150, and the graph analysis module 180, and the computer device may output analysis results of the relevance between nodes by a displaying means such as a display.

[0028] The data for learning 110 is data used for leaning of the analysis system 100. For example, the vectorization module 130 of the analysis system 100 obtains the data for learning 110, processes the obtained data for leaning using the machine learning to generate vector data obtained using word2vec etc. (for example, data in which the semantic similarity relation between words is represented by a vector), and stores the vector data in a dictionary. The efficiency and precision of analysis is improved by executing various leaning functions. For example, when analyzing complicated human relations, it is preferred that the analysis system 100 processes the data for learning required for the analysis to have vector data therefor. The data for learning 110 is read out from a database or storage medium, or imported from the external (for example, a resource via storage device or network). The data for learning 110 is, for example, document data used for generating the N-dimensional vector described above. For example, as shown in Fig. 12(A), various information and media are used such as sentences in AOZORA BUNKO (which provides, on the website, works whose copyright expired), documents in wikipedia or corpus.

[0029] On the other hand, the data for evaluation 120 is data analyzed by the analysis system 100, which is read out from storage media or imported from the external (for example, a resource via storage device or network). In one example, when analyzing human relations, for example, as shown in Fig. 12(B), the data for evaluation 120 may be electronic mails (or chats or postings on SNS or a bulletin board) in which several people appear and exchanges of various information are described.

[0030] The vectorization module 130 analogizes human relations from the data for evaluation 120. The analogized relation is vectorized using generated N-dimensional vector data. In one example, morphological analysis is performed to an email from Mr. A to Mr. B, and then an average vector of all words is regarded as the relation between Mr. A and Mr. B and as the relation vector. A vector closest to the relation vector is extracted from the vector data stored in the dictionary and the relation indicated by the extracted vector is regarded as the relation between Mr. A and Mr. B. Because the e-mail was sent from Mr. A to Mr. B, it is assumed that words associated with the relation between them are used for all sentences in the e-mail. Thus, the relation between Mr. A and Mr. B is analogized by the average vector of all words. The e-mail from Mr. A to Mr. B may be extracted, for example, by identifying the name of a sender or the name of a recipient from a plurality of received e-mails.

[0031] When the data for learning 110 is processed by the vectorization module 130, the learning result is stored as vector data in the dictionary. One example of the vector data stored in the dictionary is shown in Fig. 13(A). Dictionary data includes vector data for vectorizing words presenting a relevance between nodes in N-dimension. For example, by referring to N-dimensional vector data of a word "like" stored in the dictionary, N-dimensional vectorization graph data representing the relation between nodes of the source and destination as shown in Fig. 13(B) is generated.

[0032] When the data for evaluation 120 is processed by the vectorization module 130, the vectorization module 130 refers to the vector data stored in the dictionary and extracts an N-dimensional vector representing a relevance between nodes, namely, generates vectorization graph data in which the relation between source and destination is vectorized in N-dimension. Fig. 13(B) is one example of vectorization graph data where the source and destination are defined by the N-dimensional vector. The generated vectorization graph data is stored in a storage medium and then analyzed by the vectorization graph analysis module 150.

[0033] The flow chart of operation of the vectorization module 130 is shown in Fig. 14. When the analysis system 100 executes leaning functions, the vectorization module 130 collects the data for learning 110 (S100), generates vector data based on the collected data (S102), and stores the generated vector data in the dictionary (S104).

[0034] On the other hand, when the analysis system 100 analyzes data for evaluation, the vectorization module 130 collects the data for evaluation 120 (S110) and generates conventional type graph data based on the collected data (S112). The conventional type graph is a graph in which the relation between source and destination is represented as shown in Fig. 15(A) or a weighted graph in which the relation between source and destination is represented by weight as shown in Fig. 15(B), which are not vectorized in N-dimension. Then, the vectorization module 130 refers to the vector data stored in the dictionary to vectorize a predicted relation between nodes (S116), and applies such vector to the created conventional type graph to generate N-dimensional vectorization graph data (S118). The generated vectorization graph data is provided to the vectorization graph analysis module 150 by which analysis is performed.

[0035] A specific flow chart of operation of the vectorization module 130 is shown in Fig. 16. When leaning function is executed, the vectorization module 130 collects text files for leaning (S200), performs word2vec to generate vector data (S202), and stores the generated vector data in the dictionary (S204). When the analysis is performed, the vectorization module 130 collects e-mails for evaluation (S210), creates a graph between sender and recipient (S212), predicts the relation from the sentences of the e-mails between sender and recipient (S214), vectorizes the predicted relation by referring to the dictionary (S216), and applies the relation vector to the created graph to generate a vectorization graph (S218).

[0036] Now, the graph conversion module 160 will be described. Fig. 17(A) is a flow chart of operation for extracting the relation by the graph conversion module 160. Extracting the relation is extracting a "trust" graph or a "dislike" graph, for example, as shown in Figs. 6(B) and 6(C). The graph conversion module 160 inputs an extraction vector from vector data generated by the vectorization module 130 (S300). For example, when creating a "trust" graph, the extraction vector is the "trust" graph in Fig. 6(A). Then, the graph conversion module 160 calculates an inner product of the extraction vector and all relation vectors (S302) and create a weighted graph with weight which is the inner product (S304).

[0037] Fig. 17(B) is a flow chart of operation for extracting the relation intensity by the graph conversion module 160. Extracting the relation intensity is extracting only the intensity of feelings, for example, as shown in Fig. 7. In this case, the graph conversion module 160 calculates an inner product between each relation vector (S310), and then creates a weighted graph with weight which is the inner product (S312).

[0038] The conversion result of the graph conversion module 160 is stored in the storage medium as the graph data 170. As shown in Figs. 15(A) and (B), the graph data 170 is un-vectorized normal graph data or weighted graph data.

[0039] The graph analysis module 180 analyzes a graph based on the graph data 170. One example of a flow chart of operation of the graph analysis module 180 is shown in Fig. 18. Graph theory has the index "density" and the flow chart is for calculating it. The graph analysis module 180 inputs the graph data 170 (S400), obtains the number of nodes based on the input graph data (S402), obtains the number of edges (S404), and calculates the density from the obtained numbers of nodes and edges (S406). Calculating the density is represented by:

where n is the number of nodes and m is the number of edges.

[0040] The vectorization graph analysis module 150 analyzes a vectorization graph based on the vectorization graph data 140. One example of a flow chart of operation of the vectorization graph analysis module 190 according to the present embodiment is shown in Fig. 19. In this case, the example is for obtaining an average vector which is an average of all relations. For example, when the analysis object is human relations in an organization, the relation in the organization, which is leveled-off by the average vector, may be obtained.

[0041] The vectorization graph analysis module 150 inputs the vectorization graph data 140 (S500), and calculates an average vector of all relation vectors based on the input vectorization graph data (S502). The relation vector is a vector by which the relation between nodes is represented. Then, the vectorization graph analysis module 150 obtains a vector similar to the average vector from the dictionary data (S504), and extracts words having the similar vector (S506). From the extracted words, the average relation in the organization may be obtained.

[0042] Besides the above description, a vectorization graph theory of the present invention is applicable for conventional graph theory. For example, indices are applicable for node (degree), point/route (degree/distance), graph (density, reciprocity, transitivity), and inter-graphs (isomorphism), and problems are applicable for node (ranking problem, classification), point/route (clustering, link prediction, minimum spanning tree problem, shortest route problem), and graph (vertex coloring problem).

[0043] Although the preferred embodiments of the present invention are described in detail, the present invention is not limited to such specific embodiments. Various changes and modifications are possible within the scope of the claims.

[Explanation of reference numerals]



[0044] 

100: analysis system

110: data for learning

120: data for evaluation

130: vectorization module

140: vectorization graph data

150: vectorization graph module

160: graph conversion module

170: graph data

180: graph analysis module




Claims

1. An analysis method used in an analysis system for analyzing a relevance between nodes by using graph theory representing a relevance between nodes, the method comprising:

calculating, by the analysis system, an N-dimensional vector representing a relevance between nodes based on dictionary data, the dictionary data including vector data for vectorizing words representing the relevance between nodes in N-dimension; and

creating, by the analysis system, graph data vectorized by the calculated N-dimensional vector.


 
2. The analysis method of claim 1, wherein the calculating includes extracting words from text data including the relevance between nodes, calculating a relation vector representing the semantic similarity between the extracted words, extracting vector data closest to the relation vector from the dictionary data, and calculating the N-dimensional vector.
 
3. The analysis method of claims 1 and 2, wherein the dictionary data includes vector data representing the similarity between words.
 
4. The analysis method of at least either one of claims 1 to 3, wherein the calculating includes generating vector data representing the similarity between words by processing data for learning using word2vec, the data for learning including text data configured with various words, and storing the generated vector data in the dictionary data.
 
5. The analysis method of claim 1, wherein the calculating includes performing morphological analysis of analysis object data, and predicting the relation between nodes based on an average vector of the analyzed words.
 
6. The analysis method of claim 5, wherein the analysis object data is electronic mails.
 
7. The analysis method of at least either one of claims 1-6, further comprising converting, by the analysis system, the vectorized graph data to another graph data.
 
8. The analysis method of claim 6, wherein the converting includes converting to weighted graph data by calculating an inner product of the vector of the vectorized graph data.
 
9. The analysis method of at least either one of claims 1 to 8, further comprising, analyzing, by the analysis system, the relevance between nodes based on the vectorized graph data.
 
10. The analysis method of claim 9, wherein the node represents a person, and the analyzing includes analyzing human relations between nodes.
 
11. The analysis method of claims 9 or 10, wherein the analyzing includes calculating an average vector of all vectors between nodes based on the vectorized graph data, selecting a similar vector similar to the average vector, and extracting words of the selected similar vector.
 
12. A computer-implemented analysis program for analyzing a relevance between nodes by using graph theory representing a relevance between nodes, the computer-implemented analysis program comprising:

calculating an N-dimensional vector representing a relevance between nodes based on dictionary data, the dictionary data including vector data for vectorizing words representing the relevance between nodes in N-dimension; and

creating graph data vectorized by the calculated N-dimensional vector.


 
13. An analysis system for analyzing a relevance between nodes by using graph theory representing a relevance between nodes, the system comprising:

a calculation unit for calculating an N-dimensional vector representing a relevance between nodes based on dictionary data, the dictionary data including vector data for vectorizing words representing the relevance between nodes in N-dimension; and

a creating unit for creating graph data vectorized by the calculated N-dimensional vector.


 
14. The analysis system of claim 13, further comprising a conversion unit for converting the vectorized graph data to another graph data.
 




Drawing





























































Search report







Cited references

REFERENCES CITED IN THE DESCRIPTION



This list of references cited by the applicant is for the reader's convenience only. It does not form part of the European patent document. Even though great care has been taken in compiling the references, errors or omissions cannot be excluded and the EPO disclaims all liability in this regard.

Patent documents cited in the description