huonw / spellck

A spell-checker for Rust code.
Apache License 2.0
18 stars 4 forks source link

Stemming #16

Closed sinistersnare closed 10 years ago

sinistersnare commented 10 years ago

This adds stemming support through the [rust-stem](https://github.com/mrordinaire/rust-stem library, using the Porter stemming algorithm.

r?

huonw commented 10 years ago

Could you remove the update to latest nightly and the merge commit?

sinistersnare commented 10 years ago

Well, I tried to, and instead I added 4 commits....lets try again!