simple stemmer

This commit is contained in:
dmitri.iourinski 2016-12-28 23:14:26 -05:00
parent f79d0eb8d3
commit 1189866e23

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