asrayousuf / ScrabbleWordRecommender

0 stars 0 forks source link

Important: Word Object not used #29

Closed aravindsrivats closed 9 years ago

aravindsrivats commented 9 years ago

The Word object is no longer being used.
The structure is changed to Map<String, String> Key = sorted word Value = "score anagram1 anagram2 . . ." (similar to anagram map)

aravindram94 commented 9 years ago

WORD.JAVA class is rremoved