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
How easily can we support other stemmers? This will be necessary for e.g., the TREC NeuCLIR track.
Right now, performing stemming as a pipeline step and a Pisa stemmer of none works. But it may be more convenient for users if this could be a property of the PisaIndex itself.
As suggested by @amallia -- also need to check whether the krovetz stemmer works as intended -- was added to PISA but not tested.
The text was updated successfully, but these errors were encountered:
I think I prefer the PyTerrier route over trying to shoehorn a Python function into Pisa for stemming. It's the same suggestion we give for Terrier indexing as well.
How easily can we support other stemmers? This will be necessary for e.g., the TREC NeuCLIR track.
Right now, performing stemming as a pipeline step and a Pisa stemmer of none works. But it may be more convenient for users if this could be a property of the PisaIndex itself.
As suggested by @amallia -- also need to check whether the krovetz stemmer works as intended -- was added to PISA but not tested.
The text was updated successfully, but these errors were encountered: