Add install to README
1 files changed, 6 insertions(+), 0 deletions(-) M README.md
M README.md => README.md +6 -0
@@ 8,6 8,12 @@ while preserving the original algorithm's shape. The porter2 stemming algorithm is described here: http://snowball.tartarus.org/algorithms/english/stemmer.html Install: ``` go get -u go.shabbyrobe.org/porter2 ``` This fork operates on bytes rather than runes internally, so may have issues with Unicode safety, though tests with UTF-8 chars are passing. Most of the algorithm is just matching on ASCII characters anyway, so it's highly unlikely