Is there an easy way to highlight/markup the matched tokens in the result documents returned by wink-bm25-text-search search method? #131
Unanswered
bc2009
asked this question in
Help on coding
Replies: 1 comment
-
Here are two immediate suggestions for addressing it:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
for example, for the example provided in the repo, is there a way to highlight the words
never
,studied
, andlaw
in the results? Looks like we can get the tokens by runningprepTask()
but these may not be the original words (like query hasnot
but original isnever
).Beta Was this translation helpful? Give feedback.
All reactions