I was wondering of anyone have a reference of information talking about semantic distance/similarity between 2 words in a sentence BASED on counting the words that separate between these 2 words? Example:
"The student went to the university to learn about the facts of life"
so if the distance threshold is 3 token then:
"student" and "university" will be connected by an edge (distance 3 words)
" facts and "life" will be connected by an edge (distance 1)
"student" and "Fact" will not be connected (distance 8)
etc.