5

I want to use ws4j to calculate similarity between two sentence. I am using the Online Demo of WS4J @ WS4J Online demo

I am using the default example sentences given by WS4J. After entering the sentence and hitting on calculate similarity button, i am getting the following output:enter image description here

Here i am getting the similarity between individual tokens of the sentence.
How do i proceed further from here.I want to get a single value (say 0.5 or 0.8) which denotes the similarity of these 2 sentences.
Is there a standard way of proceeding from here or will i have to write my own algorithm?

Stephan
  • 41,764
  • 65
  • 238
  • 329
Manish
  • 179
  • 2
  • 11

1 Answers1

1

will i have to write my own algorithm?

Yes. Check this example out.

Community
  • 1
  • 1
Klerisson
  • 312
  • 1
  • 2
  • 17