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 Pocket Published Component Section
Noble updates universe misc
Noble security universe misc

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.