From 1189866e231394cfab13f9595eb44e83c99380f4 Mon Sep 17 00:00:00 2001 From: "dmitri.iourinski" Date: Wed, 28 Dec 2016 23:14:26 -0500 Subject: [PATCH] simple stemmer --- packages.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 1fb61a0..29c931e 100644 --- a/packages.json +++ b/packages.json @@ -5593,5 +5593,18 @@ "description": "Wrapper around the Linux framebuffer driver ioctl API", "license": "MIT", "web": "https://github.com/luked99/linuxfb.nim" - } + }, + { + "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" + } ]