Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.14 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.14 KB

HashTagger

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 )

Note

This program has been developed only for research and testing and is not to be used for production or other purposes.

License

This code is licensed under Apache License, Version 2.0

Acknowledgments

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