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:
- Using snippets from the code with examples in ipynbs to demonstate functionality
- Fixing issues with the current POS.
- 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.
3.4+
BSD