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

pyJASS Intergration with pyserini #1123

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

Commits on Feb 11, 2022

  1. Set up basis for JASS searcher

    Joel Mackenzie committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    0cc3d94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb4866b View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. initial commit for search

    prasys committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    04868b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Configuration menu
    Copy the full SHA
    5d97414 View commit details
    Browse the repository at this point in the history
  2. initial work on main class

    prasys committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    79a7184 View commit details
    Browse the repository at this point in the history
  3. made search more elegant

    prasys committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    2d5c1dc View commit details
    Browse the repository at this point in the history
  4. implemented convert_to_search

    prasys committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    0b1aa4d View commit details
    Browse the repository at this point in the history
  5. fix return error

    prasys committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    1bde926 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cfed6c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    047c9d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. initial start for batch_search

    prasys committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    1456366 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b411e81 View commit details
    Browse the repository at this point in the history
  3. cleaned up implementation

    prasys committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    fecc703 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    cab9da5 View commit details
    Browse the repository at this point in the history
  2. added support for jass_search

    prasys committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    cd887c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    249ebe6 View commit details
    Browse the repository at this point in the history
  4. some final fixes

    prasys committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    1e1ec1d View commit details
    Browse the repository at this point in the history
  5. Minor clean up

    Joel Mackenzie committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    c882ebd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca2d306 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    52f077a View commit details
    Browse the repository at this point in the history
  8. First step for prepbuilt

    Joel Mackenzie committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    67cad07 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    2cffa6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4593cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b739d0c View commit details
    Browse the repository at this point in the history
  4. Prefix 'jass' to prebuilt index strings

    Joel Mackenzie committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    6a052ac View commit details
    Browse the repository at this point in the history
  5. Revert some parameters to align with the Lucene API

    Joel Mackenzie committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    6fe29a4 View commit details
    Browse the repository at this point in the history
  6. More fixed for pre-built. Not quite ready yet...

    Joel Mackenzie committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    abc3fd9 View commit details
    Browse the repository at this point in the history
  7. first run of test_cases

    prasys committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    695806f View commit details
    Browse the repository at this point in the history
  8. updated searcher

    prasys committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    64e20a6 View commit details
    Browse the repository at this point in the history
  9. make it go fasterrrrrr!!!!

    prasys committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    0327ccc View commit details
    Browse the repository at this point in the history
  10. fix the bug

    prasys committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    a06a640 View commit details
    Browse the repository at this point in the history
  11. using list comprehension

    prasys committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    3b340a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Configuration menu
    Copy the full SHA
    4f59b56 View commit details
    Browse the repository at this point in the history
  2. Add new pre-built index hashes

    Joel Mackenzie committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    cf2453b View commit details
    Browse the repository at this point in the history
  3. updated unit test for pyjass

    prasys committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    0b780cb View commit details
    Browse the repository at this point in the history
  4. update pip requirements

    prasys committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    ca206d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. Configuration menu
    Copy the full SHA
    8c64a01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64c6fe2 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    2aadb8e View commit details
    Browse the repository at this point in the history