Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 9738 invoked from network); 1 Mar 2010 07:10:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Mar 2010 07:10:26 -0000 Received: (qmail 52743 invoked by uid 500); 28 Feb 2010 22:04:26 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 52640 invoked by uid 500); 28 Feb 2010 22:04:26 -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 52461 invoked by uid 99); 28 Feb 2010 22:04:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Feb 2010 22:04:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Feb 2010 22:04:26 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DDB40234C4A9 for ; Sun, 28 Feb 2010 22:04:05 +0000 (UTC) Message-ID: <261751595.23701267394645907.JavaMail.jira@brutus.apache.org> Date: Sun, 28 Feb 2010 22:04:05 +0000 (UTC) From: "Benson Margulies (JIRA)" To: issues@commons.apache.org Subject: [jira] Updated: (LANG-591) A more complex Levenshtein distance would be useful In-Reply-To: <2110594971.112381265593888140.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LANG-591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benson Margulies updated LANG-591: ---------------------------------- Attachment: LANG-591.diff Updated patch. > A more complex Levenshtein distance would be useful > --------------------------------------------------- > > Key: LANG-591 > URL: https://issues.apache.org/jira/browse/LANG-591 > Project: Commons Lang > Issue Type: New Feature > Components: lang.* > Affects Versions: 3.0 > Reporter: Benson Margulies > Fix For: 3.1 > > Attachments: LANG-591.diff > > > For some applications, it is necessary to get insert/delete/substitution counts from the distance algorithm. I am attaching a patch that provides this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.