jdrae / keywordTextrank

핵심 키워드 추출 후 키워드 간 계층 구조 도식화

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Community based Textrank Graph

ezgif-7-f53573466600

The core of this project:

  1. Method textrankGraph() must be implemented after communityGraph() method and textrank_keyword() method.
  2. It takes one mainkeyword tuple which formed like: ('bars', 1.8823393131581336).
  3. The parameter 'subgraph' determines wheter the result is
    subgraph of community graph or just whole community graph, which includes given mainkeyword.
  4. You can use any type for graphtype parameter("community", "textrank", None), but "textrank" shows the best visualization.

textrank

textrankgraph

subtextrankgraph

bar

composition of subtexrankgraphs - what happend??? 2

initial

initial

community

community

subcommunity

subcommunity

subgraph

subgraph

About

핵심 키워드 추출 후 키워드 간 계층 구조 도식화


Languages

Language:Python 67.9%Language:HTML 32.1%