Skip to content

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

License

Notifications You must be signed in to change notification settings

1436722103/reveal-user-annotation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%