golang-github-dataence-porter2 0.0~git20150829.56e4718-5ubuntu0.24.04.2 source package in Ubuntu
Changelog
golang-github-dataence-porter2 (0.0~git20150829.56e4718-5ubuntu0.24.04.2) noble-security; urgency=medium * No change rebuild due to golang-1.22 update -- Evan Caville <email address hidden> Fri, 08 Nov 2024 16:48:17 +1000
Upload details
- Uploaded by:
- Evan Caville
- Uploaded to:
- Noble
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Noble | updates | universe | misc | |
Noble | security | universe | misc |
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.2.debian.tar.xz | 4.5 KiB | db5f473b66ba18750920757d09f297ddf759521baa668352b5263fd261388c97 |
golang-github-dataence-porter2_0.0~git20150829.56e4718-5ubuntu0.24.04.2.dsc | 2.6 KiB | 6064b2ac7f68c8c9e8942888cb51a5723cc260e2e44996131a44c259c18e68fc |
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.