Skip to content

Commit

Permalink
[MINOR:TYPO] Query Rewriting & Expansion #403
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacdonald authored Oct 10, 2023
2 parents 6e4b11e + 6d999e0 commit a8e736d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rewrite.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ previous query reformulation can be obtained by inclusion of a reset transformer
Tokenising the Query
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Sometimes your query can include sybmols that arent compatible with how your retriever parses the query.
Sometimes your query can include symbols that aren't compatible with how your retriever parses the query.
In this case, a custom tokeniser can be applied as part of the retrieval pipeline.

.. autofunction:: pyterrier.rewrite.tokenise()
Expand Down

0 comments on commit a8e736d

Please sign in to comment.