home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / TEXT / UTILITY / ENGLEX10.ZIP / VERB.LEX < prev   
Encoding:
Text File  |  1991-12-13  |  80.9 KB  |  4,219 lines

  1. ;verb.lex  12-Apr-91
  2. ;INCLUDE file for english.lex
  3.  
  4. ;Copyright (C) 1991, Summer Institute of Linguistics, Inc.
  5. ;All rights reserved
  6. ;See ENGLEX.DOC for fair use policy.
  7.  
  8. ;edit history
  9. ;18-Nov-91    version 0.9
  10. ;25-Nov-91  added entries for lying, belying, dying, tying, vying
  11. ;26-Nov-91    version 1.0
  12.  
  13. ;File Contents
  14. ;LEXICON AUX
  15. ;  auxiliaries
  16. ;    BE and HAVE
  17. ;    modal auxiliaries
  18. ;  misc. negative contractions
  19. ;  archaic forms
  20. ;LEXICON VERB
  21. ;  DO
  22. ;  irregular verbs
  23. ;  regular verbs
  24.  
  25. LEXICON AUX
  26. ;auxiliaries (do not take prefixes)
  27. ;BE and HAVE (see under LEXICON VERB for DO)
  28. be    End    "AUX(be)"
  29. `being    End    "AUX(be)+PRG"
  30. been    End    "AUX(be)+PTC"
  31. am    End    "AUX(be).1SG"
  32. are    End    "AUX(be).2SG/PL" ;2SG/1PL/2PL/3PL"
  33. aren't    End    "AUX(be).2SG/PL+AV(not)" ;2SG/1PL/2PL/3PL
  34. is    End    "AUX(be).3SG"
  35. isn't    End    "AUX(be).3SG+AV(not)"
  36. ain't    End    "AUX(be/have)+AV(not)"
  37. aint    End    "AUX(be/have)+AV(not)"
  38. was    End    "AUX(be).PST.1SG/3SG"
  39. wasn't    End    "AUX(be).PST.1SG/3SG+AV(not)"
  40. were    End    "AUX(be).PST.2SG/PL" ;2SG/1PL/2PL/3PL"
  41. weren't    End    "AUX(be).PST.2SG/PL+AV(not)" ;2SG/1PL/2PL/3PL
  42. have    End    "V/AUX(have).1SG/2SG/PL"
  43. haven't    End    "V/AUX(have).2SG/PL+AV(not)" ;2SG/1PL/2PL/3PL
  44. `having    End    "V/AUX(have)+PRG"
  45. had    End    "V/AUX(have).PST"
  46. hadn't    End    "V/AUX(have).PST+AV(not)"
  47. has    End    "V/AUX(have).3SG"
  48. hasn't    End    "V/AUX(have).3SG+AV(not)"
  49.  
  50. ;modal auxiliaries
  51. can    End    "AUX(can)"
  52. `cannot    End    "AUX(can)+AV(not)"
  53. can't    End    "AUX(can)+AV(not)"
  54. could    End    "AUX(could)"
  55. `couldn't    End    "AUX(could)+AV(not)"
  56. may    End    "AUX(may)"
  57. mayn't    End    "AUX(may)+AV(not)"
  58. might    End    "AUX(might)"
  59. mightn't    End    "AUX(might)+AV(not)"
  60. ought    End    "AUX(ought)" ;ought to
  61. oughtn't    End    "AUX(ought)+AV(not)"
  62. used    End    "AUX(used)" ;used to
  63. usedn't    End    "AUX(used)+AV(not)"
  64. shall    End    "AUX(shall)"
  65. shan't    End    "AUX(shall)+AV(not)"
  66. should    End    "AUX(should)"
  67. shouldn't    End    "AUX(should)+AV(not)"
  68. will    End    "AUX(will)"
  69. won't    End    "AUX(will)+AV(not)"
  70. would    End    "AUX(would)"
  71. wouldn't    End    "AUX(would)+AV(not)"
  72. must    End    "AUX(must)"
  73. mustn't    End    "AUX(must)+AV(not)"
  74.  
  75. ;misc. negative contractions
  76. didn't    End    "V/AUX(do).PST+AV(not)"
  77. doesn't    End    "V/AUX/AUX(do).3SG+AV(not)"
  78. don't    End    "V/AUX(do)+AV(not)"
  79. needn't    End    "V(need)+AV(not)"
  80.  
  81. ;archaic forms
  82. canst    End    "AUX(can)+2SG"
  83. couldest    End    "AUX(could)+2SG"
  84. didst    End    "V/AUX(do).PST.2SG"
  85. doest    End    "V/AUX(do).2SG"
  86. dost    End    "V/AUX(do).2SG"
  87. doeth    End    "V/AUX(do).3SG"
  88. doth    End    "V/AUX(do).3SG"
  89. hadst    End    "V/AUX(have).PST.2SG"
  90. hast    End    "V/AUX(have).2SG"
  91. hath    End    "V/AUX(have).3SG"
  92. mayest    End    "AUX(may)+2SG"
  93. mightest    End    "AUX(might)+2SG"
  94. oughtest    End    "AUX(ought)+2SG"
  95. shalt    End    "AUX(shall)+2SG"
  96. shouldest    End    "AUX(should)+2SG"
  97. wast    End    "AUX(be).PST.2SG"
  98. wert    End    "AUX(be).PST.2SG"
  99. wilt    End    "AUX(will)+2SG"
  100. wouldst    End    "AUX(would)+2SG"
  101. wouldest    End    "AUX(would)+2SG"
  102. would'st    End    "AUX(would)+2SG"
  103.  
  104. LEXICON VERB
  105. ;DO as a full verb can take prefixes
  106. do    End    "V/AUX(do)"
  107. does    End    "V/AUX(do).3SG"
  108. `doing    PTC_SUFFIX    "V/AUX(do)+PRG"
  109. did    End    "V/AUX(do).PST"
  110. done    PTC_SUFFIX    "V/AUX(do).PTC"
  111.  
  112. ;irregular verbs
  113. a`bide    V    "V"
  114. a`bode    End    "V(a`bide).PTC" ;PST/PTC
  115. ;a`bode    End    "V(a`bide).PTC"
  116. a`rise    V    "V"
  117. a`rose    End    "V(a`rise).PST"
  118. a`risen    End    "V(a`rise).PTC"
  119. a`wake    V    "V"
  120. a`woke    End    "V(a`wake).PST"
  121. a`woken    End    "V(a`wake).PTC"
  122. `babysit    V    "V"
  123. `babysat    End    "V(`babysit).PTC" ;PST/PTC
  124. ;`babysat    End    "V(`babysit).PTC"
  125. `bear    V    "V"
  126. `bore    End    "V(`bear).PST"
  127. `borne    End    "V(`bear).PTC"
  128. `beat    V    "V"
  129. `beat    End    "V(`beat).PTC" ;PST/PTC
  130. ;`beat    End    "V(`beat).PTC"
  131. `beaten    End    "V(`beat).PTC"
  132. be`come    V    "V"
  133. be`came    End    "V(be`come).PST"
  134. be`come    End    "V(be`come).PTC"
  135. be`fall    V    "VR2+V(`fall)"
  136. be`fell    End    "VR2+V(`fall).PST"
  137. be`fallen    End    "VR2+V(`fall).PTC"
  138. be`get    V    "V"
  139. be`got    End    "V(be`get).PST"
  140. be`gat    End    "V(be`get).PST"
  141. be`gotten    End    "V(be`get).PTC"
  142. be`gin    V    "V"
  143. be`gan    End    "V(be`gin).PST"
  144. be`gun    End    "V(be`gin).PTC"
  145. be`gird    V    "V"
  146. be`girt    End    "V(be`gird).PST"
  147. be`hold    V    "V"
  148. be`held    End    "V(be`hold).PTC" ;PST/PTC
  149. ;be`held    End    "V(be`hold).PTC"
  150. `bend    V-to-N    "V"
  151. `bent    End    "V(`bend).PTC" ;PST/PTC
  152. ;`bent    End    "V(`bend).PTC"
  153. be`reave    V    "V"
  154. be`reft    End    "V(be`reave).PTC" ;PST/PTC
  155. ;be`reft    End    "V(be`reave).PTC"
  156. be`seech    V    "V"
  157. be`sought    End    "V(be`seech).PTC" ;PST/PTC
  158. ;be`sought    End    "V(be`seech).PTC"
  159. be`set    V    "V"
  160. be`set    End    "V(be`set).PTC" ;PST/PTC
  161. ;be`set    End    "V(be`set).PTC"
  162. be`speak    V    "VR2+V(`stride)"
  163. be`spoke    End    "VR2+V(`stride).PST"
  164. be`spoken    End    "VR2+V(`stride).PTC"
  165. be`stride    V    "VR2+V(`stride)"
  166. be`strode    End    "VR2+V(`stride).PTC" ;PST/PTC
  167. ;be`strode    End    "VR2+V(`stride).PTC"
  168. be`stridden    End    "VR2+V(`stride).PTC"
  169. be`strid    End    "VR2+V(`stride).PTC"
  170. ;`bet    V    "V" ;noun.lex
  171. `bet    End    "V(`bet).PTC" ;PST/PTC
  172. ;`bet    End    "V(`bet).PTC"
  173. be`take    V    "VR2+V(`take)"
  174. be`took    End    "VR2+V(`take).PST"
  175. be`taken    End    "VR2+V(`take).PTC"
  176. be`think    V    "VR2+V(`think)"
  177. be`thought    End    "VR2+V(`think).PTC" ;PST/PTC
  178. ;be`thought    End    "VR2+V(`think).PTC"
  179. `bid    V-to-N    "V"
  180. `bid    End    "V(`bid).PTC" ;PST/PTC
  181. ;`bid    End    "V(`bid).PTC"
  182. `bade    End    "V(`bid).PTC" ;PST/PTC  ;also bad
  183. ;`bade    End    "V(`bid).PTC"
  184. `bidden    End    "V(`bid).PTC"
  185. `bind    V    "V"
  186. `bound    End    "V(`bind).PTC" ;PST/PTC
  187. ;`bound    End    "V(`bind).PTC"
  188. `bite    V    "V"
  189. `bit    End    "V(`bite).PTC" ;PST/PTC
  190. ;`bit    End    "V(`bite).PTC"
  191. `bitten    End    "V(`bite).PTC"
  192. `bleed    V    "V"
  193. `bled    End    "V(`bleed).PTC" ;PST/PTC
  194. ;`bled    End    "V(`bleed).PTC"
  195. `blow    V    "V"
  196. `blew    End    "V(`blow).PST"
  197. `blown    End    "V(`blow).PTC"
  198. `break    V-to-N    "V"
  199. `broke    End    "V(`break).PST"
  200. `broken    PTC_SUFFIX    "V(`break).PTC"
  201. `breed    V-to-N    "V"
  202. `bred    End    "V(`breed).PTC" ;PST/PTC
  203. ;`bred    End    "V(`breed).PTC"
  204. `bring    V    "V"
  205. `brought    End    "V(`bring).PTC" ;PST/PTC
  206. ;`brought    End    "V(`bring).PTC"
  207. `broadcast    V-to-N    "V"
  208. `broadcast    End    "V(`broadcast).PTC" ;PST/PTC
  209. ;`broadcast    End    "V(`broadcast).PTC"
  210. `browbeat    V    "V"
  211. `browbeat    End    "V(`browbeat).PTC" ;PST/PTC
  212. ;`browbeat    End    "V(`browbeat).PTC"
  213. `browbeaten    End    "V(`browbeat).PTC"
  214. `build    V    "V"
  215. `built    End    "V(`build).PTC" ;PST/PTC
  216. ;`built    End    "V(`build).PTC"
  217. `burn    V-to-N    "V"
  218. `burnt    End    "V(`burn).PTC" ;PST/PTC
  219. ;`burnt    End    "V(`burn).PTC"
  220. `burst    V    "V"
  221. `burst    End    "V(`burst).PTC" ;PST/PTC
  222. ;`burst    End    "V(`burst).PTC"
  223. `bust    V    "V" ;nonstandard
  224. `bust    End    "V(`bust).PTC" ;PST/PTC
  225. ;`bust    End    "V(`bust).PTC"
  226. `buy    V    "V"
  227. `bought    End    "V(`buy).PTC" ;PST/PTC
  228. ;`bought    End    "V(`buy).PTC"
  229. `cast    V-to-N    "V"
  230. `cast    End    "V(`cast).PTC" ;PST/PTC
  231. ;`cast    End    "V(`cast).PTC"
  232. `catch    V-to-N    "V"
  233. `caught    End    "V(`catch).PTC" ;PST/PTC
  234. ;`caught    End    "V(`catch).PTC"
  235. `chide    V    "V"
  236. `chid    End    "V(`chide).PTC" ;PST/PTC
  237. ;`chid    End    "V(`chide).PTC"
  238. `chidden    End    "V(`chide).PTC"
  239. `choose    V    "V"
  240. `chose    End    "V(`choose).PST"
  241. `chosen    End    "V(`choose).PTC"
  242. `cleave    V    "V"
  243. `cleft    End    "V(`cleave).PTC" ;PST/PTC
  244. ;`cleft    End    "V(`cleave).PTC"
  245. `clove    End    "V(`cleave).PST"
  246. `cloven    End    "V(`cleave).PTC"
  247. `cling    V    "V"
  248. `clung    End    "V(`cling).PTC" ;PST/PTC
  249. ;`clung    End    "V(`cling).PTC"
  250. `come    V    "V"
  251. `came    End    "V(`come).PST"
  252. `camest    End    "V(`come).PST+2SG" ;archaic
  253. `come    End    "V(`come).PTC"
  254. ;`cost    V    "V" ;noun.lex
  255. `cost    End    "V(`cost).PTC" ;PST/PTC
  256. ;`cost    End    "V(`cost).PTC"
  257. `creep    V    "V"
  258. `crept    End    "V(`creep).PTC" ;PST/PTC
  259. ;`crept    End    "V(`creep).PTC"
  260. `cut    V-to-N    "V"
  261. `cut    End    "V(`cut).PTC" ;PST/PTC
  262. ;`cut    End    "V(`cut).PTC"
  263. `dare    V-to-N    "V"
  264. `durst    End    "V(`dare).PTC" ;archaic
  265. `deal    V-to-N    "V"
  266. `dealt    End    "V(`deal).PTC" ;PST/PTC
  267. ;`dealt    End    "V(`deal).PTC"
  268. deep`freeze    V    "V"
  269. deep`froze    End    "V(deep`freeze).PST"
  270. deep`frozen    PTC_SUFFIX    "V(deep`freeze).PTC"
  271. `dig    V    "V"
  272. `dug    End    "V(`dig).PTC" ;PST/PTC
  273. ;`dug    End    "V(`dig).PTC"
  274. `dive    V-to-N    "V"
  275. `dove    End    "V(`dive).PST"
  276. `draw    V    "V"
  277. `drew    End    "V(`draw).PST"
  278. `drawn    End    "V(`draw).PTC"
  279. `dream    V-to-N    "V"
  280. `dreamt    End    "V(`dream).PTC" ;PST/PTC
  281. ;`dreamt    End    "V(`dream).PTC"
  282. `drink    V-to-N    "V"
  283. `drank    End    "V(`drink).PST"
  284. `drunk    End    "V(`drink).PTC"
  285. `drive    V-to-N    "V"
  286. `drove    End    "V(`drive).PST"
  287. `driven    End    "V(`drive).PTC"
  288. `dwell    V    "V"
  289. `dwelt    End    "V(`dwell).PTC" ;PST/PTC
  290. ;`dwelt    End    "V(`dwell).PTC"
  291. `eat    V    "V"
  292. `ate    End    "V(`eat).PST"
  293. `eaten    End    "V(`eat).PTC"
  294. `fall    V-to-N    "V"
  295. `fell    End    "V(`fall).PST"
  296. `fallen    PTC_SUFFIX    "V(`fall).PTC"
  297. `feed    V    "V"
  298. `fed    End    "V(`feed).PTC" ;PST/PTC
  299. ;`fed    End    "V(`feed).PTC"
  300. `feel    V    "V"
  301. `felt    End    "V(`feel).PTC" ;PST/PTC
  302. ;`felt    End    "V(`feel).PTC"
  303. `fight    V-to-N    "V"
  304. `fought    End    "V(`fight).PTC" ;PST/PTC
  305. ;`fought    End    "V(`fight).PTC"
  306. `find    V-to-N    "V"
  307. `found    End    "V(`find).PTC" ;PST/PTC
  308. ;`found    End    "V(`find).PTC"
  309. `fit    V-to-N    "V"
  310. `fit    End    "V(`fit).PTC" ;PST/PTC
  311. `flee    V    "V"
  312. `fled    End    "V(`flee).PTC" ;PST/PTC
  313. ;`fled    End    "V(`flee).PTC"
  314. `fling    V    "V"
  315. `flung    End    "V(`fling).PTC" ;PST/PTC
  316. ;`flung    End    "V(`fling).PTC"
  317. `fly    V    "V"
  318. `flew    End    "V(`fly).PST"
  319. `flown    End    "V(`fly).PTC"
  320. for`bear    V    "V"
  321. for`bore    End    "V(for`bear).PST"
  322. for`borne    End    "V(for`bear).PTC"
  323. for`bid    V    "V"
  324. for`bade    End    "V(for`bid).PST"
  325. for`bad    End    "V(for`bid).PST"
  326. for`bidden    PTC_SUFFIX    "V(for`bid).PTC"
  327. for`bid    End    "V(for`bid).PTC"
  328. `forecast    V    "V"
  329. `forecast    End    "V(`forecast).PTC" ;PST/PTC
  330. ;`forecast    End    "V(`forecast).PTC"
  331. fore`see    V    "V"
  332. fore`saw    End    "V(fore`see).PST"
  333. fore`seen    End    "V(fore`see).PTC"
  334. fore`tell    V    "V"
  335. fore`told    End    "V(fore`tell).PTC" ;PST/PTC
  336. ;fore`told    End    "V(fore`tell).PTC"
  337. for`get    V    "V"
  338. for`got    End    "V(for`get).PTC" ;PST/PTC
  339. for`gotten    PTC_SUFFIX    "V(for`get).PTC"
  340. ;for`got    End    "V(for`get).PTC"
  341. for`give    V    "V"
  342. for`gave    End    "V(for`give).PST"
  343. for`given    PTC_SUFFIX    "V(for`give).PTC"
  344. for`go    V    "V"
  345. for`went    End    "V(for`go).PST"
  346. for`gone    End    "V(for`go).PTC"
  347. for`sake    V    "V"
  348. for`sook    End    "V(for`sake).PST"
  349. for`saken    PTC_SUFFIX    "V(for`sake).PTC"
  350. for`swear    V    "V"
  351. for`swore    End    "V(for`swear).PST"
  352. for`sworn    End    "V(for`swear).PTC"
  353. `freeze    V-to-N    "V"
  354. `froze    End    "V(`freeze).PST"
  355. `frozen    PTC_SUFFIX    "V(`freeze).PTC"
  356. `frostbite    V-to-N    "V"
  357. `frostbit    V    "V(`frostbite).PST"
  358. `frostbitten    PTC_SUFFIX    "V(`frostbite).PTC"
  359. `gainsay    V    "V"
  360. `gainsaid    End    "V(`gainsay).PTC" ;PST/PTC
  361. ;`gainsaid    End    "V(`gainsay).PTC"
  362. `get    V    "V"
  363. `got    End    "V(`get).PTC" ;PST/PTC
  364. ;`got    End    "V(`get).PTC"
  365. `gotten    End    "V(`get).PTC"
  366. `ghostwrite    V    "V"
  367. `ghostwrote    End    "V(`ghostwrite).PST"
  368. `ghostwritten    End    "V(`ghostwrite).PTC"
  369. `gird    V    "V"
  370. `girt    End    "V(`gird).PST"
  371. `give    V    "V"
  372. `gave    End    "V(`give).PST"
  373. `gavest    End    "V(`give).PST+2SG" ;archaic
  374. `given    End    "V(`give).PTC"
  375. `go    V    "V"
  376. `went    End    "V(`go).PST"
  377. `gone    End    "V(`go).PTC"
  378. `grind    V    "V"
  379. `ground    End    "V(`grind).PTC" ;PST/PTC
  380. ;`ground    End    "V(`grind).PTC"
  381. `grow    V    "V"
  382. `grew    End    "V(`grow).PST"
  383. `grown    End    "V(`grow).PTC"
  384. `hamstring    V    "V"
  385. `hamstrung    End    "V(`hamstring).PTC" ;PST/PTC
  386. ;`hamstrung    End    "V(`hamstring).PTC"
  387. `handwrite    V    "V"
  388. `handwrote    End    "V(`handwrite).PST"
  389. `handwritten    End    "V(`handwrite).PTC"
  390. `hang    V    "V"
  391. `hung    End    "V(`hang).PTC" ;PST/PTC
  392. ;`hung    End    "V(`hang).PTC"
  393. `hear    V    "V"
  394. `heard    End    "V(`hear).PTC" ;PST/PTC
  395. ;`heard    End    "V(`hear).PTC"
  396. `heave    V    "V"
  397. `hove    End    "V(`heave).PTC" ;PST/PTC
  398. ;`hove    End    "V(`heave).PTC"
  399. `hew    V    "V"
  400. `hewn    End    "V(`hew).PTC"
  401. `hide    V    "V"
  402. `hid    End    "V(`hide).PTC" ;PST/PTC
  403. ;`hid    End    "V(`hide).PTC"
  404. `hidden    PTC_SUFFIX    "V(`hide).PTC"
  405. `hit    V-to-N    "V"
  406. `hit    End    "V(`hit).PTC" ;PST/PTC
  407. ;`hit    End    "V(`hit).PTC"
  408. `hold    V    "V"
  409. `held    End    "V(`hold).PTC" ;PST/PTC
  410. ;`held    End    "V(`hold).PTC"
  411. `housebreak    V    "V"
  412. `housebroke    End    "V(`housebreak).PST"
  413. `housebroken    PTC_SUFFIX    "V(`housebreak).PTC"
  414. `hurt    V-to-N    "V"
  415. `hurt    End    "V(`hurt).PTC" ;PST/PTC
  416. ;`hurt    End    "V(`hurt).PTC"
  417. `inbreed    V-to-N    "V"
  418. `inbred    End    "V(`inbreed).PTC" ;PST/PTC
  419. ;`inbred    End    "V(`inbreed).PTC"
  420. `inset    V    "V"
  421. `inset    End    "V(`inset).PTC" ;PST/PTC
  422. ;`inset    End    "V(`inset).PTC"
  423. `keep    V    "V"
  424. `kept    End    "V(`keep).PTC" ;PST/PTC
  425. ;`kept    End    "V(`keep).PTC"
  426. `kneel    V    "V"
  427. `knelt    End    "V(`kneel).PTC" ;PST/PTC
  428. ;`knelt    End    "V(`kneel).PTC"
  429. `knit    V    "V"
  430. `knit    End    "V(`knit).PTC" ;PST/PTC
  431. ;`knit    End    "V(`knit).PTC"
  432. `know    V    "V"
  433. `knew    End    "V(`know).PST"
  434. `knew    End    "V(`know).PST+2SG" ;archaic
  435. `known    End    "V(`know).PTC"
  436. `wist    End    "V(`know).PST" ;archaic
  437. `lay    V    "V"
  438. `laid    End    "V(`lay).PTC" ;PST/PTC
  439. ;`laid    End    "V(`lay).PTC"
  440. `lead    V    "V"
  441. `led    End    "V(`lead).PTC" ;PST/PTC
  442. ;`led    End    "V(`lead).PTC"
  443. `lean    V    "V"
  444. `leant    End    "V(`lean).PTC" ;PST/PTC
  445. ;`leant    End    "V(`lean).PTC"
  446. `leap    V-to-N    "V"
  447. `leapt    End    "V(`leap).PTC" ;PST/PTC
  448. ;`leapt    End    "V(`leap).PTC"
  449. `learn    V    "V"
  450. `learnt    End    "V(`learn).PTC" ;PST/PTC
  451. ;`learnt    End    "V(`learn).PTC"
  452. `leave    V    "V"
  453. `left    End    "V(`leave).PTC" ;PST/PTC
  454. ;`left    End    "V(`leave).PTC"
  455. `lend    V    "V"
  456. `lent    End    "V(`lend).PTC" ;PST/PTC
  457. ;`lent    End    "V(`lend).PTC"
  458. `let    V    "V"
  459. `let    End    "V(`let).PTC" ;PST/PTC
  460. ;`let    End    "V(`let).PTC"
  461. `let's    End    "V(`let)+PR(us).1PL"
  462. `lie    V    "V"
  463. `lying    End    "V(`lie)+PRG"
  464. `lying    End    "N(`lie).VR0+PRG"
  465. `lay    End    "V(`lie).PST"
  466. `lain    End    "V(`lie).PTC"
  467. ;`light    V    "V" ;see noun.lex
  468. `lit    End    "V(`light).PTC" ;PST/PTC
  469. ;`lit    End    "V(`light).PTC"
  470. `lipread    V    "V"
  471. `lipread    End    "V(`lipread).PTC" ;PST/PTC
  472. `lose    V    "V"
  473. `lost    PTC_SUFFIX    "V(`lose).PTC" ;PST/PTC
  474. ;`lost    PTC_SUFFIX    "V(`lose).PTC"
  475. `make    V    "V"
  476. `made    End    "V(`make).PTC" ;PST/PTC
  477. `madest    End    "V(`make).PTC+2SG" ;archaic
  478. ;`made    End    "V(`make).PTC"
  479. `mean    V    "V"
  480. `meant    End    "V(`mean).PTC" ;PST/PTC
  481. ;`meant    End    "V(`mean).PTC"
  482. `meet    V    "V"
  483. `met    End    "V(`meet).PTC" ;PST/PTC
  484. ;`met    End    "V(`meet).PTC"
  485. me`think    V    "V"
  486. me`thought    End    "V(me`think).PTC" ;PST/PTC
  487. ;me`thought    End    "V(me`think).PTC"
  488. `mow    V    "V"
  489. `mown    End    "V(`mow).PTC"
  490. off`set    V    "V"
  491. off`set    End    "V(off`set).PTC" ;PST/PTC
  492. ;off`set    End    "V(off`set).PTC"
  493. par`take    V    "V"
  494. par`took    End    "V(par`take).PST"
  495. par`taken    End    "V(par`take).PTC"
  496. `pay    V    "V"
  497. `paid    End    "V(`pay).PTC" ;PST/PTC
  498. ;`paid    End    "V(`pay).PTC"
  499. `plead    V    "V"
  500. `pled    End    "V(`plead).PTC" ;PST/PTC
  501. ;`pled    End    "V(`plead).PTC"
  502. `proofread    V    "V"
  503. `proofread    End    "V(`proofread).PTC" ;PST/PTC
  504. `prove    V    "V"
  505. `proven    End    "V(`prove).PTC"
  506. `put    V    "V"
  507. `put    End    "V(`put).PTC" ;PST/PTC
  508. ;`put    End    "V(`put).PTC"
  509. `quit    V    "V"
  510. `quit    End    "V(`quit).PTC" ;PST/PTC
  511. ;`quit    End    "V(`quit).PTC"
  512. `quoth    End    "V.PTC"
  513. `read    V    "V"
  514. `read    End    "V(`read).PTC" ;PST/PTC
  515. ;`read    End    "V(`read).PTC"
  516. `rid    V    "V"
  517. `rid    End    "V(`rid).PTC" ;PST/PTC
  518. ;`rid    End    "V(`rid).PTC"
  519. `ride    V    "V"
  520. `rode    End    "V(`ride).PST"
  521. `ridden    End    "V(`ride).PTC"
  522. `ring    V    "V"
  523. `rang    End    "V(`ring).PST"
  524. `rung    End    "V(`ring).PST"
  525. `rung    End    "V(`ring).PTC"
  526. `rise    V    "V"
  527. `rose    End    "V(`rise).PST"
  528. `risen    End    "V(`rise).PTC"
  529. `rive    V    "V"
  530. `riven    V    "V(`rive).PST"
  531. `run    V    "V"
  532. `ran    End    "V(`run).PST"
  533. `run    End    "V(`run).PTC"
  534. ;`saw    V    "V"
  535. `sawn    End    "N(`saw).VR0.PTC"
  536. `say    V    "V"
  537. `said    End    "V(`say).PTC" ;PST/PTC
  538. ;`said    End    "V(`say).PTC"
  539. `saith    End    "V(`say).PTC.3SG" ;archaic
  540. `see    V    "V"
  541. `saw    End    "V(`see).PST"
  542. `seen    End    "V(`see).PTC"
  543. `seek    V    "V"
  544. `sought    End    "V(`seek).PTC" ;PST/PTC
  545. ;`sought    End    "V(`seek).PTC"
  546. `sell    V    "V"
  547. `sold    End    "V(`sell).PTC" ;PST/PTC
  548. ;`sold    End    "V(`sell).PTC"
  549. `send    V    "V"
  550. `sent    End    "V(`send).PTC" ;PST/PTC
  551. ;`sent    End    "V(`send).PTC"
  552. `set    V    "V"
  553. `set    End    "V(`set).PTC" ;PST/PTC
  554. ;`set    End    "V(`set).PTC"
  555. `sew    V    "V"
  556. `sewn    End    "V(`sew).PTC"
  557. `shake    V-to-N    "V"
  558. `shook    End    "V(`shake).PST"
  559. `shaken    End    "V(`shake).PTC"
  560. `shave    V-to-N    "V"
  561. `shaven    End    "V(`shave).PTC"
  562. `shear    V    "V"
  563. `shorn    End    "V(`shear).PTC"
  564. `shed    V    "V"
  565. `shed    End    "V(`shed).PTC" ;PST/PTC
  566. ;`shed    End    "V(`shed).PTC"
  567. `shine    V-to-N    "V"
  568. `shone    End    "V(`shine).PTC" ;PST/PTC
  569. ;`shone    End    "V(`shine).PTC"
  570. ;`shoe    V    "V"
  571. `shod    End    "V(`shoe).PTC" ;PST/PTC
  572. ;`shod    End    "V(`shoe).PTC"
  573. `shoot    V    "V"
  574. `shot    End    "V(`shoot).PTC" ;PST/PTC
  575. ;`shot    End    "V(`shoot).PTC"
  576. `show    V    "V"
  577. `shown    End    "V(`show).PTC"
  578. `shew    V    "V"             ;archaic
  579. `shewn    End    "V(`shew).PTC"  ;archaic
  580. `shred    V-to-N    "V"
  581. `shred    End    "V(`shred).PTC" ;PST/PTC
  582. ;`shred    End    "V(`shred).PTC"
  583. `shrink    V    "V"
  584. `shrank    End    "V(`shrink).PST"
  585. `shrunk    End    "V(`shrink).PTC"
  586. `shrive    V    "V"
  587. `shrove    End    "V(`shrive).PST"
  588. `shriven    End    "V(`shrive).PTC"
  589. `shut    V    "V"
  590. `shut    End    "V(`shut).PTC" ;PST/PTC
  591. ;`shut    End    "V(`shut).PTC"
  592. `sing    V    "V"
  593. `sang    End    "V(`sing).PST"
  594. `sung    End    "V(`sing).PTC" ;PST/PTC
  595. ;`sung    End    "V(`sing).PTC"
  596. `sink    V    "V"
  597. `sank    End    "V(`sink).PST"
  598. `sunk    End    "V(`sink).PTC" ;PST/PTC
  599. ;`sunk    End    "V(`sink).PTC"
  600. `sit    V    "V"
  601. `sat    End    "V(`sit).PTC" ;PST/PTC
  602. ;`sat    End    "V(`sit).PTC"
  603. `slay    V    "V"
  604. `slew    End    "V(`slay).PST"
  605. `slain    End    "V(`slay).PTC"
  606. `sleep    V-to-N    "V"
  607. `slept    End    "V(`sleep).PTC" ;PST/PTC
  608. ;`slept    End    "V(`sleep).PTC"
  609. `slide    V    "V"
  610. `slid    End    "V(`slide).PTC" ;PST/PTC
  611. ;`slid    End    "V(`slide).PTC"
  612. `sling    V    "V"
  613. `slung    End    "V(`sling).PTC" ;PST/PTC
  614. ;`slung    End    "V(`sling).PTC"
  615. `slink    V    "V"
  616. `slunk    End    "V(`slink).PTC" ;PST/PTC
  617. ;`slunk    End    "V(`slink).PTC"
  618. `slit    V-to-N    "V"
  619. `slit    End    "V(`slit).PTC" ;PST/PTC
  620. ;`slit    End    "V(`slit).PTC"
  621. `smell    V-to-N    "V"
  622. `smelt    End    "V(`smell).PTC" ;PST/PTC
  623. ;`smelt    End    "V(`smell).PTC"
  624. `smite    V    "V"
  625. `smote    End    "V(`smite).PST"
  626. `smitten    End    "V(`smite).PTC"
  627. `sow    V    "V"
  628. `sown    End    "V(`sow).PTC"
  629. `speak    V    "V"
  630. `spoke    End    "V(`speak).PST"
  631. `spoken    End    "V(`speak).PTC"
  632. `spake    End    "V(`speak).PST"
  633. ;`speed    V    "V"
  634. `sped    End    "V(`speed).PTC" ;PST/PTC
  635. ;`sped    End    "V(`speed).PTC"
  636. `spell    V    "V"
  637. `spelt    End    "V(`spell).PTC" ;PST/PTC
  638. ;`spelt    End    "V(`spell).PTC"
  639. `spend    V    "V"
  640. `spent    End    "V(`spend).PTC" ;PST/PTC
  641. ;`spent    End    "V(`spend).PTC"
  642. `spill    V-to-N    "V"
  643. `spilt    End    "V(`spill).PTC" ;PST/PTC
  644. ;`spilt    End    "V(`spill).PTC"
  645. `spin    V-to-N    "V"
  646. `span    End    "V(`spin).PST"
  647. `spun    End    "V(`spin).PTC" ;PST/PTC
  648. ;`spun    End    "V(`spin).PTC"
  649. `spit    V-to-N    "V"
  650. `spit    End    "V(`spit).PTC" ;PST/PTC
  651. ;`spit    End    "V(`spit).PTC"
  652. `spat    End    "V(`spit).PTC" ;PST/PTC
  653. ;`spat    End    "V(`spit).PTC"
  654. `split    V-to-N    "V"
  655. `split    End    "V(`split).PTC" ;PST/PTC
  656. ;`split    End    "V(`split).PTC"
  657. `spoil    V    "V"
  658. `spoilt    End    "V(`spoil).PTC" ;PST/PTC
  659. ;`spoilt    End    "V(`spoil).PTC"
  660. `spread    V    "V"
  661. `spread    End    "V(`spread).PTC" ;PST/PTC
  662. ;`spread    End    "V(`spread).PTC"
  663. `spring    V    "V"
  664. `sprang    End    "V(`spring).PST"
  665. `sprung    End    "V(`spring).PTC"
  666. `stand    V    "V"
  667. `stood    End    "V(`stand).PTC" ;PST/PTC
  668. ;`stood    End    "V(`stand).PTC"
  669. `steal    V-to-N    "V"
  670. `stole    End    "V(`steal).PST"
  671. `stolen    End    "V(`steal).PTC"
  672. `stick    V    "V"
  673. `stuck    End    "V(`stick).PTC" ;PST/PTC
  674. ;`stuck    End    "V(`stick).PTC"
  675. `sting    V-to-N    "V"
  676. `stung    End    "V(`sting).PTC" ;PST/PTC
  677. ;`stung    End    "V(`sting).PTC"
  678. `stink    V-to-N    "V"
  679. `stank    End    "V(`stink).PST"
  680. `stunk    End    "V(`stink).PTC" ;PST/PTC
  681. ;`stunk    End    "V(`stink).PTC"
  682. `strew    V    "V"
  683. `strewn    End    "V(`strew).PTC"
  684. `stride    V    "V"
  685. `strode    End    "V(`stride).PTC" ;PST/PTC
  686. ;`strode    End    "V(`stride).PTC"
  687. `stridden    End    "V(`stride).PTC"
  688. `strid    End    "V(`stride).PTC"
  689. `strike    V-to-N    "V"
  690. `struck    End    "V(`strike).PTC" ;PST/PTC
  691. ;`struck    End    "V(`strike).PTC"
  692. `stricken    End    "V(`strike).PTC"
  693. `string    V    "V"
  694. `strung    End    "V(`string).PTC" ;PST/PTC
  695. ;`strung    End    "V(`string).PTC"
  696. `strive    V    "V"
  697. `strove    End    "V(`strive).PST"
  698. `striven    End    "V(`strive).PTC"
  699. `swear    V    "V"
  700. `swore    End    "V(`swear).PST"
  701. `sworn    End    "V(`swear).PTC"
  702. `sware    End    "V(`swear).PST" ;archaic
  703. `sweat    V    "V"
  704. `sweat    End    "V(`sweat).PTC" ;PST/PTC
  705. ;`sweat    End    "V(`sweat).PTC"
  706. `sweep    V    "V"
  707. `swept    End    "V(`sweep).PTC" ;PST/PTC
  708. ;`swept    End    "V(`sweep).PTC"
  709. `swell    V    "V"
  710. `swollen    PTC_SUFFIX    "V(`swell).PTC"
  711. `swim    V    "V"
  712. `swam    End    "V(`swim).PST"
  713. `swum    End    "V(`swim).PTC" ;PST/PTC
  714. ;`swum    End    "V(`swim).PTC"
  715. `swing    V    "V"
  716. `swung    End    "V(`swing).PTC" ;PST/PTC
  717. ;`swung    End    "V(`swing).PTC"
  718. `take    V    "V"
  719. `took    End    "V(`take).PST"
  720. `taken    PTC_SUFFIX    "V(`take).PTC"
  721. `teach    V    "V"
  722. `taught    End    "V(`teach).PTC" ;PST/PTC
  723. ;`taught    End    "V(`teach).PTC"
  724. `tear    V-to-N    "V"
  725. `tore    End    "V(`tear).PST"
  726. `torn    End    "V(`tear).PTC"
  727. `telecast    V-to-N    "V"
  728. `telecast    End    "V(`telecast).PTC" ;PST/PTC
  729. ;`telecast    End    "V(`telecast).PTC"
  730. `tell    V    "V"
  731. `told    End    "V(`tell).PTC" ;PST/PTC
  732. ;`told    End    "V(`tell).PTC"
  733. `think    V    "V"
  734. `thought    End    "V(`think).PTC" ;PST/PTC
  735. ;`thought    End    "V(`think).PTC"
  736. `thrive    V    "V"
  737. `throve    End    "V(`thrive).PST"
  738. `thriven    End    "V(`thrive).PTC"
  739. `throw    V-to-N    "V"
  740. `threw    End    "V(`throw).PST"
  741. `thrown    End    "V(`throw).PTC"
  742. `thrust    V-to-N    "V"
  743. `thrust    End    "V(`thrust).PTC" ;PST/PTC
  744. ;`thrust    End    "V(`thrust).PTC"
  745. `tread    V-to-N    "V"
  746. `trod    End    "V(`tread).PTC" ;PST/PTC
  747. ;`trod    End    "V(`tread).PTC"
  748. `trodden    End    "V(`tread).PTC"
  749. `typeset    V    "V"
  750. `typeset    End    "V(`typeset).PTC" ;PST/PTC
  751. `typewrite    V    "V"
  752. `typewrote    End    "V(`typewrite).PST"
  753. `typewritten    End    "V(`typewrite).PTC"
  754. under`stand    V    "V"
  755. under`stood    End    "V(under`stand).PTC" ;PST/PTC
  756. ;under`stood    End    "V(under`stand).PTC"
  757. up`hold    V    "V"
  758. up`held    End    "V(up`hold).PTC" ;PST/PTC
  759. ;up`held    End    "V(up`hold).PTC"
  760. up`rise    V    "V"
  761. up`rose    End    "V(up`rise).PST"
  762. up`risen    End    "V(up`rise).PTC"
  763. up`set    V    "V"
  764. up`set    End    "V(up`set).PTC" ;PST/PTC
  765. ;up`set    End    "V(up`set).PTC"
  766. `wake    V    "V"
  767. `woke    End    "V(`wake).PST"
  768. `woken    End    "V(`wake).PTC"
  769. `waylay    V    "V"
  770. `waylaid    End    "V(`waylay).PTC" ;PST/PTC
  771. ;`waylaid    End    "V(`waylay).PTC"
  772. `wear    V    "V"
  773. `wore    End    "V(`wear).PST"
  774. `worn    End    "V(`wear).PTC"
  775. `weave    V    "V"
  776. `wove    End    "V(`weave).PST"
  777. `woven    End    "V(`weave).PTC"
  778. `wed    V    "V"
  779. `wed    End    "V(`wed).PTC" ;PST/PTC
  780. ;`wed    End    "V(`wed).PTC"
  781. `weep    V    "V"
  782. `wept    End    "V(`weep).PTC" ;PST/PTC
  783. ;`wept    End    "V(`weep).PTC"
  784. `wet    V    "V"
  785. `wet    End    "V(`wet).PTC" ;PST/PTC
  786. ;`wet    End    "V(`wet).PTC"
  787. `win    V-to-N    "V"
  788. `won    End    "V(`win).PTC" ;PST/PTC
  789. ;`won    End    "V(`win).PTC"
  790. `wind    V    "V"
  791. `wound    End    "V(`wind).PTC" ;PST/PTC
  792. ;`wound    End    "V(`wind).PTC"
  793. with`draw    V    "V"
  794. with`drew    End    "V(with`draw).PST"
  795. with`drawn    End    "V(with`draw).PTC"
  796. with`hold    V    "V"
  797. with`held    End    "V(with`hold).PTC" ;PST/PTC
  798. ;with`held    End    "V(with`hold).PTC"
  799. with`stand    V    "V"
  800. with`stood    End    "V(with`stand).PTC" ;PST/PTC
  801. ;with`stood    End    "V(with`stand).PTC"
  802. `wring    V    "V"
  803. `wrung    End    "V(`wring).PTC" ;PST/PTC
  804. ;`wrung    End    "V(`wring).PTC"
  805. `write    V    "V"
  806. `wrote    End    "V(`write).PST"
  807. `written    End    "V(`write).PTC"
  808.  
  809. ;regular verbs
  810. a`bandon    V    "V"
  811. a`base    V    "V"
  812. a`bash    V    "V"
  813. a`bate    V    "V"
  814. ab`breviate    V    "V"
  815. `abdicate    V    "V"
  816. ab`duct    V    "V"
  817. `aberrate    V    "V"
  818. a`bet    V    "V"
  819. ab`hor    V    "V"
  820. ab`jure    V    "V"
  821. ab`late    V    "V"
  822. a`bolish    V    "V"
  823. a`bominate    V    "V"
  824. a`bort    V    "V"
  825. a`bound    V    "V"
  826. a`brade    V    "V"
  827. abre`act    V    "V"
  828. a`bridge    V    "V"
  829. `abrogate    V    "V"
  830. ab`scond    V    "V"
  831. ab`solve    V    "V"
  832. ab`sorb    V    "V"
  833. ab`stain    V    "V"
  834. ab`stract    V    "V"
  835. a`buse    V    "V" ;a`byuz
  836. a`but    V    "V"
  837. ac`cede    V    "V"
  838. ac`celerate    V    "V"
  839. ac`centuate    V    "N(`accent)+VR3"
  840. ac`cept    V    "V"
  841. ac`claim    V    "V"
  842. `acclimate    V    "V"
  843. ac`climatise    V    "V"
  844. ac`climatize    V    "V"
  845. ac`commodate    V    "V"
  846. ac`company    V    "V"
  847. ac`complish    V    "V"
  848. ac`cord    V-to-N    "V"
  849. ac`cost    V    "V"
  850. ac`count    V    "V"
  851. ac`credit    V    "V"
  852. ac`crete    V    "V"
  853. ac`crue    V    "V"
  854. ac`culturate    V    "V"
  855. ac`cumulate    V    "V"
  856. ac`cuse    V    "V"
  857. ac`custom    V    "V"
  858. `ache    V-to-N    "V"
  859. a`chieve    V    "V"
  860. ac`knowledge    V    "V"
  861. ac`quaint    V    "V"
  862. acqui`esce    V    "V"
  863. ac`quire    V    "V"
  864. ac`quit    V    "V"
  865. `act    V-to-N    "V"
  866. `activate    V    "V(`act)+AJR26+VR3"
  867. `actuate    V    "V"
  868. a`dapt    V    "V"
  869. `add    V    "V"
  870. ad`dict    V    "V"
  871. `addle    V    "V"
  872. ad`dress    V    "N(`address).VR0"
  873. ad`duce    V    "V"
  874. ad`here    V    "V"
  875. ad`join    V    "V"
  876. ad`journ    V    "V"
  877. ad`judicate    V    "V"
  878. ad`judge    V    "V"
  879. ad`jure    V    "V"
  880. ad`just    V    "V"
  881. ad`minister    V    "V"
  882. ad`ministrate    V    "V(ad`minister)+VR3"
  883. ad`mire    V    "V"
  884. ad`mit    V    "V"
  885. ad`mix    V    "V"
  886. ad`monish    V    "V"
  887. a`dopt    V    "V"
  888. a`dore    V    "V"
  889. a`dorn    V    "V"
  890. ad`sorb    V    "V"
  891. `adulate    V    "V"
  892. a`dulterate    V    "V"
  893. a`dumbrate    V    "V"
  894. ad`vance    V    "V"
  895. ad`vert    V    "V"
  896. `advertise    V    "V"
  897. ad`vise    V    "V"
  898. `advocate    V    "V" ;[-eyt]
  899. `aerate    V    "V"
  900. af`fect    V    "V"
  901. af`fiance    V    "V"
  902. af`filiate    V-to-N    "V"
  903. af`firm    V    "V"
  904. af`fix    V    "V"
  905. af`flict    V    "V"
  906. af`ford    V    "V"
  907. af`forest    V    "V"
  908. af`fright    V-to-N    "V" ;archaic
  909. af`front    V-to-N    "V"
  910. ag`glomerate    V    "V"
  911. ag`glutinate    V    "V"
  912. ag`grandise    V    "V"
  913. ag`grandize    V    "V"
  914. `aggravate    V    "V"
  915. ag`grieve    V    "V"
  916. `agitate    V    "V"
  917. a`gree    V    "V"
  918. `aid    V-to-N    "V"
  919. `ail    V    "V"
  920. `aim    V-to-N    "V"
  921. `airdrop    V    "V"
  922. `airlift    V    "V"
  923. `airmail    V    "V"
  924. a`larm    V-to-N    "V"
  925. `alienate    V    "N(`alien)+VR3"
  926. a`light    V    "V"
  927. a`lign    V    "V"
  928. al`lay    V    "V"
  929. al`lege    V    "V"
  930. al`leviate    V    "V"
  931. al`literate    V    "V"
  932. `allocate    V    "V"
  933. al`lot    V    "V"
  934. al`low    V    "V"
  935. al`lude    V    "V"
  936. al`lure    V    "V"
  937. al`ly    V-to-N    "V"
  938. `alter    V    "V"
  939. `altercate    V    "V"
  940. `alternate    V-to-N    "V"
  941. a`malgamate    V    "N(a`malgam)+VR3"
  942. a`mass    V    "V"
  943. a`maze    V    "V"
  944. `amble    V    "V"
  945. `ambulate    V    "V"
  946. `ambush    V-to-N    "V"
  947. a`meliorate    V    "V"
  948. a`mend    V    "V"
  949. `amortize    V    "V"
  950. `amputate    V    "V"
  951. a`muse    V    "V"
  952. `analyse    V    "V" ;British
  953. `analyze    V    "V"
  954. a`nesthetize    V    "V"
  955. `anglicise    V    "V" ;British
  956. `anglicize    V    "V"
  957. `angle    V    "V" ;fish
  958. animad`vert    V    "V"
  959. `animate    V    "V" ;[-eyt]
  960. an`neal    V    "V"
  961. an`nex    V    "V"
  962. an`nihilate    V    "V"
  963. `annotate    V    "V"
  964. an`nounce    V    "V"
  965. an`noy    V    "V"
  966. an`nul    V    "V"
  967. an`nunciate    V    "V"
  968. a`noint    V    "V"
  969. `answer    V-to-N    "V"
  970. an`ticipate    V    "V"
  971. `antiquate    V    "V"
  972. a`pologise    V    "N(a`pology)+VR6" ;British
  973. a`pologize    V    "N(a`pology)+VR6"
  974. ap`pall    V    "V"
  975. ap`peal    V    "V"
  976. ap`pear    V    "V"
  977. ap`pease    V    "V"
  978. ap`pend    V    "V"
  979. apper`tain    V    "V"
  980. ap`plaud    V    "V"
  981. ap`ply    V    "V"
  982. ap`point    V    "V"
  983. ap`portion    V    "V"
  984. ap`praise    V    "V"
  985. ap`preciate    V    "V"
  986. appre`hend    V    "V"
  987. ap`prise    V    "V"
  988. ap`proach    V-to-N    "V"
  989. `approbate    V    "V"
  990. ap`propriate    V    "V" ;[-eyt]
  991. ap`prove    V    "V"
  992. ;ap`proximate    V    "Adj(ap`proximate).VR0" ;[-eyt
  993. `arbitrate    V    "V"
  994. `argue    V    "V"
  995. a`rouse    V    "V"
  996. a`rraign    V    "V"
  997. ar`range    V    "V"
  998. ar`ray    V-to-N    "V"
  999. ar`rest    V-to-N    "V"
  1000. ar`rive    V    "V"
  1001. `arrogate    V    "V"
  1002. ;ar`ticulate    V    "V" ;[-eyt]
  1003. as`cend    V    "V"
  1004. ascer`tain    V    "V"
  1005. as`cribe    V    "V"
  1006. `ask    V    "V"
  1007. as`phyxiate    V    "V"
  1008. `aspirate    V    "V" ;[-eyt]
  1009. as`pire    V    "V"
  1010. as`sail    V    "V"
  1011. as`sassinate    V    "N(as`sassin)+VR3"
  1012. as`sault    V-to-N    "V"
  1013. as`say    V    "V"
  1014. as`semble    V    "V"
  1015. as`sent    V-to-N    "V"
  1016. as`sert    V    "V"
  1017. as`sess    V    "V"
  1018. as`sign    V    "V"
  1019. as`similate    V    "V"
  1020. as`sist    V    "V"
  1021. as`sociate    V    "V"
  1022. as`sort    V    "V"
  1023. as`suage    V    "V"
  1024. as`sume    V    "V"
  1025. as`sure    V    "V"
  1026. as`tonish    V    "V"
  1027. as`tound    V    "V"
  1028. a`tone    V    "V"
  1029. `atrophy    V    "V"
  1030. at`tach    V    "V"
  1031. at`tack    V-to-N    "V"
  1032. at`tain    V    "V"
  1033. at`tempt    V-to-N    "V"
  1034. at`tend    V    "V"
  1035. at`tenuate    V    "V"
  1036. at`test    V    "V"
  1037. at`tract    V    "V"
  1038. at`tribute    V    "V"
  1039. at`tune    V    "V"
  1040. `audit    V-to-N    "V"
  1041. aug`ment    V    "V"
  1042. `augur    V    "V"
  1043. au`thenticate    V    "AJ(au`thentic)+VR3"
  1044. `authorise    V    "V"
  1045. `authorize    V    "V"
  1046. `automate    V    "V"
  1047. a`vail    V    "V"
  1048. a`vast    Clitics    "V" ;only imperative
  1049. a`venge    V    "V"
  1050. a`ver    V    "V"
  1051. a`vert    V    "V"
  1052. `aviate    V    "V"
  1053. a`void    V    "V"
  1054. a`vow    V    "V"
  1055. a`wait    V    "V"
  1056. a`waken    V    "V"
  1057. a`ward    V-to-N    "V"
  1058.  
  1059. `babble    V    "V"
  1060. `backbite    V    "V"
  1061. `backfill    V    "V"
  1062. `backorder    V    "V"
  1063. `backscatter    V    "V"
  1064. `backstitch    V    "V"
  1065. `backtrack    V    "V"
  1066. `backup    V-to-N    "V"
  1067. `baffle    V    "V"
  1068. `bail    V    "V"
  1069. `bake    V    "V"
  1070. `balance    V    "V"
  1071. `balk    V-to-N    "V"
  1072. bam`boozle    V    "V"
  1073. `ban    V-to-N    "V"
  1074. `bandy    V    "V"
  1075. `bang    V-to-N    "V"
  1076. `banish    V    "V"
  1077. `banter    V-to-N    "V"
  1078. `baptize    V    "V"
  1079. `barbecue    V-to-N    "V"
  1080. `bare    V    "V"
  1081. `barge    V    "V"
  1082. `bark    V-to-N    "V"
  1083. `barkeep    V    "V"
  1084. `barnstorm    V    "V"
  1085. `barter    V    "V"
  1086. `bash    V-to-N    "V"
  1087. `bask    V    "V"
  1088. `baste    V    "V"
  1089. `bathe    V    "V"
  1090. `batten    V    "V"
  1091. `batter    V    "V"
  1092. `bawl    V    "V"
  1093. `bay    V    "V"
  1094. `beachcomb    V    "V"
  1095. be`atify    V    "V"
  1096. `beautify    V    "N(`beauty)+VR5"
  1097. be`calm    V    "VR2+AJ(`calm)"
  1098. `beckon    V    "V"
  1099. be`cloud    V    "VR2+N(`cloud)"
  1100. be`dazzle    V    "VR2+V(`dazzle)"
  1101. be`daub    V    "VR2+V(`daub)"
  1102. be`deck    V    "VR2+V(`deck)"
  1103. be`devil    V    "VR2+N(`devil)"
  1104. be`dim    V    "VR2+AJ(`dim)"
  1105. be`draggle    V    "V"
  1106. `beep    V-to-N    "V"
  1107. be`fit    V    "V"
  1108. be`fog    V    "VR2+N(`fog)"
  1109. be`fool    V    "VR2+N(`fool)"
  1110. be`foul    V    "VR2+AJ(`foul)"
  1111. be`friend    V    "VR2+N(`friend)"
  1112. be`fuddle    V    "VR2+V(`fuddle)"
  1113. `beg    V    "V"
  1114. be`gone    Clitics    "V" ;only imperative
  1115. be`grime    V    "VR2+N(`grime)"
  1116. be`grudge    V    "VR2+N(`grudge)"
  1117. be`guile    V    "V"
  1118. be`have    V    "V"
  1119. be`head    V    "VR2+N(`head)"
  1120. be`hoove    V    "V"
  1121. be`hove    V    "V"
  1122. be`labor    V    "VR2+V(`labor)"
  1123. be`labour    V    "VR2+V(`labour)" ;British
  1124. be`lay    V    "V"
  1125. `belch    V-to-N    "V"
  1126. be`leaguer    V    "V"
  1127. be`lie    V    "VR2+N(`lie)"
  1128. be`lying    V    "VR2+N(`lie)+PRG"
  1129. be`lieve    V    "V"
  1130. be`little    V    "VR2+AJ(`little)"
  1131. `bellow    V-to-N    "V"
  1132. be`long    V    "V"
  1133. be`madden    V    "VR2+AJ(`mad)+VR4"
  1134. be`moan    V    "VR2+V(`moan)"
  1135. be`muse    V    "V"
  1136. be`night    V    "VR2+N(`night)"
  1137. be`plaster    V    "VR2+N(`plaster)"
  1138. be`queath    V    "V"
  1139. be`rate    V    "V"
  1140. be`ribbon    V    "VR2+N(`ribbon)"
  1141. be`siege    V    "VR2+N(`siege)"
  1142. be`smirch    V    "V"
  1143. be`sot    V    "V"
  1144. be`smear    V    "VR2+V(`smear)"
  1145. be`spatter    V    "VR2+V(`spatter)"
  1146. be`streak    V    "VR2+N(`streak)"
  1147. be`stir    V    "VR2+V(`stir)"
  1148. be`stow    V    "V"
  1149. be`tide    V    "V"
  1150. be`token    V    "V"
  1151. be`tray    V    "V"
  1152. be`troth    V    "V"
  1153. `better    V    "AJ(`good).CMP.VR0"
  1154. be`wail    V    "VR2+V(`wail)"
  1155. be`ware    Clitics    "V" ;only imperative
  1156. be`whisker    V    "VR2+N(`whisker)"
  1157. be`wilder    V    "V"
  1158. be`witch    V    "VR2+N(`witch)"
  1159. `bicker    V    "V"
  1160. `bide    V    "V"
  1161. `bifurcate    V    "V"
  1162. `bilk    V    "V"
  1163. `birdwatch    V    "V"
  1164. `bisect    V    "V"
  1165. bi`variate    V    "V"
  1166. `blab    V    "V"
  1167. `blackball    V    "V"
  1168. `blackmail    V    "V"
  1169. `blame    V-to-N    "V"
  1170. `blanch    V    "V"
  1171. `blandish    V    "V"
  1172. `blare    V    "V"
  1173. `blaspheme    V    "V"
  1174. `blat    V    "V"
  1175. `blazon    V    "V"
  1176. `bleach    V-to-N    "V"
  1177. `bleat    V    "V"
  1178. `blend    V-to-N    "V"
  1179. `bless    V    "V"
  1180. `blink    V-to-N    "V"
  1181. `bloat    V    "V"
  1182. block`ade    V    "V"
  1183. `bloody    V    "N(`blood)+AJR14.VR0"
  1184. `bloom    V-to-N    "V"
  1185. `blubber    V    "V"
  1186. `bludgeon    V    "V"
  1187. `bluff    V-to-N    "V"
  1188. `blunder    V-to-N    "V"
  1189. `blur    V-to-N    "V"
  1190. `blurt    V    "V"
  1191. `blush    V    "V"
  1192. `bluster    V    "V"
  1193. `board    V    "V"
  1194. `boast    V-to-N    "V"
  1195. `bob    V    "V"
  1196. `bobble    V    "V"
  1197. `bode    V    "V"
  1198. `boggle    V    "V"
  1199. `boil    V-to-N    "V" ;as water
  1200. `bolster    V    "V"
  1201. `bolt    V    "V" ;run away
  1202. bom`bard    V    "V"
  1203. `boom    V-to-N    "V" ;make noise
  1204. `boost    V-to-N    "V"
  1205. `bootleg    V    "V"
  1206. `bore    V-to-N    "V" ;make hole
  1207. ;`bore    V-to-N    "V" ;uninteresting
  1208. `borrow    V    "V"
  1209. `botch    V    "V"
  1210. `bother    V-to-N    "V"
  1211. `bounce    V-to-N    "V"
  1212. `bound    V    "V"
  1213. `bow    V-to-N    "V" ;[baw] bend over
  1214. `bowdlerize    V    "V"
  1215. `bowl    V    "V"
  1216. `boycott    V-to-N    "V"
  1217. `brag    V    "V"
  1218. `braid    V-to-N    "V"
  1219. `brainwash    V    "V"
  1220. `brandish    V    "V"
  1221. `brawl    V-to-N    "V"
  1222. `bray    V    "V"
  1223. `breathe    V    "V"
  1224. `brew    V-to-N    "V"
  1225. `brief    V    "V"
  1226. `brim    V    "V" ;derived from noun?
  1227. `broach    V    "V"
  1228. `broil    V    "V"
  1229. `browbeat    V    "V"
  1230. `browse    V    "V"
  1231. `bruise    V-to-N    "V"
  1232. `buck    V-to-N    "V" ;throw
  1233. `budge    V    "V"
  1234. `buffet    V    "V"
  1235. `bug    V    "V" ;irritate
  1236. `bulge    V-to-N    "V"
  1237. `bulldoze    V    "V"
  1238. `bumble    V    "V"
  1239. `bunt    V    "V"
  1240. `bungle    V    "V"
  1241. `burble    V    "V"
  1242. `burgeon    V    "V"
  1243. `burnish    V-to-N    "V"
  1244. `burp    V-to-N    "V"
  1245. `bury    V    "V"
  1246. `buss    V    "V"
  1247. `bushwhack    V    "V"
  1248. `bustle    V    "V"
  1249. `butcher    V-to-N    "V"
  1250. `butt    V    "V"
  1251. `buzz    V-to-N    "V"
  1252. `bypass    V-to-N    "V"
  1253.  
  1254. `cackle    V-to-N    "V"
  1255. ca`jole    V    "V"
  1256. `calcify    V    "V"
  1257. `calculate    V    "V"
  1258. `calibrate    V    "N(`caliber)+VR3"
  1259. `call    V-to-N    "V"
  1260. ca`lumniate    V    "N(`calumny)+VR3"
  1261. `calve    V    "V"
  1262. `cancel    V    "V"
  1263. `canvass    V    "V"
  1264. `caper    V-to-N    "V"
  1265. ca`pitulate    V    "V"
  1266. `capsize    V    "V"
  1267. `captivate    V    "V"
  1268. `capture    V-to-N    "V"
  1269. `carbonate    V    "N(`carbon)+VR3"
  1270. `care    V-to-N    "V"
  1271. ca`reen    V    "V"
  1272. ca`ress    V-to-N    "V"
  1273. ca`rouse    V    "V"
  1274. `carp    V    "V" ;complain
  1275. `carry    V    "V"
  1276. `carve    V    "V"
  1277. `castigate    V    "V"
  1278. `castrate    V    "V"
  1279. `catechize    V    "V"
  1280. `categorize    V    "N(`category)+VR6"
  1281. `catenate    V    "V"
  1282. `cater    V    "V"
  1283. `cause    V-to-N    "V"
  1284. `cavil    V    "V"
  1285. `cavitate    V    "V"
  1286. ca`vort    V    "V"
  1287. `caw    V    "V"
  1288. `cease    V-to-N    "V"
  1289. `cede    V    "V"
  1290. `celebrate    V    "V"
  1291. `cense    V    "V"
  1292. `censure    V    "V"
  1293. `cerebrate    V    "V"
  1294. `certify    V    "V"
  1295. `chafe    V    "V"
  1296. `challenge    V-to-N    "V"
  1297. `chamfer    V    "V"
  1298. `champ    V    "V"
  1299. `change    V-to-N    "V"
  1300. `chant    V-to-N    "V"
  1301. `chap    V    "V"
  1302. `char    V    "V"
  1303. `charge    V-to-N    "V"
  1304. `chase    V-to-N    "V"
  1305. chas`tise    V    "V"
  1306. `chat    V-to-N    "V"
  1307. `chatter    V-to-N    "V"
  1308. `cheat    V    "V"
  1309. `check    V-to-N    "V"
  1310. `checker    V    "V"
  1311. `checkmate    V-to-N    "V"
  1312. `cherish    V    "V"
  1313. `chew    V-to-N    "V"
  1314. `chime    V-to-N    "V"
  1315. `chirp    V-to-N    "V"
  1316. `chlorinate    V    "N(chlor`ine)+VR3"
  1317. `choke    V    "V"
  1318. `chomp    V    "V"
  1319. `chop    V-to-N    "V" ;cut
  1320. `choreograph    V    "V"
  1321. `chortle    V    "V"
  1322. `christen    V    "V"
  1323. `chuck    V    "V"
  1324. `chuckle    V-to-N    "V"
  1325. `chuff    V    "V"
  1326. `chug    V    "V"
  1327. `churn    V    "V"
  1328. `circulate    V    "V"
  1329. `circumcise    V    "V"
  1330. `circumscribe    V    "V"
  1331. `circumvent    V    "V"
  1332. `cite    V    "V"
  1333. `citify    V    "N(`city)+VR5"
  1334. `clad    V    "V"
  1335. `claim    V-to-N    "V"
  1336. `clamber    V    "V"
  1337. `clamor    V-to-N    "V"
  1338. `clamour    V-to-N    "V" ;British
  1339. `clang    V    "V"
  1340. `clank    V    "V"
  1341. `clap    V-to-N    "V"
  1342. `clarify    V    "V" ;clear+ify
  1343. `clash    V-to-N    "V"
  1344. `clatter    V-to-N    "V"
  1345. `cleanse    V    "V"
  1346. `clench    V    "V"
  1347. `click    V-to-N    "V"
  1348. `climb    V    "V"
  1349. `clinch    V    "V"
  1350. `clink    V    "V"
  1351. `clip    V-to-N    "V"
  1352. `clobber    V    "V"
  1353. `clog    V    "V"
  1354. `clomp    V    "V"
  1355. `close    V    "V"
  1356. `clothe    V    "V"
  1357. `cloy    V    "V"
  1358. `cluck    V    "V"
  1359. `clutch    V    "V" ;hold
  1360. `coach    V-to-N    "V"
  1361. co`agulate    V    "V"
  1362. coa`lesce    V    "V"
  1363. `coast    V    "V"
  1364. `coax    V    "V"
  1365. `cobble    V    "V"
  1366. `cock    V    "V"
  1367. `coddle    V    "V"
  1368. co`erce    V    "V"
  1369. `cogitate    V    "V"
  1370. co`here    V    "V"
  1371. coin`cide    V    "V"
  1372. col`laborate    V    "V"
  1373. col`lapse    V-to-N    "V"
  1374. `collate    V    "V"
  1375. col`lect    V    "V"
  1376. col`lide    V    "V"
  1377. `collocate    V    "V"
  1378. col`lude    V    "V"
  1379. `colorate    V    "N(`color)+VR3"
  1380. `comb    V-to-N    "V"
  1381. `combat    V-to-N    "V"
  1382. com`bine    V    "V"
  1383. com`bust    V    "V"
  1384. com`mand    V-to-N    "V"
  1385. comman`deer    V    "V"
  1386. com`memorate    V    "V"
  1387. com`mence    V    "V"
  1388. com`mend    V    "V"
  1389. com`mingle    V    "V"
  1390. com`miserate    V    "V"
  1391. com`mit    V    "V"
  1392. com`mune    V    "V"
  1393. com`municate    V    "V"
  1394. `commutate    V    "V"
  1395. com`mute    V    "V"
  1396. com`pact    V    "V"
  1397. com`pare    V    "V"
  1398. `compass    V    "V"
  1399. com`pel    V    "V"
  1400. `compensate    V    "V"
  1401. com`pete    V    "V"
  1402. com`pile    V    "V"
  1403. com`plain    V    "V"
  1404. `complicate    V    "V"
  1405. com`ply    V    "V"
  1406. com`port    V    "V"
  1407. com`pose    V    "V"
  1408. compre`hend    V    "V"
  1409. com`press    V    "V"
  1410. com`prise    V    "V"
  1411. `compromise    V    "V"
  1412. com`pute    V    "V"
  1413. con`catenate    V    "V"
  1414. con`ceal    V    "V"
  1415. con`cede    V    "V"
  1416. con`ceive    V    "V"
  1417. `concentrate    V    "V"
  1418. con`cert    V    "V"
  1419. con`ciliate    V    "V"
  1420. con`clude    V    "V"
  1421. con`coct    V    "V"
  1422. con`cord    V    "V"
  1423. con`cur    V    "V"
  1424. con`cuss    V    "V"
  1425. con`demn    V    "V"
  1426. `condensate    V    "V"
  1427. con`dense    V    "V"
  1428. condes`cend    V    "V"
  1429. con`done    V    "V"
  1430. con`duce    V    "V"
  1431. con`duct    V    "V"
  1432. con`fabulate    V    "V"
  1433. con`fect    V    "V"
  1434. con`fer    V    "V"
  1435. con`fess    V    "V"
  1436. con`fide    V    "V"
  1437. con`figure    V    "V"
  1438. con`fine    V    "V"
  1439. con`firm    V    "V"
  1440. `confiscate    V    "V"
  1441. con`flict    V    "V"
  1442. con`form    V    "V"
  1443. con`found    V    "V"
  1444. con`front    V    "V"
  1445. con`fuse    V    "V"
  1446. con`fute    V    "V"
  1447. con`geal    V    "V"
  1448. con`gest    V    "V"
  1449. con`gratulate    V    "V"
  1450. `congregate    V    "V"
  1451. con`join    V    "V"
  1452. `conjugate    V    "V"
  1453. con`jure    V    "V"
  1454. con`nect    V    "V"
  1455. con`nive    V    "V"
  1456. con`note    V    "V"
  1457. `conquer    V    "V"
  1458. con`script    V    "V"
  1459. `consecrate    V    "V"
  1460. con`sent    V-to-N    "V"
  1461. con`serve    V    "V"
  1462. con`sider    V    "V"
  1463. con`sign    V    "V"
  1464. con`sist    V    "V"
  1465. con`sole    V    "V"
  1466. con`solidate    V    "V"
  1467. con`sort    V    "V"
  1468. con`spire    V    "V"
  1469. `constellate    V    "V"
  1470. `consternate    V    "V"
  1471. `constipate    V    "V"
  1472. `constitute    V    "V"
  1473. con`strain    V    "V"
  1474. con`strict    V    "V"
  1475. con`struct    V    "V"
  1476. con`strue    V    "V"
  1477. con`sult    V    "V"
  1478. con`sume    V    "V"
  1479. ;`consummate    V    "V"
  1480. con`tain    V    "V"
  1481. con`taminate    V    "V"
  1482. `contemplate    V    "V"
  1483. con`tend    V    "V"
  1484. con`tent    V    "V"
  1485. con`test    V    "V"
  1486. con`tinue    V    "V"
  1487. con`tort    V    "V"
  1488. con`tract    V    "V"
  1489. contra`dict    V    "V"
  1490. con`trast    V    "V"
  1491. contra`vene    V    "V"
  1492. con`tribute    V    "V"
  1493. con`trive    V    "V"
  1494. con`trol    V    "V"
  1495. `controvert    V    "V"
  1496. con`tuse    V    "V"
  1497. conva`lesce    V    "V"
  1498. con`vect    V    "V"
  1499. con`vene    V    "V"
  1500. con`verge    V    "V"
  1501. con`verse    V    "V"
  1502. con`vert    V    "V"
  1503. con`vey    V    "V"
  1504. con`vict    V    "V"
  1505. con`vince    V    "V"
  1506. con`voke    V    "V"
  1507. `convolute    V    "V"
  1508. con`volve    V    "V"
  1509. con`vulse    V    "V"
  1510. `coo    V-to-N    "V"
  1511. `cook    V    "V"
  1512. co`operate    V    "V"
  1513. `cope    V    "V"
  1514. `copy    V-to-N    "V"
  1515. `correlate    V    "V"
  1516. corres`pond    V    "V"
  1517. cor`roborate    V    "V"
  1518. cor`rode    V    "V"
  1519. `corrugate    V    "V"
  1520. co`ruscate    V    "V"
  1521. `couch    V    "V"
  1522. `cough    V-to-N    "V"
  1523. `count    V-to-N    "V"
  1524. `counter    V    "V"
  1525. `countermand    V-to-N    "V"
  1526. counter`vail    V    "V"
  1527. `countrify    V    "N(`country)+VR5"
  1528. `couple    V    "V"
  1529. `course    V    "V"
  1530. `court    V    "V"
  1531. `covet    V    "V"
  1532. `cover    V-to-N    "V"
  1533. `cower    V    "V"
  1534. `cozen    V    "V"
  1535. `crack    V-to-N    "V"
  1536. `crackle    V-to-N    "V"
  1537. `craft    V    "V"
  1538. `cram    V    "V"
  1539. `cramp    V-to-N    "V"
  1540. `crash    V-to-N    "V"
  1541. `crave    V    "V"
  1542. `crawl    V    "V"
  1543. `craze    V    "V"
  1544. `creak    V-to-N    "V"
  1545. cre`ate    V    "V"
  1546. `cremate    V    "V"
  1547. `crimp    V-to-N    "V"
  1548. `cringe    V    "V"
  1549. `crinkle    V    "V"
  1550. `crisscross    V-to-N    "V"
  1551. `criss-cross    V-to-N    "V"
  1552. `croak    V-to-N    "V"
  1553. cro`chet    V    "V"
  1554. `croon    V    "V"
  1555. `crop    V    "V" ;cut short
  1556. `cross    V    "V" ;cross street
  1557. cross-ex`amine    V    "V"
  1558. `crosshatch    V    "V"
  1559. `crouch    V    "V"
  1560. `crow    V    "V" ;brag
  1561. `crucify    V    "V"
  1562. `cruise    V-to-N    "V"
  1563. `crumble    V    "V"
  1564. `crump    V    "V"
  1565. `crumple    V    "V"
  1566. `crunch    V-to-N    "V"
  1567. `crush    V    "V"
  1568. `cry    V-to-N    "V"
  1569. crypt`analyze    V    "V"
  1570. `cuddle    V    "V"
  1571. `cuff    V-to-N    "V" ;hit
  1572. `cull    V    "V"
  1573. `culminate    V    "V"
  1574. `cultivate    V    "V"
  1575. `culture    V-to-N    "V" ;grow in lab
  1576. `cumulate    V    "V"
  1577. `curb    V    "V" ;limit
  1578. `curdle    V    "V"
  1579. `curl    V-to-N    "V"
  1580. `curry    V    "V"
  1581. `curse    V-to-N    "V"
  1582. cur`tail    V    "V"
  1583. `cuss    V    "V"
  1584. `cycled    PTC_SUFFIX    "N(`cycle).VR0+PTC" ;PST/PTC
  1585. `cycling    PTC_SUFFIX    "N(`cycle).VR0+PRG"
  1586.  
  1587. `dabble    V    "V"
  1588. `dally    V    "V"
  1589. `damage    V-to-N    "V"
  1590. `damn    V    "V"
  1591. `dance    V-to-N    "V"
  1592. `dangle    V    "V"
  1593. `dapple    V    "V"
  1594. dare`say    V    "V" ;only 1st pres. sing.
  1595. `darkle    V    "V"
  1596. `darn    V    "V"
  1597. `dash    V-to-N    "V" ;run
  1598. `daub    V-to-N    "V"
  1599. `daunt    V    "V"
  1600. `daze    V-to-N    "V"
  1601. `dazzle    V    "V"
  1602. de`base    V    "V"
  1603. de`bate    V    "V"
  1604. de`bauch    V    "V"
  1605. de`bilitate    V    "V"
  1606. de`bunk    V    "V"
  1607. de`buted    PTC_SUFFIX    "N(de`but).VR0+PTC"
  1608. de`buting    PTC_SUFFIX    "N(de`but).VR0+PRG"
  1609. de`caffeinate    V    "REV2+N(caf`feine)+VR3"
  1610. de`cant    V    "V"
  1611. de`capitate    V    "V"
  1612. de`cay    V-to-N    "V"
  1613. de`cease    V    "V"
  1614. de`ceive    V    "V"
  1615. de`celerate    V    "REV2+V(ac`celerate)"
  1616. de`centralize    V    "REV2+N(`center)+AJR17+VR6"
  1617. de`cide    V    "V"
  1618. `decimate    V    "V"
  1619. de`cipher    V    "REV2+N(`cipher).VR0"
  1620. `deck    V    "V"
  1621. de`claim    V    "V"
  1622. de`clare    V    "V"
  1623. de`classify    V    "REV2+N(`class)+VR5"
  1624. de`cline    V-to-N    "V"
  1625. de`coct    V    "V"
  1626. de`code    V    "REV2+N(`code).VR0"
  1627. decom`mission    V    "REV2+N(com`mission).VR0"
  1628. `decorate    V    "V"
  1629. de`corticate    V    "V"
  1630. de`crease    V-to-N    "V"
  1631. `decrement    V    "V"
  1632. de`cry    V    "V"
  1633. de`crypt    V    "V"
  1634. `dedicate    V    "V"
  1635. de`duce    V    "V"
  1636. de`duct    V    "V"
  1637. `deem    V    "V"
  1638. de`face    V    "V"
  1639. de`fame    V    "V"
  1640. de`fat    V    "REV2+N(`fat).VR0"
  1641. de`feat    V-to-N    "V"
  1642. `defecate    V    "V"
  1643. de`fect    V    "V" ;turn traitor
  1644. de`fend    V    "V"
  1645. de`fer    V    "V"
  1646. de`file    V    "V"
  1647. de`fine    V    "V"
  1648. de`flate    V    "V"
  1649. de`flect    V    "V"
  1650. de`foliate    V    "V"
  1651. de`forest    V    "REV2+N(`forest).VR0"
  1652. de`form    V    "V"
  1653. de`fraud    V    "V"
  1654. de`fray    V    "V"
  1655. de`frock    V    "V"
  1656. de`frost    V    "REV2+N(`frost).VR0"
  1657. de`fuse    V    "V"
  1658. de`fy    V    "V"
  1659. de`germ    V    "REV2+N(`germ).VR0"
  1660. de`grade    V    "V"
  1661. de`grease    V    "REV2+N(`grease).VR0"
  1662. de`gum    V    "REV2+N(`gum).VR0"
  1663. de`horn    V    "REV2+N(`horn).VR0"
  1664. dehu`midify    V    "REV2+AJ(`humid)+VR5"
  1665. de`hydrate    V    "REV2+V(`hydrate)"
  1666. `deify    V    "V"
  1667. `deign    V    "V"
  1668. de`ject    V    "V"
  1669. de`lay    V-to-N    "V"
  1670. `delegate    V    "V" ;[-eyt]
  1671. de`lete    V    "V"
  1672. ;de`liberate    V    "V" ;[-eyt]
  1673. de`light    V-to-N    "V"
  1674. de`limit    V    "V"
  1675. de`lineate    V    "V"
  1676. deli`quesce    V    "V"
  1677. de`liver    V    "V"
  1678. de`louse    V    "REV2+N(`louse).VR0"
  1679. de`lude    V    "V"
  1680. `delve    V    "V"
  1681. de`mand    V-to-N    "V"
  1682. de`marcate    V    "V"
  1683. de`mark    V    "V"
  1684. de`mean    V    "V"
  1685. de`mit    V    "V"
  1686. de`mobilize    V    "REV2+AJ(`mobile)+VR6"
  1687. de`molish    V    "V"
  1688. `demonstrate    V    "V"
  1689. de`moralize    V    "REV2+AJ(`moral)+VR6"
  1690. de`mote    V    "V"
  1691. de`mur    V    "V"
  1692. demy`thologize    V    "REV2+N(my`thology)+VR6"
  1693. de`nature    V    "V"
  1694. `denigrate    V    "V"
  1695. de`note    V    "V"
  1696. de`nounce    V    "V"
  1697. de`nude    V    "REV2+Adj(`nude).VR0"
  1698. de`ny    V    "V"
  1699. de`odorise    V    "REV2+N(`odor)+VR6" ;British
  1700. de`odorize    V    "REV2+N(`odor)+VR6"
  1701. de`part    V    "V"
  1702. de`pend    V    "V"
  1703. de`pict    V    "V"
  1704. de`plane    V    "REV2+N(`plane).VR0"
  1705. de`plete    V    "V"
  1706. de`plore    V    "V"
  1707. de`ploy    V    "V"
  1708. de`port    V    "V"
  1709. de`pose    V    "V"
  1710. de`posit    V-to-N    "V"
  1711. de`prave    V    "V"
  1712. `deprecate    V    "V"
  1713. de`preciate    V    "V"
  1714. `depredate    V    "V"
  1715. de`press    V    "V"
  1716. de`prive    V    "V"
  1717. de`pute    V    "V"
  1718. `deputize    V    "N(`deputy)+VR6"
  1719. de`rail    V    "V"
  1720. de`range    V    "V"
  1721. de`rate    V    "V"
  1722. de`reference    V    "REV2+N(`reference).VR0"
  1723. de`ride    V    "V"
  1724. de`rive    V    "V"
  1725. `derogate    V    "V"
  1726. de`salinate    V    "REV2+AJ(`saline)+VR3"
  1727. des`cend    V    "V"
  1728. des`cribe    V    "V"
  1729. de`scry    V    "V"
  1730. `desecrate    V    "V"
  1731. de`sert    V    "V" ;leave
  1732. de`serve    V    "V"
  1733. `desicate    V    "V"
  1734. de`sign    V-to-N    "V"
  1735. `designate    V-to-N    "V"
  1736. de`sire    V-to-N    "V"
  1737. de`sist    V    "V"
  1738. de`spair    V-to-N    "V"
  1739. de`spise    V    "V"
  1740. de`spoil    V    "V"
  1741. de`spond    V    "V"
  1742. `destine    V    "V"
  1743. de`stroy    V    "V"
  1744. de`struct    V    "V"
  1745. de`tach    V    "V"
  1746. de`tail    V    "V"
  1747. de`tain    V    "V"
  1748. de`tect    V    "V"
  1749. de`ter    V    "V"
  1750. de`teriorate    V    "V"
  1751. de`termine    V    "V"
  1752. de`test    V    "V"
  1753. de`throne    V    "REV2+N(`throne).VR0"
  1754. `detonate    V    "V"
  1755. de`toxify    V    "REV2+N(`toxin)+VR5"
  1756. de`tract    V    "V"
  1757. `devastate    V    "V"
  1758. de`velop    V    "V"
  1759. de`vein    V    "REV2+N(`vein).VR0"
  1760. `deviate    V    "V"
  1761. de`vise    V    "V"
  1762. de`volve    V    "V"
  1763. de`vote    V    "V"
  1764. de`vour    V    "V"
  1765. diag`nose    V    "V"
  1766. `dictate    V    "V"
  1767. `diddle    V    "V"
  1768. `die    V    "V"
  1769. `dying    V    "V(`die)+PRG"
  1770. `differ    V    "V"
  1771. differ`entiate    V    "Adj(`different)+VR3"
  1772. dif`fract    V    "V"
  1773. dif`fuse    V    "V"
  1774. di`gest    V    "V"
  1775. `dignify    V    "V"
  1776. di`gress    V    "V"
  1777. di`lapidate    V    "V"
  1778. `dilate    V    "V"
  1779. di`lute    V    "V"
  1780. di`minish    V    "V"
  1781. `dine    V    "V"
  1782. `dip    V-to-N    "V"
  1783. di`rect    V    "V"
  1784. dis`able    V    "REV3+AJ(`able).VR0"
  1785. disam`biguate    V    "REV3+Adj(am`biguous)+VR3"
  1786. dis`appoint    V    "V"
  1787. dis`burse    V    "V"
  1788. dis`card    V    "V"
  1789. dis`cern    V    "V"
  1790. dis`comfit    V    "V"
  1791. dis`concert    V    "V"
  1792. dis`count    V    "V"
  1793. dis`courage    V    "V"
  1794. dis`cover    V    "V"
  1795. dis`criminate    V    "V"
  1796. dis`cuss    V    "V"
  1797. disem`bowel    V    "REV3+VR1+N(`bowel)"
  1798. dis`guise    V    "V"
  1799. dis`gruntle    V    "V"
  1800. di`shevel    V    "V"
  1801. disil`lusion    V    "V"
  1802. dis`joint    V    "REV3+N(`joint).VR0"
  1803. dis`mantle    V    "V"
  1804. dis`mast    V    "REV3+N(`mast).VR0"
  1805. dis`may    V-to-N    "V"
  1806. dis`member    V    "REV3+N(`member).VR0"
  1807. dis`miss    V    "V"
  1808. dis`parage    V    "V"
  1809. dis`pel    V    "V"
  1810. dis`pense    V    "V"
  1811. dis`perse    V    "V"
  1812. dis`pose    V    "V"
  1813. dis`play    V-to-N    "V"
  1814. dis`pute    V    "V"
  1815. dis`rupt    V    "V"
  1816. dis`sect    V    "V"
  1817. dis`sent    V-to-N    "V"
  1818. dis`semble    V    "V"
  1819. dis`seminate    V    "V"
  1820. `dissipate    V    "V"
  1821. `dissertate    V    "V"
  1822. dis`sociate    V    "V"
  1823. dis`solve    V    "V"
  1824. dis`suade    V    "V"
  1825. dis`till    V    "V"
  1826. dis`tinguish    V    "V"
  1827. dis`tort    V    "V"
  1828. dis`tract    V    "V"
  1829. dis`tribute    V    "V"
  1830. dis`turb    V    "V"
  1831. `dither    V-to-N    "V"
  1832. di`verge    V    "V"
  1833. di`vert    V    "V"
  1834. di`vest    V    "V"
  1835. di`vide    V    "V"
  1836. di`vine    V    "V"
  1837. di`vorce    V-to-N    "V"
  1838. di`vulge    V    "V"
  1839. `dock    V    "V" ;shorten
  1840. `dodge    V    "V"
  1841. `doff    V    "V"
  1842. `dole    V    "V"
  1843. do`mesticate    V    "AJ(do`mestic)+VR3"
  1844. `dominate    V    "V"
  1845. domi`neer    V    "V"
  1846. `don    V    "V"
  1847. `donate    V    "V"
  1848. `dote    V    "V"
  1849. `doubt    V-to-N    "V"
  1850. `douse    V    "V"
  1851. `down    V    "V"
  1852. `downgrade    V-to-N    "V"
  1853. `download    V-to-N    "V"
  1854. `downplay    V    "V"
  1855. `downsize    V    "V"
  1856. `doze    V    "V"
  1857. `draft    V-to-N    "V" ;conscript
  1858. `drag    V    "V"
  1859. `draggle    V    "V"
  1860. `drain    V-to-N    "V"
  1861. `dramatize    V    "N(`drama)+VR6"
  1862. `drawl    V-to-N    "V"
  1863. `dread    V-to-N    "V"
  1864. `dredge    V    "V"
  1865. `drench    V    "V"
  1866. `dress    V-to-N    "V"
  1867. `dribble    V-to-N    "V"
  1868. `drift    V-to-N    "V"
  1869. `drill    V-to-N    "V"
  1870. `drip    V-to-N    "V"
  1871. `drone    V    "V"
  1872. `drool    V-to-N    "V"
  1873. `droop    V    "V"
  1874. `drop    V-to-N    "V"
  1875. `drown    V    "V"
  1876. `drowse    V    "V"
  1877. `drub    V    "V"
  1878. `dub    V    "V"
  1879. `duck    V    "V" ;lower head
  1880. `duel    V-to-N    "V"
  1881. `dump    V-to-N    "V"
  1882. `dun    V    "V"
  1883. `dunk    V-to-N    "V"
  1884. `dupe    V-to-N    "V"
  1885. `dwindle    V    "V"
  1886.  
  1887. `earn    V    "V"
  1888. `eavesdrop    V    "V"
  1889. `ebb    V-to-N    "V"
  1890. `echo    V-to-N    "V"
  1891. ec`lipse    V-to-N    "V"
  1892. `edify    V    "V"
  1893. `edit    V    "V"
  1894. `educate    V    "V"
  1895. ef`face    V    "V"
  1896. ef`fect    V-to-N    "V"
  1897. ef`fectuate    V    "V"
  1898. effer`vesce    V    "V"
  1899. efflo`resce    V    "V"
  1900. ef`fuse    V    "V"
  1901. e`jaculate    V    "V"
  1902. e`ject    V    "V"
  1903. `eke    V    "V"
  1904. e`lapse    V    "V"
  1905. e`late    V    "V"
  1906. e`lectrify    V    "AJ(e`lectric)+VR5"
  1907. e`lectrocute    V    "V"
  1908. `elevate    V    "V"
  1909. e`licit    V    "V"
  1910. e`lide    V    "V"
  1911. e`liminate    V    "V"
  1912. e`longate    V    "V"
  1913. e`lope    V    "V"
  1914. e`lucidate    V    "V"
  1915. e`lude    V    "V"
  1916. e`maciate    V    "V"
  1917. `emanate    V    "V"
  1918. e`mancipate    V    "V"
  1919. e`masculate    V    "V"
  1920. em`balm    V    "V"
  1921. em`bank    V    "VR1+N(`bank)"
  1922. em`battle    V    "VR1+N(`battle)"
  1923. em`bark    V    "V"
  1924. em`barrass    V    "V"
  1925. em`bed    V    "V"
  1926. em`bellish    V    "V"
  1927. em`bezzle    V    "V"
  1928. em`bitter    V    "VR1+AJ(`bitter)"
  1929. em`blazon    V    "VR1+N(`blazon)"
  1930. em`body    V    "VR1+N(`body)"
  1931. em`bolden    V    "VR1+AJ(`bold)+VR4"
  1932. em`boss    V    "V"
  1933. em`bower    V    "V"
  1934. em`brace    V    "V"
  1935. em`brittle    V    "VR1+AJ(`brittle)"
  1936. em`broider    V    "V"
  1937. em`broil    V    "V"
  1938. e`mend    V    "V"
  1939. e`merge    V    "V"
  1940. `emigrate    V    "V"
  1941. e`mit    V    "V"
  1942. `emphasize    V    "N(`emphasis)+VR6"
  1943. em`place    V    "VR1+N(`place)"
  1944. em`ploy    V    "V"
  1945. em`power    V    "VR1+N(`power)"
  1946. `emulate    V    "V"
  1947. e`mulsify    V    "V"
  1948. en`able    V    "VR1+AJ(`able)"
  1949. en`act    V    "VR1+V(`act)"
  1950. en`amor    V    "V"
  1951. en`amour    V    "V" ;British
  1952. en`camp    V    "VR1+N(`camp)"
  1953. en`capsulate    V    "VR1+N(`capsule)+VR3"
  1954. en`case    V    "VR1+N(`case)"
  1955. en`chant    V    "V"
  1956. en`circle    V    "VR1+N(`circle)"
  1957. en`close    V    "VR1+V(`close)"
  1958. en`code    V    "VR1+N(`code)"
  1959. en`compass    V    "V"
  1960. en`counter    V-to-N    "V"
  1961. en`courage    V    "VR1+N(`courage)"
  1962. en`crypt    V    "V"
  1963. en`croach    V    "V"
  1964. en`crust    V    "VR1+N(`crust)"
  1965. en`cumber    V    "V"
  1966. en`danger    V    "VR1+N(`danger)"
  1967. en`dear    V    "VR1+AJ(`dear)"
  1968. en`deavor    V-to-N    "V"
  1969. en`deavour    V-to-N    "V" ;British
  1970. en`dorse    V    "V"
  1971. en`dow    V    "V"
  1972. en`due    V    "V"
  1973. en`dure    V    "V"
  1974. `energize    V    "N(`energy)+VR6"
  1975. `enervate    V    "V"
  1976. en`feeble    V    "VR1+AJ(`feeble)"
  1977. en`fold    V    "VR1+V(`fold)"
  1978. en`force    V    "VR1+V(`force)"
  1979. en`franchise    V    "VR1+N(`franchise)"
  1980. en`gage    V    "V"
  1981. en`gender    V    "V"
  1982. engin`eer    V    "N(`engine)+NR10.VR0"
  1983. en`graft    V    "VR1+V(`graft)"
  1984. en`grave    V    "V"
  1985. en`gross    V    "V"
  1986. en`gulf    V    "V"
  1987. en`hance    V    "V"
  1988. en`join    V    "V"
  1989. en`joy    V    "VR1+N(`joy)"
  1990. en`kindle    V    "VR1+V(`kindle)"
  1991. en`large    V    "VR1+AJ(`large)"
  1992. en`lighten    V    "VR1+N(`light)+VR4"
  1993. en`liven    V    "VR1+AJ(`live)+VR4"
  1994. en`list    V    "V"
  1995. en`noble    V    "VR1+AJ(`noble)"
  1996. en`quire    V    "V"
  1997. en`rage    V    "VR1+N(`rage)"
  1998. en`rapture    V    "VR1+N(`rapture)"
  1999. en`rich    V    "VR1+AJ(`rich)"
  2000. en`roll    V    "V"
  2001. en`sanguine    V    "V"
  2002. en`sconce    V    "V"
  2003. en`shrine    V    "VR1+N(`shrine)"
  2004. en`slave    V    "VR1+N(`slave)"
  2005. en`snare    V    "VR1+N(`snare)"
  2006. en`soul    V    "VR1+N(`soul)"
  2007. en`sue    V    "V"
  2008. en`sure    V    "VR1+AJ(`sure)"
  2009. `enter    V    "V"
  2010. enter`tain    V    "V"
  2011. en`tail    V    "V"
  2012. en`tangle    V    "VR1+V(`tangle)"
  2013. en`thrall    V    "V"
  2014. en`throne    V    "VR1+N(`throne)"
  2015. en`tice    V    "V"
  2016. en`title    V    "VR1+N(`title)"
  2017. en`tomb    V    "VR1+N(`tomb)"
  2018. en`trance    V    "VR1+N(`trance)"
  2019. en`trap    V    "VR1+N(`trap)"
  2020. en`treat    V    "V"
  2021. en`trench    V    "VR1+N(`trench)"
  2022. en`trust    V    "VR1+N(`trust)"
  2023. en`twine    V    "VR1+N(`twine)"
  2024. e`numerate    V    "V"
  2025. e`nunciate    V    "V"
  2026. en`velop    V    "V"
  2027. en`visage    V    "V"
  2028. en`vision    V    "VR1+N(`vision)"
  2029. `envy    V-to-N    "V"
  2030. e`quate    V    "V"
  2031. e`quilibrate    V    "V"
  2032. e`quip    V    "V"
  2033. `equipoise    V    "V"
  2034. e`quivocate    V    "V"
  2035. e`radicate    V    "V"
  2036. e`rase    V    "V"
  2037. e`rode    V    "V"
  2038. `err    V    "V"
  2039. e`rupt    V    "V"
  2040. `escalate    V    "V"
  2041. es`cape    V-to-N    "V"
  2042. es`chew    V    "V"
  2043. es`cort    V    "V"
  2044. es`pouse    V    "V"
  2045. es`py    V    "V"
  2046. es`say    V    "V"
  2047. es`tablish    V    "V"
  2048. es`teem    V-to-N    "V"
  2049. `estimate    V-to-N    "V"
  2050. es`top    V    "V"
  2051. es`trange    V    "V"
  2052. `etch    V    "V"
  2053. `eulogize    V    "N(`eulogy)+VR6"
  2054. e`vacuate    V    "V"
  2055. e`vade    V    "V"
  2056. e`valuate    V    "V"
  2057. evan`esce    V    "V"
  2058. e`vaporate    V    "V"
  2059. e`ventuate    V    "V"
  2060. e`vict    V    "V"
  2061. e`vince    V    "V"
  2062. e`voke    V    "V"
  2063. e`volve    V    "V"
  2064. ex`acerbate    V    "V"
  2065. ex`act    V    "V"
  2066. ex`aggerate    V    "V"
  2067. ex`alt    V    "V"
  2068. ex`amine    V    "V"
  2069. ex`asperate    V    "V"
  2070. `excavate    V    "V"
  2071. ex`ceed    V    "V"
  2072. ex`cel    V    "V"
  2073. ex`cept    V    "V"
  2074. ex`change    V-to-N    "V"
  2075. ex`cise    V    "V"
  2076. ex`cite    V    "V"
  2077. ex`claim    V    "V"
  2078. ex`clude    V    "V"
  2079. excom`municate    V    "V"
  2080. ex`coriate    V    "V"
  2081. ex`crete    V    "V"
  2082. ex`cruciate    V    "V"
  2083. ex`culpate    V    "V"
  2084. ex`cuse    V-to-N    "V"
  2085. `execrate    V    "V"
  2086. `execute    V    "V"
  2087. ex`emplify    V    "V"
  2088. `exercise    V-to-N    "V"
  2089. ex`ert    V    "V"
  2090. ex`hale    V    "V"
  2091. ex`haust    V-to-N    "V"
  2092. ex`hibit    V-to-N    "V"
  2093. ex`hilarate    V    "V"
  2094. ex`hort    V    "V"
  2095. ex`hume    V    "V"
  2096. `exile    V-to-N    "V"
  2097. ex`ist    V    "V"
  2098. `exit    V-to-N    "V"
  2099. ex`onerate    V    "V"
  2100. `exorcise    V    "V"
  2101. ex`pand    V    "V"
  2102. ex`patiate    V    "V"
  2103. ex`patriate    V    "V"
  2104. ex`pect    V    "V"
  2105. ex`pectorate    V    "V"
  2106. `expedite    V    "V"
  2107. ex`pel    V    "V"
  2108. ex`pend    V    "V"
  2109. ex`perience    V-to-N    "V"
  2110. ex`periment    V-to-N    "V"
  2111. `expiate    V    "V"
  2112. ex`pire    V    "V"
  2113. ex`plain    V    "V"
  2114. `explicate    V    "V"
  2115. ex`plode    V    "V"
  2116. ex`ploit    V    "V"
  2117. ex`plore    V    "V"
  2118. expo`nentiate    V    "N(ex`ponent)+VR3"
  2119. ex`port    V    "V"
  2120. ex`pose    V    "V"
  2121. ex`posit    V    "V"
  2122. ex`pound    V    "V"
  2123. ex`press    V    "V"
  2124. ex`propriate    V    "V"
  2125. ex`punge    V    "V"
  2126. `expurgate    V    "V"
  2127. ex`sanguinate    V    "V"
  2128. ex`tend    V    "V"
  2129. ex`tenuate    V    "V"
  2130. ex`terminate    V    "V"
  2131. ex`tinguish    V    "V"
  2132. `extirpate    V    "V"
  2133. ex`tol    V    "V"
  2134. ex`tort    V    "V"
  2135. ex`tract    V    "V"
  2136. `extradite    V    "V"
  2137. ex`trapolate    V    "V"
  2138. `extricate    V    "V"
  2139. ex`trude    V    "V"
  2140. ex`ude    V    "V"
  2141. ex`ult    V    "V"
  2142.  
  2143. `fabricate    V    "V"
  2144. fa`cilitate    V    "V"
  2145. `fade    V    "V"
  2146. `fake    V-to-N    "V"
  2147. `fag    V    "V"
  2148. `fail    V    "V"
  2149. `faint    V    "V"
  2150. `falter    V    "V"
  2151. `famish    V    "V"
  2152. `fan    V    "V"
  2153. `fancy    V-to-N    "V"
  2154. `fantasize    V    "N(`fantasy)+VR6"
  2155. `fare    V    "V"
  2156. `farrow    V-to-N    "V"
  2157. `fascinate    V    "V"
  2158. `fast    V-to-N    "V"
  2159. ;`fasten    V    "V"
  2160. `fathom    V    "V"
  2161. `favor    V-to-N    "V"
  2162. `favour    V-to-N    "V" ;British
  2163. `fawn    V    "V"
  2164. `faze    V    "V"
  2165. `fear    V-to-N    "V"
  2166. `feign    V    "V"
  2167. `feint    V    "V"
  2168. `fell    V    "V" ;fell a tree
  2169. `fend    V    "V"
  2170. fer`ment    V    "V"
  2171. `fetch    V    "V"
  2172. `fib    V-to-N    "V"
  2173. `fidget    V    "V"
  2174. `filch    V    "V"
  2175. `file    V-to-N    "V"
  2176. `filibuster    V-to-N    "V"
  2177. `fill    V    "V"
  2178. `fillip    V    "V"
  2179. `filter    V-to-N    "V"
  2180. `finish    V    "V"
  2181. `fix    V-to-N    "V"
  2182. `fixate    V    "V"
  2183. `fizzle    V    "V"
  2184. `flabbergast    V    "V"
  2185. `flagellate    V    "V"
  2186. `flag    V    "V"
  2187. `flail    V    "V"
  2188. `flap    V    "V"
  2189. `flare    V-to-N    "V"
  2190. `flash    V-to-N    "V"
  2191. `flatter    V    "V"
  2192. `flaunt    V    "V"
  2193. `fledge    V    "V"
  2194. `fletch    V    "V"
  2195. `flex    V    "V"
  2196. `flick    V    "V"
  2197. `flinch    V    "V"
  2198. `flip    V    "V"
  2199. `flipflop    V    "V"
  2200. `flirt    V-to-N    "V"
  2201. `flit    V    "V"
  2202. `float    V    "V"
  2203. `flog    V    "V"
  2204. `flop    V-to-N    "V"
  2205. `flounce    V    "V"
  2206. `flounder    V    "V"
  2207. `flourish    V    "V"
  2208. `flout    V    "V"
  2209. `flow    V-to-N    "V"
  2210. `flub    V    "V"
  2211. `fluctuate    V    "V"
  2212. `flunk    V    "V"
  2213. fluo`resce    V    "V"
  2214. `fluoridate    V    "N(`fluoride)+VR3"
  2215. `flush    V    "V"
  2216. `fluster    V    "V"
  2217. `flutter    V    "V"
  2218. `foil    V    "V"
  2219. `foist    V    "V"
  2220. `fold    V-to-N    "V"
  2221. `foliate    V    "V"
  2222. `follow    V    "V"
  2223. `foment    V    "V"
  2224. `fondle    V    "V"
  2225. `forage    V    "V"
  2226. `force    V-to-N    "V"
  2227. `ford    V    "V"
  2228. fore`bode    V    "V"
  2229. `forfend    V    "V"
  2230. `forge    V-to-N    "V"
  2231. `formulate    V    "V"
  2232. `fornicate    V    "V"
  2233. `fortify    V    "V"
  2234. `forward    V    "V"
  2235. `foster    V    "V"
  2236. `found    V    "V"
  2237. `founder    V    "V"
  2238. `fractionate    V    "N(`fraction)+VR3"
  2239. `fraternize    V    "V"
  2240. `fray    V    "V"
  2241. `frazzle    V    "V"
  2242. free`wheel    V    "V"
  2243. `fret    V    "V"
  2244. `frighten    V    "N(`fright)+VR4"
  2245. `frisk    V    "V"
  2246. `fritter    V    "V"
  2247. `frizzle    V    "V"
  2248. `frolic    V-to-N    "V"
  2249. `frolicked    PTC_SUFFIX    "V(`frolic)+PTC" ;PST/PTC
  2250. `frolicking    PTC_SUFFIX    "V(`frolic)+PRG"
  2251. `frown    V-to-N    "V"
  2252. `fructify    V    "V"
  2253. `frustrate    V    "V"
  2254. `fry    V    "V"
  2255. `fuddle    V    "V"
  2256. ful`fil    V    "V"
  2257. ful`fill    V    "V"
  2258. `fulminate    V    "V"
  2259. `fumble    V-to-N    "V"
  2260. `fumigate    V    "V"
  2261. `furbish    V    "V"
  2262. `furl    V    "V"
  2263. `furnish    V    "V"
  2264. `further    V    "V"
  2265. `fuse    V    "V"
  2266. `fuss    V-to-N    "V"
  2267.  
  2268. `gab    V    "V"
  2269. `gabble    V    "V"
  2270. `gad    V    "V"
  2271. `gag    V    "V"
  2272. `gain    V-to-N    "V"
  2273. `gallivant    V    "V"
  2274. `gallop    V-to-N    "V"
  2275. `galvanize    V    "V"
  2276. `gamble    V-to-N    "V"
  2277. `gambol    V    "V"
  2278. `gander    V    "V"
  2279. `gape    V    "V"
  2280. `garble    V    "V"
  2281. `gargle    V    "V"
  2282. `gasify    V    "N(`gas)+VR5" ;exception to Gemination
  2283. `gasp    V-to-N    "V"
  2284. `gather    V    "V"
  2285. `gawk    V    "V"
  2286. `gaze    V    "V"
  2287. `gee    V    "V"
  2288. `geld    V    "V"
  2289. `generate    V    "V"
  2290. `germinate    V    "V"
  2291. `gestate    V    "V"
  2292. ges`ticulate    V    "V"
  2293. `gesture    V-to-N    "V"
  2294. `gibe    V-to-N    "V"
  2295. `giddap    V    "V" ;imperative only
  2296. `giggle    V-to-N    "V"
  2297. `gild    V    "V"
  2298. `glaciate    V    "V"
  2299. `glance    V-to-N    "V"
  2300. `glare    V-to-N    "V"
  2301. `gleam    V-to-N    "V"
  2302. `glean    V    "V"
  2303. `glide    V    "V"
  2304. `glimmer    V    "V"
  2305. `glimpse    V-to-N    "V"
  2306. `glint    V    "V"
  2307. glis`sade    V-to-N    "V"
  2308. `glisten    V    "V"
  2309. `glister    V    "V"
  2310. `glitter    V    "V"
  2311. `gloat    V    "V"
  2312. `glom    V    "V"
  2313. `glorify    V    "N(`glory)+VR5"
  2314. `glow    V-to-N    "V"
  2315. `glower    V    "V"
  2316. `glycerinate    V    "N(`glycerin)+VR3"
  2317. `gnarl    V    "V"
  2318. `gnash    V    "V"
  2319. `gnaw    V    "V"
  2320. `gobble    V    "V"
  2321. `goggle    V    "V"
  2322. `goof    V-to-N    "V"
  2323. `gore    V    "V"
  2324. `gorge    V    "V"
  2325. `gouge    V    "V"
  2326. `govern    V    "V"
  2327. `grab    V-to-N    "V"
  2328. `gradate    V    "V"
  2329. `grade    V-to-N    "V"
  2330. `graduate    V-to-N    "V"
  2331. `graft    V-to-N    "V"
  2332. `grant    V-to-N    "V"
  2333. `granulate    V    "N(`granule)+VR3"
  2334. `grapple    V    "V"
  2335. `grasp    V-to-N    "V"
  2336. `grate    V    "V"
  2337. `gratify    V    "V"
  2338. `gravitate    V    "V"
  2339. `graze    V    "V"
  2340. `greet    V    "V"
  2341. `grieve    V    "V"
  2342. `grimace    V-to-N    "V"
  2343. `grin    V-to-N    "V"
  2344. `grip    V-to-N    "V"
  2345. `gripe    V-to-N    "V"
  2346. `grizzle    V    "V"
  2347. `groan    V-to-N    "V"
  2348. `grope    V    "V"
  2349. `gross    V    "V"
  2350. `grovel    V    "V"
  2351. `growl    V-to-N    "V"
  2352. `grumble    V    "V"
  2353. `grunt    V-to-N    "V"
  2354. `guard    V-to-N    "V"
  2355. `guess    V-to-N    "V"
  2356. `guide    V-to-N    "V"
  2357. `gulp    V-to-N    "V"
  2358. `gurgle    V-to-N    "V"
  2359. `gush    V    "V"
  2360. `gutter    V    "V"
  2361. `guzzle    V    "V"
  2362. `gyp    V    "V"
  2363. `gyrate    V    "V"
  2364.  
  2365. ha`bituate    V    "N(`habit)+VR3"
  2366. `hack    V-to-N    "V"
  2367. `hackney    V    "V"
  2368. `haggle    V    "V"
  2369. `hallow    V    "V"
  2370. hal`lucinate    V    "V"
  2371. `halt    V-to-N    "V"
  2372. `halve    V    "V"
  2373. `hamper    V    "V"
  2374. `handle    V    "V"
  2375. `hanker    V    "V"
  2376. `happen    V    "V"
  2377. ha`rangue    V-to-N    "V"
  2378. ha`rass    V    "V"
  2379. `hardboil    V    "V"
  2380. `hark    V    "V"
  2381. `harken    V    "V"
  2382. `harm    V-to-N    "V"
  2383. `harmonize    V    "N(`harmony)+VR6"
  2384. `harp    V    "V"
  2385. `harrass    V    "V"
  2386. `harrow    V    "V"
  2387. `harry    V    "V"
  2388. `harvest    V-to-N    "V"
  2389. `hassle    V-to-N    "V"
  2390. `hasten    V    "N(`haste)+VR4"
  2391. `hatch    V    "V"
  2392. `hate    V-to-N    "V"
  2393. `haul    V-to-N    "V"
  2394. `haunt    V    "V"
  2395. `hawk    V    "V"
  2396. `head    V    "V"
  2397. `headquarter    V    "V"
  2398. `heal    V    "V"
  2399. `hearken    V    "V"
  2400. `hearten    V    "V"
  2401. `heckle    V    "V"
  2402. `hector    V    "V"
  2403. `heed    V-to-N    "V"
  2404. `heel    V    "V" ;tilt
  2405. `heft    V    "V"
  2406. `heighten    V    "AJ(`high)+VR4"
  2407. `help    V-to-N    "V"
  2408. `hemorrhage    V-to-N    "V"
  2409. `henpeck    V    "V"
  2410. `herald    V-to-N    "V"
  2411. `hesitate    V    "V"
  2412. `hex    V-to-N    "V"
  2413. `hibernate    V    "V"
  2414. `hie    V    "V"
  2415. `hying    V    "V(`hie)+PRG"
  2416. `hightail    V    "V"
  2417. `hijack    V    "V"
  2418. `hinder    V    "V"
  2419. `hike    V-to-N    "V"
  2420. `hire    V    "V"
  2421. `hiss    V-to-N    "V"
  2422. `hitch    V-to-N    "V"
  2423. `hitchhike    V    "V"
  2424. `hobble    V    "V"
  2425. `hoe    V-to-N    "V"
  2426. `hoist    V-to-N    "V"
  2427. `holler    V-to-N    "V"
  2428. ho`mogenize    V    "V"
  2429. `hone    V    "V"
  2430. `honk    V-to-N    "V"
  2431. `hoodwink    V    "V"
  2432. `hoot    V-to-N    "V"
  2433. `hop    V-to-N    "V"
  2434. `hope    V-to-N    "V"
  2435. `horrify    V    "V"
  2436. `hove    V    "V"
  2437. `hover    V    "V"
  2438. `howl    V-to-N    "V"
  2439. `huddle    V    "V"
  2440. `huff    V    "V"
  2441. `hug    V-to-N    "V"
  2442. `hum    V    "V"
  2443. hu`miliate    V    "V"
  2444. `hunch    V    "V"
  2445. `hunker    V    "V"
  2446. `hunt    V-to-N    "V"
  2447. `hurl    V    "V"
  2448. `hurry    V-to-N    "V"
  2449. `hurtle    V    "V"
  2450. `hush    V-to-N    "V"
  2451. `hustle    V    "V"
  2452. `hybridize    V    "N(`hybrid).AJR0+VR6"
  2453. `hydrogenate    V    "N(`hydrogen)+VR3"
  2454. `hyped    PTC_SUFFIX    "N(`hype).VR0+PTC"
  2455. `hyping    PTC_SUFFIX    "N(`hype).VR0+PRG"
  2456. `hyphenate    V    "N(`hyphen)+VR3"
  2457. `hypnotize    V    "V"
  2458. hy`pothesize    V    "V"
  2459.  
  2460. `ideate    V    "N(i`dea)+VR3"
  2461. i`dentify    V    "V"
  2462. ig`nite    V    "V"
  2463. ig`nore    V    "V"
  2464. il`luminate    V    "V"
  2465. il`lumine    V    "V"
  2466. `illustrate    V    "V"
  2467. i`magine    V    "V"
  2468. im`bed    V    "V"
  2469. im`bibe    V    "V"
  2470. im`brue    V    "V"
  2471. im`bue    V    "V"
  2472. `imitate    V    "V"
  2473. im`merse    V    "V"
  2474. `immigrate    V    "V" ;im+migrate?
  2475. `immolate    V    "V"
  2476. im`pair    V    "V"
  2477. im`pale    V    "V"
  2478. im`part    V    "V"
  2479. im`passion    V    "VR1+N(`passion)"
  2480. im`peach    V    "V"
  2481. im`pede    V    "V"
  2482. im`pel    V    "V"
  2483. im`pend    V    "V"
  2484. im`peril    V    "VR1+N(`peril)"
  2485. im`personate    V    "VR1+N(`person)+VR3"
  2486. im`pinge    V    "V"
  2487. im`plant    V    "VR1+V(`plant)"
  2488. `implement    V-to-N    "V"
  2489. `implicate    V    "V"
  2490. im`plode    V    "V"
  2491. im`plore    V    "V"
  2492. im`port    V    "V"
  2493. impor`tune    V    "V"
  2494. im`pose    V    "V"
  2495. im`pound    V    "V"
  2496. im`poverish    V    "V"
  2497. `imprecate    V    "V"
  2498. im`pregnate    V    "V"
  2499. im`press    V    "V"
  2500. im`print    V    "V"
  2501. im`prison    V    "VR1+N(`prison)"
  2502. im`prove    V    "V"
  2503. `improvise    V    "V"
  2504. im`pugn    V    "V"
  2505. im`pute    V    "V"
  2506. i`naugurate    V    "V"
  2507. in`cant    V    "V"
  2508. inca`pacitate    V    "NEG2+N(ca`pacity)+VR3"
  2509. in`carcerate    V    "V"
  2510. in`cinerate    V    "V"
  2511. in`cise    V    "V"
  2512. in`cite    V    "V"
  2513. in`cline    V    "V"
  2514. in`close    V    "V"
  2515. in`clude    V    "V"
  2516. in`corporate    V    "V"
  2517. in`crease    V    "V"
  2518. `increment    V-to-N    "V"
  2519. in`criminate    V    "V"
  2520. `incubate    V    "V"
  2521. in`culcate    V    "V"
  2522. in`cur    V    "V"
  2523. in`demnify    V    "V"
  2524. in`dent    V    "V"
  2525. `indicate    V    "V"
  2526. in`dict    V    "V"
  2527. indi`viduate    V    "N(indi`vidual)+VR"
  2528. in`doctrinate    V    "VR1+N(`doctrine)+VR3"
  2529. in`duce    V    "V"
  2530. in`duct    V    "V"
  2531. in`dulge    V    "V"
  2532. in`dwell    V    "V"
  2533. in`ebriate    V    "V"
  2534. in`farct    V    "V"
  2535. in`fatuate    V    "V"
  2536. in`fect    V    "V"
  2537. in`fer    V    "V"
  2538. in`fest    V    "V"
  2539. `infight    V    "V"
  2540. in`filtrate    V    "V"
  2541. in`flame    V    "V"
  2542. in`flate    V    "V"
  2543. in`flect    V    "V"
  2544. in`flict    V    "V"
  2545. in`form    V    "V"
  2546. in`fract    V    "V"
  2547. in`fringe    V    "V"
  2548. in`furiate    V    "V"
  2549. in`fuse    V    "V"
  2550. `ingather    V    "V"
  2551. in`gest    V    "V"
  2552. in`gratiate    V    "V"
  2553. in`habit    V    "V"
  2554. in`hale    V    "V"
  2555. in`here    V    "V"
  2556. in`herit    V    "V"
  2557. in`hibit    V    "V"
  2558. i`nitiate    V    "V"
  2559. in`ject    V    "V"
  2560. `injure    V    "V"
  2561. `inlay    V    "V"
  2562. `innovate    V    "V"
  2563. i`noculate    V    "V"
  2564. `input    V-to-N    "V"
  2565. in`quire    V    "V"
  2566. in`scribe    V    "V"
  2567. in`seminate    V    "V"
  2568. in`sert    V    "V"
  2569. in`sinuate    V    "V"
  2570. in`sist    V    "V"
  2571. in`spect    V    "V"
  2572. in`spire    V    "V"
  2573. in`stall    V    "V"
  2574. in`stantiate    V    "N(`instance)+VR3"
  2575. in`state    V    "V"
  2576. `instigate    V    "V"
  2577. in`still    V    "V"
  2578. `institute    V-to-N    "V"
  2579. in`struct    V    "V"
  2580. `insulate    V    "V"
  2581. in`sult    V    "V"
  2582. in`sure    V    "V"
  2583. `integrate    V    "V"
  2584. in`tend    V    "V"
  2585. in`ter    V    "V"
  2586. inter`calate    V    "V"
  2587. inter`cept    V    "V"
  2588. inter`dict    V    "V"
  2589. `interest    V-to-N    "V"
  2590. inter`fere    V    "V"
  2591. inter`ject    V    "V"
  2592. inter`mit    V    "V"
  2593. `intern    V    "V" ;to confine
  2594. in`terpolate    V    "V"
  2595. in`terpret    V    "V"
  2596. in`terrogate    V    "V"
  2597. inter`rupt    V    "V"
  2598. inter`sect    V    "V"
  2599. inter`sperse    V    "V"
  2600. in`terstice    V    "V"
  2601. inter`twine    V    "V"
  2602. inter`vene    V    "V"
  2603. `interview    V-to-N    "V"
  2604. `intimate    V    "V"
  2605. in`timidate    V    "V"
  2606. `intonate    V    "V"
  2607. in`tone    V    "V"
  2608. in`toxicate    V    "V"
  2609. in`trench    V    "V"
  2610. in`trigue    V    "V"
  2611. intro`duce    V    "V"
  2612. intro`ject    V    "V"
  2613. intro`spect    V    "V"
  2614. `introvert    V-to-N    "V"
  2615. in`trude    V    "V"
  2616. in`tuit    V    "V"
  2617. `inundate    V    "V"
  2618. i`nure    V    "V"
  2619. in`vade    V    "V"
  2620. in`validate    V    "NEG2+AJ(`valid)+VR3"
  2621. in`veigh    V    "V"
  2622. in`veigle    V    "V"
  2623. in`vent    V    "V"
  2624. in`vert    V    "V"
  2625. in`vest    V    "V"
  2626. in`vestigate    V    "V"
  2627. in`vigorate    V    "V"
  2628. in`vite    V    "V"
  2629. `invocate    V    "V"
  2630. in`voke    V    "V"
  2631. `involute    V    "V"
  2632. in`volve    V    "V"
  2633. `irk    V    "V"
  2634. ir`radiate    V    "V"
  2635. `irrigate    V    "V"
  2636. `irritate    V    "V"
  2637. ir`rupt    V    "V"
  2638. `isolate    V    "V"
  2639. `issue    V-to-N    "V"
  2640. `itch    V-to-N    "V"
  2641. `iterate    V    "V"
  2642.  
  2643. `jab    V-to-N    "V"
  2644. `jabber    V    "V"
  2645. `jade    V    "V"
  2646. `jag    V    "V"
  2647. `jam    V-to-N    "V"
  2648. `jangle    V    "V"
  2649. `jeer    V-to-N    "V"
  2650. `jeopardize    V    "N(`jeopardy)+VR6"
  2651. `jerk    V-to-N    "V"
  2652. `jest    V-to-N    "V"
  2653. `jettison    V    "V"
  2654. `jibe    V-to-N    "V"
  2655. `jiggle    V-to-N    "V"
  2656. `jilt    V    "V"
  2657. `jingle    V-to-N    "V"
  2658. `jive    V    "V"
  2659. `jog    V    "V"
  2660. `joggle    V    "V"
  2661. `join    V    "V"
  2662. `jolt    V-to-N    "V"
  2663. `jostle    V    "V"
  2664. `jot    V-to-N    "V"
  2665. `jounce    V    "V"
  2666. `joust    V    "V"
  2667. `jubilate    V    "V"
  2668. `judge    V-to-N    "V"
  2669. `juggle    V    "V"
  2670. `juke    V    "V"
  2671. `jumble    V-to-N    "V"
  2672. `jump    V-to-N    "V"
  2673. `jumpstart    V-to-N    "V"
  2674. `jut    V    "V"
  2675. `juxtapose    V    "V"
  2676.  
  2677. `kern    V    "V"
  2678. ki`bitz    V    "V"
  2679. `kick    V-to-N    "V"
  2680. `kid    V    "V"
  2681. `kidnap    V    "V"
  2682. `kill    V    "V"
  2683. `kindle    V    "V"
  2684. `kiss    V-to-N    "V"
  2685. `knead    V    "V"
  2686. `knock    V-to-N    "V"
  2687. `kowtow    V    "V"
  2688.  
  2689. `labor    V-to-N    "V"
  2690. `labour    V-to-N    "V" ;British
  2691. `lacerate    V    "V"
  2692. `lack    V-to-N    "V"
  2693. `lactate    V    "V"
  2694. `lade    V    "V"
  2695. `laden    V    "V"
  2696. `lag    V-to-N    "V"
  2697. `lam    V-to-N    "V"
  2698. la`ment    V-to-N    "V"
  2699. `laminate    V    "V"
  2700. lam`poon    V    "V"
  2701. `lance    V-to-N    "V"
  2702. `landscape    V    "V"
  2703. `languish    V    "V"
  2704. `lap    V    "V"
  2705. `lapse    V-to-N    "V"
  2706. `lash    V-to-N    "V"
  2707. `last    V    "V"
  2708. `lather    V-to-N    "V"
  2709. `laud    V    "V"
  2710. `laugh    V-to-N    "V"
  2711. `launch    V    "V"
  2712. `launder    V    "V"
  2713. `lave    V    "V"
  2714. `laze    V    "V"
  2715. `leach    V    "V"
  2716. `leak    V-to-N    "V"
  2717. `leapfrog    V    "V"
  2718. `lease    V-to-N    "V"
  2719. `leer    V    "V"
  2720. le`gate    V    "V"
  2721. `legislate    V    "V"
  2722. le`gitimize    V    "AJ(le`gitimate)+VR6"
  2723. `lengthen    V    "AJ(`long)+VR4"
  2724. `lessen    V    "V"
  2725. `levitate    V    "V"
  2726. `levy    V    "V"
  2727. `liberate    V    "V"
  2728. `lick    V-to-N    "V"
  2729. `lift    V-to-N    "V"
  2730. `like    V-to-N    "V"
  2731. `liken    V    "V"
  2732. `lilt    V-to-N    "V"
  2733. `limit    V-to-N    "V"
  2734. `limp    V-to-N    "V"
  2735. `line    V    "V" ;as line a coat
  2736. `linger    V    "V"
  2737. `link    V-to-N    "V"
  2738. `liquefy    V    "AJ(`liquid)+VR5"
  2739. `liquify    V    "AJ(`liquid)+VR5"
  2740. `liquidate    V    "AJ(`liquid)+VR3"
  2741. `lisp    V-to-N    "V"
  2742. `list    V    "V" ;lean to one side
  2743. `listen    V    "V"
  2744. `litigate    V    "V"
  2745. `live    V    "V"
  2746. `load    V-to-N    "V"
  2747. `loaf    V    "V"
  2748. `loan    V-to-N    "V"
  2749. `loathe    V    "V"
  2750. `lob    V    "V"
  2751. `lobby    V    "V"
  2752. `locate    V    "V"
  2753. `locomote    V    "V"
  2754. `lodge    V-to-N    "V"
  2755. `loft    V    "V"
  2756. `loiter    V    "V"
  2757. `loll    V    "V"
  2758. `long    V    "V"
  2759. `look    V-to-N    "V"
  2760. `loom    V    "V"
  2761. `lop    V    "V"
  2762. `lope    V    "V"
  2763. `lounge    V-to-N    "V"
  2764. `love    V-to-N    "V"
  2765. `low    V    "V"
  2766. `lower    V    "V"
  2767. `lubricate    V    "V"
  2768. `lug    V    "V"
  2769. `lull    V    "V"
  2770. `lumber    V    "V"
  2771. lumi`nesce    V    "V"
  2772. `lunge    V-to-N    "V"
  2773. `lurch    V-to-N    "V"
  2774. `lure    V-to-N    "V"
  2775. `lurk    V    "V"
  2776. lux`uriate    V    "N(`luxury)+VR3"
  2777. `lynch    V    "V"
  2778.  
  2779. `magnify    V    "V"
  2780. `mail    V-to-N    "V"
  2781. `maim    V    "V"
  2782. main`tain    V    "V"
  2783. ;maladapt    V    "V"
  2784. ;maladjust    V    "V"
  2785. ;maldistribute    V    "V"
  2786. male`dict    V    "V"
  2787. ;malfunction    V    "V"
  2788. ma`lign    V    "V"
  2789. ;maltreat    V    "V"
  2790. `manage    V    "V"
  2791. ma`neuver    V-to-N    "V"
  2792. `mangle    V    "V"
  2793. `manhandle    V    "V"
  2794. ma`nipulate    V    "V"
  2795. ma`noeuvre    V-to-N    "V" ;British
  2796. manu`mit    V    "V"
  2797. manu`facture    V    "V"
  2798. `mar    V    "V"
  2799. ma`raud    V    "V"
  2800. `marble    V    "V"
  2801. `march    V-to-N    "V"
  2802. `marinate    V    "V"
  2803. ma`roon    V    "V"
  2804. `marshal    V    "V"
  2805. `marry    V    "V"
  2806. `marvel    V-to-N    "V"
  2807. `mash    V    "V"
  2808. `massacre    V-to-N    "V"
  2809. mas`sage    V-to-N    "V"
  2810. `master    V-to-N    "V"
  2811. `masticate    V    "V"
  2812. `masturbate    V    "V"
  2813. `match    V    "V"
  2814. `matchmake    V    "V"
  2815. mat`riculate    V    "V"
  2816. `matter    V    "V"
  2817. `maturate    V    "AJ(ma`ture)+VR3"
  2818. `maul    V    "V"
  2819. me`ander    V    "V"
  2820. `measure    V-to-N    "V"
  2821. `mechanize    V    "V"
  2822. `meddle    V    "V"
  2823. `mediate    V    "V"
  2824. `medicate    V    "V"
  2825. `meditate    V    "V"
  2826. `meld    V-to-N    "V"
  2827. `meliorate    V    "V"
  2828. `melt    V    "V"
  2829. `memorize    V    "N(`memory)+VR6"
  2830. `mend    V    "V"
  2831. `menstruate    V    "V"
  2832. `mention    V-to-N    "V"
  2833. `merge    V    "V"
  2834. `merit    V-to-N    "V"
  2835. me`tabolize    V    "V"
  2836. meta`morphose    V    "V"
  2837. me`tastasize    V    "V"
  2838. me`tathesize    V    "V"
  2839. `mete    V    "V"
  2840. `mew    V    "V"
  2841. `miff    V    "V"
  2842. `migrate    V    "V"
  2843. `militarize    V    "N(`military)+VR6"
  2844. `militate    V    "V"
  2845. `mill    V-to-N    "V"
  2846. `mimic    V    "V"
  2847. `mimicked    PTC_SUFFIX    "V(`mimic)+PTC" ;PST/PTC
  2848. `mimicking    PTC_SUFFIX    "V(`mimic)+PRG"
  2849. `mince    V    "V"
  2850. `mind    V    "V"
  2851. `mingle    V    "V"
  2852. `minister    V-to-N    "V"
  2853. `mint    V    "V"
  2854. `miss    V-to-N    "V"
  2855. `mitigate    V    "V"
  2856. `mix    V-to-N    "V"
  2857. `moan    V-to-N    "V"
  2858. `mock    V    "V"
  2859. `modify    V    "V"
  2860. `modulate    V    "V"
  2861. mo`lest    V    "V"
  2862. `mollify    V    "V"
  2863. `mollycoddle    V    "V"
  2864. `molt    V    "V"
  2865. `monetarize    V    "N(`monetary)+VR6"
  2866. `monitor    V-to-N    "V"
  2867. mo`nopolize    V    "N(mo`noply)+VR6"
  2868. `moo    V    "V"
  2869. `moor    V    "V"
  2870. `mope    V    "V"
  2871. `mortify    V    "V"
  2872. `motivate    V    "V"
  2873. `mount    V    "V"
  2874. `mourn    V    "V"
  2875. `move    V-to-N    "V"
  2876. `muddle    V-to-N    "V"
  2877. `muddy    V    "N(`mud)+AJR14+VR0"
  2878. `muffle    V    "V"
  2879. `mug    V    "V"
  2880. `mulct    V    "V"
  2881. `mull    V    "V"
  2882. `multiplex    V    "V"
  2883. `multiply    V    "V"
  2884. `mum    V    "V"
  2885. `mumble    V    "V"
  2886. `mummify    V    "N(`mummy)+VR5"
  2887. `munch    V    "V"
  2888. `murder    V-to-N    "V"
  2889. `murmur    V-to-N    "V"
  2890. `muse    V    "V"
  2891. `muster    V-to-N    "V"
  2892. `mutate    V    "V"
  2893. `mutilate    V    "V"
  2894. `mutter    V    "V"
  2895. `muzzle    V-to-N    "V"
  2896. `mystify    V    "V"
  2897.  
  2898. `nab    V    "V"
  2899. `nag    V    "V"
  2900. `nap    V-to-N    "V"
  2901. `narrate    V    "V"
  2902. `nauseate    V    "N(`nausea)+VR3"
  2903. `navigate    V    "V"
  2904. ne`cessitate    V    "N(ne`cessity)+VR3"
  2905. `need    V-to-N    "V"
  2906. ne`gate    V    "V"
  2907. ne`glect    V-to-N    "V"
  2908. ne`gotiate    V    "V"
  2909. `nestle    V    "V"
  2910. `nibble    V    "V"
  2911. `niggle    V    "V"
  2912. `nip    V-to-N    "V"
  2913. `nitpick    V    "V"
  2914. `nix    V    "V"
  2915. `nod    V-to-N    "V"
  2916. `nominate    V    "V"
  2917. `nonplus    V    "V"
  2918. `notarize    V    "N(`notary)+VR6"
  2919. `notate    V    "N(`note)+VR3"
  2920. `note    V-to-N    "V"
  2921. `notice    V-to-N    "V"
  2922. `nourish    V    "V"
  2923. `nucleate    V    "N(`nucleus)+VR3"
  2924. `nudge    V    "V"
  2925. `numerate    V    "V"
  2926. `nurse    V-to-N    "V"
  2927. `nurture    V    "V"
  2928. `nuzzle    V    "V"
  2929.  
  2930. o`bey    V    "V"
  2931. ob`fuscate    V    "V"
  2932. ob`ject    V    "V"
  2933. `obligate    V    "V"
  2934. ob`lige    V    "V"
  2935. ob`literate    V    "V"
  2936. ob`serve    V    "V"
  2937. ob`sess    V    "V"
  2938. ob`struct    V    "V"
  2939. ob`tain    V    "V"
  2940. ob`trude    V    "V"
  2941. `obviate    V    "V"
  2942. oc`clude    V    "V"
  2943. `occupy    V    "V"
  2944. oc`cur    V    "V"
  2945. of`fend    V    "V"
  2946. `offer    V    "V"
  2947. of`ficiate    V    "V"
  2948. `offload    V    "V"
  2949. `ogle    V    "V"
  2950. o`mit    V    "V"
  2951. `operate    V    "V"
  2952. o`pine    V    "V"
  2953. op`pose    V    "V"
  2954. op`press    V    "V"
  2955. `opt    V    "V"
  2956. `optimise    V    "AJ(`optimal)+VR6"
  2957. `optimize    V    "AJ(`optimal)+VR6"
  2958. `orate    V    "V"
  2959. `orchestrate    V    "V"
  2960. or`dain    V    "V"
  2961. `order    V-to-N    "V"
  2962. `organize    V    "V"
  2963. `orient    V    "V"
  2964. o`riginate    V    "N(`origin)+VR3"
  2965. `oscillate    V    "V"
  2966. `ossify    V    "V"
  2967. `ostracize    V    "V"
  2968. `oust    V    "V"
  2969. out`flank    V    "DEG6+N(`flank).VR0"
  2970. out`fox    V    "DEG6+N(`fox).VR0"
  2971. out`gun    V    "DEG6+N(`gun).VR0"
  2972. out`number    V    "DEG6+N(`number).VR0"
  2973. out`poll    V    "DEG6+N(`poll).VR0"
  2974. out`strip    V    "V"
  2975. out`wit    V    "DEG6+N(`wit).VR0"
  2976. over`awe    V    "DEG7+N(`awe).VR0"
  2977. over`book    V    "DEG7+N(`book).VR0"
  2978. over`joy    V    "DEG7+N(`joy).VR0"
  2979. `ovulate    V    "V"
  2980. `owe    V    "V"
  2981. `own    V    "V"
  2982. `oxygenate    V    "N(`oxygen)+VR3"
  2983.  
  2984. `pace    V-to-N    "V"
  2985. `pacify    V    "V"
  2986. `pack    V    "V"
  2987. `paginate    V    "N(`page)+VR3"
  2988. `pall    V    "V"
  2989. `palliate    V    "V"
  2990. `palpitate    V    "V"
  2991. `pamper    V    "V"
  2992. `pander    V    "V"
  2993. `panicked    PTC_SUFFIX    "N(`panic).VR0+PTC" ;PST/PTC ;k insertion
  2994. `panicking    PTC_SUFFIX    "N(`panic).VR0+PRG" ;k insertion
  2995. `pant    V    "V"
  2996. `paralyse    V    "V" ;British
  2997. `paralyze    V    "V"
  2998. `paraphrase    V-to-N    "V"
  2999. `parboil    V    "V"
  3000. `parch    V    "V"
  3001. `pardon    V-to-N    "V"
  3002. `pare    V    "V"
  3003. pa`renthesize    V    "N(pa`renthesis)+VR6"
  3004. `parley    V-to-N    "V"
  3005. `parry    V    "V"
  3006. `parse    V-to-N    "V"
  3007. par`ticipate    V    "V"
  3008. `pass    V-to-N    "V"
  3009. `pat    V-to-N    "V"
  3010. `patter    V-to-N    "V"
  3011. pa`trol    V-to-N    "V"
  3012. pa`trolled    PTC_SUFFIX    "V(pa`trol)+PTC" ;PST/PTC
  3013. pa`trolling    PTC_SUFFIX    "V(pa`trol)+PRG"
  3014. `pause    V-to-N    "V"
  3015. `pave    V    "V"
  3016. `pawn    V    "V"
  3017. `peal    V-to-N    "V"
  3018. `peck    V-to-N    "V"
  3019. `peculate    V    "V"
  3020. `peddle    V    "V"
  3021. `pee    V    "V"
  3022. `peek    V-to-N    "V"
  3023. `peep    V-to-N    "V"
  3024. `peer    V    "V"
  3025. `pelt    V    "V"
  3026. `pend    V    "V"
  3027. `penetrate    V    "V"
  3028. per`ambulate    V    "V"
  3029. per`ceive    V    "V"
  3030. `perch    V    "V"
  3031. `percolate    V    "V"
  3032. per`cuss    V    "V"
  3033. per`fect    V    "AJ(`perfect).VR0"
  3034. `perforate    V    "V"
  3035. per`form    V    "V"
  3036. per`fuse    V    "V"
  3037. `perish    V    "V"
  3038. `perjure    V    "V"
  3039. `perk    V    "V"
  3040. `permeate    V    "V"
  3041. per`mit    V    "V"
  3042. per`mute    V    "V"
  3043. `perorate    V    "V"
  3044. `perpetrate    V    "V"
  3045. per`petuate    V    "V"
  3046. per`plex    V    "V"
  3047. `persecute    V    "V"
  3048. perse`vere    V    "V"
  3049. per`sist    V    "V"
  3050. per`sonify    V    "V"
  3051. per`spire    V    "V"
  3052. per`suade    V    "V"
  3053. per`tain    V    "V"
  3054. per`turb    V    "V"
  3055. `perturbate    V    "V"
  3056. pe`ruse    V    "V"
  3057. per`vade    V    "V"
  3058. per`vert    V    "V"
  3059. `pester    V    "V"
  3060. `pet    V    "V"
  3061. `peter    V    "V"
  3062. `petrify    V    "V"
  3063. phi`lander    V    "V"
  3064. phospho`resce    V    "V"
  3065. `photocopy    V-to-N    "V"
  3066. `pick    V    "V"
  3067. `picket    V    "V"
  3068. `pickle    V-to-N    "V"
  3069. `picnicked    PTC_SUFFIX    "N(`picnic).VR0+PTC" ;PST/PTC ;k insertion
  3070. `picnicking    PTC_SUFFIX    "N(`picnic).VR0+PRG" ;k insertion
  3071. `piddle    V    "V"
  3072. `pierce    V    "V"
  3073. `pilfer    V    "V"
  3074. `pillage    V    "V"
  3075. `pinch    V-to-N    "V"
  3076. `pine    V    "V"
  3077. `piss    V-to-N    "V"
  3078. `pitch    V-to-N    "V"
  3079. `pith    V    "V"
  3080. `placate    V    "V"
  3081. `plagiarize    V    "V"
  3082. `plait    V-to-N    "V"
  3083. `play    V-to-N    "V"
  3084. `please    V    "V"
  3085. `plod    V    "V"
  3086. `plop    V-to-N    "V"
  3087. `pluck    V    "V"
  3088. `plumb    V    "V"
  3089. `plummet    V    "V"
  3090. `plump    V    "V"
  3091. `plunder    V    "V"
  3092. `plunge    V-to-N    "V"
  3093. `plunk    V    "V"
  3094. `ply    V    "V"
  3095. `poach    V    "V"
  3096. `poise    V-to-N    "V"
  3097. `poke    V-to-N    "V"
  3098. `polish    V-to-N    "V"
  3099. `politick    V    "V"
  3100. `pollinate    V    "N(`pollen)+VR3"
  3101. pol`lute    V    "V"
  3102. `ponder    V    "V"
  3103. pon`tificate    V    "V"
  3104. `pop    V-to-N    "V"
  3105. `populate    V    "V"
  3106. `pore    V    "V"
  3107. por`tend    V    "V"
  3108. por`tray    V    "V"
  3109. `pose    V-to-N    "V"
  3110. `posit    V    "V"
  3111. pos`sess    V    "V"
  3112. `post    V    "V"
  3113. post`pone    V    "V"
  3114. `postulate    V    "V"
  3115. `pounce    V-to-N    "V"
  3116. `pound    V    "V"
  3117. `pour    V    "V"
  3118. `pout    V-to-N    "V"
  3119. `practice    V-to-N    "V"
  3120. `practise    V-to-N    "V"
  3121. `praise    V-to-N    "V"
  3122. `prance    V    "V"
  3123. `prate    V    "V"
  3124. `pray    V    "V"
  3125. `preach    V    "V"
  3126. pre`cede    V    "V"
  3127. pre`cess    V    "V"
  3128. pre`cipitate    V-to-N    "V"
  3129. pre`clude    V    "V"
  3130. pre`dict    V    "V"
  3131. pre`destinate    V    "V"
  3132. predis`pose    V    "V"
  3133. pre`dominate    V    "V"
  3134. pre`empt    V    "V"
  3135. `preen    V    "V"
  3136. pre`fer    V    "V"
  3137. pre`pare    V    "V"
  3138. pre`ponderate    V    "V"
  3139. pre`sage    V    "V"
  3140. pre`scribe    V    "V"
  3141. pre`sent    V    "V"
  3142. pre`serve    V    "V"
  3143. pre`side    V    "V"
  3144. `press    V-to-N    "V"
  3145. presti`digitate    V    "V"
  3146. pre`sume    V    "V"
  3147. pre`tend    V    "V"
  3148. pre`vail    V    "V"
  3149. pre`varicate    V    "V"
  3150. pre`vent    V    "V"
  3151. `prick    V-to-N    "V"
  3152. `prime    V    "V"
  3153. `primp    V    "V"
  3154. `print    V-to-N    "V"
  3155. `probe    V-to-N    "V"
  3156. `proceed    V    "V"
  3157. pro`cess    V    "V"
  3158. pro`claim    V    "V"
  3159. pro`crastinate    V    "V"
  3160. `procreate    V    "V"
  3161. pro`cure    V    "V"
  3162. `prod    V    "V"
  3163. pro`duce    V    "V"
  3164. pro`fess    V    "V"
  3165. `proffer    V    "V"
  3166. prog`nosticate    V    "V"
  3167. pro`gress    V    "V"
  3168. pro`hibit    V    "V"
  3169. pro`ject    V    "V"
  3170. pro`liferate    V    "V"
  3171. pro`long    V    "V"
  3172. pro`longate    V    "V"
  3173. pro`mote    V    "V"
  3174. `prompt    V-to-N    "V"
  3175. `promulgate    V    "V"
  3176. pro`nounce    V    "V"
  3177. `prop    V    "V"
  3178. propa`gandize    V    "N(propa`ganda)+VR6"
  3179. `propagate    V    "V"
  3180. pro`pel    V    "V"
  3181. `prophesy    V    "V"
  3182. pro`pitiate    V    "V"
  3183. pro`pose    V    "V"
  3184. pro`pound    V    "V"
  3185. `prorate    V    "V"
  3186. pro`rogue    V    "V"
  3187. pro`scribe    V    "V"
  3188. `prosecute    V    "V"
  3189. `prospect    V    "V"
  3190. `prosper    V    "V"
  3191. pro`tect    V    "V"
  3192. pro`test    V    "V"
  3193. pro`tract    V    "V"
  3194. pro`trude    V    "V"
  3195. pro`vide    V    "V"
  3196. pro`voke    V    "V"
  3197. `prowl    V    "V"
  3198. `prune    V    "V"
  3199. `pry    V    "V"
  3200. `psych    V    "V"
  3201. `publish    V    "V"
  3202. `pucker    V-to-N    "V"
  3203. `puff    V-to-N    "V"
  3204. `puke    V    "V"
  3205. `pull    V-to-N    "V"
  3206. `pulsate    V    "V"
  3207. `pulse    V-to-N    "V"
  3208. `pulverize    V    "V"
  3209. `pummel    V    "V"
  3210. `pump    V-to-N    "V"
  3211. `punch    V-to-N    "V"
  3212. `punctuate    V    "V"
  3213. `puncture    V-to-N    "V"
  3214. `punish    V    "V"
  3215. `punt    V-to-N    "V"
  3216. `pupate    V    "V"
  3217. `purchase    V-to-N    "V"
  3218. `purge    V-to-N    "V"
  3219. `purl    V    "V"
  3220. pur`loin    V    "V"
  3221. pur`port    V    "V"
  3222. `purr    V    "V"
  3223. `purse    V    "V"
  3224. pur`sue    V    "V"
  3225. pur`vey    V    "V"
  3226. `push    V-to-N    "V"
  3227. `putter    V    "V"
  3228. `putrefy    V    "AJ(`putrid)+VR5"
  3229.  
  3230. `quack    V-to-N    "V"
  3231. `quaff    V    "V"
  3232. `quail    V    "V"
  3233. `quake    V    "V"
  3234. `qualify    V    "V"
  3235. `quantify    V    "V"
  3236. `quarrel    V-to-N    "V"
  3237. `quash    V    "V"
  3238. `quaver    V    "V"
  3239. `quell    V    "V"
  3240. `quench    V    "V"
  3241. `queued    PTC_SUFFIX    "N(`queue).VR0+PTC" ;PST/PTC
  3242. `queuing    PTC_SUFFIX    "N(`queue).VR0+PRG"
  3243. `quibble    V    "V"
  3244. `quiver    V    "V"
  3245. `quizzes    Clitics    "N(`quiz).VR0+3SG"
  3246. `quizzed    PTC_SUFFIX    "N(`quiz).VR0+PTC" ;PST/PTC
  3247. `quizzing    PTC_SUFFIX    "N(`quiz).VR0+PRG"
  3248. `quote    V-to-N    "V"
  3249.  
  3250. `rack    V    "V"
  3251. racke`teer    V    "N(`racket)+NR10.VR0"
  3252. `radiate    V    "V"
  3253. `rag    V    "V"
  3254. `rail    V    "V"
  3255. `raise    V-to-N    "V"
  3256. `rally    V-to-N    "V"
  3257. `ram    V    "V"
  3258. `ramble    V    "V"
  3259. `ramify    V    "V"
  3260. `rank    V-to-N    "V"
  3261. `rankle    V    "V"
  3262. `ransack    V    "V"
  3263. `rant    V    "V"
  3264. `rap    V-to-N    "V"
  3265. `rape    V-to-N    "V"
  3266. rap`pel    V    "V"
  3267. `rarefy    V    "V"
  3268. `rasp    V    "V"
  3269. `rate    V-to-N    "V"
  3270. `ratify    V    "V"
  3271. rati`ocinate    V    "V"
  3272. `rattle    V-to-N    "V"
  3273. `ravage    V    "V"
  3274. `rave    V    "V"
  3275. `ravel    V    "V"
  3276. `raven    V    "V" ;plunder
  3277. `ravish    V    "V"
  3278. `raze    V    "V"
  3279. `razz    V    "V"
  3280. `reach    V    "V"
  3281. re`act    V    "V"
  3282. `ream    V    "V"
  3283. `reap    V    "V"
  3284. `rear    V    "V"
  3285. re`bel    V    "V"
  3286. re`buff    V-to-N    "V"
  3287. re`buke    V-to-N    "V"
  3288. re`but    V    "V"
  3289. re`cant    V    "V"
  3290. re`ceive    V    "V"
  3291. re`cess    V-to-N    "V"
  3292. re`ciprocate    V    "V"
  3293. `reckon    V    "V"
  3294. re`cline    V    "V"
  3295. `recognize    V    "V"
  3296. `recognise    V    "V" ;British
  3297. `recompence    V-to-N    "V"
  3298. `recompense    V-to-N    "V"
  3299. `reconcile    V    "V"
  3300. recon`noiter    V    "V"
  3301. recon`noitre    V    "V"
  3302. re`cord    V    "V"
  3303. re`cover    V    "V"
  3304. re`criminate    V    "V"
  3305. re`cruit    V-to-N    "V"
  3306. `rectify    V    "V"
  3307. re`cuperate    V    "V"
  3308. re`cur    V    "V"
  3309. re`curse    V    "V"
  3310. re`dact    V    "V"
  3311. re`dound    V    "V"
  3312. re`duce    V    "V"
  3313. `reek    V    "V"
  3314. re`fect    V    "V"
  3315. re`fer    V    "V"
  3316. refer`ee    V-to-N    "V"
  3317. re`fine    V    "V"
  3318. re`flect    V    "V"
  3319. re`fract    V    "V"
  3320. re`frain    V    "V"
  3321. re`fresh    V    "V"
  3322. re`frigerate    V    "V"
  3323. re`fund    V    "V"
  3324. re`fuse    V    "V"
  3325. re`fute    V    "V"
  3326. re`gale    V    "V"
  3327. re`gard    V-to-N    "V"
  3328. re`gress    V    "V"
  3329. re`gret    V-to-N    "V"
  3330. `regulate    V    "V"
  3331. re`gurgitate    V    "V"
  3332. reha`bilitate    V    "V"
  3333. re`hearse    V    "V"
  3334. `reign    V-to-N    "V"
  3335. reim`burse    V    "V"
  3336. rein`force    V    "V"
  3337. re`ject    V    "V"
  3338. re`joice    V    "V"
  3339. re`juvenate    V    "V"
  3340. re`late    V    "V"
  3341. re`lax    V    "V"
  3342. re`lay    V    "V"
  3343. re`lease    V-to-N    "V"
  3344. re`lent    V    "V"
  3345. re`lieve    V    "V"
  3346. re`linquish    V    "V"
  3347. `relish    V    "V"
  3348. re`ly    V    "V"
  3349. re`main    V    "V"
  3350. re`mand    V    "V"
  3351. re`mark    V    "V"
  3352. re`member    V    "V"
  3353. re`mind    V    "V"
  3354. remi`nisce    V    "V"
  3355. re`mit    V    "V"
  3356. re`monstrate    V    "V"
  3357. re`move    V    "V"
  3358. re`munerate    V    "V"
  3359. `rend    V    "V"
  3360. `render    V    "V"
  3361. re`nege    V    "V"
  3362. re`new    V    "ORD5+AJ(`new).VR0"
  3363. re`nounce    V    "V"
  3364. `renovate    V    "V"
  3365. `rent    V-to-N    "V"
  3366. re`nunciate    V    "V"
  3367. re`pair    V    "V"
  3368. re`patriate    V    "V"
  3369. re`peat    V    "V"
  3370. re`pel    V    "V"
  3371. re`pent    V    "V"
  3372. repre`hend    V    "V"
  3373. repre`sent    V    "V"
  3374. re`plenish    V    "V"
  3375. `replicate    V    "V"
  3376. re`press    V    "V"
  3377. re`prieve    V    "V"
  3378. `reprimand    V    "V"
  3379. re`prise    V    "V"
  3380. re`proach    V-to-N    "V"
  3381. re`pudiate    V    "V"
  3382. re`pulse    V    "V"
  3383. re`pute    V    "V"
  3384. re`quest    V-to-N    "V"
  3385. re`quire    V    "V"
  3386. re`scind    V    "V"
  3387. `rescue    V    "V"
  3388. re`semble    V    "V"
  3389. re`sent    V    "V"
  3390. re`serve    V    "V"
  3391. re`sign    V    "V"
  3392. re`sile    V    "V"
  3393. re`sist    V    "V"
  3394. re`solve    V    "V"
  3395. `resonate    V    "V"
  3396. re`sort    V    "V"
  3397. re`spect    V-to-N    "V"
  3398. `respirate    V    "V"
  3399. re`spire    V    "V"
  3400. re`spond    V    "V"
  3401. `rest    V-to-N    "V"
  3402. `restitute    V    "V"
  3403. re`store    V    "V"
  3404. re`strain    V    "V"
  3405. re`strict    V    "V"
  3406. re`sult    V-to-N    "V"
  3407. re`sume    V    "V"
  3408. re`surge    V    "V"
  3409. resur`rect    V    "V"
  3410. re`suscitate    V    "V"
  3411. `retail    V    "V"
  3412. re`tain    V    "V"
  3413. re`taliate    V    "V"
  3414. re`tard    V    "V"
  3415. `retch    V    "V"
  3416. re`ticulate    V    "V"
  3417. re`tire    V    "V"
  3418. re`tort    V    "V"
  3419. re`tract    V    "V"
  3420. re`trench    V    "V"
  3421. re`trieve    V    "V"
  3422. retro`cede    V    "V"
  3423. ;retro`fit    V    "V"
  3424. retro`gress    V    "V"
  3425. `retrospect    V    "V"
  3426. `rev    V    "V"
  3427. `revved    PTC_SUFFIX    "V(`rev)+PTC" ;PST/PTC ;exception to Gemination
  3428. `revving    PTC_SUFFIX    "V(`rev)+PRG"
  3429. re`veal    V    "V"
  3430. `revel    V    "V"
  3431. re`verberate    V    "V"
  3432. re`vere    V    "V"
  3433. `reverence    V    "V(re`vere)+NR26.VR0"
  3434. re`verse    V    "V"
  3435. re`vert    V    "V"
  3436. re`vile    V    "V"
  3437. re`vise    V    "V"
  3438. re`vive    V    "V"
  3439. re`voke    V    "V"
  3440. re`volve    V    "V"
  3441. re`volt    V    "V"
  3442. `rhapsodize    V    "N(`rhapsody)+VR6"
  3443. `rhyme    V-to-N    "V"
  3444. `rhymed    PTC_SUFFIX    "V(`rhyme)+PTC" ;PST/PTC
  3445. `rhyming    PTC_SUFFIX    "V(`rhyme)+PRG"
  3446. `rib    V    "V"
  3447. `ricochet    V    "V"
  3448. `riddle    V    "V"
  3449. `ridicule    V    "V"
  3450. `riffle    V    "V"
  3451. `rifle    V    "V"
  3452. `rile    V    "V"
  3453. `rinse    V-to-N    "V"
  3454. `rip    V-to-N    "V"
  3455. `ripple    V-to-N    "V"
  3456. `roam    V    "V"
  3457. `roar    V-to-N    "V"
  3458. `roast    V-to-N    "V"
  3459. `rob    V    "V"
  3460. `rock    V    "V"
  3461. `roil    V    "V"
  3462. `roister    V    "V"
  3463. `roll    V-to-N    "V"
  3464. `rollick    V    "V"
  3465. `romp    V    "V"
  3466. `roost    V-to-N    "V"
  3467. `rot    V    "V"
  3468. `rotate    V    "V"
  3469. `rototill    V    "V"
  3470. `rouse    V    "V"
  3471. `roust    V    "V"
  3472. `rout    V    "V"
  3473. `rove    V    "V"
  3474. `row    V    "V"
  3475. `rub    V    "V"
  3476. `rue    V-to-N    "V"
  3477. `ruffle    V    "V"
  3478. ruin    V-to-N    "V"
  3479. `rule    V    "V"
  3480. rumble    V-to-N    "V"
  3481. `ruminate    V    "V"
  3482. `rummage    V-to-N    "V"
  3483. `rumple    V    "V"
  3484. `rupture    V-to-N    "V"
  3485. `rush    V-to-N    "V"
  3486. `rustle    V    "V"
  3487.  
  3488. `sack    V    "V"
  3489. `sag    V-to-N    "V"
  3490. `sail    V    "V"
  3491. `salivate    V    "N(sa`liva)+VR3"
  3492. sa`lute    V-to-N    "V"
  3493. `salvage    V    "V"
  3494. `sanctify    V    "V"
  3495. `sand    V    "V"
  3496. `sanitate    V    "V"
  3497. `sanitize    V    "V"
  3498. `sap    V    "V"
  3499. sa`shay    V    "V"
  3500. `sate    V    "V"
  3501. `satiate    V    "V"
  3502. `satisfy    V    "V"
  3503. `saturate    V    "V"
  3504. `saunter    V    "V"
  3505. sau`te    V    "V"
  3506. `save    V    "V"
  3507. `scald    V    "V"
  3508. `scale    V    "V"
  3509. `scamper    V    "V"
  3510. `scan    V    "V"
  3511. `scare    V-to-N    "V"
  3512. `scat    V    "V"
  3513. `scathe    V    "V"
  3514. `scatter    V    "V"
  3515. `scavenge    V    "V"
  3516. `scintillate    V    "V"
  3517. `scissor    V    "V"
  3518. `scoff    V    "V"
  3519. `scold    V    "V"
  3520. `scoot    V    "V"
  3521. `scorch    V    "V"
  3522. `scour    V    "V"
  3523. `scout    V-to-N    "V"
  3524. `scowl    V-to-N    "V"
  3525. `scrabble    V    "V"
  3526. `scram    V    "V"
  3527. `scramble    V    "V"
  3528. `scrape    V-to-N    "V"
  3529. `scratch    V-to-N    "V"
  3530. `scrawl    V-to-N    "V"
  3531. `scream    V-to-N    "V"
  3532. `screech    V-to-N    "V"
  3533. `scribble    V-to-N    "V"
  3534. `scrimp    V    "V"
  3535. `scrounge    V    "V"
  3536. `scrub    V    "V"
  3537. `scrutinize    V    "N(`scrutiny)+VR6"
  3538. `scud    V    "V"
  3539. `scuff    V    "V"
  3540. `scuffle    V    "V"
  3541. `sculpt    V    "V"
  3542. `scurry    V    "V"
  3543. `scuttle    V    "V"
  3544. `seal    V-to-N    "V"
  3545. `sear    V    "V"
  3546. `search    V-to-N    "V"
  3547. `season    V    "V"
  3548. se`cede    V    "V"
  3549. se`clude    V    "V"
  3550. `second    V    "V"
  3551. se`crete    V    "V"
  3552. se`duce    V    "V"
  3553. `seem    V    "V"
  3554. `seep    V    "V"
  3555. `seethe    V    "V"
  3556. `segregate    V    "V"
  3557. `seize    V    "V"
  3558. se`lect    V    "V"
  3559. se`quester    V    "V"
  3560. `serve    V    "V"
  3561. `settle    V    "V"
  3562. `sever    V    "V"
  3563. `shag    V    "V"
  3564. `shamble    V    "V"
  3565. `shatter    V    "V"
  3566. `sheathe    V    "V"
  3567. `sheer    V    "V"
  3568. shel`lacked    PTC_SUFFIX    "N(shel`lac).VR0+PTC" ;PST/PTC
  3569. shel`lacking    PTC_SUFFIX    "N(shel`lac).VR0+PRG"
  3570. `shelve    V    "N(`shelf)+VR0"
  3571. `shift    V-to-N    "V"
  3572. `shimmer    V-to-N    "V"
  3573. `shimmy    V-to-N    "V"
  3574. `shirk    V    "V"
  3575. `shirr    V    "V"
  3576. `shiver    V-to-N    "V"
  3577. `shoo    V    "V"
  3578. `shoplift    V    "V"
  3579. `shore    V    "V"
  3580. short`change    V    "V"
  3581. `shout    V-to-N    "V"
  3582. `shove    V-to-N    "V"
  3583. `shriek    V-to-N    "V"
  3584. `shrivel    V    "V"
  3585. `shrug    V-to-N    "V"
  3586. `shuck    V    "V"
  3587. `shudder    V-to-N    "V"
  3588. `shuffle    V-to-N    "V"
  3589. `shun    V    "V"
  3590. `shunt    V    "V"
  3591. `shy    V    "V"
  3592. `sic    V    "V"
  3593. `sidestep    V    "V"
  3594. `sidle    V    "V"
  3595. `sift    V    "V"
  3596. `sigh    V    "V"
  3597. `simmer    V    "V"
  3598. `simper    V-to-N    "V"
  3599. `simulate    V    "V"
  3600. `simulcast    V-to-N    "V"
  3601. `singe    V    "V"
  3602. `single    V    "V"
  3603. `sip    V-to-N    "V"
  3604. `situate    V    "V"
  3605. `sizzle    V    "V"
  3606. `skew    V    "V"
  3607. `skid    V-to-N    "V"
  3608. `skim    V    "V"
  3609. `skimp    V    "V"
  3610. `skip    V-to-N    "V"
  3611. `skulk    V    "V"
  3612. `skurry    V    "V"
  3613. `skyjack    V    "V"
  3614. `slake    V    "V"
  3615. `slam    V-to-N    "V"
  3616. `slap    V-to-N    "V"
  3617. `slash    V-to-N    "V"
  3618. `slate    V    "V"
  3619. `slaughter    V-to-N    "V"
  3620. `slaver    V    "V"
  3621. `sleepwalk    V    "V"
  3622. `slew    V    "V"
  3623. `slice    V-to-N    "V"
  3624. `slight    V-to-N    "V"
  3625. `slip    V-to-N    "V"
  3626. `slither    V    "V"
  3627. `slobber    V-to-N    "V"
  3628. `slog    V    "V"
  3629. `slop    V    "V"
  3630. `slosh    V    "V"
  3631. `slouch    V    "V"
  3632. `slug    V-to-N    "V"
  3633. `slumber    V-to-N    "V"
  3634. `slump    V-to-N    "V"
  3635. `slur    V-to-N    "V"
  3636. `slurp    V-to-N    "V"
  3637. `smack    V-to-N    "V"
  3638. `smart    V    "V"
  3639. `smash    V-to-N    "V"
  3640. `smatter    V    "V"
  3641. `smear    V-to-N    "V"
  3642. `smelt    V    "V" ;refine metal
  3643. `smile    V-to-N    "V"
  3644. `smirk    V-to-N    "V"
  3645. `smolder    V-to-N    "V"
  3646. `smooch    V    "V"
  3647. `smother    V    "V"
  3648. `smuggle    V    "V"
  3649. `snap    V-to-N    "V"
  3650. `snarl    V-to-N    "V"
  3651. `snatch    V    "V"
  3652. `sneak    V-to-N    "V"
  3653. `sneer    V-to-N    "V"
  3654. `sneeze    V-to-N    "V"
  3655. `snick    V    "V"
  3656. `snicker    V    "V"
  3657. `sniff    V-to-N    "V"
  3658. `sniffle    V-to-N    "V"
  3659. `snigger    V-to-N    "V"
  3660. `snip    V-to-N    "V"
  3661. `snipe    V    "V"
  3662. `snivel    V    "V"
  3663. `snoop    V    "V"
  3664. `snooze    V    "V"
  3665. `snore    V    "V"
  3666. `snort    V-to-N    "V"
  3667. `snub    V    "V"
  3668. `snuff    V    "V"
  3669. `snuffle    V    "V"
  3670. `snuggle    V    "V"
  3671. `soak    V    "V"
  3672. `soar    V    "V"
  3673. `sob    V-to-N    "V"
  3674. `sock    V-to-N    "V"
  3675. so`licit    V    "V"
  3676. so`liloquize    V    "N(so`liloquy)+VR6"
  3677. `solve    V    "V"
  3678. `soothe    V    "V"
  3679. `soothsay    V    "V"
  3680. so`phisticate    V    "V"
  3681. `souse    V    "V"
  3682. `spank    V    "V"
  3683. `spar    V    "V"
  3684. `spare    V    "V"
  3685. `sparge    V    "V"
  3686. `sparkle    V-to-N    "V"
  3687. `spatter    V    "V"
  3688. `spawn    V    "V"
  3689. `spay    V    "V"
  3690. `spearhead    V    "V"
  3691. `specify    V    "V"
  3692. `speculate    V    "V"
  3693. `spew    V    "V"
  3694. `spike    V    "V"
  3695. `splash    V-to-N    "V"
  3696. `splatter    V    "V"
  3697. `splay    V    "V"
  3698. `splice    V-to-N    "V"
  3699. `splutter    V    "V"
  3700. `spoof    V    "V"
  3701. `sport    V    "V"
  3702. `spot    V    "V"
  3703. `sprawl    V    "V"
  3704. `sprinkle    V-to-N    "V"
  3705. `sprint    V-to-N    "V"
  3706. `sprout    V-to-N    "V"
  3707. `spurn    V    "V"
  3708. `spurt    V-to-N    "V"
  3709. `sputter    V    "V"
  3710. `spy    V-to-N    "V"
  3711. `squall    V    "V"
  3712. `squander    V    "V"
  3713. `squash    V    "V"
  3714. `squat    V    "V"
  3715. `squawk    V-to-N    "V"
  3716. `squeak    V-to-N    "V"
  3717. `squeal    V-to-N    "V"
  3718. `squeeze    V-to-N    "V"
  3719. `squelch    V    "V"
  3720. `squint    V    "V"
  3721. `squirm    V    "V"
  3722. `squirt    V-to-N    "V"
  3723. `stab    V-to-N    "V"
  3724. `stabilize    V    "Adj(stable)+VR6"
  3725. `stagger    V    "V"
  3726. `stagnate    V    "V"
  3727. `stain    V-to-N    "V"
  3728. `stalk    V    "V"
  3729. `stall    V    "V"
  3730. `stammer    V    "V"
  3731. `stamp    V    "V"
  3732. `stanch    V    "V"
  3733. `stare    V    "V"
  3734. `stargaze    V    "V"
  3735. `start    V-to-N    "V"
  3736. `startle    V    "V"
  3737. `starve    V    "V"
  3738. `stash    V-to-N    "V"
  3739. `state    V    "V"
  3740. `stave    V    "V"
  3741. `stay    V-to-N    "V"
  3742. `steep    V    "V"
  3743. `steer    V-to-N    "V"
  3744. `stem    V    "V"
  3745. `stickle    V    "V"
  3746. `stifle    V    "V"
  3747. `stimulate    V    "V"
  3748. `stipple    V    "V"
  3749. `stipulate    V    "V"
  3750. `stir    V    "V"
  3751. `stoke    V    "V"
  3752. `stomp    V    "V"
  3753. `stonewall    V    "V"
  3754. `stoop    V    "V"
  3755. `stop    V-to-N    "V"
  3756. `store    V-to-N    "V"
  3757. `stow    V    "V"
  3758. `straddle    V    "V"
  3759. `strafe    V    "V"
  3760. `straggle    V    "V"
  3761. `straiten    V    "V"
  3762. `strand    V    "V"
  3763. `strangle    V    "V"
  3764. `strangulate    V    "V"
  3765. `stratify    V    "V"
  3766. `stray    V-to-N    "V"
  3767. `strengthen    V    "AJ(`strong)+VR4"
  3768. `stretch    V-to-N    "V"
  3769. `striate    V    "V"
  3770. `stroll    V-to-N    "V"
  3771. `struggle    V-to-N    "V"
  3772. `strum    V    "V"
  3773. `strut    V    "V"
  3774. `stub    V    "V"
  3775. `stud    V    "V"
  3776. `study    V-to-N    "V"
  3777. `stuff    V    "V"
  3778. `stultify    V    "V"
  3779. `stumble    V    "V"
  3780. `stun    V    "V"
  3781. `stump    V    "V"
  3782. `stunt    V    "V"
  3783. `stupefy    V    "V"
  3784. `stutter    V-to-N    "V"
  3785. `styled    PTC_SUFFIX    "N(`style).VR0+PTC" ;PST/PTC
  3786. `styling    PTC_SUFFIX    "N(`style).VR0+PRG"
  3787. `stylize    V    "N(`style)+VR6"
  3788. `stymie    V    "V"
  3789. `sub    V-to-N    "V" ;substitute
  3790. sub`due    V    "V"
  3791. sub`ject    V    "V"
  3792. `subjugate    V    "V"
  3793. `sublimate    V    "V"
  3794. sub`merse    V    "V"
  3795. sub`mit    V    "V"
  3796. `subrogate    V    "V"
  3797. sub`scribe    V    "V"
  3798. `subsidize    V    "N(`subsidy)+VR6"
  3799. sub`sist    V    "V"
  3800. sub`stantiate    V    "N(`substance)+VR3"
  3801. `substitute    V-to-N    "V"
  3802. sub`sume    V    "V"
  3803. sub`tract    V    "V"
  3804. sub`vert    V    "V"
  3805. suc`ceed    V    "V"
  3806. suc`cumb    V    "V"
  3807. `suck    V    "V"
  3808. `suckle    V    "V"
  3809. `sue    V    "V"
  3810. `suffer    V    "V"
  3811. suf`fice    V    "V"
  3812. `suffocate    V    "V"
  3813. suf`fuse    V    "V"
  3814. sugar`coat    V    "V"
  3815. sug`gest    V    "V"
  3816. `suit    V    "V"
  3817. `sulk    V    "V"
  3818. `sully    V    "V"
  3819. `summarize    V    "N(`summary)+VR6"
  3820. `summon    V    "V"
  3821. `sunbathe    V    "V"
  3822. `sunder    V    "V"
  3823. `sup    V    "V"
  3824. super`annuate    V    "V"
  3825. superin`tend    V    "V"
  3826. super`pose    V    "V"
  3827. super`sede    V    "V"
  3828. super`vene    V    "V"
  3829. `supervise    V    "V"
  3830. sup`plant    V    "V"
  3831. `supplicate    V    "V"
  3832. sup`ply    V-to-N    "V"
  3833. sup`port    V-to-N    "V"
  3834. sup`pose    V    "V"
  3835. sup`press    V    "V"
  3836. sur`cease    V    "V"
  3837. `surcharge    V-to-N    "DEG10+V(`charge)"
  3838. `surge    V-to-N    "V"
  3839. sur`mise    V    "V"
  3840. sur`mount    V    "V"
  3841. sur`pass    V    "V"
  3842. sur`prise    V-to-N    "V"
  3843. sur`render    V-to-N    "V"
  3844. sur`round    V    "V"
  3845. sur`veil    V    "V"
  3846. sur`vey    V    "V"
  3847. sur`vive    V    "V"
  3848. sus`pect    V    "V"
  3849. sus`pend    V    "V"
  3850. sus`tain    V    "V"
  3851. `swaddle    V    "V"
  3852. `swagger    V    "V"
  3853. `swap    V-to-N    "V"
  3854. `swarm    V-to-N    "V"
  3855. `swashbuckle    V    "V"
  3856. `swat    V    "V"
  3857. `swathe    V    "V"
  3858. `sway    V    "V"
  3859. `swelter    V    "V"
  3860. `swerve    V    "V"
  3861. `swig    V    "V"
  3862. `swindle    V-to-N    "V"
  3863. `swipe    V    "V"
  3864. `swish    V    "V"
  3865. `swoon    V    "V"
  3866. `swoop    V    "V"
  3867. syl`labify    V    "N(`syllable)+VR5"
  3868. `syllogize    V    "V"
  3869. `symbolise    V    "N(`symbol)+VR6"
  3870. `symbolize    V    "N(`symbol)+VR6"
  3871. `synchronize    V    "N(`synchrony)+VR6"
  3872. `syncopate    V    "V"
  3873. `syndicate    V-to-N    "V"
  3874. `synthesize    V    "V"
  3875. `systematize    V    "N(`system)+VR6"
  3876. `systemize    V    "N(`system)+VR6"
  3877. `swallow    V-to-N    "V"
  3878.  
  3879. `tabulate    V    "V"
  3880. `tackle    V-to-N    "V"
  3881. `tail    V    "V"
  3882. `taint    V    "V"
  3883. `talk    V-to-N    "V"
  3884. `tamp    V    "V"
  3885. `tamper    V    "V"
  3886. `tan    V-to-N    "V"
  3887. `tangle    V-to-N    "V"
  3888. `tantalize    V    "V"
  3889. `tap    V-to-N    "V" ;knock
  3890. `taper    V    "V"
  3891. `tarnish    V    "V"
  3892. `tarry    V    "V"
  3893. `taste    V-to-N    "V"
  3894. `tatter    V    "V"
  3895. `tattle    V    "V"
  3896. `taunt    V    "V"
  3897. `tax    V-to-N    "V"
  3898. `tease    V    "V"
  3899. `teem    V    "V"
  3900. `teeter    V    "V"
  3901. `teethe    V    "V"
  3902. `televise    V    "V"
  3903. `temper    V    "V"
  3904. `temporize    V    "V"
  3905. `tempt    V    "V"
  3906. `tend    V    "V"
  3907. `terminate    V    "V"
  3908. `terrify    V    "V"
  3909. `testify    V    "V"
  3910. `thank    V    "V"
  3911. `thaw    V-to-N    "V"
  3912. `theorize    V    "N(`theory)+VR6"
  3913. `thieve    V    "V"
  3914. `thrash    V    "V"
  3915. `threaten    V    "N(`threat)+VR4"
  3916. `thresh    V    "V"
  3917. `throb    V    "V"
  3918. `throttle    V    "V"
  3919. `thud    V-to-N    "V"
  3920. `thump    V-to-N    "V"
  3921. `thwack    V-to-N    "V"
  3922. `thwart    V    "V"
  3923. `tick    V-to-N    "V"
  3924. `tickle    V    "V"
  3925. `tide    V    "V"
  3926. `tie    V    "V"
  3927. `tying    V    "V(`tie)+PRG"
  3928. `till    V    "V"
  3929. `tilt    V-to-N    "V"
  3930. `tinge    V-to-N    "V"
  3931. `tingle    V-to-N    "V"
  3932. `tinker    V    "V"
  3933. `tinkle    V    "V"
  3934. `tipple    V    "V"
  3935. `tire    V    "V"
  3936. `tithe    V-to-N    "V"
  3937. `titillate    V    "V"
  3938. `titter    V    "V"
  3939. `toast    V-to-N    "V"
  3940. `toddle    V    "V"
  3941. `toggle    V-to-N    "V"
  3942. `toil    V-to-N    "V"
  3943. `tolerate    V    "V"
  3944. `toll    V    "V"
  3945. `toot    V-to-N    "V"
  3946. `tootle    V    "V"
  3947. `top    V    "V"
  3948. `topple    V-to-N    "V"
  3949. `torture    V-to-N    "V"
  3950. `toss    V-to-N    "V"
  3951. `tote    V    "V"
  3952. `totter    V    "V"
  3953. `touch    V-to-N    "V"
  3954. `tousle    V    "V"
  3955. `tout    V    "V"
  3956. `tow    V-to-N    "V"
  3957. `trace    V    "V"
  3958. `trade    V-to-N    "V"
  3959. `trafficked    PTC_SUFFIX    "N(`traffic).VR0+PTC" ;PST/PTC
  3960. `trafficking    PTC_SUFFIX    "N(`traffic).VR0+PRG"
  3961. `trail    V    "V"
  3962. `train    V    "V"
  3963. `traipse    V    "V"
  3964. tra`ject    V    "V"
  3965. `tramp    V-to-N    "V"
  3966. `trample    V    "V"
  3967. trans`act    V    "V"
  3968. tran`scend    V    "V"
  3969. tran`scribe    V    "V"
  3970. trans`duce    V    "V"
  3971. tran`sect    V    "V"
  3972. `transfer    V    "V"
  3973. trans`figure    V    "V"
  3974. trans`fix    V    "V"
  3975. trans`form    V    "V"
  3976. trans`fuse    V    "V"
  3977. trans`gress    V    "V"
  3978. `translate    V    "V"
  3979. trans`literate    V    "V"
  3980. trans`mit    V    "V"
  3981. trans`mogrify    V    "V"
  3982. trans`mute    V    "V"
  3983. tran`spire    V    "V"
  3984. trans`plant    V    "V"
  3985. trans`port    V    "V"
  3986. trans`pose    V    "V"
  3987. trans`ship    V    "V"
  3988. `traumatise    V    "N(`trauma)+VR6"
  3989. `traumatize    V    "N(`trauma)+VR6"
  3990. `travel    V-to-N    "V"
  3991. tra`verse    V    "V"
  3992. `trawl    V    "V"
  3993. `treat    V-to-N    "V"
  3994. `trek    V-to-N    "V"
  3995. `trekked    PTC_SUFFIX    "V(`trek)+PTC" ;PST/PTC
  3996. `trekking    PTC_SUFFIX    "V(`trek)+PRG"
  3997. `tremble    V    "V"
  3998. `trend    V-to-N    "V"
  3999. `trespass    V-to-N    "V"
  4000. tri`angulate    V    "V"
  4001. `tribulate    V    "V"
  4002. `trickle    V-to-N    "V"
  4003. `trifle    V-to-N    "V"
  4004. `trill    V-to-N    "V"
  4005. `trim    V    "V"
  4006. `trip    V    "V"
  4007. `trisect    V    "V"
  4008. `tromp    V    "V"
  4009. `trot    V    "V"
  4010. `trounce    V    "V"
  4011. `trudge    V    "V"
  4012. `truncate    V    "V"
  4013. `truss    V-to-N    "V"
  4014. `try    V-to-N    "V"
  4015. `tug    V-to-N    "V"
  4016. `tumble    V-to-N    "V"
  4017. `tune    V    "V"
  4018. `turn    V-to-N    "V"
  4019. `tweak    V-to-N    "V"
  4020. `tweeze    V    "V"
  4021. `twiddle    V    "V"
  4022. `twig    V    "V"
  4023. `twinge    V-to-N    "V"
  4024. `twinkle    V-to-N    "V"
  4025. `twirl    V-to-N    "V"
  4026. `twist    V-to-N    "V"
  4027. `twitch    V-to-N    "V"
  4028. `twitter    V-to-N    "V"
  4029. `type    V    "V"
  4030. `typed    PTC_SUFFIX    "V(`type)+PTC" ;PST/PTC
  4031. `typing    PTC_SUFFIX    "V(`type)+PRG"
  4032. `typify    V    "N(`type)+VR5"
  4033. `tyrannise    V    "N(`tyranny)+VR6" ;British
  4034. `tyrannize    V    "N(`tyranny)+VR6"
  4035.  
  4036. `uglify    V    "AJ(`ugly)+VR5"
  4037. `ulcerate    V    "N(`ulcer)+VR3"
  4038. `ululate    V    "V"
  4039. `underpin    V    "V"
  4040. `undulate    V    "V"
  4041. un`earth    V    "REV1+N(`earth).VR0"
  4042. un`horse    V    "REV1+N(`horse).VR0"
  4043. `unify    V    "V"
  4044. u`nite    V    "V"
  4045. `up    V    "V"
  4046. up`braid    V    "V"
  4047. `upchuck    V    "V"
  4048. `update    V    "V"
  4049. up`end    V    "V"
  4050. `upgrade    V-to-N    "V"
  4051. up`holster    V    "V"
  4052. up`heave    V    "V"
  4053. up`lift    V    "V"
  4054. `upload    V-to-N    "V"
  4055. up`raise    V    "V"
  4056. up`root    V    "V"
  4057. up`stage    V    "V"
  4058. `urge    V-to-N    "V"
  4059. `urinate    V    "N(`urine)+VR3"
  4060. `use    V-to-N    "V"
  4061. `usher    V-to-N    "V"
  4062. u`surp    V    "V"
  4063. `utter    V    "V"
  4064.  
  4065. `vacate    V    "V"
  4066. `vacillate    V    "V"
  4067. `vaccinate    V    "N(vac`cine)+VR3"
  4068. `validate    V    "AJ(`valid)+VR3"
  4069. `valuate    V    "AJ(`value)+VR3"
  4070. va`moose    V    "V"
  4071. `vanish    V    "V"
  4072. `vanquish    V    "V"
  4073. `variate    V    "V"
  4074. `variegate    V    "V"
  4075. `vary    V    "V"
  4076. `vault    V-to-N    "V"
  4077. `vaunt    V    "V"
  4078. `veer    V    "V"
  4079. `vegetate    V    "V"
  4080. `vend    V    "V"
  4081. `venerate    V    "V"
  4082. `venge    V    "V"
  4083. `vent    V-to-N    "V"
  4084. `ventilate    V    "V"
  4085. `venture    V-to-N    "V"
  4086. `verge    V-to-N    "V"
  4087. `verify    V    "V"
  4088. `verse    V    "V"
  4089. `vest    V    "V"
  4090. `vex    V    "V"
  4091. `vibrate    V    "V"
  4092. `vie    V    "V"
  4093. `vying    V    "V(`vie)+PRG"
  4094. `vilify    V    "V"
  4095. `vindicate    V    "V"
  4096. `violate    V    "V"
  4097. `visit    V-to-N    "V"
  4098. `vitiate    V    "V"
  4099. `vitrify    V    "V"
  4100. vi`tuperate    V    "V"
  4101. `vivify    V    "V"
  4102. `vivisect    V    "V"
  4103. vo`ciferate    V    "V"
  4104. `vomit    V-to-N    "V"
  4105. `vouch    V    "V"
  4106. vouch`safe    V    "V"
  4107.  
  4108. `waddle    V    "V"
  4109. `wade    V    "V"
  4110. `waffle    V    "V"
  4111. `waft    V    "V"
  4112. `wag    V    "V"
  4113. `wage    V    "V"
  4114. `waggle    V    "V"
  4115. `wail    V-to-N    "V"
  4116. `wait    V-to-N    "V"
  4117. `waive    V    "V"
  4118. `waken    V    "V"
  4119. `walk    V-to-N    "V"
  4120. `wallop    V-to-N    "V"
  4121. `wallow    V    "V"
  4122. `wander    V    "V"
  4123. `wane    V    "V"
  4124. `wangle    V    "V"
  4125. `want    V    "V"
  4126. `warble    V    "V"
  4127. `ward    V    "V"
  4128. `warn    V    "V"
  4129. `warp    V    "V"
  4130. `warrant    V    "V"
  4131. `wash    V-to-N    "V"
  4132. `waste    V-to-N    "V"
  4133. `watch    V    "V"
  4134. `waterlog    V    "V"
  4135. `wave    V-to-N    "V"
  4136. `waver    V    "V"
  4137. `wean    V    "V"
  4138. `weatherstrip    V    "V"
  4139. `weigh    V    "V"
  4140. `welcome    V-to-N    "V"
  4141. `weld    V-to-N    "V"
  4142. `well    V    "V"
  4143. `welsh    V    "V"
  4144. `welter    V-to-N    "V"
  4145. `wend    V    "V"
  4146. `whack    V-to-N    "V"
  4147. `wham    V-to-N    "V"
  4148. `wheedle    V    "V"
  4149. `wheeze    V-to-N    "V"
  4150. `whelm    V    "V"
  4151. `whelp    V    "V"
  4152. `whet    V    "V"
  4153. `whiff    V-to-N    "V"
  4154. `while    V    "V"
  4155. `whimper    V-to-N    "V"
  4156. `whine    V-to-N    "V"
  4157. `whinny    V-to-N    "V"
  4158. `whir    V-to-N    "V"
  4159. `whirl    V-to-N    "V"
  4160. `whish    V-to-N    "V"
  4161. `whisper    V-to-N    "V"
  4162. `whistle    V-to-N    "V"
  4163. `whitewash    V    "V"
  4164. `whittle    V    "V"
  4165. `whiz    V-to-N    "V"
  4166. `whizzed    PTC_SUFFIX    "V(`whiz)+PTC"
  4167. `whizzing    PTC_SUFFIX    "V(`whiz)+PRG"
  4168. `whoop    V-to-N    "V"
  4169. `whop    V-to-N    "V"
  4170. `whump    V-to-N    "V"
  4171. `wield    V    "V"
  4172. `wig    V    "V"
  4173. `wiggle    V    "V"
  4174. `wilt    V    "V"
  4175. `wince    V-to-N    "V"
  4176. `wink    V-to-N    "V"
  4177. `winnow    V    "V"
  4178. `wipe    V-to-N    "V"
  4179. `wish    V-to-N    "V"
  4180. `wither    V    "V"
  4181. `wizen    V    "V"
  4182. `wobble    V-to-N    "V"
  4183. `wonder    V-to-N    "V"
  4184. `woo    V    "V"
  4185. `work    V-to-N    "V"
  4186. `worry    V-to-N    "V"
  4187. `wot    V    "V"
  4188. `wow    V    "V"
  4189. `wrack    V    "V"
  4190. `wrangle    V-to-N    "V"
  4191. `wrap    V    "V"
  4192. `wreak    V    "V"
  4193. `wreathe    V    "V"
  4194. `wreck    V-to-N    "V"
  4195. `wrench    V-to-N    "V"
  4196. `wrest    V    "V"
  4197. `wrestle    V    "V"
  4198. `wriggle    V    "V"
  4199. `writhe    V    "V"
  4200.  
  4201. `yammer    V    "V"
  4202. `yank    V-to-N    "V"
  4203. `yap    V-to-N    "V"
  4204. `yaw    V    "V"
  4205. `yawn    V-to-N    "V"
  4206. `yearn    V    "V"
  4207. `yell    V-to-N    "V"
  4208. `yield    V    "V"
  4209. `yip    V-to-N    "V"
  4210. `yodel    V    "V"
  4211. `yowl    V-to-N    "V"
  4212.  
  4213. `zap    V    "V"
  4214. `zero    V    "V"
  4215. `zip    V    "V"
  4216. `zoom    V-to-N    "V"
  4217.  
  4218. END
  4219.