public string GetSentenceFragment(string key) { return((PartsOfSpeech.ContainsKey(key)) ? PartsOfSpeech[key] : "unknown"); }