Skip to content

rrmerugu-archive/topic-suggestor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Topic suggestor

A light-weight python module, that generate suggested topics for a given topic from the sources like google, bing and thesaurus.

Have plans to add suggestions based on NLP .

Install

pip install topic-suggestor

Usage

from topic_suggestor import get_suggestions

result = get_suggestions(topic="molecule", sources=['google', 'bing', 'thesaurus'])
print(result)
#{'topic': 'molecule', 'suggested_topics': {'google': ['molecules', 'molecule definition', 'molecule air bar', 'molecules meaning', 'molecules meaning in hindi', 'molecules of emotion', 'molecule man', 'molecule examples', 'molecule definition chemistry', 'molecules journal'], 'bing': ['molecules', 'molecules youtube', 'molecules india', 'molecule facebook', 'molecule search', 'molecules pdf', 'molecules in hindi', 'molecules meaning'], 'thesaurus': ['fragment', 'particle', 'jot', 'speck', 'minim', 'mote', 'modicum', 'bit', 'mite', 'iota', 'unit', 'ray', 'ounce']}}

About

A light-weight python module, that generate suggested topics for a given topic from the sources like google, bing, thesaurus.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages