java - Thesaurus Application -


I need to implement a thesaurus application in Java that will retrieve the synonyms of a user's input.

If user input is a word then do something like this:

  1. Create a hashtable that uses
  2. Store synonyms in a list or string array
  3. Add Key and Synonyms in the hash table
  4. When the user The word print prints

I am thinking that it is homework and you will decode the dictionary and synonyms


Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -