From 517daaf856e1c8800309596b5312326235ac3948 Mon Sep 17 00:00:00 2001 From: Utkarsh Rai Date: Sat, 18 Mar 2017 21:25:21 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3af3db..64ec517 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ -# grasp \ No newline at end of file +# Grasp: A python3 tool for web extraction and sentiment analysis +## Goal: Releasing a well documented version equipped with a POS tagger and example sentiment analysers +The code is currently in one .py file. Almost done.The work shall be divided into the following: +1. Using snippets from the code with examples in ipynbs to demonstate functionality +2. Fixing issues with the current POS. +3. Building and posting a sentiment analyser + + Grasp is a web mining module for Python3. It has tools for: + * Data Mining: web services (Google, Twitter, Wikipedia), web crawler, HTML DOM parsER + * Natural Language Processing: part-of speech taggers, n-gram search, sentiment analysis, WordNet + * Machine Learning: vector space model, clustering, classification (KNN, SVM, Perceptron) + * Network Analysis: graph centrality and visualization. +## Version +3.4+ From 99cfe518c7d25ef381bf720472a87e96f4ac5256 Mon Sep 17 00:00:00 2001 From: Utkarsh Rai Date: Tue, 21 Mar 2017 17:03:44 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 64ec517..6bbadb9 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,5 @@ The code is currently in one .py file. Almost done.The work shall be divided int * Network Analysis: graph centrality and visualization. ## Version 3.4+ +## License +BSD