Source: yamcha
Section: science
Priority: optional
Maintainer: Giulio Paci <giuliopaci@gmail.com>
Build-Depends: autotools-dev,
 cdbs (>= 0.4.85~),
 debhelper (>= 9~),
 dh-buildinfo,
 devscripts,
 libtool,
 automake1.11,
 autoconf,
 dpkg-dev (>= 1.16.2),
 tinysvm,
 darts,
 swig,
 help2man,
 man2html
Standards-Version: 3.9.4
Vcs-Git: git://git.debian.org/git/collab-maint/yamcha.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/yamcha.git
Homepage: http://www.chasen.org/~taku/software/yamcha/

Package: yamcha
Architecture: any
Depends: libyamcha1 (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends},
Recommends: make, perl, tinysvm
Built-Using: ${misc:Built-Using}
Description: general purpose chunker annotator
 YamCha is a generic, customizable, and open source text chunker
 oriented toward a lot of NLP tasks, such as POS tagging, Named Entity
 Recognition, base NP chunking, and Text Chunking. YamCha is using a
 state-of-the-art machine learning algorithm called Support Vector
 Machines (SVMs), first introduced by Vapnik in 1995.

Package: libyamcha-dev
Architecture: any
Section: libdevel
Depends: libyamcha1 (= ${binary:Version}),
         ${misc:Depends}
Built-Using: ${misc:Built-Using}
Description: general purpose chunker annotator - development files
 YamCha is a generic, customizable, and open source text chunker
 oriented toward a lot of NLP tasks, such as POS tagging, Named Entity
 Recognition, base NP chunking, and Text Chunking. YamCha is using a
 state-of-the-art machine learning algorithm called Support Vector
 Machines (SVMs), first introduced by Vapnik in 1995.
 .
 This package provides development headers for YamCha.

Package: libyamcha1-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libyamcha1 (= ${binary:Version}),
         ${misc:Depends}
Description: general purpose chunker annotator - debug symbols
 YamCha is a generic, customizable, and open source text chunker
 oriented toward a lot of NLP tasks, such as POS tagging, Named Entity
 Recognition, base NP chunking, and Text Chunking.
 .
 This package provides the detached debug symbols for the YamCha
 library.

Package: libyamcha1
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: general purpose chunker annotator - runtime library
 YamCha is a generic, customizable, and open source text chunker
 oriented toward a lot of NLP tasks, such as POS tagging, Named Entity
 Recognition, base NP chunking, and Text Chunking. YamCha is using a
 state-of-the-art machine learning algorithm called Support Vector
 Machines (SVMs), first introduced by Vapnik in 1995.
 .
 This package contains the YamCha runtime library.