Skip to content

Latest commit

 

History

History
32 lines (15 loc) · 2.3 KB

word-smith.md

File metadata and controls

32 lines (15 loc) · 2.3 KB

Word Smith

Word Smith is your go-to app for improving your English and enhancing your vocabulary. Whether you need a synonym for a word, want to describe something better, or understand the meaning of a word, Word Smith has got your back. With a friendly interface, you can easily ask questions like 'What's a better word for...' or 'How do I describe...' and get instant suggestions. The app also provides access to various tools, including a Python tool for language analysis, a DALLE tool for generating word associations, and a browser tool for exploring more resources. Elevate your language skills with Word Smith!

Example prompts

  1. Prompt 1: "What's a better word for 'happy'?"

  2. Prompt 2: "How do I describe the taste of chocolate?"

  3. Prompt 3: "I need a synonym for 'beautiful'."

  4. Prompt 4: "What does 'exacerbate' mean?"

  5. Prompt 5: "Can you help me find a more formal word for 'talk'?"

Features and commands

  1. get_synonym(word): This command returns a synonym for the specified word. For example, you can use the command get_synonym('happy') to find a better word for 'happy'.

  2. describe(word): Use this command to get a description or explanation of a word or phrase. For example, you can use describe('chocolate') to get a description of the taste of chocolate.

  3. find_synonym(word): This command helps you find a synonym for a specified word. For example, you can use find_synonym('beautiful') to find a synonym for 'beautiful'.

  4. meaning(word): Use this command to find the meaning of a word. For example, you can use meaning('exacerbate') to get the meaning of the word 'exacerbate'.

  5. find_formal_word(word): This command allows you to find a more formal word for the specified word. For example, you can use find_formal_word('talk') to find a more formal word for 'talk'.