Skip to content

autumnjazz/keywordTextrank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Community based Textrank Graph

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

creating multi-level mind map by Textrank for keyword extraction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors