Re: [TEXT-2] Add Jaccard Index and Jaccard Distance

2016-11-18 Thread don jeba
ill also implementĀ EditDistance. Regards,Don Jeba. From: Rob Tompkins To: Commons Developers List Sent: Thursday, 17 November 2016 7:45 PM Subject: Re: [TEXT-2] Add Jaccard Index and Jaccard Distance Hello Don, Just as an FYI I just added an interface that is a weakening of the full &qu

Re: [TEXT-2] Add Jaccard Index and Jaccard Distance

2016-11-17 Thread Rob Tompkins
Hello Don, Just as an FYI I just added an interface that is a weakening of the full "metric" mathematical definition called "SimilarityScore" (mainly for the JaroWinkler distance), but as this satisfies the triangle inequality and all of the other metric axioms it should implement EditDistance,

[TEXT-2] Add Jaccard Index and Jaccard Distance

2016-11-16 Thread don jeba
Hello,I am planning to work on this ticket TEXT-2. I need your guidance on naming/placing the class file for implementing this. The ask in the ticket is to get Jaccard Index [measures similarity] and Jaccard Distance [measures dissimilarity]. Below is what I am planning to do. Add a new class Jac