ruby-classifier 1.3.4-4 source package in Ubuntu

Changelog

ruby-classifier (1.3.4-4) unstable; urgency=medium

  * Team upload

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Cédric Boutillier ]
  * Bump Standards-Version to 4.4.0 (no changes needed)
  * Drop compat file, rely on debhelper-compat and bump compat level to 12
  * Add upstream/metadata
  * Source-only upload to comply with bullseye testing migration

 -- Cédric Boutillier <email address hidden>  Tue, 10 Sep 2019 09:54:47 +0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe ruby
Noble release universe ruby
Mantic release universe ruby
Lunar release universe ruby
Jammy release universe ruby
Focal release universe ruby

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-classifier_1.3.4-4.dsc 1.7 KiB 1fb19c92ade59f1353fe0efe267a2af2a47cba274f3b6e889700c9e20328e7d0
ruby-classifier_1.3.4.orig.tar.gz 22.5 KiB 78b3931f09c39f45b3c93cc206b067aab3f5c0f494cf7d3ff34ccc26cc5fe694
ruby-classifier_1.3.4-4.debian.tar.xz 3.8 KiB 3789d12aed3c4f96df7824b7e2cbe81d3274d4e4613d09c42289a33eb57bcdf2

Available diffs

No changes file available.

Binary packages built by this source

ruby-classifier: Ruby module to allow Bayesian and other types of classifications

 Classifier is a general module to allow Bayesian and other types of
 classifications.
 .
 This package provides Bayes classifier and Latent Semantic
 Indexer. Bayesian Classifiers are accurate, fast, and have modest
 memory requirements. Latent Semantic Indexing engines are not as fast
 or as small as Bayesian classifiers, but are more flexible, providing
 fast search and clustering detection as well as semantic analysis of
 the text that theoretically simulates human learning.