1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: libwordnet-querydata-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
wordnet-sense-index,
wordnet-base
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libwordnet-querydata-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libwordnet-querydata-perl.git
Homepage: https://metacpan.org/release/WordNet-QueryData
Testsuite: autopkgtest-pkg-perl
Package: libwordnet-querydata-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
wordnet-sense-index
Description: Perl interface to WordNet database
WordNet::QueryData provides a direct interface to the WordNet database files.
It allows the user direct access to the full WordNet semantic lexicon. All
parts of speech are supported and access is generally very efficient because
the index and morphical exclusion tables are loaded at initialization. This
initialization step is slow (appx. 10-15 seconds), but queries are very fast
thereafter -- thousands of queries can be completed every second.
|