aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-12-29 10:18:47 +0000
committerGitHub <noreply@github.com>2016-12-29 10:18:47 +0000
commit68994a0f94c34f0832a5ec49abcb5669320acd7c (patch)
treece43ae6d263927b34fb5339a845d87fc8a48c0d5
parentf79d0eb8d3a02b70311d4613a57455f3c2c30368 (diff)
parent1189866e231394cfab13f9595eb44e83c99380f4 (diff)
downloadpackages-68994a0f94c34f0832a5ec49abcb5669320acd7c.tar.gz
packages-68994a0f94c34f0832a5ec49abcb5669320acd7c.zip
Merge pull request #444 from iourinski/master
simple stemmer
-rw-r--r--packages.json15
1 files changed, 14 insertions, 1 deletions
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"
+ }
]