rwdeliza 0.03

Sign up to get free protection for your applications and to get access to all the features.
Files changed (222) hide show
  1. data/ElizaData/database/db.1 +7015 -0
  2. data/ElizaData/database/db.10 +7001 -0
  3. data/ElizaData/database/db.11 +7001 -0
  4. data/ElizaData/database/db.12 +7003 -0
  5. data/ElizaData/database/db.13 +7003 -0
  6. data/ElizaData/database/db.14 +7008 -0
  7. data/ElizaData/database/db.15 +7001 -0
  8. data/ElizaData/database/db.16 +7001 -0
  9. data/ElizaData/database/db.17 +7001 -0
  10. data/ElizaData/database/db.18 +7001 -0
  11. data/ElizaData/database/db.19 +7001 -0
  12. data/ElizaData/database/db.2 +7001 -0
  13. data/ElizaData/database/db.20 +5467 -0
  14. data/ElizaData/database/db.3 +7001 -0
  15. data/ElizaData/database/db.4 +7001 -0
  16. data/ElizaData/database/db.5 +7001 -0
  17. data/ElizaData/database/db.6 +7001 -0
  18. data/ElizaData/database/db.7 +7001 -0
  19. data/ElizaData/database/db.8 +7001 -0
  20. data/ElizaData/database/db.9 +7001 -0
  21. data/ElizaData/responses/hello.res +1 -0
  22. data/ElizaData/responses/i_agree.res +1 -0
  23. data/ElizaData/responses/i_am_listening_to_you.res +1 -0
  24. data/ElizaData/responses/please_explain.res +1 -0
  25. data/ElizaData/responses/thank_you.res +1 -0
  26. data/ElizaData/tiny.dict +211 -0
  27. data/ElizaData/words/adjectives1.words +906 -0
  28. data/ElizaData/words/adjectives2w.words +1 -0
  29. data/ElizaData/words/noun0.words +15 -0
  30. data/ElizaData/words/noun1.words +1391 -0
  31. data/ElizaData/words/noun2.words +1924 -0
  32. data/ElizaData/words/noun4.words +330 -0
  33. data/ElizaData/words/pronoun1.words +6 -0
  34. data/ElizaData/words/verb4.words +350 -0
  35. data/ElizaData/words/verb42.words +391 -0
  36. data/ElizaData/words/verb42w.words +1 -0
  37. data/ElizaData/words/verb43.words +402 -0
  38. data/ElizaData/words/verb43w.words +1 -0
  39. data/ElizaData/words/verb45.words +452 -0
  40. data/ElizaData/words/verb4w.words +1 -0
  41. data/ElizaData/words/verb5.words +13 -0
  42. data/ElizaData/words/verb61.words +35 -0
  43. data/ElizaData/words/verb62.words +41 -0
  44. data/ElizaData/words/verb83.words +17 -0
  45. data/Readme.txt +462 -0
  46. data/bin/rwdeliza +19 -0
  47. data/code/01rwdcore/01rwdcore.rb +29 -0
  48. data/code/01rwdcore/02helptexthashbegin.rb +4 -0
  49. data/code/01rwdcore/03helptexthash.rb +23 -0
  50. data/code/01rwdcore/04helptextend.rb +6 -0
  51. data/code/01rwdcore/jumplinkcommand.rb +26 -0
  52. data/code/01rwdcore/openhelpwindow.rb +31 -0
  53. data/code/01rwdcore/returntomain.rb +10 -0
  54. data/code/01rwdcore/rundocuments.rb +10 -0
  55. data/code/01rwdcore/runeditconfiguration.rb +10 -0
  56. data/code/01rwdcore/runhelpabout.rb +10 -0
  57. data/code/01rwdcore/runopentinkerdocument.rb +7 -0
  58. data/code/01rwdcore/rwdtinkerversion.rb +22 -0
  59. data/code/01rwdcore/rwdwindowreturn.rb +9 -0
  60. data/code/01rwdcore/selectiontab.rb +9 -0
  61. data/code/01rwdcore/setuphelpaboutoptions.rb +13 -0
  62. data/code/01rwdcore/setuptinkerdocuments.rb +6 -0
  63. data/code/01rwdcore/test_cases.rb +109 -0
  64. data/code/01rwdcore/test_harness.rb +13 -0
  65. data/code/01rwdcore/uploadreturns.rb +62 -0
  66. data/code/dd0viewphoto/dd0viewphoto.rb +3 -0
  67. data/code/superant.com.rwdeliza/0uninstallapplet.rb +10 -0
  68. data/code/superant.com.rwdeliza/eliza01.rb +45 -0
  69. data/code/superant.com.rwdeliza/helptexthashrwdeliza.rb +39 -0
  70. data/code/superant.com.rwdeliza/openhelpwindowrwdeliza.rb +23 -0
  71. data/code/superant.com.rwdeliza/runrwdshellwindow.rb +12 -0
  72. data/code/superant.com.rwdeliza/rwdtinkerversion.rb +10 -0
  73. data/code/superant.com.rwdeliza/tagsentence.rb +39 -0
  74. data/code/superant.com.rwdtinkerbackwindow/diagnostictab.rb +19 -0
  75. data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +61 -0
  76. data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +240 -0
  77. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +34 -0
  78. data/code/superant.com.rwdtinkerbackwindow/installremotegem.rb +20 -0
  79. data/code/superant.com.rwdtinkerbackwindow/listgemdirs.rb +12 -0
  80. data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +53 -0
  81. data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +12 -0
  82. data/code/superant.com.rwdtinkerbackwindow/listzips.rb +27 -0
  83. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +22 -0
  84. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb +14 -0
  85. data/code/superant.com.rwdtinkerbackwindow/network.rb +87 -0
  86. data/code/superant.com.rwdtinkerbackwindow/openappletname.rb +19 -0
  87. data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +38 -0
  88. data/code/superant.com.rwdtinkerbackwindow/remotegemlist.rb +24 -0
  89. data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +46 -0
  90. data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +52 -0
  91. data/code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb +11 -0
  92. data/code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb +15 -0
  93. data/code/superant.com.rwdtinkerbackwindow/rwdtinkerwin2version.rb +13 -0
  94. data/code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb +19 -0
  95. data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +22 -0
  96. data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +24 -0
  97. data/code/superant.com.words/dictlookup.rb +20 -0
  98. data/code/superant.com.words/runfortunewindow.rb +14 -0
  99. data/code/superant.com.words/runrwdwordsbackwindow.rb +10 -0
  100. data/code/superant.com.words/runrwdwordsversion.rb +14 -0
  101. data/code/superant.com.words/rwdtinkerversion.rb +10 -0
  102. data/code/zz0applicationend/zz0end.rb +4 -0
  103. data/configuration/language.dist +8 -0
  104. data/configuration/rwdapplicationidentity.dist +3 -0
  105. data/configuration/rwdtinker.dist +18 -0
  106. data/configuration/rwdweliza-0.03.dist +31 -0
  107. data/configuration/tinkerwin2variables.dist +17 -0
  108. data/gui/00coreguibegin/applicationguitop.rwd +4 -0
  109. data/gui/frontwindow0/cc0openphoto.rwd +22 -0
  110. data/gui/frontwindowselections/00selectiontabbegin.rwd +11 -0
  111. data/gui/frontwindowselections/jumplinkcommands.rwd +15 -0
  112. data/gui/frontwindowselections/wwselectionend.rwd +3 -0
  113. data/gui/frontwindowtdocuments/00documentbegin.rwd +6 -0
  114. data/gui/frontwindowtdocuments/tinkerdocuments.rwd +14 -0
  115. data/gui/frontwindowtdocuments/zzdocumentend.rwd +8 -0
  116. data/gui/helpaboutbegin/zzzrwdlasttab.rwd +6 -0
  117. data/gui/helpaboutbegin/zzzzhelpscreenstart.rwd +3 -0
  118. data/gui/helpaboutbegin/zzzzzzhelpabouttab.rwd +15 -0
  119. data/gui/helpaboutzend/helpscreenend.rwd +3 -0
  120. data/gui/helpaboutzend/zhelpscreenstart2.rwd +3 -0
  121. data/gui/helpaboutzend/zzzzhelpabout2.rwd +15 -0
  122. data/gui/helpaboutzend/zzzzhelpscreen2end.rwd +3 -0
  123. data/gui/tinkerbackwindows/superant.com.refreshwindow/fortunerefreshwindowtwo.rwd +9 -0
  124. data/gui/tinkerbackwindows/superant.com.rwdeliza/1appname.rwd +5 -0
  125. data/gui/tinkerbackwindows/superant.com.rwdeliza/1eliza.rwd +21 -0
  126. data/gui/tinkerbackwindows/superant.com.rwdeliza/4sentance.rwd +21 -0
  127. data/gui/tinkerbackwindows/superant.com.rwdeliza/98jumplinkcommands.rwd +17 -0
  128. data/gui/tinkerbackwindows/superant.com.rwdeliza/zbackend.rwd +6 -0
  129. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/1appname.rwd +5 -0
  130. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/20downloadftp.rwd +45 -0
  131. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/67viewconfiguration.rwd +29 -0
  132. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/70rwddiagnostics.rwd +16 -0
  133. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/m01menubegin.rwd +18 -0
  134. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/zvbackend.rwd +6 -0
  135. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd +5 -0
  136. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd +41 -0
  137. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd +44 -0
  138. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistapplets.rwd +44 -0
  139. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd +30 -0
  140. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +29 -0
  141. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +17 -0
  142. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd +6 -0
  143. data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd +31 -0
  144. data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/9end.rwd +4 -0
  145. data/gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd +19 -0
  146. data/gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd +17 -0
  147. data/gui/tinkerbackwindows/superant.com.words/1appname.rwd +4 -0
  148. data/gui/tinkerbackwindows/superant.com.words/1dictionary.rwd +19 -0
  149. data/gui/tinkerbackwindows/superant.com.words/3rwdfortune.rwd +14 -0
  150. data/gui/tinkerbackwindows/superant.com.words/77jumplinkcommands.rwd +17 -0
  151. data/gui/tinkerbackwindows/superant.com.words/z9end.rwd +6 -0
  152. data/gui/zzcoreguiend/yy9rwdend.rwd +4 -0
  153. data/init.rb +277 -0
  154. data/installed/rwdweliza-0.03.inf +24 -0
  155. data/installed/temp.rb +1 -0
  156. data/lang/en/rwdcore/languagefile.rb +58 -0
  157. data/lang/es/rwdcore/languagefile-es.rb +62 -0
  158. data/lang/fr/rwdcore/languagefile.rb +64 -0
  159. data/lang/jp/rwdcore/languagefile.rb +72 -0
  160. data/lang/nl/rwdcore/languagefile.rb +75 -0
  161. data/lib/dict.rb +438 -0
  162. data/lib/druida.rb +499 -0
  163. data/lib/hashslice.rb +71 -0
  164. data/lib/linguistics.rb +360 -0
  165. data/lib/linguistics/en.rb +1601 -0
  166. data/lib/linguistics/en/infinitive.rb +1148 -0
  167. data/lib/linguistics/en/linkparser.rb +142 -0
  168. data/lib/linguistics/en/wordnet.rb +253 -0
  169. data/lib/linguistics/iso639.rb +456 -0
  170. data/lib/linkparser.rb +461 -0
  171. data/lib/linkparser/connection.rb +81 -0
  172. data/lib/linkparser/connector.rb +201 -0
  173. data/lib/linkparser/definition.rb +225 -0
  174. data/lib/linkparser/dictionary.rb +208 -0
  175. data/lib/linkparser/linkage.rb +185 -0
  176. data/lib/linkparser/log.rb +39 -0
  177. data/lib/linkparser/sentence.rb +79 -0
  178. data/lib/linkparser/utils.rb +540 -0
  179. data/lib/linkparser/word.rb +92 -0
  180. data/lib/rconftool.rb +380 -0
  181. data/lib/rwd/browser.rb +123 -0
  182. data/lib/rwd/ftools.rb +174 -0
  183. data/lib/rwd/mime.rb +328 -0
  184. data/lib/rwd/net.rb +866 -0
  185. data/lib/rwd/ruby.rb +889 -0
  186. data/lib/rwd/rwd.rb +1942 -0
  187. data/lib/rwd/sgml.rb +236 -0
  188. data/lib/rwd/thread.rb +63 -0
  189. data/lib/rwd/tree.rb +371 -0
  190. data/lib/rwd/xml.rb +101 -0
  191. data/lib/zip/ioextras.rb +114 -0
  192. data/lib/zip/stdrubyext.rb +111 -0
  193. data/lib/zip/tempfile_bugfixed.rb +195 -0
  194. data/lib/zip/zip.rb +1378 -0
  195. data/lib/zip/zipfilesystem.rb +558 -0
  196. data/lib/zip/ziprequire.rb +61 -0
  197. data/rwd_files/HowTo_Eliza.txt +195 -0
  198. data/rwd_files/HowTo_Tinker.txt +471 -0
  199. data/rwd_files/HowTo_TinkerWin2.txt +202 -0
  200. data/rwd_files/Readme.txt +57 -0
  201. data/rwd_files/RubyWebDialogs.html +6 -0
  202. data/rwd_files/favicon.ico +0 -0
  203. data/rwd_files/rdoc-style.css +175 -0
  204. data/rwd_files/rwdapplications.html +54 -0
  205. data/rwd_files/tinker.png +0 -0
  206. data/rwdconfig.dist +21 -0
  207. data/rwdeliza.rb +1 -0
  208. data/tests/RubyGauge.rb +179 -0
  209. data/tests/checkdepends.sh +4 -0
  210. data/tests/cleancnf.sh +6 -0
  211. data/tests/makedist-rwdweliza.rb +56 -0
  212. data/tests/makedist.rb +66 -0
  213. data/tests/rdep.rb +354 -0
  214. data/tests/totranslate.lang +93 -0
  215. data/zips/rwdwaddresses-1.05.zip +0 -0
  216. data/zips/rwdwcalc-0.61.zip +0 -0
  217. data/zips/rwdwgutenberg-0.09.zip +0 -0
  218. data/zips/rwdwschedule-1.04.zip +0 -0
  219. data/zips/rwdwshell-1.04.zip +0 -0
  220. data/zips/temp.rb +1 -0
  221. data/zips/wrubyslippers-1.06.zip +0 -0
  222. metadata +282 -0
@@ -0,0 +1 @@
1
+ hello
@@ -0,0 +1 @@
1
+ I agree with you
@@ -0,0 +1 @@
1
+ i am listening to you
@@ -0,0 +1 @@
1
+ please explain
@@ -0,0 +1 @@
1
+ thank you
@@ -0,0 +1,211 @@
1
+ %***************************************************************************%
2
+ % %
3
+ % Copyright (C) 1991-1998 Daniel Sleator and Davy Temperley %
4
+ % http://www.link.cs.cmu.edu/link %
5
+ % %
6
+ %***************************************************************************%
7
+
8
+ dog:
9
+ {@A-} & Ds- & {@M+ or (R+ & Bs+)} &
10
+ (J- or Os- or (Ss+ & (({@CO-} & {C-}) or R-)) or SIs-);
11
+
12
+ dogs:
13
+ {@A-} & {Dmc-} & {@M+ or (R+ & Bp+)} &
14
+ (J- or Op- or (Sp+ & (({@CO-} & {C-}) or R-)) or SIp-);
15
+
16
+ water anger money politics trouble:
17
+ {@A-} & {Dmu-} & {@M+ or (R+ & Bs+)} &
18
+ (J- or Os- or (Ss+ & (({@CO-} & {C-}) or R-)) or SIs-);
19
+
20
+ law winter action war success:
21
+ {@A-} & {D*u-} & {@M+ or (R+ & Bs+)} &
22
+ (J- or Os- or (Ss+ & (({@CO-} & {C-}) or R-)) or SIs-);
23
+
24
+ CAPITALIZED-WORDS: J- or O- or (S+ & (({@CO-} & {C-}) or R-)) or SI-;
25
+
26
+ she he: (Ss+ & (({@CO-} & {C-}) or R-)) or SIs-;
27
+ me him them us: J- or O-;
28
+ her: D+ or J- or O-;
29
+ its my your their our: D+;
30
+ his: D+;
31
+
32
+ you: (Ss+ & (({@CO-} & {C-}) or R-)) or SIs-;
33
+ it: J- or O- or (Ss+ & (({@CO-} & {C-}) or R-)) or SIs-;
34
+
35
+ this: (J- or O- or (Ss+ & (({@CO-} & {C-}) or R-)) or SIs-) or D*u+;
36
+ these: (J- or O- or (Sp+ & (({@CO-} & {C-}) or R-)) or SIp-) or Dmc+;
37
+ those: (Dmc+) or (({P+} or {{C+} & Bp+}) &
38
+ (J- or O- or (Sp+ & (({@CO-} & {C-}) or R-)) or SIp- or Xb-));
39
+ the: D+; %*Article
40
+ a: Ds+;
41
+
42
+ did: ({Q-} & SI+ & I+) or ({@E-} & (S- or
43
+ (RS- & B-)) & (((B- or O+) & {@MV+}) or I+));
44
+ do: (SIp+ & I+) or ({@E-} & (Sp- or
45
+ (RS- & Bp-) or I-) &
46
+ (((B- or O+) & {@MV+}) or I+));
47
+ does: ({Q-} & SIs+ & I+) or ({@E-} & (Ss- or (RS- & Bs-)) &
48
+ (((B- or O+) & {@MV+}) or I+));
49
+ done: {@E-} & (Pv- or M- or (PP- & (B- or O+) & {@MV+}));
50
+ doing: {@E-} & (Pg- or Mg-) & (O+ or B-) & {@MV+};
51
+
52
+ has: ({Q-} & SIs+ & PP+) or ({@E-} & (Ss- or (RS- & B-)) &
53
+ (TO+ or ((B- or O+) & {@MV+}) or PP+));
54
+ have: ({Q-} & SIp+ & PP+) or ({@E-} & (Sp- or
55
+ (RS- & Bp-) or I-) &
56
+ (TO+ or ((B- or O+) & {@MV+})));
57
+ had: ({Q-} & SI+ & PP+) or ({@E-} & (S- or (RS- & B-) or PP-) &
58
+ (TO+ or ((B- or O+) & {@MV+}) or PP+));
59
+ having: {@E-} & (M- or Pg-) & (TO+ or ((B- or O+) & {@MV+}) or PP+);
60
+
61
+ is was: ((Ss- or (RS- & Bs-) or ({Q-} & SIs+))
62
+ & (((O+ or B-) & {@MV+}) or P+ or AF-));
63
+
64
+
65
+
66
+ are were am: ((Sp- or (RS- & Bp-) or ({Q-} &
67
+ SIp+)) & (((O+ or B-) & {@MV+}) or P+ or AF-));
68
+ be: I- & (((O+ or B-) & {@MV+}) or P+ or AF-);
69
+ been: PP- & (((O+ or B-) & {@MV+}) or P+ or AF-);
70
+ being: {@E-} & (M- or Pg-) & (((O+ or B-) & {@MV+}) or P+ or AF-);
71
+
72
+ will can.v may must could should would might: (({Q-} &
73
+ SI+) or S- or (RS- & B-)) & I+;
74
+
75
+ run come: {@E-} & (Sp- or (RS- & Bp-) or I- or W- or PP-) & {@MV+};
76
+ runs comes goes: {@E-} & (Ss- or (RS- & Bs-)) & {@MV+};
77
+ ran came went: {@E-} & (S- or (RS- & B-)) & {@MV+};
78
+ go: {@E-} & (Sp- or (RS- & Bp-) or I-) & {@MV+};
79
+ gone: {@E-} & PP- & {@MV+};
80
+ going: {@E-} & (Pg- or M-) & {TO+} & {@MV+};
81
+ running coming: {@E-} & (Pg- or M-) & {@MV+};
82
+
83
+ talk arrive die:
84
+ {@E-} & (Sp- or (RS- & Bp-) or I-) & {@MV+};
85
+ talks.v arrives dies:
86
+ {@E-} & (Ss- or (RS- & Bs-)) & {@MV+};
87
+ talked arrived died:
88
+ {@E-} & (S- or (RS- & B-) or PP-) & {@MV+};
89
+ talking arriving dying:
90
+ {@E-} & (Pg- or M-) & {@MV+};
91
+
92
+ see meet chase invite arrest:
93
+ {@E-} & (Sp- or (RS- & Bp-) or I-) & (O+ or B-) & {@MV+};
94
+ sees meets chases invites arrests:
95
+ {@E-} & (Ss- or (RS- & Bs-)) & (O+ or B-) & {@MV+};
96
+ met chased invited arrested:
97
+ {@E-} & (M- or Pv- or ((S- or (RS- & B-) or PP-) & (B- or O+))) & {@MV+};
98
+ saw: {@E-} & (S- or (RS- & B-)) & (B- or O+) & {@MV+};
99
+ seen: {@E-} & (Pv- or M- or (PP- & (B- or O+))) & {@MV+};
100
+ seeing meeting chasing inviting arresting:
101
+ {@E-} & (Pg- or M-) & (O+ or B-) & {@MV+};
102
+
103
+ tell: {@E-} & (Sp- or (RS- & Bp-) or I-) & ((O+ or B-) &
104
+ {TH+ or C+ or QI+ or @MV+});
105
+ tells: {@E-} & (Ss- or (RS- & Bs-)) & ((O+ or B-) & {TH+ or C+
106
+ or QI+ or @MV+});
107
+ told: {@E-} & (M- or Pv- or ((S- or (RS- & B-) or PP-) & (O+ or B-))) &
108
+ {TH+ or C+ or QI+ or @MV+};
109
+ telling: {@E-} & (Pg- or M-) & ((O+ or B-) & {TH+ or C+ or QI+ or
110
+ @MV+});
111
+
112
+ recently sometimes soon gradually specifically generally initially
113
+ ultimately already now sadly broadly:
114
+ E+ or MV-;
115
+
116
+ from with at against behind between below above
117
+ without under for in across through
118
+ by out up down along like.p on over into about:
119
+ J+ & (Mp- or MV- or Pp-);
120
+
121
+ of: J+ & Mp-;
122
+
123
+ here there: MV- or Mp- or Pp-;
124
+
125
+ that: (C+ & TH-)
126
+ or Ds+ or (R- & (C+ or RS+)) or SIs- or (Ss+ &
127
+ {{@CO-} & {C-}}) or J- or O-;
128
+
129
+ to: (I+ & TO-) or ((MV- or Mp- or Pp-) & J+);
130
+
131
+ who: (R- & (C+ or RS+)) or S+ or B+;
132
+ what: S+ or B+;
133
+ which: (R- & (C+ or RS+)) or S+ or B-;
134
+
135
+ because unless though although: (C+ & (({Xc+} & CO+) or MV-));
136
+ after before since until: (C+ or J+) & (({Xc+} & CO+) or MV- or Mp-);
137
+ if: C+ & (({Xc+} & CO+) or MV-);
138
+
139
+ when: (QI- & C+) or Q+ or (C+ & (({Xc+} & CO+) or MV-));
140
+ where:(QI- & C+) or Q+;
141
+ how: (QI- & (C+ or EA+)) or Q+ or EA+;
142
+
143
+
144
+ stupid:
145
+ {EA-} & (A+ or ((Pa- or AF+) & {@MV+}));
146
+
147
+ glad afraid fortunate unfortunate lucky unlucky certain sure:
148
+ {EA-} & (A+ or ((Pa- or AF+) & {@MV+} & {C+ or TO+ or TH+}));
149
+
150
+ very: EA+;
151
+
152
+ but and UNKNOWN: MV- & C+;
153
+
154
+ ",": Xc-;
155
+
156
+ ANDABLE-CONNECTORS: S+ & S- & A+ & A- & MV+ & MV- & D- & O+ & O- &
157
+ J+ & J- & C-;
158
+
159
+ /words/noun1.words:
160
+ {@A-} & Ds- & {@M+ or (R+ & Bs+)} &
161
+ (J- or Os- or (Ss+ & (({@CO-} & {C-}) or R-)) or SIs-);
162
+
163
+ /words/noun0.words: J- or O-;
164
+
165
+ /words/noun2.words:
166
+ {@A-} & {Dmc-} & {@M+ or (R+ & Bp+)} &
167
+ (J- or Op- or (Sp+ & (({@CO-} & {C-}) or R-)) or SIp-);
168
+
169
+ /words/noun4.words:
170
+ {@A-} & {Dmc-} & {@M+ or (R+ & Bp+)} &
171
+ (J- or Op- or (Sp+ & (({@CO-} & {C-}) or R-)) or SIp-);
172
+
173
+ /words/adjectives1.words:
174
+ {EA-} & (A+ or ((Pa- or AF+) & {@MV+}));
175
+
176
+ /words/verb45.words: ((Ss- or (RS- & Bs-) or ({Q-} & SIs+))
177
+ & (((O+ or B-) & {@MV+}) or P+ or AF-));
178
+
179
+ /words/verb5.words:{@E-} & (Pg- or M-) & {@MV+};
180
+
181
+ /words/verb83.words: ((Ss- or (RS- & Bs-) or ({Q-} & SIs+))
182
+ & (((O+ or B-) & {@MV+}) or P+ or AF-));
183
+
184
+ /words/adjectives2w.words: {EA- or EF+} & (((Pa- or AF+ or Ma-) &
185
+ {@MV+} & {((OF+ & {@MV+}) or Ce+ or TH+ or TO+) & {LE+}}) or
186
+ ({OF+ or Ce+ or TH+ or TO+} ));
187
+
188
+
189
+ /words/verb4.words: ((Ss- or (RS- & Bs-) or ({Q-} & SIs+))
190
+ & (((O+ or B-) & {@MV+}) or P+ or AF-));
191
+
192
+ /words/verb4w.words: ((Ss- or (RS- & Bs-) or ({Q-} & SIs+))
193
+ & (((O+ or B-) & {@MV+}) or P+ or AF-));
194
+
195
+ /words/verb42.words: ((Ss- or (RS- & Bs-) or ({Q-} & SIs+))
196
+ & (((O+ or B-) & {@MV+}) or P+ or AF-));
197
+
198
+ /words/verb42w.words: ((Ss- or (RS- & Bs-) or ({Q-} & SIs+))
199
+ & (((O+ or B-) & {@MV+}) or P+ or AF-));
200
+
201
+ /words/verb43.words: ((Ss- or (RS- & Bs-) or ({Q-} & SIs+))
202
+ & (((O+ or B-) & {@MV+}) or P+ or AF-));
203
+
204
+ /words/verb61.words: ((Ss- or (RS- & Bs-) or ({Q-} & SIs+))
205
+ & (((O+ or B-) & {@MV+}) or P+ or AF-));
206
+
207
+ /words/verb62.words: ((Ss- or (RS- & Bs-) or ({Q-} & SIs+))
208
+ & (((O+ or B-) & {@MV+}) or P+ or AF-));
209
+
210
+ /words/pronoun1.words: (Ss+ & (({@CO-} & {C-}) or R-)) or SIs-;
211
+
@@ -0,0 +1,906 @@
1
+ fast
2
+ slow
3
+ short
4
+ long
5
+ black
6
+ white
7
+ big
8
+ small
9
+ beautiful
10
+ ugly
11
+ tired
12
+ abdominal aberrant abhorrent
13
+ abject abnormal abominable abortive abrasive abrupt
14
+ absent absolute absorbent abstemious abstract abstracted
15
+ abstruse abundant abusive abysmal academic accessible
16
+ accidental accredited accumulative accurate accursed
17
+ accusative acetic achievable acid acidic acoustic
18
+ acquiescent acquisitive acrid acrimonious acrobatic
19
+ actionable active actual acute adagio adamant adaptable
20
+ addictive additional adept adequate adhesive adjacent
21
+ adjectival adjustable administrative admissible adolescent
22
+ adoptive adorable adrenal adroit adulterous advanced
23
+ adventitious adventuresome adventurous adverbial adverse
24
+ advisory aerial aerodynamic aesthetic affable affectionate
25
+ affirmative affluent aforesaid agape aged ageless
26
+ agglomerate aggressive agile agitated agnostic agonizing
27
+ agrarian agreeable agricultural aimless airborne airtight
28
+ airy alabaster alcoholic alert alfresco algebraic alien
29
+ alimentary alkaline allegoric allegorical allegretto
30
+ allegro allergic alliterative allowable almighty aloof
31
+ alphabetical alpine alright alternative altruistic
32
+ amateurish amatory ambassadorial ambidextrous ambient
33
+ ambiguous ambitious ambivalent amenable amiable amicable
34
+ amoebic amoral amorous amorphous amphibious ample
35
+ anachronistic anaemic anal analogous analytic analytical
36
+ anapaestic anarchic anatomical ancestral ancient ancillary
37
+ andante anecdotal angelic angry anguished angular
38
+ animate animated annual anomalous anonymous answerable
39
+ antagonistic antarctic antediluvian antepenultimate anterior
40
+ anthropological antibiotic anticipatory antiquarian
41
+ antiquated antique antiseptic antisocial antitank
42
+ antithetical apathetic apelike apocalyptic apocryphal
43
+ apologetic apoplectic apostolic appalling appealing
44
+ appetizing applicable apposite appreciable approachable
45
+ approximate apropos aquatic aqueous arable arbitrary
46
+ arboreal arcane arch archaeological archaic archetypal
47
+ architectural arctic ardent arduous argumentative arid
48
+ aristocratic arithmetical armoured aromatic arresting
49
+ arterial artesian artful arthritic articulate artificial
50
+ artistic artless arty ascetic asexual ashen asinine
51
+ assertive assiduous assorted asthmatic astigmatic astral
52
+ astringent astrological astronomical astute asymmetric
53
+ asymmetrical asymptotic atavistic atheistic athletic
54
+ atmospheric atomic atonal atrocious attainable attendant
55
+ attentive attractive attributable attributive atypical
56
+ auburn audacious audible auditory august aural
57
+ auspicious austere authentic authoritarian authoritative
58
+ autistic autobiographical autocratic automatic automotive
59
+ autonomous autumnal auxiliary avaricious average averse
60
+ avid avoidable avuncular awesome axiomatic azure babyish
61
+ backhanded bacterial baggy bald baleful ballistic bally
62
+ balmy banal bankrupt baptismal barbaric barbarous barbed
63
+ bare barefaced barefooted bareheaded barelegged barmy
64
+ baronial baroque barren base baseless bashful basic
65
+ bass batty bawdy bay beady bearable bearded beardless
66
+ bearish beastly beatific beauteous beautiful becalmed
67
+ bedecked bedraggled bedridden beefy beggarly behavioral
68
+ beholden bejewelled belated beleaguered believable
69
+ bellicose belligerent beloved bemused beneficent
70
+ beneficial benevolent benighted benign berserk besotted
71
+ bespangled bespectacled bestial biblical bicameral
72
+ biennial bifocal big bigamous bigoted bilabial bilateral
73
+ bilingual bilious billowy binary binomial biochemical
74
+ biodegradable biographical biological bipartisan bisexual
75
+ bitchy biting bitter bizarre black blackish blameless
76
+ bland blank blase blasphemous blatant bleak bleary
77
+ blessed blind blissful blithe blithering bloated blond
78
+ blonde bloodcurdling bloodless bloodshot bloodstained
79
+ bloodsucking bloodthirsty bloody blotto blowzy blue
80
+ bluff bluish blunt blustery boastful bodily bogus
81
+ bohemian boisterous bold bombastic boneless bonkers
82
+ bonny bony bookish boon boorish bored boric bossy
83
+ botanical bothersome bottomless bouncing bouncy bound
84
+ boundless bounteous bountiful bourgeois bovine boyish
85
+ brackish brainless brainy brand-new brash brassy brawny
86
+ brazen breakable breakneck breathless breathtaking breezy
87
+ brief bright brilliant briny brisk bristly brittle
88
+ broad bronchial broody brotherly brown brownish brusque
89
+ brutal brutish bubbly bubonic bucolic budgetary bulbous
90
+ bulky bulletproof bullish bully bum bumptious bumpy
91
+ buoyant burdensome bureaucratic burly bushy businesslike
92
+ busy butch buxom bygone cacophonous cadaverous cagey
93
+ calamitous calculable calculating callous calm camp
94
+ cancerous candid candied canine cankerous canned
95
+ cannibalistic canny canonical cantankerous capacious
96
+ capitalistic capricious captive carbonated cardiac
97
+ cardinal carefree careless careworn carmine carnal
98
+ carnivorous carsick casual cataclysmic catalytic
99
+ catastrophic catching catchy categorical catholic catty
100
+ causal causative causeless caustic cautionary cautious
101
+ cavalier cavernous ceaseless celestial cellular censorious
102
+ centenary centennial central centrifugal centripetal
103
+ ceramic cerebral ceremonial ceremonious certifiable
104
+ cervical chalky challenging chancy changeable chaotic
105
+ characteristic characterless chargeable charismatic
106
+ charitable charming chaste chatty chauvinistic cheap
107
+ cheeky cheerful cheerless cheery chemical cherry
108
+ cherubic chic chichi chief childless childlike chill
109
+ chilly chirpy chivalrous choice choleric choosey choosy
110
+ choppy choral chromatic chronic chronological chubby
111
+ chummy chunky churlish cinematic circuitous circular
112
+ circumspect circumstantial citric citrous civic civil
113
+ civilian civilized clammy clamorous clandestine clangorous
114
+ clannish classic classical classifiable classified
115
+ classless classy claustrophobic clean cleanly clearheaded
116
+ clerical clever climactic climatic clinical cliquish
117
+ close cloudless cloudy clumsy co-operative coarse
118
+ coastal cockeyed cockney cocksure cocky coeducational
119
+ coercive cogent cognizant coherent cohesive coincidental
120
+ cold collapsable collapsible collateral collected
121
+ collective collegiate colloquial colonial colorful
122
+ colorless colossal colourful colourless comatose combatant
123
+ combative combustible comely comfortable comfy comic
124
+ comical commanding commemorative commensurable commensurate
125
+ commercial commodious commonplace communal communicable
126
+ communicative communist compact companionable comparable
127
+ comparative compassionate compatible compensatory competent
128
+ competitive complacent complaisant complementary complete
129
+ complex compliant complicated component composed composite
130
+ comprehensible comprehensive compulsive compulsory
131
+ computational computerized concave concentric conceptual
132
+ concerted conciliatory concise conclusive concomitant
133
+ concordant concrete concurrent condescending conditional
134
+ conditioned conducive confederate confidential confined
135
+ confounded congenial congenital congested congratulatory
136
+ congregational congressional congruent congruous conic
137
+ conical coniferous conjectural conjugal connective
138
+ conscientious consecutive consequent consequential
139
+ conservative considerable considerate consistent consonant
140
+ conspicuous conspiratorial constant constipated constituent
141
+ constitutional constitutive constrained constructive
142
+ consular consultative consummate consumptive contagious
143
+ contemplative contemporaneous contemporary contemptible
144
+ contentious contextual contiguous continental contingent
145
+ continual continuous contractionary contractual
146
+ contradictory contrapuntal contrary contrasting contrite
147
+ controversial convalescent convenient convergent conversant
148
+ conversational converse convertible convex convincing
149
+ convoluted convulsive cool cooperative copious coquettish
150
+ coral cordial corked corny coronary corporal corporate
151
+ corporeal corpulent corrective corresponding corrigible
152
+ corroborative corrosive corrupt corruptible cortical
153
+ cosmetic cosmic cosmopolitan cosy coterminous countable
154
+ counterproductive countless courageous courteous courtly
155
+ covert cowardly coy cozy crafty craggy cranial cranky
156
+ crass craven crazed creaky creamy creative credible
157
+ creditable credulous creepy crestfallen criminal crimson
158
+ crinkly crisp crooked cross-legged crosscountry crosseyed
159
+ crowded crowning crude crumbly crushing crusty cryptic
160
+ crystalline cubic cubical cuddly culinary culpable
161
+ cultivable cultural cultured cumbersome cumulative cunning
162
+ curable curly current cursed cursive cursory curt
163
+ cushy custodial cute cutthroat cutting cybernetic cyclic
164
+ cyclical cylindrical cynical dactylic daft daily dainty
165
+ damn damnable damp dandy dank dapper daring dark
166
+ dastardly dative daunting dauntless daylong dead
167
+ deadlocked deadly deadpan deaf dear deathly debonair
168
+ decadent deceitful decent deceptive deciduous decimal
169
+ decipherable decisive declamatory decorative decorous
170
+ decrepit deductible deductive deep-seated defamatory
171
+ defeated defective defenceless defensible defensive
172
+ deferential defiant deficient definable definitive
173
+ deflationary deft defunct degenerate delectable
174
+ deleterious deliberate deliberative delicate delicious
175
+ delightful delinquent delirious deliverable demagogic
176
+ demanding demented democratic demographic demoniac demonic
177
+ demonstrative demure denatured deniable denominational
178
+ dense dental departmental dependable dependent depositary
179
+ depressive derelict derisive derisory derivative
180
+ derogatory descriptive deserving designate desolate
181
+ despicable despondent despotic destitute destructible
182
+ destructive desultory detachable detached detailed
183
+ detectable detergent determinate deterrent detrimental
184
+ devastating deviant devilish devious devoid devotional
185
+ devout dexterous dextrous diabetic diabolical diacritical
186
+ diagnostic diagonal dialectical diatonic dicey dictatorial
187
+ didactic dietary differential diffident diffuse digestible
188
+ digestive digital dignified dilapidated dilatory diligent
189
+ dilute dim dimensional diminutive dingy diocesan
190
+ diplomatic dire direct directional dirty disabled
191
+ disadvantageous disaffected disagreeable disappointing
192
+ disastrous discernible disciplinary disconnected
193
+ disconsolate discontinuous discordant discouraged
194
+ discourteous discreet discrete discretionary discriminating
195
+ discriminatory discursive disdainful diseased disgruntled
196
+ dishevelled dishonourable dishy disingenuous disinterested
197
+ disjointed disjunctive disloyal dismal disobedient
198
+ disorderly disparate dispassionate dispensable displeased
199
+ displeasing disposable disproportionate disputable disputed
200
+ disquieting disreputable disrespectful disruptive dissimilar
201
+ dissoluble dissolute dissonant distant distasteful
202
+ distinct distinctive distinguishable distinguished
203
+ distracted distraught distributive distrustful disused
204
+ diurnal divergent divers diverse diversionary diverting
205
+ divine divisible dizzy docile doctoral doctrinaire
206
+ doctrinal documentary doddery dodgy dogged dogmatic
207
+ doleful dolourous doltish domed domestic dominant
208
+ domineering donnish dopey dormant dorsal dotty double
209
+ double-breasted doughy dour dowdy downcast downhearted
210
+ downstairs downtrodden drab draconian dramatic drastic
211
+ dreadful dreamlike dreamy dreary dressy drinkable
212
+ drizzly droll drowsy drunk drunken dry dual dubious
213
+ ducal duckbilled due dull dumpy durable dusky dusty
214
+ dutiful dynamic dynastic dyslexic dyspeptic early
215
+ earnest earthly earthy easterly easygoing ebony
216
+ ebullient eccentric ecclesiastical eclectic ecological
217
+ econometric economic economical ecstatic ecumenical edgy
218
+ edible editorial educated educational eerie eery
219
+ effectual effeminate effervescent effete efficacious
220
+ efflorescent effortless effusive egalitarian egocentric
221
+ egoistic egoistical egotistic egregious elaborate elastic
222
+ elder elderly elective electoral electric electrical
223
+ electrolytic electromagnetic electromechanical electronic
224
+ electrostatic elegiac elemental elementary elephantine
225
+ elfish elliptic elliptical elocutionary eloquent elusive
226
+ embattled emblematic embryonic emergent emeritus eminent
227
+ emotional emotive emphatic empirical employable empty
228
+ encouraging encyclopaedic encyclopedic endemic endless
229
+ endurable energetic enforceable enigmatic enlightened
230
+ enlightening enormous enterprising enthusiastic entire
231
+ entomological entrepreneurial enviable environmental
232
+ ephemeral epic epicurean epidemic epigrammatic epileptic
233
+ episcopal episcopalian episodic equal equatorial
234
+ equestrian equidistant equilateral equine equitable
235
+ equivalent equivocal erect erogenous erotic errant
236
+ erratic erroneous erudite esoteric esthetic estimable
237
+ eternal ethereal ethnic ethnographic ethnological
238
+ etymological euphemistic euphoric evaluative evanescent
239
+ evangelical evangelistic evasive even eventful eventual
240
+ evergreen everlasting everyday evil evocative evolutionary
241
+ exact exacting exalted excellent exceptional excess
242
+ excessive exchangeable excitable exclamatory exclusive
243
+ excruciating excusable execrable executive exemplary
244
+ exempt exhaustive existent exorbitant exotic expansive
245
+ expectant expedient expeditionary expeditious expendable
246
+ experimental expert explanatory explicable explicit
247
+ exploitative exploratory explosive exponential
248
+ expressionless expressive exquisite extant extemporaneous
249
+ extemporary extempore extensive exterior external extinct
250
+ extra extracurricular extramarital extramural extraneous
251
+ extraordinary extrasensory extravagant extreme extrinsic
252
+ exuberant exultant eyecatching fab fabled fabulous
253
+ faceless facetious facial facile factual faint faithful
254
+ fallacious fallible fallow famed familiar famous
255
+ fanatical fanciful fancy fantastic far faraway farcical
256
+ fascist fast fastidious fat fatal fatalistic fateful
257
+ fatherless fatherly fathomless fatty fatuous faultless
258
+ faulty favorable favourable fearful fearless fearsome
259
+ feasible featherbrained feathery featureless feckless
260
+ fecund federal feeble felicitous feline felonious female
261
+ feminine ferocious ferrous fertile fervent festive fetal
262
+ fetching fetid feudal fevered feverish fiberoptic
263
+ fibrous fickle fictional fictitious fidgety fiendish
264
+ fierce fiery figurative filial filmy filtertipped filthy
265
+ final financial fine finicky finite fireproof firm
266
+ first-class firstborn fiscal fishy fitful fitting fizzy
267
+ flabby flaccid flagrant flaky flamboyant flammable
268
+ flashy flat flat-bottomed flavourless flawed flawless
269
+ flaxen fleet fleeting fleshy flexible flightless flighty
270
+ flimsy flinty flip flippant flirtatious floppy floral
271
+ florid flowery fluent fluffy fluid fluorescent flush
272
+ flustered foamy focal foetal foggy folksy foolhardy
273
+ foolproof footloose foppish forbidding forceful forcible
274
+ fore foregoing foregone foreign foremost forensic
275
+ foreseeable forgetful forgivable forlorn formal formative
276
+ formidable formless forte forthcoming forthright
277
+ fortissimo fortnightly fortuitous foul foursquare foxy
278
+ fractional fractious fragile fragmentary fragrant frail
279
+ frank frantic fraternal fraudulent freakish freaky
280
+ frenetic frenzied frequent fresh freshwater fretful
281
+ friable fricative friendly frightened frightening
282
+ frightful frigid frilly frisky frivolous frizzy frontal
283
+ frost-bitten frostbitten frosty frothy frugal fruitful
284
+ fruitless fruity frumpish frumpy fugitive full-grown
285
+ full-time fulsome functional fundamental funereal funky
286
+ furious furry furthermost furtive fussy futile future
287
+ fuzzy gaga gainful galactic gallant galvanic game
288
+ gangrenous gargantuan garish garrulous gaseous gastric
289
+ gastronomic gauche gaudy gaunt gay gelatinous
290
+ genealogical general generative generic generous genetic
291
+ genial genital genitive genteel gentile gentle
292
+ gentlemanly genuine geocentric geographic geographical
293
+ geological geometric geometrical geophysical geriatric
294
+ germane ghastly ghostly ghoulish giddy gifted gigantic
295
+ gingerly girlish glacial glamorous glandular glassy
296
+ gleeful glib glitzy global globular gloomy glorious
297
+ glossy glottal glum glutinous gluttonous gnarled
298
+ godfearing godforsaken godless godlike godly goggle-eyed
299
+ gold golden good-looking good-natured goodly gooey goofy
300
+ gorgeous gory governmental graceful gracious gradual
301
+ grammatical grand grandiloquent grandiose granular graphic
302
+ grasping grassy gratifying gratuitous grave gravelly
303
+ gray greasy greedy green greenish gregarious grey
304
+ greyish grievous grim grimy grisly gritty groggy
305
+ groovy gross grotesque grotty grouchy groundless grubby
306
+ gruelling gruesome gruff grumpy guarded gubernatorial
307
+ guileless guiltless gullible gummy gusty gutless
308
+ guttural gymnastic gynaecological gynecological habitable
309
+ habitual hackneyed haggard hairy halcyon hale
310
+ half-hearted halfway halfwitted hallucinatory hallucinogenic
311
+ handmade handsome handy haphazard hapless hardbound
312
+ hardhearted hardhitting hardworking hardy harebrained
313
+ harmful harmless harmonious harsh hasty hateful haughty
314
+ hazardous hazy head-on headless headlong headstrong
315
+ heady healthful heartbreaking heartbroken heartfelt
316
+ heartless heartsick hearty heavenly heavensent heavy
317
+ hectic hedonistic heedless hefty hegemonic heinous
318
+ hellish helpless henpecked herbaceous herbal herbivorous
319
+ herculean hereditary heretical heritable heroic heterodox
320
+ heterogeneous heterosexual hexagonal hideous hierarchical
321
+ high high-pitched high-sounding high-spirited highbrow
322
+ highflying hilly hind hindmost historic historical
323
+ histrionic hoarse hoary hobnailed hollow holy homeless
324
+ homely homeopathic homesick homespun homeward homey
325
+ homicidal homogeneous homophobic homosexual honest
326
+ honorable honorary honourable hooked hopeless horizontal
327
+ horned horny horrible horrid horrific horticultural
328
+ hospitable hostile hot hourly housebound houseproud
329
+ housetrained howling huffy huge hulking human humane
330
+ humanitarian humble humdrum humid humorous humourless
331
+ humpbacked hunchbacked hundredth hungry hurtful husky
332
+ hybrid hydraulic hydrochloric hydroelectric hydropathic
333
+ hygienic hyperbolic hypercritical hypersensitive hypnotic
334
+ hypodermic hypothetical hysterical iambic icebound icy
335
+ ideal idealistic identical identifiable ideological
336
+ idiomatic idiosyncratic idle idolatrous idyllic ignoble
337
+ ignominious ignorant ill ill-fated ill-starred illegible
338
+ illegitimate illicit illiterate illusive illusory
339
+ illustrative illustrious imaginable imaginary imaginative
340
+ imitative immaculate immanent immature immeasurable
341
+ immediate immemorial immense imminent immobile immodest
342
+ immortal immovable immune immutable impalpable impartial
343
+ impassable impassioned impassive impeccable impenetrable
344
+ imperceptible imperfect imperial imperialistic imperious
345
+ impermeable impersonal impertinent imperturbable impervious
346
+ impetuous impious impish implacable implausible implicit
347
+ impolitic imponderable imposing impotent impracticable
348
+ impractical imprecise impregnable impressionable
349
+ impressionistic impromptu improper improvident imprudent
350
+ impudent impulsive impure inaccessible inaccurate inactive
351
+ inadequate inadmissible inadvertent inalienable inane
352
+ inanimate inapplicable inarticulate inattentive inaudible
353
+ inaugural inauspicious inboard inborn inbound inbred
354
+ incalculable incandescent incarnate incessant incestuous
355
+ inchoate incidental incipient incisive inclement inclusive
356
+ incognito incoherent incombustible incoming incommensurate
357
+ incommunicado incomparable incompatible incompetent
358
+ incomplete incomprehensible inconclusive incongruous
359
+ inconsequential inconsiderate inconsistent inconsolable
360
+ inconspicuous incontestable incontinent incontrovertible
361
+ incorporate incorrigible incorruptible incredulous
362
+ incremental incumbent incurable indebted indecent
363
+ indecipherable indecisive indecorous indefatigable
364
+ indefensible indefinable indefinite indelible independent
365
+ indescribable indestructible indeterminate indicative
366
+ indictable indifferent indigenous indigent indigestible
367
+ indignant indirect indiscernible indiscreet indiscriminate
368
+ indispensable indisposed indisputable indistinct
369
+ indistinguishable individual individualistic indivisible
370
+ indolent indomitable indoor indubitable inductive
371
+ indulgent industrial industrious industrywide indwelling
372
+ inedible ineffable ineffective ineffectual inefficient
373
+ inelastic inelegant ineligible ineluctable inept
374
+ inequitable ineradicable inert inescapable inessential
375
+ inestimable inexact inexhaustible inexorable inexpensive
376
+ inexperienced inexplicable inexpressible inextricable
377
+ infallible infamous infantile infectious inferential
378
+ inferior infernal infertile infinite infinitesimal
379
+ infinitive infirm inflammable inflammatory inflatable
380
+ inflationary inflexible influential informal informative
381
+ infrequent ingenious ingenuous inglorious ingoing
382
+ ingrained ingrowing inhabitable inherent inhibitory
383
+ inhospitable inhuman inhumane inimical inimitable initial
384
+ initiate injudicious injured injurious inky inland
385
+ innate inner innermost innocent innocuous innovative
386
+ innumerable inoffensive inoperable inoperative inopportune
387
+ inordinate inorganic inquisitive insanitary insatiable
388
+ inscrutable insecure insensible insensitive inseparable
389
+ inshore insidious insightful insincere insipid insistent
390
+ insolent insoluble insolvent inspirational inspired
391
+ instant instantaneous instinctive institutional
392
+ instructional instructive instrumental insubordinate
393
+ insubstantial insufferable insular insulting insuperable
394
+ insupportable insurgent insurmountable intact intangible
395
+ integral intellectual intelligible intemperate intense
396
+ intensive intent intentional interactive interchangeable
397
+ intercollegiate intercontinental interdenominational
398
+ interdepartmental interdependent interdisciplinary interested
399
+ interior intermediate interminable intermittent internal
400
+ international internecine interplanetary interpretative
401
+ interpretive interracial interrogative interrogatory
402
+ interstate interstellar intertribal intestate intestinal
403
+ intimate intimidating intolerable intolerant intractable
404
+ intramural intransigent intransitive intravenous intrepid
405
+ intricate intrinsic introductory introspective intrusive
406
+ intuitive invalid invaluable invariable invasive inventive
407
+ inverse investigative inveterate invidious invincible
408
+ inviolable inviolate invisible inviting involuntary
409
+ invulnerable irascible irate iridescent irksome ironclad
410
+ ironic ironical irreconcilable irredeemable irreducible
411
+ irrefutable irregular irremediable irreparable irreplaceable
412
+ irrepressible irresistible irresolute irrespective
413
+ irretrievable irreverent irreversible irrevocable irritable
414
+ isolated isosceles italic itchy itinerant jaded jagged
415
+ jaunty jazzy jellied jerky jesting jingoistic jittery
416
+ jobless jocose jocular jocund joint jolly journalistic
417
+ jovial joyful joyous jubilant judicial judicious jugular
418
+ juicy jumbo jumpy junior justiciable justifiable
419
+ juvenile kaleidoscopic kaput khaki kind kindly kindred
420
+ kinetic kinky kitsch knobbly knockdown knotty
421
+ knowledgeable kosher labial laborious labyrinthine
422
+ lachrymose lackadaisical lackluster laconic lactic lacy
423
+ laden ladylike lame lamplit landless landlocked languid
424
+ languorous lanky large larval lascivious lasting late
425
+ latent lateral latitudinal laudable laudatory laughable
426
+ laureate lavish lawful lawless lax lay lazy leaded
427
+ leaden leafy leaky lean learned leathery lecherous
428
+ left left-handed legalistic legendary legible legislative
429
+ legitimate leisurely lengthy lenient lento leprous
430
+ lesser lethal lethargic level lewd lexical liable
431
+ libellous liberal libertarian libidinous licentious
432
+ lifeless lifelike lifelong light light-headed lightweight
433
+ likable likeable limber limited limitless limp limpid
434
+ linear linguistic lissom listless literal literary
435
+ literate lithe lithographic litigious little liturgical
436
+ livable live liveable lively livery livid loaded loath
437
+ loathsome local locomotive lofty logarithmic lone lonely
438
+ lonesome long-lived longing longitudinal longstanding
439
+ longtime loony loopy loose lopsided loquacious lordly
440
+ loud lousy loutish lovable loveless lovelorn lovesick
441
+ low low-pitched lowborn lowbred lowbrow lowly loyal
442
+ lucid luckless lucrative ludicrous lugubrious lukewarm
443
+ luminous lumpy lunar lurid luscious lush lustful
444
+ lustrous lusty luxuriant luxurious lymphatic lyric
445
+ lyrical macabre machiavellian macho macrobiotic magenta
446
+ maggoty magic magical magisterial magnanimous magnetic
447
+ magnificent maiden majestic major maladjusted maladroit
448
+ malarial malcontent male malevolent malformed malicious
449
+ malignant malleable malodorous manageable managerial mangy
450
+ maniacal manifest manifold manipulative manly mannered
451
+ manoeuvrable manual many-sided marbled marginal marine
452
+ marital maritime marketable maroon marriageable marshy
453
+ martial marvellous marvelous masculine masochistic masonic
454
+ massive masterful masterly matchless materialistic
455
+ maternal matey mathematical matriarchal matrimonial
456
+ matronly matt mature maudlin mauve mawkish maximal
457
+ maximum mayoral meagre mealy mean meaningful measly
458
+ measurable measured meatless meaty mechanical mechanistic
459
+ meddlesome mediaeval medial median medical medicinal
460
+ medieval mediocre meditative medium meek melancholic
461
+ melancholy mellifluous mellow melodic melodious
462
+ melodramatic memorable mendacious menial menstrual mental
463
+ mentholated mercantile mercenary merciful merciless
464
+ mercurial mere meretricious meritorious merry messianic
465
+ messy metabolic metallic metallurgical metaphorical
466
+ metaphysical meteoric meteorological methodical
467
+ methodological methylated meticulous metric metrical
468
+ metropolitan microscopic mid middleweight middling mighty
469
+ migratory mild militant militaristic military milky
470
+ millennial mimetic mindless minimal minimum ministerial
471
+ minor minuscule minute mirthless misanthropic misbegotten
472
+ miscellaneous mischievous miserable miserly misguided
473
+ misleading misshapen mistrustful misty mnemonic mobile
474
+ mock mod modal moderate modern modernistic modest
475
+ modular moist moldy molecular momentary momentous
476
+ monarchic monastic monaural monetary moneyed monkish
477
+ monochrome monoclonal monogamous monolithic monopolistic
478
+ monosyllabic monotheistic monotonous monstrous monthly
479
+ monumental moody moonless moonlit moonstruck moot moral
480
+ moralistic morbid moribund moronic morose morphemic
481
+ morphological mortal mosaic mossy motherly mothproof
482
+ motionless motivated motley motorized mouldy mountainous
483
+ mournful mousy movable moving mucous muddy muggy
484
+ multiethnic multifarious multilateral multinational multiple
485
+ multitudinous mundane muni municipal munificent murderous
486
+ murky muscular mushy musical musky musty mute mutinous
487
+ mutual myopic mystic mystical mythical mythological
488
+ nagging naive naked nameless narcotic narrow nasal
489
+ nascent natal national nationalist nationalistic
490
+ nationwide native natty naturalistic naughty nauseous
491
+ nautical naval navigable navigational near neat nebulous
492
+ needless needy nefarious negative negligent negligible
493
+ negotiable neighboring neighbourly neolithic nervous nervy
494
+ net nether nethermost neural neurotic neuter neutral
495
+ new newfangled newsworthy nifty niggardly niggling
496
+ nightlong nightly nightmarish nihilistic nimble nippy
497
+ nitric nitrous noble nocturnal noisy nomadic nominal
498
+ nominative nonagenarian nonchalant noncommissioned
499
+ noncommittal nondescript nondiscretionary nonfat
500
+ nonflammable nonprofit nonrecurring nonresident nonsensical
501
+ nonstick nonstop nonunion nonvoting normative
502
+ northeasterly northerly northwesterly nosey nostalgic nosy
503
+ noteworthy noticeable notifiable notorious novel noxious
504
+ nubile nuclear nucleic nude null numb numberless
505
+ numerate numeric numerical numerous nuptial nutrient
506
+ nutritional nutritious nutritive nutty oafish obdurate
507
+ obedient obese objectionable objective obligatory oblique
508
+ oblivious oblong obscene obscure obsequious observable
509
+ observant obsessed obsessive obsolescent obsolete
510
+ obstetric obstinate obstreperous obstructive obtainable
511
+ obtrusive obtuse occasional occupational oceanic octagonal
512
+ octogenarian ocular odious odourless offbeat offensive
513
+ offhand officious offshore offside offstage oiled oily
514
+ old-fashioned old-time olden olfactory olive ominous
515
+ omnipotent omniscient omnivorous oncoming one-sided
516
+ onerous ongoing onshore onstage opaque open open-mouthed
517
+ operable operatic operational operative opinionated
518
+ opportune opportunistic opposite oppressive optic optical
519
+ optimal optional opulent oracular oral orange oratorical
520
+ orbital orchestral orderly ordinal ordinary organic
521
+ organizational organized orgiastic orient oriental
522
+ ornamental ornate ornery ornithological orthodontic
523
+ orthodox orthogonal orthographic orthopaedic orthopedic
524
+ osseous ostensible ostentatious otherworldly out-of-the-way
525
+ outback outbound outcast outdated outdoor outer
526
+ outermost outgoing outlandish outlying outmoded outsize
527
+ outspoken outspread outstretched oval overbearing
528
+ overblown overbroad overcast overcautious overcollected
529
+ overconfident overdue overexcited overextended overfull
530
+ overgrown overhand overhead overladen overland overnight
531
+ overpowering overpriced overriding overripe overseas
532
+ oversensitive oversexed oversize overt overused overvalued
533
+ overweight overworked overwrought owlish pacific pagan
534
+ painless painstaking palaeolithic palatable palatial pale
535
+ paleolithic pallid palpable paltry pancreatic pandemic
536
+ panicky panoramic pantheistic papal paperbacked paperless
537
+ parabolic parallel paramilitary paramount paranoid
538
+ paraplegic parasitic pardonable parental parenthetical
539
+ parliamentary parlous parochial parsimonious part-time
540
+ partial participial particular partisan paschal passable
541
+ passe passionate passive pastoral pasty patchy patent
542
+ paternal pathological patient patriarchal patrician
543
+ patrimonial patriotic patronizing paunchy payable
544
+ peaceable peaceful pearly pebbly peckish peculiar
545
+ pecuniary pedagogical pedantic pedestrian peerless peeved
546
+ peevish pejorative pelvic penal pending penetrable
547
+ peninsular penitent penitential penniless pensive
548
+ pentagonal penultimate peppery perceivable perceptible
549
+ perceptive perceptual percussive peremptory perennial
550
+ perfect perfectible perfidious perfunctory perilous
551
+ periodic periodical peripatetic peripheral perishable
552
+ perky permanent permeable permissible permissive
553
+ pernicious pernickety perpendicular perpetual perplexed
554
+ persistent personable personal perspicacious perspicuous
555
+ persuasive pert pertinent pervasive perverse pesky
556
+ petite petty petulant phallic pharmaceutical
557
+ pharmacological phenomenal philanthropic philharmonic
558
+ philhellenic philological philosophical phlegmatic phonemic
559
+ phonetic phoney phonological phony phosphorescent
560
+ phosphoric photoelectric photogenic photographic phrasal
561
+ physical physiological pianissimo piano pictorial
562
+ picturesque piebald piecemeal pied piercing pimply
563
+ pineal pink pinkish pious piping piquant pissed
564
+ piteous pithy pitiable pitiful pitiless pituh pituitary
565
+ pivotal pizzicato placid plain-spoken plaintive planetary
566
+ plastic platitudinous playful pleasing pleasurable
567
+ plebeian plenary plentiful pliable pliant plucky plump
568
+ plural pluralistic plus plush plutocratic pneumatic
569
+ pockmarked poetic poignant poison poisonous pokey poky
570
+ polar polished politic political polygamous polymorphic
571
+ polynomial polyphonic polysyllabic polytheistic pompous
572
+ ponderous poor pop popish popular populous porcine
573
+ pornographic porous portable portentous portly posh
574
+ positive possessive postal postdoctoral posterior
575
+ postgraduate posthumous postural potable potbellied potent
576
+ potential potted potty poverty-stricken powdery powerful
577
+ powerless practicable practised pragmatic praiseworthy
578
+ precarious precautionary precious precipitate precipitous
579
+ precise precocious preconditioned predatory predicative
580
+ predictable predictive predominant prefatory preferential
581
+ pregnant prehistoric prejudicial preliminary premarital
582
+ premier prenatal prepacked preparatory preponderant
583
+ prepositional prepossessing preposterous prescient
584
+ prescriptive present presentable presidential pressing
585
+ prestigious prestissimo presto presumptive presumptuous
586
+ pretax pretentious pretty prevalent preventable preventive
587
+ priceless pricey prickly priggish prim primaeval primal
588
+ primary prime primeval primitive primordial principal
589
+ principled printable prior pristine private privileged
590
+ privy probabilistic probationary problematic procedural
591
+ prodigal prodigious productive profane professional
592
+ professorial proficient profitable profligate profound
593
+ profuse progressive prohibitive proletarian prolific
594
+ prolix prominent promiscuous promising promissory
595
+ promotional prompt prone pronounceable proper propertied
596
+ prophetic prophylactic propitious proportional proportionate
597
+ proprietary prosaic prospective prosperous prostrate prosy
598
+ protean protective protracted provable proverbial
599
+ provident providential provincial provisional provocative
600
+ proximate prudish prurient pseudonymous psychedelic
601
+ psychiatric psychic psychical psychoanalytic
602
+ psychoanalytical psychological psychopathic psychosomatic
603
+ pubic public public-spirited puckish pudgy puerile puffy
604
+ pugnacious puissant pulmonary punctual pungent punishable
605
+ punitive puny pure puritan puritanical purple purplish
606
+ purposeful purposeless purposive pursuant pusillanimous
607
+ putative putrid quadratic quadrophonic quaint qualified
608
+ qualitative quantitative quarrelsome quarterly queasy
609
+ queer querulous quick quiescent quiet quixotic quizzical
610
+ quotable quotidian rabbinical rabid racial racist racy
611
+ radial radiant radical radioactive raffish ragged rainy
612
+ rakish rambling rambunctious rampant ramshackle rancid
613
+ rancorous random randy rank rapacious rapid rapt
614
+ rapturous raring rash raspy ratable rateable rational
615
+ rationalistic raucous ravenous raving raw razorbacked
616
+ readable ready-made real realistic rearmost rebellious
617
+ reborn recalcitrant receivable recent receptive recessive
618
+ recherche reciprocal reckless recognizable reconcilable
619
+ recondite recoverable recreational rectal rectangular
620
+ rectilinear recurrent red reddish redeemable redemptive
621
+ redolent redoubtable reducible redundant reedy referential
622
+ reflective reflexive reformatory refractory refreshing
623
+ refutable regal regimental regional regressive regular
624
+ regulatory relative relaxed relentless reliable reliant
625
+ religious remedial remiss remorseful remorseless remote
626
+ removable remunerative renascent renewable renowned
627
+ rentable reparable repayable repellent repentant
628
+ repetitious repetitive replaceable replete reprehensible
629
+ representative repressed repressive reproachful reproducible
630
+ reproductive reptilian republican repugnant repulsive
631
+ reputable requisite resentful reserved resident
632
+ residential residual resigned resilient resistant resolute
633
+ resolvable resonant resourceful respectable respectful
634
+ respective respiratory resplendent responsive restful
635
+ restive restless restorative restrained restrictive
636
+ resultant resurgent retaliatory retentive reticent
637
+ reticulate retinal retractable retroactive retrograde
638
+ retrogressive retrospective returnable reverend reverent
639
+ reverential reversible revolting revolutionary rhetorical
640
+ rheumatic rheumatoid rhythmic ribald rich rickety
641
+ riderless righteous rightful rigid rigorous riotous ripe
642
+ ripened risible risque ritual ritualistic ritzy roast
643
+ robotic robust rocky rococo roguish rollicking romantic
644
+ roofless roomy rootless rosy rotary rotational rotten
645
+ rotund rough round routine rowdy royal rubbery ruby
646
+ ruddy rude rudimentary rugged ruinous rummy rumored
647
+ runaway rundown runny rural rustic rusty ruthless
648
+ sabbatarian sable saccharine sacred sacrificial
649
+ sacrilegious sacrosanct sadistic sagacious sage saintly
650
+ salacious salaried salient saline sallow salty
651
+ salubrious salutary sanctimonious sandy sanguine sanitary
652
+ sapient sappy sarcastic sardonic sartorial satin
653
+ satirical satisfactory satisfied satisfying saucy savage
654
+ savoury savvy scaly scandalous scant scanty scarce
655
+ scarlet scathing scatterbrained scenic scentless sceptical
656
+ sceptred schematic schizoid schizophrenic schmaltzy
657
+ scholarly scholastic scientific scrappy scratchy scrawny
658
+ screwball screwy scriptural scrubby scruffy scrumptious
659
+ scrupulous scummy scurrilous seaborne seafaring seagoing
660
+ seamless seamy sear seasick seasonable seasonal seaward
661
+ seaworthy secluded second-rate secondary secondhand secret
662
+ secretarial secretive sectarian secular sedate sedentary
663
+ seditious seductive seedless seedy seemly seismic select
664
+ selective self-conscious self-contained self-imposed
665
+ self-sufficient semantic semicircular semiconducting
666
+ semiconscious semidetached seminal senatorial senile
667
+ senior sensational sensitive sensory sensual sensuous
668
+ sentient sentimental separable separate septic sepulchral
669
+ sequential serene serial serious serpentine serrated
670
+ serviceable servile sesquipedalian severe sexagenarian
671
+ sexist sexual sexy shabby shadowy shady shaggy shaky
672
+ shallow shamefaced shameless shapeless shapely sharp
673
+ shatterproof sheepish sheer shiftless shifty shiny
674
+ shipshape shoddy shopworn short-lived showy shrewd
675
+ shrewish shrill shy sickening sickly sidelong silent
676
+ silken silky silver silvery similar simple-minded
677
+ simplistic simultaneous sincere sinewy sinful singable
678
+ single singular sinister sinless sinuous sizable
679
+ sizeable sketchy skilful skilled skimpy skinny skittish
680
+ sky-high slack slanderous slapdash slavish sleazy sleek
681
+ sleepless sleepy sleeveless slender slick slight slim
682
+ slimy slippery slipshod slithery sloppy slothful
683
+ slovenly slow sluggish slushy sluttish sly small
684
+ smalltime smarmy smelly smokeless smoky smooth smug
685
+ smutty snappy snazzy sneaking sneaky snide snobbish
686
+ snooty snotty snowbound snowcapped snowy so-called soapy
687
+ sober sociable social socialist sociological sodden soft
688
+ soggy solar solemn solicitous solid solitary soluble
689
+ solvable solvent somatic sombre somnolent sonic sonorous
690
+ sooty sophisticated soporific sopping soppy sordid sore
691
+ sorrel sorrowful soulful soulless sound soundproof sour
692
+ soused southeasterly southerly southwesterly sovereign
693
+ spacious spare sparse spasmodic spastic spatial special
694
+ specifiable specific specious speckled spectacular
695
+ spectral speculative speechless speedy spellbound
696
+ spherical spicy spiky spinal spindly spineless spiny
697
+ spiral spirited spiritual spiteful splendid splintered
698
+ spongy spontaneous spooky sporadic sporting sportsmanlike
699
+ spotless spotted spotty spousal sprawling sprightly
700
+ springlike springy spruce spry spunky spurious squalid
701
+ square squashy squat squeaky squeamish squiggly stable
702
+ staccato stagnant stagy staid stainless stale stalwart
703
+ standoffish starchy stark starless starlit starry
704
+ stateless stately statesmanlike statewide static
705
+ stationary statistical statuary statuesque statutory
706
+ staunch steadfast steady stealthy steamy steely steep
707
+ stellar stentorian stereophonic stereoscopic sterile
708
+ sterling stern sticky stiff still stillborn stilted
709
+ stimulating stingy stochastic stockinged stocky stodgy
710
+ stolid stony stormproof stormy stout stouthearted
711
+ straight straightforward strained strait strapping
712
+ strategic strenuous strident stringent stringy striped
713
+ strong structural stubbly stubborn stubby stuck-up
714
+ studious stuffy stupendous stupifying sturdy stylish
715
+ stylistic suave subatomic subconscious subhuman subject
716
+ subjective subjunctive sublimate sublime subliminal
717
+ submarine submerged submissive subnormal subordinate
718
+ subsequent subservient subsidiary subsonic substandard
719
+ substantial substantive subterranean subtle subtropical
720
+ suburban subversive successful successive succinct
721
+ succulent sudden sugary suggestive suicidal suitable
722
+ sulky sullen sulphuric sulphurous sultry summary summery
723
+ sumptuous sunbaked sunburned sunburnt sundry sunless
724
+ sunlit sunny super superabundant superb supercharged
725
+ supercilious supercritical superficial superfluous
726
+ superhuman superior superlative supernatural supernormal
727
+ supersonic superstitious supervisory supine supple
728
+ supplementary supportive supreme surgical surly
729
+ surmountable surpassing surreal surrealistic surreptitious
730
+ susceptible suspect svelte swanky swarthy swashbuckling
731
+ sweaty sweeping sweet swell swift swollen sycophantic
732
+ syllabic syllogistic symbolic symmetric symmetrical
733
+ sympathetic symphonic symptomatic synchronous synonymous
734
+ synoptic syntactic synthetic syphilitic syrupy systematic
735
+ systemic tabby taboo tacit taciturn tacky tactical
736
+ tactile tactual tailor-made takeaway talented talkative
737
+ tall
738
+ tame tan tangible tangy tantamount tardy tart
739
+ tasselled tasteful tasteless tasty tattered tatty taut
740
+ tautological tawdry tawny taxable tearful technical
741
+ technological tedious teenage teeny telegraphic
742
+ teleological telepathic telescopic telling temperamental
743
+ temperate tempestuous temporal temporary tenable tenacious
744
+ tendentious tender tenderhearted tense tensile tentative
745
+ tenuous tepid terminal terminological terrestrial terrific
746
+ territorial terse tertiary testy tetchy textile textual
747
+ textured thankful thankless theatrical thematic theocratic
748
+ theological theoretical therapeutic thermal thermonuclear
749
+ thermostatic thick thin thirsty thorny thorough
750
+ thoroughbred thoroughgoing thoughtful thoughtless threadbare
751
+ thriftless thrifty throaty thumping thunderous thy
752
+ ticklish tidal tidy tight timbered timeless timely
753
+ timesaving timid timorous tinny tiny tipsy tireless
754
+ tiresome titanic titled titular tolerable tolerant tonal
755
+ toothless top topical topless topmost topnotch
756
+ topographical topping torrential torrid tortuous total
757
+ totalitarian touched touching touchy toxic traceable
758
+ tractable tragicomic traitorous tranquil transalpine
759
+ transatlantic transcendent transcendental transcontinental
760
+ transferable transient transitional transitive transitory
761
+ translatable translucent transparent transverse trashy
762
+ traumatic treacherous treacly treble tremendous trenchant
763
+ trendy triangular tribal tricky triennial trifling
764
+ trilateral trim tripartite triple tripping trite
765
+ triumphal triumphant trochaic tropical troublesome
766
+ truculent trustful trustworthy trusty truthful trying
767
+ tubby tubular tumultuous tuneful turbulent turgid twee
768
+ twentieth twisty typewritten typographic tyrannical
769
+ ubiquitous ugly ulcerous ulterior ultimate
770
+ ultraconservative ultramarine ultramontane ultrasonic
771
+ ultraviolet umber umbilical umpteenth unabashed unabated
772
+ unabridged unaccommodating unaccompanied unaccountable
773
+ unaccustomed unacknowledged unacquainted unadorned
774
+ unadulterated unaffected unaided unaltered unambiguous
775
+ unanimous unannounced unanswerable unanswered unanticipated
776
+ unappealing unappetizing unappreciative unapproachable
777
+ unarmed unarticulated unasked unassailable unassisted
778
+ unassuming unattached unattainable unattended unattractive
779
+ unauthorized unavailable unavoidable unbalanced unbearable
780
+ unbeatable unbeaten unbecoming unbeknown unbeknownst
781
+ unbending unbiased unborn unbounded unbowed unbreakable
782
+ unbridled unbroken unbuttoned uncanny unceasing uncensored
783
+ unceremonious unchallenged unchanged unchanging
784
+ uncharacteristic uncharitable uncharted unchecked
785
+ unchristian uncivilized unclaimed unclassified unclean
786
+ unclouded uncomfortable uncommitted uncommon uncommunicative
787
+ uncompleted uncompromising unconcealed unconcerned
788
+ unconditional unconfirmed unconnected unconquered
789
+ unconscionable unconscious unconstitutional unconstrained
790
+ unconsummated uncontaminated uncontested uncontrollable
791
+ uncontrolled uncontroversial unconventional unconvincing
792
+ uncooked uncorroborated uncountered uncouth uncritical
793
+ uncrossed unctuous uncut undamaged undaunted undecided
794
+ undeclared undefeated undefined undemocratic underarm
795
+ undercover underdeveloped underdone underemployed underfed
796
+ underhanded undermanned undernourished underpaid
797
+ underpriveleged underprivileged undersea understaffed
798
+ understanding undervalued underwater underweight undeserved
799
+ undeserving undesirable undetected undetermined undeterred
800
+ undeveloped undiagnosed undifferentiated undignified
801
+ undiminished undimmed undiplomatic undisciplined undisclosed
802
+ undiscovered undiscriminating undisputed undistinguished
803
+ undisturbed undivided undocumented undoubted undrinkable
804
+ undue undying unearned unearthly uneasy uneaten
805
+ uneconomic uneconomical unedifying unedited uneducated
806
+ unemotional unemployed unending unenthusiastic unenviable
807
+ unequal unequalled unequipped unequivocal unerring uneven
808
+ uneventful unexceptionable unexceptional unexercised
809
+ unexpected unexplained unexplored unexpressed unexpurgated
810
+ unfailing unfaithful unfamiliar unfashionable unfathomable
811
+ unfathomed unfavorable unfavourable unfed unfeeling
812
+ unfertilized unfinished unfit unflappable unflinching
813
+ unforeseeable unforeseen unforgettable unforgivable
814
+ unforgiving unformed unfounded unfree unfriendly
815
+ unfulfilled unfurnished ungainly ungodly ungracious
816
+ ungrammatical ungrateful ungrudging unguarded unhampered
817
+ unharmed unhealthy unheard unheated unheeded unhelpful
818
+ unhesitating unhindered unhurried unhurt unhygienic
819
+ unidentifiable unidentified uniform uniformed unilateral
820
+ unimaginable unimaginative unimpaired unimpeachable
821
+ unimpeded unimportant unimpressed unimpressive uninformative
822
+ uninformed uninhabitable uninhabited uninhibited uninitiated
823
+ uninjured uninspired uninspiring uninsured unintelligent
824
+ unintelligible unintended unintentional uninterested
825
+ uninteresting uninterrupted uninvited uninviting unique
826
+ unisex unitary universal unjustifiable unjustified unkempt
827
+ unknowable unlabelled unladylike unlatched unlawful
828
+ unleaded unleavened unlicensed unlimited unlined unlisted
829
+ unlit unloved unmade unmanageable unmanned unmarked
830
+ unmarried unmatched unmemorable unmentionable unmistakable
831
+ unmitigated unmixed unmolested unmotivated unmoved
832
+ unmusical unnamed unnatural unnoticeable unnoticed
833
+ unobjectionable unobservant unobserved unobtainable
834
+ unobtrusive unoccupied unofficial unopened unopposed
835
+ unoriginal unorthodox unpaid unpainted unpalatable
836
+ unparalleled unpardonable unpatriotic unpaved unpegged
837
+ unpersuaded unperturbed unplanned unplayable unpopular
838
+ unprecedented unpredictable unpredicted unprejudiced
839
+ unprepared unpretentious unprincipled unprintable
840
+ unproductive unprofessional unprofitable unpromising
841
+ unprompted unpronounceable unprotected unproved unproven
842
+ unprovoked unpublished unpunished unqualified unquestionable
843
+ unquestioned unquestioning unread unreadable unready
844
+ unreal unrealistic unrealized unrecognizable unrecognized
845
+ unregenerate unregistered unrelated unrelenting unreliable
846
+ unrelieved unremarkable unremitting unrepentant
847
+ unrepresentative unrequited unreserved unresolved
848
+ unrestrained unrestricted unrewarded unripe unrivalled
849
+ unruffled unruly unsafe unsaid unsalted unsatisfactory
850
+ unsatisfied unsatisfying unsaturated unsavory unsavoury
851
+ unscathed unscheduled unscientific unscrupulous unsealed
852
+ unseasonable unseasoned unsecured unseeded unseemly unseen
853
+ unselfconscious unselfish unshakable unshaved unshaven
854
+ unsightly unsigned unsinkable unskilled unsmiling
855
+ unsociable unsold unsolicited unsolved unsophisticated
856
+ unsound unsparing unspeakable unspecified unspoiled
857
+ unspoilt unspoken unsporting unsportsmanlike unstable
858
+ unstated unstatesmanlike unsteady unstoppable unstressed
859
+ unstructured unstrung unstuck unstudied unsubtle
860
+ unsuccessful unsuitable unsuited unsullied unsung
861
+ unsupervised unsupported unsurpassed unsuspected
862
+ unsuspecting unswayed unsweetened unswept unsympathetic
863
+ untainted untamed untapped untenable untended untested
864
+ unthinkable unthinking untidy untimely untiring untitled
865
+ untold untouchable untouched untoward untrained
866
+ untranslatable untreated untried untroubled untrustworthy
867
+ untruthful untucked untutored unused unutterable
868
+ unvarnished unvarying unversed unvoiced unwanted
869
+ unwarranted unwary unwashed unwavering unwed unwelcome
870
+ unwell unwieldy unwilling unwitnessed unwitting unworkable
871
+ unworn unworried unwritten unyielding upcoming upcountry
872
+ uphill upmost upper uppermost uppity upright uproarious
873
+ upstairs upstanding uptight upturned upward urban urbane
874
+ urinary usable useless usurious utilitarian utmost utter
875
+ vacant vacuous vagabond vaginal vague vain valedictory
876
+ valiant valid valueless vapid vaporous variable variant
877
+ varicose varied variegated various vascular vast
878
+ vegetative vehement vehicular velvety venal venerable
879
+ venereal vengeful venial venomous verbal verbatim
880
+ verbose verdant verifiable veritable vermilion vernacular
881
+ versatile versed vertical vestal vestigial veterinary
882
+ vexatious viable vibrant vicarious vicious victorious
883
+ viewless vigilant vigorous vile villainous vindictive
884
+ vinegary violent virgin virile virtual virtuous virulent
885
+ visceral viscous visible visionary visual vitreous
886
+ vitriolic vituperative vivacious vivid vocal vocational
887
+ vociferous voiceless void volatile volcanic voluble
888
+ voluminous voluntary voluptuous voracious votive
889
+ voyeuristic vulgar vulnerable waggish wakeful waking wan
890
+ wanton warlike warm wary washable waspish wasteful
891
+ watchful waterlogged waterproof watertight watery wavy
892
+ waxen waxy wayfaring wayward weak weakly wealthy
893
+ wearable wearing wearisome weary weatherproof webbed wee
894
+ weedy weekly weeny weightless weighty weird welcome
895
+ well-meaning well-to-do welter wet whimsical whiskered
896
+ white whitish whole wholehearted wholesale wholesome
897
+ whopping wicked widespread widowed wigged wild wilful
898
+ willful wilted wily windblown windswept windy winged
899
+ wintery wintry wiry wishful wispy wistful witless
900
+ witty wizard wizened wobbly woeful womanly wondrous
901
+ wont wooded wooden woolen woollen woolly wooly wordy
902
+ workable workaday workmanlike world-wide worldly worldwide
903
+ worried worrisome worrying worshipful worthless worthwhile
904
+ wrathful wretched wrinkly wrongful wry xenophobic
905
+ yearlong yearly yellow yellowish yon yonder young
906
+ youngish youthful zany zealous zestful zoological