Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Functionalities #75

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Add Functionalities #75

wants to merge 16 commits into from

Commits on May 20, 2020

  1. Add Damerau-Levenshtein metric

    It satisfies the triangle inequality, qualifies as a metric.
    1. Introduces transposition edit cost
    2. Not restricted by the assumption that every subsequence can only be edited once.
    parantak committed May 20, 2020
    Configuration menu
    Copy the full SHA
    066714f View commit details
    Browse the repository at this point in the history
  2. Update test_char_metrics

    Update with Damerau-Levenshtein tests.
    parantak committed May 20, 2020
    Configuration menu
    Copy the full SHA
    14a012d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc3bf9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a85cd6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01559af View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Merge pull request #1 from SforAiDl/master

    Sync
    parantak committed May 21, 2020
    Configuration menu
    Copy the full SHA
    4eb0b64 View commit details
    Browse the repository at this point in the history
  2. Add OSA to Levenshtein

    Different from Damerau-Levenshtein. This has a restrictive assumption.
    parantak committed May 21, 2020
    Configuration menu
    Copy the full SHA
    2922419 View commit details
    Browse the repository at this point in the history
  3. Add test for OSA

    parantak committed May 21, 2020
    Configuration menu
    Copy the full SHA
    9de9103 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Import addition

    parantak committed May 22, 2020
    Configuration menu
    Copy the full SHA
    35eb880 View commit details
    Browse the repository at this point in the history
  2. Docstring change

    minor documentation fix
    parantak committed May 22, 2020
    Configuration menu
    Copy the full SHA
    b05f67e View commit details
    Browse the repository at this point in the history
  3. Add new preprocessing directory

    See if this structure and then we can start implementing the filters
    parantak committed May 22, 2020
    Configuration menu
    Copy the full SHA
    6d9810a View commit details
    Browse the repository at this point in the history
  4. Add Stemming

    parantak committed May 22, 2020
    Configuration menu
    Copy the full SHA
    077868d View commit details
    Browse the repository at this point in the history
  5. Add test_preprocessing

    parantak committed May 22, 2020
    Configuration menu
    Copy the full SHA
    1e1642c View commit details
    Browse the repository at this point in the history
  6. Update requirements.txt

    parantak committed May 22, 2020
    Configuration menu
    Copy the full SHA
    a3201eb View commit details
    Browse the repository at this point in the history
  7. Minor bug fix!

    parantak committed May 22, 2020
    Configuration menu
    Copy the full SHA
    12c7e78 View commit details
    Browse the repository at this point in the history
  8. Testing bug fixed.

    parantak committed May 22, 2020
    Configuration menu
    Copy the full SHA
    05597a1 View commit details
    Browse the repository at this point in the history