home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / science / ktext094.sit / English / verb.lex < prev    next >
Text File  |  1991-05-02  |  2KB  |  89 lines

  1. ; VERB.LEX  12-Apr-91
  2. ; INCLUDE file for ENGLISH.LEX
  3.  
  4. LEXICON VERB
  5. ; is, have, do
  6. `am    End    "V(be).1SG"
  7. `are    End    "V(be).2SG/1PL/2PL/3PL"
  8. `be    V_Root1    "V(be)"
  9. `had    End    "V(have).PAST"
  10. `has    End    "V(have).3SG"
  11. `have    V_Root1    "V(have).2SG/1PL/2PL/3PL"
  12. `is    End    "V(be).3SG"
  13. `was    End    "V(be).PAST.1SG/3SG"
  14. `were    End    "V(be).PAST.2SG/1PL/2PL/3PL"
  15. `did    End    "V(do).PAST"
  16. `do    V_Root1    "V(do)"
  17. `does    End    "V(do).3SG"
  18. `done    End    "V(do).PRTC"
  19. `aren't    End    "V(be).2SG/1PL/2PL/3PL+not"
  20. `didn't    End    "V(do).PAST+not"
  21. `doesn't    End    "V(do).3SG+not"
  22. `don't    End    "V(do)+not"
  23. `hadn't    End    "V(have).PAST+not"
  24. `hasn't    End    "V(have).3SG+not"
  25. `haven't    End    "V(have).2SG/1PL/2PL/3PL+not"
  26. `ain't    End    "V(be)+not"
  27. `isn't    End    "V(be).3SG+not"
  28. `wasn't    End    "V(be).PAST.1SG/3SG+not"
  29. `weren't    End    "V(be).PAST.2SG/1PL/2PL/3PL+not"
  30. `needn't    End    "V(need)+not"
  31. `oughtn't    End    "V(ought)+not"
  32.  
  33. ; auxiliaries
  34. `can    End    "AUX(`can)"
  35. `cannot    End    "AUX(can)+not"
  36. `can't    End    "AUX(can)+not"
  37. `could    End    "AUX(`could)"
  38. `couldn't    End    "AUX(could)+not"
  39. `may    End    "AUX(`may)"
  40. `mayn't    End    "AUX(may)+not"
  41. `might    End    "AUX(`might)"
  42. `mightn't    End    "AUX(might)+not"
  43. `shall    End    "AUX(`shall)"
  44. `shan't    End    "AUX(shall)+not"
  45. `should    End    "AUX(`should)"
  46. `shouldn't    End    "AUX(should)+not"
  47. `will    End    "AUX(`will)"
  48. `won't    End    "AUX(will)+not"
  49. `would    End    "AUX(`would)"
  50. `wouldn't    End    "AUX(would)+not"
  51. `must    End    "AUX(`must)"
  52. `mustn't    End    "AUX(must)+not"
  53.  
  54. ; irregular verbs
  55. be`gin    V_Root2    "V(be`gin)"
  56. be`gan    End    "V(be`gin).PAST"
  57. be`gun    End    "V(be`gin).PRTC"
  58. `feel    V_Root2    "V(`feel)"
  59. `felt    End    "V(`feel).PAST/PRTC"
  60. `get    V_Root2    "V(`get)"
  61. `got    End    "V(`get).PAST/PRTC"
  62. `gotten    End    "V(`get).PRTC"
  63. `give    V_Root2    "V(`give)"
  64. `gave    End    "V(`give).PAST"
  65. `go    V_Root2    "V(`go)"
  66. `went    End    "V(`go).PAST"
  67. `gone    End    "V(`go).PRTC"
  68. `make    V_Root2    "V(`make)"
  69. `made    End    "V(`make).PAST/PRTC"
  70. `read    V_Root2    "V(`read)"
  71. `read    End    "V(`read).PAST/PRTC"
  72. `run    V_Root2    "V(`run)"
  73. `ran    End    "V(`run).PAST"
  74. `run    End    "V(`run).PRTC"
  75. `see    V_Root2    "V(`see)"
  76. `saw    End    "V(`see).PAST"
  77. `sit    V_Root2    "V(`sit)"
  78. `sat    End    "V(`sit).PAST/PRTC"
  79. `think    V_Root2    "V(`think)"
  80. `thought    End    "V(`think).PAST/PRTC"
  81.  
  82. ; regular verbs
  83. con`sider    V_Root2    "V(con`sider)"
  84. con`verse    V_Root2    "V(con`verse)"
  85. `tire    V_Root2    "V(`tire)"
  86. `peep    V_Root2    "V(`peep)"
  87. `pick    V_Root2    "V(`pick)"
  88.  
  89.