cbail / textnets

R package to perform automated text analysis using network techniques
MIT License
211 stars 62 forks source link

Look into sigmaNet for VisualizeText #6

Open fmerhout opened 6 years ago

fmerhout commented 6 years ago

The author of the udpipe R package referenced this package for network visualizations: https://github.com/iankloo/sigmaNet

It claims to be suited to quickly render large networks as well as provide interactive features, so might be interesting to look into.

jovian-luo commented 5 years ago

Does the sigmaNet package work with network generated from VisTextNet or CreatTextNet? I am currently using textnets for my research but have a difficult time to improve the visualization effects of the network created by VisTextNet..

cbail commented 5 years ago

Hi Jovian- unfortunately we do not yet support this, but you could probably fairly easily tweak the VisTextNet function to do this by hand.

jovian-luo commented 5 years ago

I see. Thanks for the reply!

fmerhout commented 5 years ago

Hi Jovian, just chiming in here quickly. From my read of the vignette, sigmaNet simply requires an igraph object as input. CreateTextnet returns an igraph object, so you should be able to pass the output of CreateTextnet directly to sigmaNet and then adjust the visualization as you are used to.

cbail commented 4 years ago

@fmerhout we should really try to implement this sometime soon! Good idea.