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