Re: Accessing Dictionary definitions
- To: mathgroup at smc.vnet.net
- Subject: [mg100135] Re: [mg100120] Accessing Dictionary definitions
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Tue, 26 May 2009 05:08:10 -0400 (EDT)
- Reply-to: hanlonr at cox.net
Select[WordData[All, "Noun"], Not[FreeQ[WordData[#], "VarietyMeat"]] &] {brain,heart,liver,tongue,tripe} Bob Hanlon ---- Lincoln sievable <briclark at gmail.com> wrote: ============= Can anyone guide whether Mathematica, can return words that have common elements in their Definitions ? For example, WordData["liver", "Definitions"] shows" liver" has been given a definition that includes {"liver", "Noun", "VarietyMeat"}. Is there a way to, for example, return all words that are "VarietyMeat" ?