~shabbyrobe/go-porter2

65fd2ebc8cecbf1307d020607c64759288397ebe — Blake Williams 1 year, 3 months ago ddf3d6d master
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