golang-github-sajari-fuzzy 1.0.0-2 source package in Ubuntu

Changelog

golang-github-sajari-fuzzy (1.0.0-2) unstable; urgency=medium

  * Source-only upload.

 -- Arthur Diniz <email address hidden>  Mon, 22 Apr 2024 20:42:33 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-sajari-fuzzy_1.0.0-2.dsc 2.2 KiB 3089654112e8b742af82c3cacaaa0c8d1835b5939acc595215696b544406c05f
golang-github-sajari-fuzzy_1.0.0.orig.tar.gz 2.3 MiB b1f2dfca87c5e90cab8bba66a8d1ec94981637a2cbf8855d8535f3a8c12800bd
golang-github-sajari-fuzzy_1.0.0-2.debian.tar.xz 3.3 KiB 58e7dea207ffecd69912a4e6ffc9e6de87464504f18c19f02db444fdeb724c3d

No changes file available.

Binary packages built by this source

golang-github-sajari-fuzzy-dev: Spell checking and fuzzy search suggestion written in Go (library)

 The sajari/fuzzy library is designed to provide fuzzy matching functionality
 within software applications.
 .
 Fuzzy matching is a technique used in computer science and natural language
 processing to identify approximate matches for strings or patterns, even when
 there are slight variations or discrepancies between them.
 .
 This library offers a range of functions and algorithms for fuzzy matching,
 enabling developers to compare strings or search for similar items within a
 dataset.
 .
 It may include various methods such as Levenshtein distance, Jaro-Winkler
 distance, or other similarity metrics to determine the degree of resemblance
 between strings.