golang-github-dataence-porter2 0.0~git20150829.56e4718-5ubuntu0.24.04.1 source package in Ubuntu
Changelog
golang-github-dataence-porter2 (0.0~git20150829.56e4718-5ubuntu0.24.04.1) noble-security; urgency=medium * No change rebuild due to golang-1.21 update -- Nishit Majithia <email address hidden> Fri, 12 Jul 2024 12:02:57 +0530
Upload details
- Uploaded by:
- Nishit Majithia
- Uploaded to:
- Noble
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-dataence-porter2_0.0~git20150829.56e4718.orig.tar.xz | 112.5 KiB | 338143a3dbdfb4d2d00ca60f54b14fa0cba5a262527cbb1488322852e041eb47 |
golang-github-dataence-porter2_0.0~git20150829.56e4718-5ubuntu0.24.04.1.debian.tar.xz | 4.5 KiB | 9ab4442b7a0e7eaa30cb3e50857db1a78b37938506602e616979b061f753f322 |
golang-github-dataence-porter2_0.0~git20150829.56e4718-5ubuntu0.24.04.1.dsc | 2.5 KiB | 6261b4b0b43f1276795a909be86dbfb957c3fe4fac85e2878ada9e5fdffcee4a |
Available diffs
Binary packages built by this source
- golang-github-dataence-porter2-dev: 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.
- suffixfsm: Go finite state machine generator for Porter2 stemmers
Suffixfsm generates Go finite state machines implementing the Porter2
stemming algorithm, as found in golang-github- dataence- porter2- dev.