Skip to content

chenkaigithub/reveal-user-annotation

 
 

Repository files navigation

reveal-user-annotation

Utility methods for generating labels for Twitter users and handling their storage and retrieval.

Includes

  • Twitter user annotation based on crowdsourcing Twitter lists.
  • Utility functions for integration with MongoDB, RabbitMQ and PServer
  • Basic text pre-processing pipeline utilities.

Install

Required packages

  • numpy
  • scipy
  • nltk
  • twython
  • pymongo
  • celery
  • networkx

Installation

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

Notes

Stopwords

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.

About

Utility methods for generating labels for Twitter users and handling their storage and retrieval.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%