File: control

package info (click to toggle)
python-mecab 0.99.3-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 412 kB
  • sloc: cpp: 6,480; python: 341; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,008 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
24
Source: python-mecab
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 7), python-all-dev, libmecab-dev (>= 0.99.3)
Standards-Version: 3.9.3
Homepage: http://sourceforge.net/projects/mecab/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-mecab/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-mecab/trunk/

Package: python-mecab
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
 mecab-jumandic | mecab-ipadic
Provides: ${python:Provides}
Description: mecab binding for Python
 Mecab is a morphological analysis system.  It reads Japanese
 sentences from the standard input, segments them into morpheme
 sequences, and outputs them to the standard output with many
 additional pieces of information (pronunciation, semantic
 information, etc).
 .
 python-mecab is binding for Python.