public bool ContainsEntriesForRootWord(string rootWord) =>
 rootWord != null && EntriesByRoot.ContainsKey(rootWord);