Utility methods for generating labels for Twitter users and handling their storage and retrieval.
- Twitter user annotation based on crowdsourcing Twitter lists.
- Utility functions for integration with MongoDB, RabbitMQ and PServer
- Basic text pre-processing pipeline utilities.
- numpy
- scipy
- nltk
- twython
- pymongo
- celery
- networkx
To install for all users on Unix/Linux:
python3.4 setup.py build
sudo python3.4 setup.py install
Alternatively:
pip install reveal-user-annotation
In the .../reveal_user_annotation/text/res/stopwords/*
folder, there exist several files containing stopwords.
Among them, distributed are the Google english stopwords which are free to use.