[ 源代码: golang-github-dataence-porter2 ]
软件包:golang-github-dataence-porter2-dev(0.0~git20150829.56e4718-5)
golang-github-dataence-porter2-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-dataence-porter2:
- [golang-github-dataence-porter2_0.0~git20150829.56e4718-5.dsc]
- [golang-github-dataence-porter2_0.0~git20150829.56e4718.orig.tar.xz]
- [golang-github-dataence-porter2_0.0~git20150829.56e4718-5.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
native Go high-performance Porter2 stemmer for English
Porter2 implements the Porter2 stemmer for English. It is written completely using finite state machines to do suffix comparison, rather than slower string-based or tree-based approaches.
This package also arranges to support usage under its historical upstream name, github.com/surgebase/porter2.