-
When using pystemmer for stemming, the retrieval is not optimal, and I want to try out other stemming methods like porter etc, which NLTK provides. But when I pass this to BM25s, I get an error
Is NLTK stemmer incompatible with this library or is there a workaround? thank you |
Beta Was this translation helpful? Give feedback.
Answered by
aflip
Oct 29, 2024
Replies: 1 comment 3 replies
-
the stemmer must be a callable function, e.g. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
done, #77