Hi,
I need to store a minimum of 50 ambiguous words(that can be represented as both nouns or verbs) and the corresponding sense words for each of the senses.For eg, if the word is "land",I will have to store something like this also: {{earth,ground etc.},{bring down etc.}}

Now what is the most efficient way to store such data in java so that it can be read from an external file ? How do I retrieve it ? Because if there is a word hit,then the corresponding list of sense words have to returned.
Pl help.
Thank you All,
Supraja J