Git Product home page Git Product logo

Comments (1)

maxbachmann avatar maxbachmann commented on June 8, 2024

Most of the library is MIT licensed, since it directly uses the implementations from RapidFuzz. You can directly use https://github.com/maxbachmann/RapidFuzz for these parts as well. Possibly this could be documented to make clear that parts of the library are licensed under the MIT license. The only parts which are under a GPL license are:

  • Levenshtein.quickmedian
  • Levenshtein.median
  • Levenshtein.median_improve
  • Levenshtein.setratio
  • Levenshtein.seqratio

These implementations got written by the original author of the library and so I can't simply change their license. To change their license I would need to rewrite these algorithms from scratch. To my knowledge these algorithms are not used a lot, since as the name suggests most people use the library for levenshtein calculations. I might still rewrite them at some point, but I have a lot of other things to do in my open source projects and so this might take quite a while.

AFAIK the biggest part in a rewrite would be finding something like a paper describing these algorithms that could be used as basis for a new clean room implementation.

from levenshtein.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.