A quick and rough implementation of the algorithm in the WWW 2016 paper "Learning-to-Rank for Real-Time High-Precision Hashtag Recommendation for Streaming News" by Shi et al. ( link )
This program has been developed only for research and testing and is not to be used for production or other purposes.
This code is licensed under Apache License, Version 2.0
The following libraries have been used in this code:
Project | License | Website |
Twitter4J | Apache License 2.0 | http://twitter4j.org/en/index.html |
JSON | Custom | http://www.json.org/license.html |
Apache Commons Compress | Apache License 2.0 | http://commons.apache.org/proper/commons-compress/index.html |