Merge pull request #444 from iourinski/master

simple stemmer
This commit is contained in:
Dominik Picheta 2016-12-29 10:18:47 +00:00 committed by GitHub
commit 68994a0f94

View File

@ -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"
}
]