build_graph: Make a graph which refers relationship of sentences.
Vertex refers one sentence, and edge refers co-occurence between two sentences.
Example will be shown in github.
Description
Make a graph which refers relationship of sentences.
Vertex refers one sentence, and edge refers co-occurence between two sentences.
Example will be shown in github.
Usage
build_graph(sentences)
Arguments
sentences
The list of character string.
Value
The igraph graph which refers relationship of sentences.