geekpradd / PyDictionary

PyDictionary is a Dictionary Module for Python 2/3 to get meanings, translations, synonyms and antonyms of words
https://pypi.python.org/pypi/PyDictionary
MIT License
274 stars 65 forks source link

add method to get usage of a word in sentences #46

Open sudheernaidu53 opened 3 years ago

sudheernaidu53 commented 3 years ago

Have added a method to get the usage of a word/term in sentences. Example: dictionary.usage("amazing") Out: ['she does an amazing amount of work', 'New York is an amazing city']