Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 25EB9200BF4 for ; Thu, 22 Dec 2016 22:00:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 248EF160B1B; Thu, 22 Dec 2016 21:00:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 99E17160B26 for ; Thu, 22 Dec 2016 21:59:59 +0100 (CET) Received: (qmail 38240 invoked by uid 500); 22 Dec 2016 20:59:58 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 38184 invoked by uid 99); 22 Dec 2016 20:59:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Dec 2016 20:59:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9BDBD2C1F56 for ; Thu, 22 Dec 2016 20:59:58 +0000 (UTC) Date: Thu, 22 Dec 2016 20:59:58 +0000 (UTC) From: "Rob Tompkins (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (TEXT-32) We want a wider variety of edit distances/similarity scores. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 22 Dec 2016 21:00:00 -0000 [ https://issues.apache.org/jira/browse/TEXT-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15771072#comment-15771072 ] Rob Tompkins commented on TEXT-32: ---------------------------------- Pull Request: https://github.com/apache/commons-text/pull/21 > We want a wider variety of edit distances/similarity scores. > ------------------------------------------------------------ > > Key: TEXT-32 > URL: https://issues.apache.org/jira/browse/TEXT-32 > Project: Commons Text > Issue Type: New Feature > Reporter: Rob Tompkins > Assignee: Rob Tompkins > > Currently we have: > {code} > CosineDistance.java > CosineSimilarity.java > FuzzyScore.java > HammingDistance.java > JaccardDistance.java > JaccardSimilarity.java > JaroWinklerDistance.java > LevenshteinDetailedDistance.java > LevenshteinDistance.java > LevenshteinResults.java > {code} > We wish to have a larger list of edit distances than this. -- This message was sent by Atlassian JIRA (v6.3.4#6332)