-
Notifications
You must be signed in to change notification settings - Fork 4
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
New function to visualise the LexRank graph #19
base: master
Are you sure you want to change the base?
Conversation
…he nodes that were selected.
Hi, @wenyi-tay thanks for the PR! I do think that visualizing the graph would be an interesting addition. There are some changes that we'll need to make to your file before merging.
These are the major things that we'll need to do, and we might notice additional improvements in the process. Are you comfortable with attempting these changes on your own? If not I'd be more than happy for us to work through them together as a learning experience for you. I apologize if this is coming off in a bad way, but I'm assuming you are newer to package development. Please let me know what you'd like to do moving forward! Thanks again for the PR. |
Hi! Thanks for the tips! This is my first time trying out to contribute to a package so I will need a lot of guidance. Do let me fix the things you have suggested first and I'll be happy to take any feedback along the way. Thanks! Cheers, Wenyi |
Hi @wenyi-tay, just checking in. No rush to respond as I'm sure you have other responsibilities, but just wanted to see if you were running into any questions I could help with. |
Hi @AdamSpannbauer, Thanks for checking in. I've been playing around with the visualisation and I found that it doesn't work very well as the graph gets bigger (my test case was 300+ nodes). I'm thinking of how to make this work so I have not looked into the edits. I'll look into this next weekend and keep you posted. Thanks again! Cheers, Wenyi |
Making some notes here to investigate later:
|
Hi!
I have been playing around with the lexRankr package and came up with a simple function to plot the graph as I felt it helped me understand LexRank better. Just wondering if this is something valuable to the community. For your consideration =) Thanks!
Cheers, Wenyi
P.S. I am really new to github so I am not sure if I am doing things right. I'll be happy to learn and correct the codes.