Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# grasp
# 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+
## License
BSD