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 Shingle and ShingleSlidingWindow #11

Merged
merged 5 commits into from Nov 21, 2021

Commits on Nov 12, 2021

  1. Add Shingle and ShingleSlidingWindow

    Shriprajwal K authored and Shriprajwal K committed Nov 12, 2021
    Copy the full SHA
    6dafd9c View commit details
    Browse the repository at this point in the history
  2. Lint shingle.go

    Shriprajwal K authored and Shriprajwal K committed Nov 12, 2021
    Copy the full SHA
    74511b4 View commit details
    Browse the repository at this point in the history
  3. Fix golangci-lint error

    Shriprajwal K authored and Shriprajwal K committed Nov 12, 2021
    Copy the full SHA
    7e881e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Remove ShingleSlidingWindow

    Shriprajwal K authored and Shriprajwal K committed Nov 17, 2021
    Copy the full SHA
    e7151bf View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. feat: add k-gram shingle to Jaccard/Cosine sim

    test: update unit tests for Cosine/Jaccard with shingle
    hbollon committed Nov 19, 2021
    Copy the full SHA
    f504a05 View commit details
    Browse the repository at this point in the history