CurrySoftware / rust-stemmers

A rust implementation of some popular snowball stemming algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithm should be copy or create should take a reference

m4b opened this issue · comments

commented

Otherwise there is no way to create a stemmer from a reference

And thanks for the crate !

Yes obviously...
This was already in the code but not published on crates.io, sorry.

Find version 1.0.2, that implements Copy for Algorithm here

commented

Awesome, thanks!