home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / sci / lang / 8755 < prev    next >
Encoding:
Text File  |  1993-01-11  |  3.0 KB  |  82 lines

  1. Newsgroups: sci.lang
  2. Path: sparky!uunet!stanford.edu!nntp.Stanford.EDU!alderson
  3. From: alderson@cisco.com (Rich Alderson)
  4. Subject: Re: Naming Convention for Part of Speech Subclasses
  5. In-Reply-To: bongalon@tcad05.intel.com (Ben Bongalon)
  6. Message-ID: <1993Jan12.015737.23544@leland.Stanford.EDU>
  7. Originator: alderson@leland.Stanford.EDU
  8. Sender: news@leland.Stanford.EDU (Mr News)
  9. Reply-To: alderson@cisco.com (Rich Alderson)
  10. Organization: Cisco Systems (MIS)
  11. References: <memo.851485@cix.compulink.co.uk> <C0pGEI.86M@inews.Intel.COM>
  12. Date: Tue, 12 Jan 93 01:57:37 GMT
  13. Lines: 67
  14.  
  15. In article <C0pGEI.86M@inews.Intel.COM>, bongalon@tcad05 (Ben Bongalon) writes:
  16. >
  17. >In article <memo.851485@cix.compulink.co.uk>, petex@cix.compulink.co.uk
  18. >(Peter Christian) writes:
  19. >|> In-Reply-To: <C0IEnu.Ew4@inews.Intel.COM> bongalon@tcad05.intel.com
  20. >(Ben Bongalon)
  21.  
  22. >|> > Where can I find references for the names of part-of-speech
  23. >|> > subclasses.  For example,
  24. >|> > 
  25. >|> > for Nouns,
  26. >|> >    (subject,object)     ???
  27. >|> >    (common,proper)      ???
  28. >|> >    (singular,plural)    case(?)
  29. >|> > 
  30. >|> >    Verbs,
  31. >|> >    (past,present,future)        tense(?)
  32. >|> >    (singular,plural)            case(?)
  33. >|> > 
  34. >|> >    ...etc.
  35.  
  36. <The clarifying questions deleted>
  37.  
  38. >I plan to use the different "attributes" to classify words during the
  39. >parsing phase of a program that I have been developing (natural language
  40. >processor).  For example, the sentence: "John is tall" will be parsed
  41. >as follows:
  42. >
  43. >John:    part of speech = noun 
  44. >    ??? = singular 
  45.  
  46. The notion singular/plural is called "number," both in nouns and verbs.
  47.  
  48. >    ??? = proper
  49.  
  50. I think perhaps "class" is a good cover term.  Others may disagree.  Your
  51. mileage no doubt *will* vary.
  52.  
  53. >is:     part of speech = verb
  54. >    ??? = singular
  55. >    tense = present
  56. >
  57. >tall:    part of speech = adj
  58. >
  59. >Obviously I can label the attributes to whatever I want but it would
  60. >be nice if my terminologies are consistent with that of the linguistic
  61. >community.
  62.  
  63. Now that we know what you were asking about, it's easy:
  64.  
  65. Subject/object is a syntactic distinction, reflected by "case" (in English,
  66. only in pronouns--he/him, I/me, etc.)
  67.  
  68. Tense is indeed the term you wanted for the notions past/present/future,
  69. although there are other verbal categories that interact with tense, such as
  70. aspect (continual vs. punctual action, action vs. state, etc.) and mood (uhh,
  71. hard to give a three-word description).
  72.  
  73. There is a lot of literature on computer-parsing of natural language; you might
  74. want to do a quick survey before going any further with your project, to see
  75. what notions are considered important in such work.  Sometimes the traditional
  76. labels are too broad or to restrictive for computational work.
  77. -- 
  78. Rich Alderson   'I wish life was not so short,' he thought.  'Languages take
  79.                 such a time, and so do all the things one wants to know about.'
  80.                                                         --J. R. R. Tolkien,
  81. alderson@leland.stanford.edu                              _The Lost Road_
  82.