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

Renaming the repository and package to whoosh-reloaded. #31

Merged
merged 15 commits into from
Feb 1, 2024

Commits on Feb 1, 2024

  1. Renaming package to whoosh-reloaded so we can publish it to a new pro…

    …ject on PyPi since we do not have access to the old whoosh project in PyPi.
    ZeroCool940711 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a673d61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3999c4d View commit details
    Browse the repository at this point in the history
  3. More files renamed.

    ZeroCool940711 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8eff91e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    233fc65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    286ce04 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a8580a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1892b76 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f8dab49 View commit details
    Browse the repository at this point in the history
  9. Added some missing files that are required by other files and tests. …

    …These files were probably removed for a reason and their function might be changed and implemented in a different way but for now I will be adding them back since all the tests now pass and some things seem to be needed. We can later remove them again if need be.
    ZeroCool940711 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    daf6441 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bd988d2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f561511 View commit details
    Browse the repository at this point in the history
  12. Attempting to fix issues with jieba. We are importing it from our own…

    … repo since the original has been abandoned for a while and we modified it to attemtp to fix some issues it has with python 3.9+
    ZeroCool940711 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    c7fed83 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    867a7d2 View commit details
    Browse the repository at this point in the history
  14. More fixes for jieba.

    ZeroCool940711 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    6771b15 View commit details
    Browse the repository at this point in the history
  15. Removed jieba since it doesnt work. We need to figure out a better wa…

    …y to test for Chinese overlapping words.
    ZeroCool940711 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a21c8a9 View commit details
    Browse the repository at this point in the history