You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I did a phrase search via a Japanese tokenizer(sudachi). But phrase search doesn't work as intended.
In my opinion, if include an unindexed term in a phrase query, the term will be ignored in phrase query.
Describe the bug
I did a phrase search via a Japanese tokenizer(sudachi). But phrase search doesn't work as intended.
In my opinion, if include an unindexed term in a phrase query, the term will be ignored in phrase query.
example code is below.
https://github.com/po3rin/python_playground/blob/master/try-pyterrier/sudachi.ipynb
dependencies
I referred to the code below when searching Japanese.
https://colab.research.google.com/github/terrier-org/pyterrier/blob/master/examples/notebooks/non_en_retrieval.ipynb
Expected behavior
If it does not contain a term that is not indexed, we expect the search to end without a hit.
Documentation and Issues
The text was updated successfully, but these errors were encountered: