Returns the entry for the given word.
DictEntry getEntry(String word) { return DictEntry.noMeaning( word, DictReducedSA.getSynonyms(word), DictReducedSA.getAntonyms(word)); }