Thread: lexical fields
View Single Post
  #2 (permalink)  
Old 25-Sep-2006, 16:36
BobK's Avatar
BobK BobK is offline
Moderator
 
Join Date: Jul 2006
Country: England (South East)
Posts: 5,253
Current Location: England (South East)
First Language: English
Thanks: 52
Thanked 564 Times in 494 Posts
BobK is a name known to allBobK is a name known to allBobK is a name known to allBobK is a name known to allBobK is a name known to allBobK is a name known to all
Default Re: lexical fields

Quote:
Originally Posted by jpjp View Post
Hi, can anybody tell me, whether it is possible to name a lexical field, when we know several members? For example this question:
Name the lexical field to which following members belong: box, cup, dose, bowl, can, pot etc.
Is there any list of lexical fields?
Thank you very much for your help
I know of no such list, though there may well be one in the documentation for the Java programming language (or any other object-oriented language for that matter). For example, all the ones you list (except dose) would be instances of the 'container' class (if you'll excuse the lapse into Javanese )

A less technological approach would be to look them all up in a Thesaurus, hoping to find a common expression.

b

Last edited by BobK; 25-Sep-2006 at 16:37. Reason: missing 'one'
Reply With Quote