Return-Path: X-Original-To: apmail-mahout-user-archive@www.apache.org Delivered-To: apmail-mahout-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1C4F99DB9 for ; Mon, 19 Mar 2012 20:10:32 +0000 (UTC) Received: (qmail 61193 invoked by uid 500); 19 Mar 2012 20:10:30 -0000 Delivered-To: apmail-mahout-user-archive@mahout.apache.org Received: (qmail 61144 invoked by uid 500); 19 Mar 2012 20:10:30 -0000 Mailing-List: contact user-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@mahout.apache.org Delivered-To: mailing list user@mahout.apache.org Delivered-To: moderator for user@mahout.apache.org Received: (qmail 50142 invoked by uid 99); 19 Mar 2012 20:07:27 -0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dawid.weiss@gmail.com designates 209.85.213.42 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=4LQJ9WsxeRmbSdcs3YRYhm6f8wGHR1ljBb9g/aG1ae4=; b=qsyGOHzFxDhzAnkd2vIxMGo70yKNEiid6BWLdeHz5Bn+8PlRb6GOhDZVqWypngWCEm U2xVDLBsR4/xvkNZUZ8IvotcDEtjE2JWgOSNlTdXc3Z/Mq+QANuJisitT2B5eru8w34/ qP9Rx4aNz4jTe3e9147LOOwQhvdxSuv8CLKdXGLhWUasBzaujib8QLaGOgLSjkwfozuw Qo6Ny07JPvt9NckgSdugF4jbhI8E8FPA07lYvw1agNTxuj3l5vbboslWX5LxqCNFe7Wr Ai4KQp57LWWzrar7up++np9FdGOhcUFWqQ3iqiXZ41udohw7mdNGeTPcEQ7g8T/mRVao RNBA== MIME-Version: 1.0 Sender: dawid.weiss@gmail.com In-Reply-To: References: From: Dawid Weiss Date: Mon, 19 Mar 2012 21:06:40 +0100 X-Google-Sender-Auth: oDA0aY8ESFBR-F6mXXJZ2PD1xlc Message-ID: Subject: Re: Edit Distance To: user@mahout.apache.org, ahmed.elmasri@gmail.com Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org This isn't of immediate relevance to you perhaps, but my friend once did a comparison of string edit distance metrics for name matching correction. http://www.mendeley.com/research/comparison-string-distance-metrics-namematching-tasks-3/ Dawid On Mon, Mar 19, 2012 at 4:44 PM, Ahmed Abdeen Hamed wrote: > Hello, > > Does Mahout have support for Edit Distance between two Strings? I looked on > the web but can't find anything. Please let me know if it does. > > Thanks very much, > > -Ahmed