diff options
| -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" } ] |
