liblingua-en-tagger-perl 0.28-1 source package in Ubuntu

Changelog

liblingua-en-tagger-perl (0.28-1) unstable; urgency=medium

  * New upstream release.
  * Drop patch use-nstore-for-datafiles, applied upstream.

 -- gregor herrmann <email address hidden>  Tue, 27 Dec 2016 01:53:56 +0100

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
Bionic release universe perl

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblingua-en-tagger-perl_0.28-1.dsc 2.3 KiB 22eac274c4bd9cefa1ed128859ab69ad47af7e929206cb07affde6d50268b604
liblingua-en-tagger-perl_0.28.orig.tar.gz 256.8 KiB 0a33175de9d770021270855c064aaa7199c2c3c96a41fb1a28418783da10a2e6
liblingua-en-tagger-perl_0.28-1.debian.tar.xz 2.7 KiB 884e634867dc1bf9e1ddc1f01a86d4410912d843fefcd718d16939fc2950d019

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.