Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable creation of two-mode networks #7

Open
juhopaak opened this issue Jun 29, 2018 · 5 comments
Open

Enable creation of two-mode networks #7

juhopaak opened this issue Jun 29, 2018 · 5 comments

Comments

@juhopaak
Copy link

Currently the PrepText function accepts either words or groups as the node type. It would be useful to be able to create and visualize two-mode networks by using both of these as nodes.

@theresagessler
Copy link

I've also been wondering about this - reading the vignette really made me want to do two-mode networks - did I overlook something or is it just not possible?
I was also thinking of quick-and-dirty implementations, e.g. adding the words provided by the InterpretText function to the visualization - could that be a work-around if creating two-mode networks is not possible (yet)?

@cbail
Copy link
Owner

cbail commented Oct 13, 2018

Hi theresa- sorry for the slow reply. When you say you want to do two-mode networks, do you mean you want to visualize two-mode networks?

@theresagessler
Copy link

Hi, thanks for the answer.
Yes, I mean visualizing (and of course also preprocessing, e.g. thinning out based on the number of connections etc.) . One of the things that drew me to trying out was the Two-mode networks visualization you have in the beginning of your vignette. Of course you propose to move beyond this two-mode form by projecting it to a one-mode form but are there plans to also implement projections in the two-mode form in the package?

@cbail
Copy link
Owner

cbail commented Oct 30, 2018 via email

@jboynyc
Copy link

jboynyc commented May 29, 2020

I hope Chris won't mind the shameless plug. My Python implementation of textnets can visualize two-mode (bipartite) networks. I'm about to do a new release; here's a demo. See this example from the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants