python-pynlpl 1.2.9-1 source package in Ubuntu

Changelog

python-pynlpl (1.2.9-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Standards-Version: 4.4.1
  * debhelper compatibility level 12: debhelper-compat (= 12)
  * drop python-pynlpl (remove python2). Closes: #938080.
  * update Vcs tags to salsa.debian.org
  * Build-Depends: python3-httplib2 (>= 0.6),
     python3-lxml (>= 2.2),
     python3-numpy
  * add debian patch skip_folia_tests.patch to skip FoLiA tests (folia
    and FQN).  example.xml is not available for them.
  * debian/tests Restrictions: allow-stderr (to ignore deprecation
    warning about pynlpl.formats.folia)

 -- Drew Parsons <email address hidden>  Sun, 20 Oct 2019 22:12:14 +0800

Upload details

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

See full publishing history Publishing

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pynlpl_1.2.9-1.dsc 2.1 KiB 5520e3c36dcfcc2cd41e3c437912911d41b57582cf9f74bfa8bfdba00e1d003a
python-pynlpl_1.2.9.orig.tar.gz 271.4 KiB a7f9db301fe03ac3c98b115a3d000e52cfff46fad10d8df849708a0838a548e5
python-pynlpl_1.2.9-1.debian.tar.xz 4.0 KiB 0f97800ce1371e52c8e6cab56b86e6400630ef9333b8b73376f7f76ed6d3dac7

Available diffs

No changes file available.

Binary packages built by this source

python3-pynlpl: PyNLPl is a library for Natural Language Processing (Python 3 version)

 PyNLPl, pronounced as 'pineapple', is a Python library for Natural Language
 Processing. It contains various modules useful for common, and less common,
 NLP tasks. PyNLPl can be used for basic tasks such as the extraction of
 n-grams and frequency lists, and to build simple language models. It also
 contains complex data types and algorithms. Moreover, it includes parsers for
 file formats common in NLP (e.g. FoLiA/Giza/Moses/ARPA/Timbl/CQL) and clients
 to interface with various NLP specific servers. PyNLPl most notably features a
 very extensive library for working with FoLiA XML (Format for Linguistic
 Annotation).
 .
 This is the Python 3 version.