octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #49375] pkg name similarity measurement is off


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #49375] pkg name similarity measurement is off / too simplistic
Date: Tue, 18 Oct 2016 09:52:17 +0000 (UTC)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0

Follow-up Comment #4, bug #49375 (project octave):

Hi,

We actually had a more advanced mechanism for computing
string distances in an old version of odepkg that was based
on Levenshtein metric <https://en.wikipedia.org/wiki/Levenshtein_distance>

The code can be recovered from the repository here:

c++ version
<https://sourceforge.net/p/octave/odepkg/ci/d9bb1e49896fedcdb0d1a76101eeff8ac0ea2fea/tree/inst/string_compare/levenshtein.cc>

or here

m-file
<https://sourceforge.net/p/octave/odepkg/ci/d9bb1e49896fedcdb0d1a76101eeff8ac0ea2fea/tree/inst/string_compare/fuzzy_compare.m>

the function fuzzy_compare
<https://sourceforge.net/p/octave/odepkg/ci/d9bb1e49896fedcdb0d1a76101eeff8ac0ea2fea/tree/inst/string_compare/fuzzy_compare.m>
finds the best match of a given string within a set of allowed strings and
would be useful in this context.



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49375>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]