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

field-query matching feature #50

Closed
shuttie opened this issue Oct 1, 2020 · 1 comment
Closed

field-query matching feature #50

shuttie opened this issue Oct 1, 2020 · 1 comment

Comments

@shuttie
Copy link
Collaborator

shuttie commented Oct 1, 2020

TF/IDF or BM25. Or something custom. The main problem with tfidf is that it depends on term frequency, which is constantly changing for existing documents while you're adding new documents. So maybe smth like BoW intersection over union for a field and query.

@shuttie
Copy link
Collaborator Author

shuttie commented Dec 6, 2020

fixed in master

@shuttie shuttie closed this as completed Dec 6, 2020
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

No branches or pull requests

1 participant