Skip to content

agmmnn/datamuse-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datamuse-cli

GitHub release (latest by date) PyPI

A command line interface that displays results from the Datamuse API.

Install:

pip install datamuse-cli

Usage:

> datamuse sky
# Show results for "sky"

> datamuse sky:color
# Show results for the word "sky" related to the topic "color".

> datamuse sky:color,human
# Show results for the word "sky" related to the topics "color, human".

Example Usage:

> datamuse thyme -m 7

 🔡synonyms/similars:                       💭evocative:
╶─────────────────────────────────────────╴╶─────────────────────────────────────────╴
 herb, oregano, rosemary, marjoram,         marjoram, oregano, thymus, eyebright,
 parsley, tarragon, fennel                  harebell, thymol, hyssop


 📣sound[saʊnd]:              🧮similar spelling:          👂rhymic:
╶───────────────────────────╴╶───────────────────────────╴╶──────────────────────────╴
 them, theme, tham, thein,    rhyme, theme, chyme, tyme,   time, paradigm, sublime,
 thiem, thieme                thymy, thome                 rhyme, prime, crime, lime


 ___ + thyme:                 thyme + ___:                 thyme...:
╶───────────────────────────╴╶───────────────────────────╴╶──────────────────────────╴
 wild, fresh, lemon, common,  oil, leaved, mixture,        thymectomy, thymene,
 little, sweet, chopped       sauce, leaf, blossoms, bank  thymelaeaceae, thyme
                                                           camphor, thymes,
                                                           thyme-leaved speedwell

Arguments

-h, --help         show this help message and exit
-m, --max          maximum number of words to display
-v, --version      show program's version number and exit

Dependencies