static Map ai_guessCategoriesForUnknownWord_weighted(S word) { Map map = lithashmap("" := 0.3, "" := 0.3, "" := 0.3); if (ewic(word, "ing")) map.put("" := 0.6); if (ewic(word, "ly")) map.put("" := 0.6); ret map; }