cadmiumcr / stemmer

MIT License
1 stars 1 forks source link

Refactor tokenize_and_stem to use fibers ? #5

Open rmarronnier opened 5 years ago

rmarronnier commented 5 years ago

The self.tokenize_and_stem method successively stems each element of the tokens array.

Maybe it could benefit from using fibers ?

@watzon : What do you think ? I can investigate and prepare a PR if you want.

watzon commented 5 years ago

Might be worth investigating