dkpro / dkpro-similarity

Word and text similarity measures
https://dkpro.github.io/dkpro-similarity
Other
53 stars 22 forks source link

WordNGramJaccardMeasure is case insensitive #12

Closed nicolaierbs closed 9 years ago

nicolaierbs commented 9 years ago

Original issue 12 created by dkpro on 2013-08-03T09:35:08.000Z:

What steps will reproduce the problem?

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

nicolaierbs commented 9 years ago

Comment #1 originally posted by dkpro on 2013-08-03T09:50:47.000Z:

Fixed in recent snapshot by adding a parameter. New default behaviour is not to convert to lower case. This might change the outcome of experiments using the latest snapshot.