diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-12-29 10:21:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-29 10:21:31 +0000 |
| commit | 47e79d2a778543e98d5d0930e6ef0456fdfc0406 (patch) | |
| tree | bc1e85bd1a7e3e514902e2cd13525bbb8771aa78 | |
| parent | 4f8560c771803577186107d8e3517e29981c9af2 (diff) | |
| parent | 68994a0f94c34f0832a5ec49abcb5669320acd7c (diff) | |
| download | packages-47e79d2a778543e98d5d0930e6ef0456fdfc0406.tar.gz packages-47e79d2a778543e98d5d0930e6ef0456fdfc0406.zip | |
Merge branch 'master' into master
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 35d6b8b..c5c3cd4 100644 --- a/packages.json +++ b/packages.json @@ -5605,5 +5605,18 @@ "description": "Actors library for Nim inspired by akka-actors", "license": "MIT", "web": "https://github.com/vegansk/nimactors" + }, + { + "name": "porter", + "url": "https://github.com/iourinski/porter", + "method": "git", + "tags": [ + "stemmer", + "multilanguage", + "snowball" + ], + "description": "Simple extensible implementation of Porter stemmer algorithm", + "license": "MIT", + "web": "https://github.com/iourinski/porter" } ] |
