liblingua-en-tagger-perl 0.31-3 source package in Ubuntu

Changelog

liblingua-en-tagger-perl (0.31-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 27 Nov 2022 16:51:13 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblingua-en-tagger-perl_0.31-3.dsc 2.2 KiB f6a0b331d99283a67221a3a1b03fcc5c9f5608708cf7166dbbe49112de716736
liblingua-en-tagger-perl_0.31.orig.tar.gz 256.9 KiB 949e8c87e4808f7ba096b979220ff081bbe03b6d57890d2eecd4b83ae872e993
liblingua-en-tagger-perl_0.31-3.debian.tar.xz 2.8 KiB 321f228a0b06cffadb6d6755e0ba5e23b559076645931f434d11eef3963b2582

Available diffs

No changes file available.

Binary packages built by this source

liblingua-en-tagger-perl: part-of-speech tagger for English natural language processing

 Lingua::EN::Tagger is a perl module which implements a probability based,
 corpus-trained tagger that assigns POS tags to English text based on a lookup
 dictionary and a set of probability values. The tagger assigns appropriate
 tags based on conditional probabilities - it examines the preceding tag to
 determine the appropriate tag for the current word. Unknown words are
 classified according to word morphology or can be set to be treated as nouns
 or other parts of speech.
 .
 The tagger also extracts as many nouns and noun phrases as it can, using a
 set of regular expressions.