A simple python script to extract Hashtags from long or short text using Word2Vector model from GenSim
word2vec.bin is a simple pre-trained model and hashtags change depending upon the model.
Example
Document:
python HashtagGenerator.py
Caption : "japan is a cool country"
['#japanese', '#tokyo', '#china', '#korea', '#shinzo', '#taiwan', '#asia', '#naoto', '#nikkei', '#fukushima', '#warm', '#cooler', '#nice', '#sunny', '#hot', '#fun', '#cooling', '#cooled', '#warmer', '#awesome', '#nation', '#countries', '#europe', '#united', '#world', '#states', '#continent', '#america', '#nations', '#region']