I am new to Processing. I have been using Gephi and related applications to analyze networks of metaphors. My method has been to create a CSV of related metaphors. Each line starts with the leading metaphor followed by related metaphors:
"main metaphor","metaphor one","metaphor two","metaphor three","metaphor five"
I may have over 1,000 lines of uneven length, some longer and some shorter. When I import the file into Gephi it creates a network of metaphors that I can analyse. How can I analyze metaphors and text in a similar way with Processing?
Can someone point me to examples of something similar? Thanks!