rrickgauer / Dictionary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dictionary

Java application to get a word's synonyms, antonyms, rhymes, or approximate rhymes.

Usage

Screen capture

  1. Enter a word into the search box
  2. Select a category:
    • Synonym
    • Antonym
    • Rhyme
    • Approximate rhyme
  3. Select max number of results (0-20)
  4. Hit search button

Dependencies

  • I used the Datamuse API to get the data about a word.
  • I used Gson to process the JSON received from the Datamuse API.

Future ideas

  • Allow users to enter a phrase instead of a word
    • The Datamuse API allows users to search also by a phrase containing multiple words

About

License:MIT License


Languages

Language:Java 100.0%