datasciencecampus / pygrams

Extracts key terminology (n-grams) from any large collection of documents (>1000) and forecasts emergence
https://datasciencecampus.github.io/pygrams
Other
62 stars 23 forks source link

[FEAT] Add chord diagram to show links between terms #371

Closed mshodge closed 1 year ago

mshodge commented 4 years ago

NetworkX FDG was removed from code a while back but we can replace this with a more python friendly graph such as a chord diagram.