summaryrefslogtreecommitdiff
path: root/python/pattern/README
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@gmail.com>2013-02-10 01:03:02 -0600
committerErik Hanson <erik@slackbuilds.org>2013-02-14 00:26:52 -0600
commit25b787c4425bf4971443f7dc2836034fcbb18652 (patch)
tree75cfb04f1e48ec8c44f485c161f9188e889f6760 /python/pattern/README
parentbb8c10245e5e2f6b7e6c9e14040e9bd7bb0a40ad (diff)
downloadslackbuilds-25b787c4425bf4971443f7dc2836034fcbb18652.tar.gz
python/pattern: Added (a web mining module for Python)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'python/pattern/README')
-rw-r--r--python/pattern/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/python/pattern/README b/python/pattern/README
new file mode 100644
index 0000000000..a1c152e8a8
--- /dev/null
+++ b/python/pattern/README
@@ -0,0 +1,14 @@
+Pattern is a web mining module for the Python programming language.
+
+It bundles tools for data retrieval (Google + Twitter + Wikipedia API, web spider,
+HTML DOM parser), text analysis (rule-based shallow parser, WordNet interface,
+syntactical + semantical n-gram search algorithm, tf-idf + cosine similarity +
+LSA metrics), clustering and classification (k-means, k-NN, SVM), and data
+visualization (graph networks).
+
+The module is bundled with 30+ examples and 350+ unit tests.
+
+Pattern is written for Python 2.5+ (no support for Python 3 yet).
+
+The source code is licensed under BSD and available from
+http://www.clips.ua.ac.be/pages/pattern.