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: approximate words search #5

Merged
merged 5 commits into from
Jan 9, 2022
Merged

add: approximate words search #5

merged 5 commits into from
Jan 9, 2022

Conversation

jarvis0
Copy link
Owner

@jarvis0 jarvis0 commented Jan 8, 2022

No description provided.

@jarvis0 jarvis0 marked this pull request as ready for review January 9, 2022 00:02
@jarvis0 jarvis0 merged commit 96991e1 into main Jan 9, 2022
@jarvis0 jarvis0 deleted the approximate_search branch January 9, 2022 00:02
jarvis0 added a commit that referenced this pull request Feb 16, 2022
* add: linear search

* add: approximate lookup query

* fix: OkapiBM25 ranker

* fix: okapiBM25 bug

* add: decoupling query expansion from lexicon
jarvis0 added a commit that referenced this pull request Feb 17, 2022
* BM25 ranker (#3)

* add: bm25 implementation

* add: comparison with another BM25Plus implementation

* fix: bm25plus calculation

* refactor: general

* add: index dump and load

* add: lfs

* fix: BM25 ranker

* fix: DS_Store

* add: approximate words search (#5)

* add: linear search

* add: approximate lookup query

* fix: OkapiBM25 ranker

* fix: okapiBM25 bug

* add: decoupling query expansion from lexicon

* add: semantic query expansion (#6)

* fix: pickle dumps

* add: fasttext embeddings learning

* add: fasttext embeddings learning

* add: semantic query expansion

* add: images drawing (#7)

* add: flask webapp (#8)

* add: first working webapp

* add: first working flask app

* add: working incremental search

* fix: better handling of post events with delay

* fix: issue with js pointer

* refactoring

* fix: minor refactoring

* add: cli for typing assistant (#9)

* add: cli for typing assistant

* fix: refactoring

* fix: refactoring

* fix: refactoring with context manager

* update: gitignore

* fix: static methods position

* add: stop terms removal at indexing step

* add: stop terms removal at indexing step

* remove: stop terms removal step

* remove: stop terms removal step

* add: stop terms removal step

* add: unigrams calculation

* add: biigrams calculation

* add: trigrams and next word prediction

* fix: lfs history

* fix: merge

* add: regex context

* add: regex context

* fix: empty next term prediction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant