Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: xhluca/bm25s
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.4
Choose a base ref
...
head repository: xhluca/bm25s
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.5
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    48d9f55 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    xhluca authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    720172c View commit details
    Browse the repository at this point in the history
  3. Update README.md (#83)

    xhluca authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f161fba View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Added support for saving and loading non ASCII chars in corpus and vo…

    …cab (#86)
    
    * Added support for saving and loading non ASCII chars in corpus and vocab
    
    * Added kwargs in json_functions for ensure_ascii parameter
    
    * Added ensure_ascii = False in tokenization
    
    * Added the test in #79
    
    * Remodified the assertion as per github action
    IssacXid authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    db53725 View commit details
    Browse the repository at this point in the history
  2. Update README.md (#87)

    clarify that the example returned docs but the comment said it returned IDs
    mrisher authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c4fef24 View commit details
    Browse the repository at this point in the history
Loading