mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/pattern: Update README.
This commit is contained in:
parent
120cd0a5bd
commit
9c6ae9837d
1 changed files with 7 additions and 5 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue