I have a list of words with the words having "connections/links" between them
e.g :
- "Philanthropy" is linked to "good work" "welfare" "nice" "help"...
- "help" is linked to "kindness" "love" "cooperation"...
- "love" is linked to "deep feeling" "affection"...
the links may vary with each word having a varying number of links to other words...
I want to display them in a mesh-like structure with each word encapsulated in a circle with links ("lines") linking them...
How can I accomplish that ? is there any library? or shall I do it manually... and if so how would I go about doing that?