File: control

package info (click to toggle)
libwordnet-querydata-perl 1.48-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 112 kB
  • ctags: 39
  • sloc: perl: 958; makefile: 17
file content (23 lines) | stat: -rw-r--r-- 1,192 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: libwordnet-querydata-perl
Section: perl
Priority: extra
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.8.8), wordnet-sense-index, wordnet-base
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
 Franck Joncourt <franck.mail@dthconnex.com>
Standards-Version: 3.8.1
Homepage: http://search.cpan.org/dist/WordNet-QueryData/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwordnet-querydata-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libwordnet-querydata-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.