File: control

package info (click to toggle)
python-pattern 2.6%2Bgit20150109-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 78,672 kB
  • sloc: python: 53,865; xml: 11,965; ansic: 2,318; makefile: 94
file content (29 lines) | stat: -rw-r--r-- 1,299 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
25
26
27
28
29
Source: python-pattern
Section: python
Priority: optional
Maintainer: Miriam Ruiz <miriam@debian.org>
Build-Depends:
 debhelper (>= 9), quilt, python-all, python-setuptools, dh-python,
 python-liblinear, python-libsvm, python-feedparser, python-bs4,
 python-simplejson, python-pdfminer, python-numpy, wordnet-base
Standards-Version: 4.2.1.1
X-Python-Version: >= 2.6
Homepage: http://www.clips.ua.ac.be/pages/pattern
Vcs-Git: git://git.debian.org/collab-maint/python-pattern.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/python-pattern.git;a=summary

Package: python-pattern
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
 python-liblinear, python-libsvm, python-feedparser, python-bs4,
 python-simplejson, python-pdfminer, python-numpy, wordnet-base
Description: web mining module for Python
 Pattern is a web mining module for the Python programming language. It has
 tools for data mining (Google, Twitter and Wikipedia API, a web crawler,
 a HTML DOM parser), natural language processing (part-of-speech taggers,
 n-gram search, sentiment analysis, WordNet), machine learning (vector space
 model, clustering, SVM), network analysis and <canvas> visualization.
 .
 The module is free, well-document and bundled with 50+ examples and
 350+ unit tests.