python/pattern: Update README.

This commit is contained in:
B. Watson 2016-11-06 17:17:12 -05:00 committed by Willy Sudiarto Raharjo
parent 120cd0a5bd
commit 9c6ae9837d
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -1,10 +1,12 @@
pattern (a web mining module for Python)
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).
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.