I have a page full of text with repetitive words, and I need to find a way to map the similar words together by drawing a line between them. (it doesn't matter if it crosses the word or if it goes around it). What is the best way/library to do that using javascript/jquery?
The text is fixed, and the line drawing is the dynamic part. (depending on the word you choose).