grammar_police 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (345) hide show
  1. data/.DS_Store +0 -0
  2. data/.gitignore +4 -0
  3. data/Gemfile +4 -0
  4. data/Rakefile +2 -0
  5. data/c/.DS_Store +0 -0
  6. data/c/link-grammar.c +65 -0
  7. data/c/link-grammar.h +60 -0
  8. data/c/link-grammar.o +0 -0
  9. data/c/link-grammar.so +0 -0
  10. data/c/link-grammar/.DS_Store +0 -0
  11. data/c/link-grammar/.deps/analyze-linkage.Plo +198 -0
  12. data/c/link-grammar/.deps/and.Plo +202 -0
  13. data/c/link-grammar/.deps/api.Plo +244 -0
  14. data/c/link-grammar/.deps/build-disjuncts.Plo +212 -0
  15. data/c/link-grammar/.deps/command-line.Plo +201 -0
  16. data/c/link-grammar/.deps/constituents.Plo +201 -0
  17. data/c/link-grammar/.deps/count.Plo +202 -0
  18. data/c/link-grammar/.deps/disjunct-utils.Plo +126 -0
  19. data/c/link-grammar/.deps/disjuncts.Plo +123 -0
  20. data/c/link-grammar/.deps/error.Plo +121 -0
  21. data/c/link-grammar/.deps/expand.Plo +133 -0
  22. data/c/link-grammar/.deps/extract-links.Plo +198 -0
  23. data/c/link-grammar/.deps/fast-match.Plo +200 -0
  24. data/c/link-grammar/.deps/idiom.Plo +200 -0
  25. data/c/link-grammar/.deps/jni-client.Plo +217 -0
  26. data/c/link-grammar/.deps/link-parser.Po +1 -0
  27. data/c/link-grammar/.deps/massage.Plo +202 -0
  28. data/c/link-grammar/.deps/post-process.Plo +202 -0
  29. data/c/link-grammar/.deps/pp_knowledge.Plo +202 -0
  30. data/c/link-grammar/.deps/pp_lexer.Plo +201 -0
  31. data/c/link-grammar/.deps/pp_linkset.Plo +200 -0
  32. data/c/link-grammar/.deps/prefix.Plo +102 -0
  33. data/c/link-grammar/.deps/preparation.Plo +202 -0
  34. data/c/link-grammar/.deps/print-util.Plo +200 -0
  35. data/c/link-grammar/.deps/print.Plo +201 -0
  36. data/c/link-grammar/.deps/prune.Plo +202 -0
  37. data/c/link-grammar/.deps/read-dict.Plo +223 -0
  38. data/c/link-grammar/.deps/read-regex.Plo +123 -0
  39. data/c/link-grammar/.deps/regex-morph.Plo +131 -0
  40. data/c/link-grammar/.deps/resources.Plo +203 -0
  41. data/c/link-grammar/.deps/spellcheck-aspell.Plo +1 -0
  42. data/c/link-grammar/.deps/spellcheck-hun.Plo +115 -0
  43. data/c/link-grammar/.deps/string-set.Plo +198 -0
  44. data/c/link-grammar/.deps/tokenize.Plo +160 -0
  45. data/c/link-grammar/.deps/utilities.Plo +222 -0
  46. data/c/link-grammar/.deps/word-file.Plo +201 -0
  47. data/c/link-grammar/.deps/word-utils.Plo +212 -0
  48. data/c/link-grammar/.libs/analyze-linkage.o +0 -0
  49. data/c/link-grammar/.libs/and.o +0 -0
  50. data/c/link-grammar/.libs/api.o +0 -0
  51. data/c/link-grammar/.libs/build-disjuncts.o +0 -0
  52. data/c/link-grammar/.libs/command-line.o +0 -0
  53. data/c/link-grammar/.libs/constituents.o +0 -0
  54. data/c/link-grammar/.libs/count.o +0 -0
  55. data/c/link-grammar/.libs/disjunct-utils.o +0 -0
  56. data/c/link-grammar/.libs/disjuncts.o +0 -0
  57. data/c/link-grammar/.libs/error.o +0 -0
  58. data/c/link-grammar/.libs/expand.o +0 -0
  59. data/c/link-grammar/.libs/extract-links.o +0 -0
  60. data/c/link-grammar/.libs/fast-match.o +0 -0
  61. data/c/link-grammar/.libs/idiom.o +0 -0
  62. data/c/link-grammar/.libs/jni-client.o +0 -0
  63. data/c/link-grammar/.libs/liblink-grammar-java-symbols.expsym +31 -0
  64. data/c/link-grammar/.libs/liblink-grammar-java.4.dylib +0 -0
  65. data/c/link-grammar/.libs/liblink-grammar-java.4.dylib.dSYM/Contents/Info.plist +20 -0
  66. data/c/link-grammar/.libs/liblink-grammar-java.4.dylib.dSYM/Contents/Resources/DWARF/liblink-grammar-java.4.dylib +0 -0
  67. data/c/link-grammar/.libs/liblink-grammar-java.a +0 -0
  68. data/c/link-grammar/.libs/liblink-grammar-java.dylib +0 -0
  69. data/c/link-grammar/.libs/liblink-grammar-symbols.expsym +194 -0
  70. data/c/link-grammar/.libs/liblink-grammar.4.dylib +0 -0
  71. data/c/link-grammar/.libs/liblink-grammar.4.dylib.dSYM/Contents/Info.plist +20 -0
  72. data/c/link-grammar/.libs/liblink-grammar.4.dylib.dSYM/Contents/Resources/DWARF/liblink-grammar.4.dylib +0 -0
  73. data/c/link-grammar/.libs/liblink-grammar.a +0 -0
  74. data/c/link-grammar/.libs/liblink-grammar.dylib +0 -0
  75. data/c/link-grammar/.libs/liblink-grammar.la +41 -0
  76. data/c/link-grammar/.libs/liblink-grammar.lai +41 -0
  77. data/c/link-grammar/.libs/massage.o +0 -0
  78. data/c/link-grammar/.libs/post-process.o +0 -0
  79. data/c/link-grammar/.libs/pp_knowledge.o +0 -0
  80. data/c/link-grammar/.libs/pp_lexer.o +0 -0
  81. data/c/link-grammar/.libs/pp_linkset.o +0 -0
  82. data/c/link-grammar/.libs/prefix.o +0 -0
  83. data/c/link-grammar/.libs/preparation.o +0 -0
  84. data/c/link-grammar/.libs/print-util.o +0 -0
  85. data/c/link-grammar/.libs/print.o +0 -0
  86. data/c/link-grammar/.libs/prune.o +0 -0
  87. data/c/link-grammar/.libs/read-dict.o +0 -0
  88. data/c/link-grammar/.libs/read-regex.o +0 -0
  89. data/c/link-grammar/.libs/regex-morph.o +0 -0
  90. data/c/link-grammar/.libs/resources.o +0 -0
  91. data/c/link-grammar/.libs/spellcheck-aspell.o +0 -0
  92. data/c/link-grammar/.libs/spellcheck-hun.o +0 -0
  93. data/c/link-grammar/.libs/string-set.o +0 -0
  94. data/c/link-grammar/.libs/tokenize.o +0 -0
  95. data/c/link-grammar/.libs/utilities.o +0 -0
  96. data/c/link-grammar/.libs/word-file.o +0 -0
  97. data/c/link-grammar/.libs/word-utils.o +0 -0
  98. data/c/link-grammar/Makefile +900 -0
  99. data/c/link-grammar/Makefile.am +202 -0
  100. data/c/link-grammar/Makefile.in +900 -0
  101. data/c/link-grammar/analyze-linkage.c +1317 -0
  102. data/c/link-grammar/analyze-linkage.h +24 -0
  103. data/c/link-grammar/and.c +1603 -0
  104. data/c/link-grammar/and.h +27 -0
  105. data/c/link-grammar/api-structures.h +362 -0
  106. data/c/link-grammar/api-types.h +72 -0
  107. data/c/link-grammar/api.c +1887 -0
  108. data/c/link-grammar/api.h +96 -0
  109. data/c/link-grammar/autoit/.DS_Store +0 -0
  110. data/c/link-grammar/autoit/README +10 -0
  111. data/c/link-grammar/autoit/_LGTest.au3 +22 -0
  112. data/c/link-grammar/autoit/_LinkGrammar.au3 +545 -0
  113. data/c/link-grammar/build-disjuncts.c +487 -0
  114. data/c/link-grammar/build-disjuncts.h +21 -0
  115. data/c/link-grammar/command-line.c +458 -0
  116. data/c/link-grammar/command-line.h +15 -0
  117. data/c/link-grammar/constituents.c +1836 -0
  118. data/c/link-grammar/constituents.h +26 -0
  119. data/c/link-grammar/corpus/.DS_Store +0 -0
  120. data/c/link-grammar/corpus/.deps/cluster.Plo +1 -0
  121. data/c/link-grammar/corpus/.deps/corpus.Plo +1 -0
  122. data/c/link-grammar/corpus/Makefile +527 -0
  123. data/c/link-grammar/corpus/Makefile.am +46 -0
  124. data/c/link-grammar/corpus/Makefile.in +527 -0
  125. data/c/link-grammar/corpus/README +17 -0
  126. data/c/link-grammar/corpus/cluster.c +286 -0
  127. data/c/link-grammar/corpus/cluster.h +32 -0
  128. data/c/link-grammar/corpus/corpus.c +483 -0
  129. data/c/link-grammar/corpus/corpus.h +46 -0
  130. data/c/link-grammar/count.c +828 -0
  131. data/c/link-grammar/count.h +25 -0
  132. data/c/link-grammar/disjunct-utils.c +261 -0
  133. data/c/link-grammar/disjunct-utils.h +27 -0
  134. data/c/link-grammar/disjuncts.c +138 -0
  135. data/c/link-grammar/disjuncts.h +13 -0
  136. data/c/link-grammar/error.c +92 -0
  137. data/c/link-grammar/error.h +35 -0
  138. data/c/link-grammar/expand.c +67 -0
  139. data/c/link-grammar/expand.h +13 -0
  140. data/c/link-grammar/externs.h +22 -0
  141. data/c/link-grammar/extract-links.c +625 -0
  142. data/c/link-grammar/extract-links.h +16 -0
  143. data/c/link-grammar/fast-match.c +309 -0
  144. data/c/link-grammar/fast-match.h +17 -0
  145. data/c/link-grammar/idiom.c +373 -0
  146. data/c/link-grammar/idiom.h +15 -0
  147. data/c/link-grammar/jni-client.c +779 -0
  148. data/c/link-grammar/jni-client.h +236 -0
  149. data/c/link-grammar/liblink-grammar-java.la +42 -0
  150. data/c/link-grammar/liblink-grammar.la +41 -0
  151. data/c/link-grammar/link-features.h +37 -0
  152. data/c/link-grammar/link-features.h.in +37 -0
  153. data/c/link-grammar/link-grammar-java.def +31 -0
  154. data/c/link-grammar/link-grammar.def +194 -0
  155. data/c/link-grammar/link-includes.h +465 -0
  156. data/c/link-grammar/link-parser.c +849 -0
  157. data/c/link-grammar/massage.c +329 -0
  158. data/c/link-grammar/massage.h +13 -0
  159. data/c/link-grammar/post-process.c +1113 -0
  160. data/c/link-grammar/post-process.h +45 -0
  161. data/c/link-grammar/pp_knowledge.c +376 -0
  162. data/c/link-grammar/pp_knowledge.h +14 -0
  163. data/c/link-grammar/pp_lexer.c +1920 -0
  164. data/c/link-grammar/pp_lexer.h +19 -0
  165. data/c/link-grammar/pp_linkset.c +158 -0
  166. data/c/link-grammar/pp_linkset.h +20 -0
  167. data/c/link-grammar/prefix.c +482 -0
  168. data/c/link-grammar/prefix.h +139 -0
  169. data/c/link-grammar/preparation.c +412 -0
  170. data/c/link-grammar/preparation.h +20 -0
  171. data/c/link-grammar/print-util.c +87 -0
  172. data/c/link-grammar/print-util.h +32 -0
  173. data/c/link-grammar/print.c +1085 -0
  174. data/c/link-grammar/print.h +16 -0
  175. data/c/link-grammar/prune.c +1864 -0
  176. data/c/link-grammar/prune.h +17 -0
  177. data/c/link-grammar/read-dict.c +1785 -0
  178. data/c/link-grammar/read-dict.h +29 -0
  179. data/c/link-grammar/read-regex.c +161 -0
  180. data/c/link-grammar/read-regex.h +12 -0
  181. data/c/link-grammar/regex-morph.c +126 -0
  182. data/c/link-grammar/regex-morph.h +17 -0
  183. data/c/link-grammar/resources.c +180 -0
  184. data/c/link-grammar/resources.h +23 -0
  185. data/c/link-grammar/sat-solver/.DS_Store +0 -0
  186. data/c/link-grammar/sat-solver/.deps/fast-sprintf.Plo +1 -0
  187. data/c/link-grammar/sat-solver/.deps/sat-encoder.Plo +1 -0
  188. data/c/link-grammar/sat-solver/.deps/util.Plo +1 -0
  189. data/c/link-grammar/sat-solver/.deps/variables.Plo +1 -0
  190. data/c/link-grammar/sat-solver/.deps/word-tag.Plo +1 -0
  191. data/c/link-grammar/sat-solver/Makefile +527 -0
  192. data/c/link-grammar/sat-solver/Makefile.am +29 -0
  193. data/c/link-grammar/sat-solver/Makefile.in +527 -0
  194. data/c/link-grammar/sat-solver/clock.hpp +33 -0
  195. data/c/link-grammar/sat-solver/fast-sprintf.cpp +26 -0
  196. data/c/link-grammar/sat-solver/fast-sprintf.hpp +7 -0
  197. data/c/link-grammar/sat-solver/guiding.hpp +244 -0
  198. data/c/link-grammar/sat-solver/matrix-ut.hpp +79 -0
  199. data/c/link-grammar/sat-solver/sat-encoder.cpp +2811 -0
  200. data/c/link-grammar/sat-solver/sat-encoder.h +11 -0
  201. data/c/link-grammar/sat-solver/sat-encoder.hpp +381 -0
  202. data/c/link-grammar/sat-solver/trie.hpp +118 -0
  203. data/c/link-grammar/sat-solver/util.cpp +23 -0
  204. data/c/link-grammar/sat-solver/util.hpp +14 -0
  205. data/c/link-grammar/sat-solver/variables.cpp +5 -0
  206. data/c/link-grammar/sat-solver/variables.hpp +829 -0
  207. data/c/link-grammar/sat-solver/word-tag.cpp +159 -0
  208. data/c/link-grammar/sat-solver/word-tag.hpp +162 -0
  209. data/c/link-grammar/spellcheck-aspell.c +148 -0
  210. data/c/link-grammar/spellcheck-hun.c +136 -0
  211. data/c/link-grammar/spellcheck.h +34 -0
  212. data/c/link-grammar/string-set.c +169 -0
  213. data/c/link-grammar/string-set.h +16 -0
  214. data/c/link-grammar/structures.h +498 -0
  215. data/c/link-grammar/tokenize.c +1049 -0
  216. data/c/link-grammar/tokenize.h +15 -0
  217. data/c/link-grammar/utilities.c +847 -0
  218. data/c/link-grammar/utilities.h +281 -0
  219. data/c/link-grammar/word-file.c +124 -0
  220. data/c/link-grammar/word-file.h +15 -0
  221. data/c/link-grammar/word-utils.c +526 -0
  222. data/c/link-grammar/word-utils.h +152 -0
  223. data/data/.DS_Store +0 -0
  224. data/data/Makefile +511 -0
  225. data/data/Makefile.am +4 -0
  226. data/data/Makefile.in +511 -0
  227. data/data/de/.DS_Store +0 -0
  228. data/data/de/4.0.affix +7 -0
  229. data/data/de/4.0.dict +474 -0
  230. data/data/de/Makefile +387 -0
  231. data/data/de/Makefile.am +9 -0
  232. data/data/de/Makefile.in +387 -0
  233. data/data/en/.DS_Store +0 -0
  234. data/data/en/4.0.affix +26 -0
  235. data/data/en/4.0.batch +1002 -0
  236. data/data/en/4.0.biolg.batch +411 -0
  237. data/data/en/4.0.constituent-knowledge +127 -0
  238. data/data/en/4.0.dict +8759 -0
  239. data/data/en/4.0.dict.m4 +6928 -0
  240. data/data/en/4.0.enwiki.batch +14 -0
  241. data/data/en/4.0.fixes.batch +2776 -0
  242. data/data/en/4.0.knowledge +306 -0
  243. data/data/en/4.0.regex +225 -0
  244. data/data/en/4.0.voa.batch +114 -0
  245. data/data/en/Makefile +554 -0
  246. data/data/en/Makefile.am +19 -0
  247. data/data/en/Makefile.in +554 -0
  248. data/data/en/README +173 -0
  249. data/data/en/tiny.dict +157 -0
  250. data/data/en/words/.DS_Store +0 -0
  251. data/data/en/words/Makefile +456 -0
  252. data/data/en/words/Makefile.am +78 -0
  253. data/data/en/words/Makefile.in +456 -0
  254. data/data/en/words/currency +205 -0
  255. data/data/en/words/currency.p +28 -0
  256. data/data/en/words/entities.given-bisex.sing +39 -0
  257. data/data/en/words/entities.given-female.sing +4141 -0
  258. data/data/en/words/entities.given-male.sing +1633 -0
  259. data/data/en/words/entities.locations.sing +68 -0
  260. data/data/en/words/entities.national.sing +253 -0
  261. data/data/en/words/entities.organizations.sing +7 -0
  262. data/data/en/words/entities.us-states.sing +11 -0
  263. data/data/en/words/units.1 +45 -0
  264. data/data/en/words/units.1.dot +4 -0
  265. data/data/en/words/units.3 +2 -0
  266. data/data/en/words/units.4 +5 -0
  267. data/data/en/words/units.4.dot +1 -0
  268. data/data/en/words/words-medical.adv.1 +1191 -0
  269. data/data/en/words/words-medical.prep.1 +67 -0
  270. data/data/en/words/words-medical.v.4.1 +2835 -0
  271. data/data/en/words/words-medical.v.4.2 +2848 -0
  272. data/data/en/words/words-medical.v.4.3 +3011 -0
  273. data/data/en/words/words-medical.v.4.4 +3036 -0
  274. data/data/en/words/words-medical.v.4.5 +3050 -0
  275. data/data/en/words/words.adj.1 +6794 -0
  276. data/data/en/words/words.adj.2 +638 -0
  277. data/data/en/words/words.adj.3 +667 -0
  278. data/data/en/words/words.adv.1 +1573 -0
  279. data/data/en/words/words.adv.2 +67 -0
  280. data/data/en/words/words.adv.3 +157 -0
  281. data/data/en/words/words.adv.4 +80 -0
  282. data/data/en/words/words.n.1 +11464 -0
  283. data/data/en/words/words.n.1.wiki +264 -0
  284. data/data/en/words/words.n.2.s +2017 -0
  285. data/data/en/words/words.n.2.s.biolg +1 -0
  286. data/data/en/words/words.n.2.s.wiki +298 -0
  287. data/data/en/words/words.n.2.x +65 -0
  288. data/data/en/words/words.n.2.x.wiki +10 -0
  289. data/data/en/words/words.n.3 +5717 -0
  290. data/data/en/words/words.n.t +23 -0
  291. data/data/en/words/words.v.1.1 +1038 -0
  292. data/data/en/words/words.v.1.2 +1043 -0
  293. data/data/en/words/words.v.1.3 +1052 -0
  294. data/data/en/words/words.v.1.4 +1023 -0
  295. data/data/en/words/words.v.1.p +17 -0
  296. data/data/en/words/words.v.10.1 +14 -0
  297. data/data/en/words/words.v.10.2 +15 -0
  298. data/data/en/words/words.v.10.3 +88 -0
  299. data/data/en/words/words.v.10.4 +17 -0
  300. data/data/en/words/words.v.2.1 +1253 -0
  301. data/data/en/words/words.v.2.2 +1304 -0
  302. data/data/en/words/words.v.2.3 +1280 -0
  303. data/data/en/words/words.v.2.4 +1285 -0
  304. data/data/en/words/words.v.2.5 +1287 -0
  305. data/data/en/words/words.v.4.1 +2472 -0
  306. data/data/en/words/words.v.4.2 +2487 -0
  307. data/data/en/words/words.v.4.3 +2441 -0
  308. data/data/en/words/words.v.4.4 +2478 -0
  309. data/data/en/words/words.v.4.5 +2483 -0
  310. data/data/en/words/words.v.5.1 +98 -0
  311. data/data/en/words/words.v.5.2 +98 -0
  312. data/data/en/words/words.v.5.3 +103 -0
  313. data/data/en/words/words.v.5.4 +102 -0
  314. data/data/en/words/words.v.6.1 +388 -0
  315. data/data/en/words/words.v.6.2 +401 -0
  316. data/data/en/words/words.v.6.3 +397 -0
  317. data/data/en/words/words.v.6.4 +405 -0
  318. data/data/en/words/words.v.6.5 +401 -0
  319. data/data/en/words/words.v.8.1 +117 -0
  320. data/data/en/words/words.v.8.2 +118 -0
  321. data/data/en/words/words.v.8.3 +118 -0
  322. data/data/en/words/words.v.8.4 +119 -0
  323. data/data/en/words/words.v.8.5 +119 -0
  324. data/data/en/words/words.y +104 -0
  325. data/data/lt/.DS_Store +0 -0
  326. data/data/lt/4.0.affix +6 -0
  327. data/data/lt/4.0.constituent-knowledge +24 -0
  328. data/data/lt/4.0.dict +135 -0
  329. data/data/lt/4.0.knowledge +38 -0
  330. data/data/lt/Makefile +389 -0
  331. data/data/lt/Makefile.am +11 -0
  332. data/data/lt/Makefile.in +389 -0
  333. data/grammar_police.gemspec +23 -0
  334. data/lib/.DS_Store +0 -0
  335. data/lib/grammar_police.rb +11 -0
  336. data/lib/grammar_police/.DS_Store +0 -0
  337. data/lib/grammar_police/dictionary.rb +30 -0
  338. data/lib/grammar_police/linkage.rb +26 -0
  339. data/lib/grammar_police/parse_options.rb +32 -0
  340. data/lib/grammar_police/sentence.rb +44 -0
  341. data/lib/grammar_police/version.rb +3 -0
  342. data/tests/.DS_Store +0 -0
  343. data/tests/count_linkages.rb +29 -0
  344. data/tests/sentences.txt +86 -0
  345. metadata +408 -0
@@ -0,0 +1,1573 @@
1
+ abjectly
2
+ ably
3
+ abnormally
4
+ abortively
5
+ abruptly
6
+ absently
7
+ absent-mindedly
8
+ abusively
9
+ abysmally
10
+ accidentally
11
+ accordingly
12
+ accurately
13
+ accusingly
14
+ actively
15
+ acutely
16
+ adamantly
17
+ adequately
18
+ admirably
19
+ admiringly
20
+ adoringly
21
+ adroitly
22
+ adversely
23
+ advisedly
24
+ affably
25
+ affectionately
26
+ afield
27
+ aggressively
28
+ agreeably
29
+ aimlessly
30
+ airily
31
+ alarmingly
32
+ allegretto.e
33
+ alphabetically
34
+ ambiguously
35
+ ambitiously
36
+ amiably
37
+ amicably
38
+ amidships
39
+ amorously
40
+ amply
41
+ amusingly.e
42
+ analogously
43
+ analytically
44
+ anciently.e
45
+ andante.e
46
+ angelically
47
+ angrily
48
+ anon
49
+ anonymously
50
+ anticlockwise
51
+ anxiously
52
+ anyplace
53
+ apace
54
+ apathetically
55
+ apologetically
56
+ appreciably
57
+ appreciatively
58
+ approvingly
59
+ aptly
60
+ arbitrarily
61
+ archly
62
+ ardently
63
+ arduously
64
+ arrogantly
65
+ artfully
66
+ articulately
67
+ artificially
68
+ asexually.e
69
+ asleep.e
70
+ assertively
71
+ assiduously
72
+ astutely
73
+ asymmetrically
74
+ asymptotically
75
+ atrociously
76
+ attentively
77
+ attractively
78
+ attributively
79
+ audaciously
80
+ audibly
81
+ auspiciously
82
+ austerely
83
+ authentically
84
+ authoritatively
85
+ autocratically
86
+ automatically
87
+ avariciously
88
+ avidly
89
+ awake.e
90
+ awesomely.e
91
+ awkwardly
92
+ backstage
93
+ badly
94
+ baldly
95
+ barbarously
96
+ bareback
97
+ barebacked
98
+ barefacedly
99
+ barefooted.e
100
+ bashfully
101
+ beautifully
102
+ becomingly
103
+ beforehand
104
+ begrudgingly.e
105
+ belatedly
106
+ belligerently
107
+ beneficially
108
+ benevolently
109
+ benignly
110
+ biennially
111
+ bilaterally
112
+ bitterly
113
+ blandly
114
+ blankly
115
+ blasphemously
116
+ blatantly
117
+ bleakly
118
+ blindly
119
+ blissfully
120
+ blithely
121
+ bloodily.e
122
+ bluntly
123
+ boastfully
124
+ boisterously
125
+ boldly
126
+ bombastically
127
+ boundlessly
128
+ boyishly
129
+ bravely
130
+ brazenly.e
131
+ breathlessly
132
+ breezily
133
+ bright.e
134
+ brightly
135
+ brilliantly
136
+ briskly
137
+ brusquely
138
+ brutally
139
+ buoyantly
140
+ busily
141
+ callously
142
+ calmly
143
+ candidly
144
+ cantankerously
145
+ capably
146
+ capriciously
147
+ carefully
148
+ carelessly
149
+ casually
150
+ categorically
151
+ causally
152
+ caustically
153
+ cautiously
154
+ cavalierly
155
+ ceaselessly
156
+ centrally
157
+ ceremonially
158
+ ceremoniously
159
+ chaotically
160
+ charitably
161
+ charmingly
162
+ chattily
163
+ cheaply
164
+ cheekily
165
+ cheerfully
166
+ cheerily
167
+ childishly
168
+ chivalrously
169
+ chronologically
170
+ classically
171
+ clean.e
172
+ cleanly.e
173
+ cleverly
174
+ clinically
175
+ clockwise
176
+ closely
177
+ clumsily
178
+ coarsely
179
+ coherently
180
+ cohesively
181
+ coldly
182
+ collectively
183
+ colloquially
184
+ colorfully
185
+ combatively
186
+ comfortably
187
+ comfortingly
188
+ comically
189
+ commercially
190
+ communally
191
+ comparably
192
+ compassionately
193
+ competently
194
+ competitively
195
+ complacently
196
+ comprehensively
197
+ compulsively
198
+ conceitedly
199
+ concernedly
200
+ concisely
201
+ conclusively
202
+ concretely
203
+ concurrently
204
+ condescendingly
205
+ conditionally
206
+ confidently
207
+ confidingly
208
+ confusingly.e
209
+ congenially
210
+ conjugally
211
+ conscientiously
212
+ consciously
213
+ consecutively
214
+ conservatively
215
+ considerably
216
+ considerately
217
+ consistently
218
+ conspicuously
219
+ constantly
220
+ constitutionally
221
+ constructively
222
+ contemporaneously
223
+ contemporarily.e
224
+ contemptuously
225
+ contentedly
226
+ continually
227
+ continuously
228
+ contrariwise
229
+ contritely
230
+ controversially
231
+ conventionally
232
+ conversationally
233
+ convincingly
234
+ convulsively
235
+ coolly
236
+ cooperatively
237
+ co-operatively
238
+ copiously
239
+ cordially
240
+ correctly
241
+ correspondingly
242
+ corruptly
243
+ counterclockwise
244
+ courageously
245
+ courteously
246
+ covertly
247
+ coyly
248
+ craftily
249
+ crassly
250
+ crazily.e
251
+ creatively
252
+ credibly
253
+ creditably
254
+ credulously
255
+ criminally
256
+ crisply
257
+ crookedly
258
+ cross-legged.e
259
+ crossly
260
+ crudely
261
+ cruelly
262
+ cryptically
263
+ culturally
264
+ cumulatively
265
+ cunningly
266
+ cursorily
267
+ curtly
268
+ cynically
269
+ daintily
270
+ damnably
271
+ dangerously
272
+ daringly
273
+ darkly
274
+ dashingly
275
+ deceitfully
276
+ deceivingly
277
+ decently
278
+ deceptively
279
+ decisively
280
+ decorously
281
+ deductively.e
282
+ deeply
283
+ defectively
284
+ defensively
285
+ deferentially
286
+ defiantly
287
+ deftly
288
+ dejectedly
289
+ deliberately
290
+ delicately
291
+ delightedly
292
+ delightfully
293
+ deliriously
294
+ democratically
295
+ demoniacally
296
+ demonstratively
297
+ demurely
298
+ densely
299
+ dentally
300
+ dependably
301
+ deplorably
302
+ derisively
303
+ descriptively
304
+ deservedly
305
+ despairingly
306
+ desperately
307
+ despicably
308
+ despondently
309
+ destructively
310
+ detestably
311
+ detrimentally
312
+ devilishly
313
+ deviously
314
+ devotedly
315
+ devoutly
316
+ dexterously
317
+ diabolically
318
+ diagonally
319
+ diametrically
320
+ didactically
321
+ differentially
322
+ diffidently
323
+ diffusely
324
+ digitally
325
+ diligently
326
+ dimly
327
+ diplomatically
328
+ directly
329
+ disagreeably
330
+ disappointedly
331
+ disapprovingly
332
+ disastrously
333
+ disconcertingly
334
+ discourteously
335
+ discreetly
336
+ discretely
337
+ discursively
338
+ disdainfully
339
+ disgracefully
340
+ disgustedly
341
+ disgustingly
342
+ dishonestly
343
+ dishonourably
344
+ disingenuously
345
+ dismally
346
+ disobediently
347
+ disparagingly
348
+ dispassionately
349
+ dispiritedly
350
+ disproportionately
351
+ disrespectfully
352
+ distantly
353
+ distinctively
354
+ distinctly
355
+ distractedly
356
+ distressingly
357
+ distrustfully
358
+ disturbingly
359
+ diversely
360
+ divinely
361
+ dizzily
362
+ doggedly
363
+ dogmatically
364
+ dolefully
365
+ domestically
366
+ doubly
367
+ doubtfully
368
+ dourly
369
+ drably
370
+ drastically
371
+ dreadfully
372
+ dreamily
373
+ drearily
374
+ drily
375
+ drowsily
376
+ drunkenly.e
377
+ dryly
378
+ dubiously
379
+ dumbly
380
+ dutifully
381
+ dynamically
382
+ eagarly.e
383
+ eagerly
384
+ earnestly
385
+ easily
386
+ eastwards
387
+ ebulliently
388
+ ecstatically
389
+ edgewise
390
+ eerily
391
+ efficaciously
392
+ efficiently
393
+ effortlessly
394
+ effusively
395
+ egotistically
396
+ elaborately
397
+ electrically
398
+ electronically
399
+ elegantly
400
+ eloquently
401
+ embarrassingly
402
+ eminently
403
+ emotionally
404
+ emphatically
405
+ encouragingly
406
+ endearingly
407
+ endlessly
408
+ energetically
409
+ engagingly
410
+ enigmatically
411
+ enormously
412
+ enquiringly
413
+ enterprisingly
414
+ entertainingly
415
+ enthusiastically
416
+ enviously
417
+ epidurally.e
418
+ eponymously.e
419
+ equably
420
+ equitably
421
+ erratically
422
+ erroneously
423
+ eruditely
424
+ eternally
425
+ euphemistically
426
+ evasively
427
+ evenly
428
+ evermore
429
+ excellently
430
+ excessively
431
+ excitedly
432
+ excitingly
433
+ exclusively
434
+ excruciatingly
435
+ exhaustively
436
+ exorbitantly
437
+ expansively
438
+ expectantly
439
+ experimentally
440
+ expertly
441
+ explicitly
442
+ explosively.e
443
+ exponentially
444
+ expressively
445
+ expressly
446
+ exquisitely
447
+ extemporaneously
448
+ extensively
449
+ externally
450
+ extravagantly
451
+ exuberantly
452
+ exultantly
453
+ facetiously
454
+ facially.e
455
+ faintly
456
+ faithfully
457
+ falsely
458
+ famously
459
+ fanatically
460
+ fantastically
461
+ fast.e
462
+ fastidiously
463
+ fatally
464
+ fatuously
465
+ faultlessly
466
+ favorably
467
+ favourably
468
+ fearfully
469
+ fearlessly
470
+ feebly
471
+ ferociously
472
+ fervently
473
+ fervidly
474
+ feverishly
475
+ fiendishly
476
+ fiercely
477
+ figuratively
478
+ firmly
479
+ first-class.e
480
+ first-hand.e
481
+ fiscally
482
+ fitfully
483
+ fittingly.e
484
+ flagrantly
485
+ flamboyantly
486
+ flashily
487
+ flawlessly
488
+ flexibly
489
+ flippantly
490
+ flirtatiously
491
+ fluently
492
+ fondly
493
+ foolishly
494
+ forbiddingly
495
+ forcefully
496
+ forcibly
497
+ forgivingly
498
+ forlornly
499
+ formally
500
+ formidably
501
+ forthwith
502
+ fortissimo.e
503
+ fortnightly.e
504
+ fortuitously
505
+ frankly
506
+ frantically
507
+ fraternally
508
+ fraudulently
509
+ freakishly
510
+ freely
511
+ frequently
512
+ freshly
513
+ fretfully
514
+ frigidly
515
+ friskily
516
+ frivolously
517
+ frostily
518
+ frugally
519
+ fruitfully
520
+ fruitlessly
521
+ full-time.e
522
+ functionally
523
+ funnily
524
+ furiously
525
+ furtively
526
+ fussily
527
+ gaily
528
+ gainfully
529
+ gallantly
530
+ galore
531
+ gamely
532
+ garishly
533
+ gaudily
534
+ generously
535
+ genially
536
+ genteelly
537
+ gently
538
+ giddily
539
+ girlishly
540
+ gladly
541
+ gleefully
542
+ glibly
543
+ gloatingly
544
+ globally
545
+ gloomily
546
+ gloriously
547
+ glowingly
548
+ glumly
549
+ gorgeously
550
+ gracefully
551
+ graciously
552
+ grandly
553
+ graphically
554
+ gratefully
555
+ gratis
556
+ gratuitously
557
+ gravely
558
+ greedily
559
+ gregariously
560
+ grievously
561
+ grimly
562
+ grotesquely
563
+ grudgingly
564
+ gruffly
565
+ grumpily
566
+ guardedly
567
+ guiltily
568
+ gushingly
569
+ habitually
570
+ half-heartedly
571
+ halfway.e
572
+ haltingly
573
+ handily.e
574
+ handsomely
575
+ haphazardly
576
+ happily
577
+ happy.e
578
+ harmoniously
579
+ harshly
580
+ hastily
581
+ hatefully
582
+ haughtily
583
+ headlong.e
584
+ head-on.e
585
+ heartily
586
+ heartlessly
587
+ heatedly
588
+ helpfully
589
+ helplessly
590
+ helter-skelter
591
+ henceforth
592
+ hereabouts
593
+ hereafter
594
+ hermetically
595
+ heroically
596
+ hesitantly
597
+ hesitatingly
598
+ hideously
599
+ higgledy-piggledy
600
+ high-handedly
601
+ hilariously
602
+ hither
603
+ hitherto
604
+ hoarsely
605
+ homeward.e
606
+ homewards
607
+ honestly
608
+ honorably.e
609
+ honourably
610
+ hopelessly
611
+ horizontally
612
+ horribly
613
+ horrifically.e
614
+ hospitably
615
+ hotly
616
+ huffily
617
+ humanely
618
+ humbly
619
+ humorously
620
+ hungrily
621
+ hurriedly
622
+ huskily
623
+ hypocritically
624
+ hysterically
625
+ icily
626
+ identically
627
+ ideologically
628
+ idiomatically
629
+ idly
630
+ illegally
631
+ illegibly
632
+ illegitimately
633
+ illicitly
634
+ illustriously
635
+ imaginatively
636
+ immaculately
637
+ immeasurably
638
+ immensely
639
+ imminently
640
+ immodestly
641
+ immorally
642
+ impartially
643
+ impassively
644
+ impatiently
645
+ impeccably
646
+ imperceptibly
647
+ imperfectly
648
+ imperially
649
+ imperiously
650
+ impertinently
651
+ impetuously
652
+ impishly
653
+ implausibly
654
+ implicitly
655
+ imploringly
656
+ impolitely
657
+ imposingly
658
+ impossibly.e
659
+ impractically.e
660
+ imprecisely
661
+ impressively
662
+ improperly
663
+ imprudently
664
+ impudently
665
+ impulsively
666
+ inaccurately
667
+ inadequately
668
+ inadvertantly
669
+ inadvertently
670
+ inanely
671
+ inappropriately
672
+ inarticulately.e
673
+ incessantly
674
+ incisively
675
+ inclusively
676
+ incognito.e
677
+ incoherently
678
+ incompetently
679
+ incompletely
680
+ inconclusively
681
+ incongruously
682
+ inconsiderately
683
+ inconsistently
684
+ inconspicuously
685
+ inconveniently
686
+ incorrectly
687
+ incredulously
688
+ indecently
689
+ indecisively
690
+ indefinitely
691
+ indelibly
692
+ indifferently
693
+ indignantly
694
+ indirectly
695
+ indiscreetly
696
+ indiscriminately
697
+ individually
698
+ indolently
699
+ industriously
700
+ ineffably
701
+ ineffectively
702
+ ineffectually
703
+ inefficiently
704
+ inelegantly
705
+ ineptly
706
+ inescapably
707
+ inexorably
708
+ inexpensively
709
+ inexplicably.e
710
+ inextricably
711
+ infamously.e
712
+ inflexibly
713
+ informally
714
+ informatively
715
+ infrequently
716
+ ingeniously
717
+ ingratiatingly
718
+ inhumanely
719
+ inimitably
720
+ innately
721
+ innocently
722
+ inoffensively
723
+ inordinately
724
+ inorganically
725
+ inquiringly
726
+ inquisitively
727
+ insanely
728
+ insatiably
729
+ insecurely
730
+ insensitively
731
+ insidiously
732
+ insightfully
733
+ insinuatingly
734
+ insipidly
735
+ insistently
736
+ insolently
737
+ instantaneously
738
+ instantly
739
+ instinctively
740
+ insufferably
741
+ insufficiently
742
+ insultingly
743
+ insuperably
744
+ integrally
745
+ intellectually
746
+ intelligently
747
+ intelligibly
748
+ intensely
749
+ intensively
750
+ intentionally
751
+ intently
752
+ interchangeably
753
+ interdepartmentally
754
+ interminably
755
+ intermittently
756
+ internally
757
+ internationally
758
+ interrogatively
759
+ intimately
760
+ intransitively
761
+ intravenously
762
+ intrepidly
763
+ intricately
764
+ intrinsically
765
+ intuitively
766
+ inventively
767
+ inversely
768
+ invisibly.e
769
+ invitingly
770
+ involuntarily
771
+ inwardly
772
+ irately
773
+ irmly
774
+ irrationally
775
+ irregularly
776
+ irrelevantly
777
+ irreparably.e
778
+ irresistibly
779
+ irresponsibly.e
780
+ irretrievably
781
+ irreverently
782
+ irreversibly
783
+ irritably
784
+ jarringly
785
+ jauntily
786
+ jealously
787
+ jerkily
788
+ jestingly
789
+ jocosely
790
+ jocularly
791
+ jokingly
792
+ jovially
793
+ joyfully
794
+ joyously
795
+ jubilantly
796
+ judiciously
797
+ justly
798
+ keenly
799
+ knowingly
800
+ laboriously
801
+ lackadaisically
802
+ laconically
803
+ lamely
804
+ landward
805
+ languidly
806
+ languorously
807
+ lasciviously
808
+ laterally
809
+ latterly.e
810
+ laudably
811
+ laughingly
812
+ lavishly
813
+ lawfully
814
+ lazily
815
+ learnedly
816
+ legally
817
+ legibly
818
+ legislatively
819
+ legitimately
820
+ lengthily
821
+ lengthways
822
+ leniently
823
+ lento.e
824
+ lethargically
825
+ lewdly
826
+ lexically
827
+ liberally
828
+ licentiously
829
+ lifelessly
830
+ light-headedly
831
+ light-heartedly
832
+ lightheartedly.e
833
+ lightly
834
+ limply
835
+ linearly
836
+ listlessly
837
+ locally
838
+ loftily
839
+ logarithmically
840
+ longingly
841
+ longitudinally
842
+ longways
843
+ loosely
844
+ loquaciously
845
+ loudly
846
+ lovingly
847
+ loyally
848
+ lucidly
849
+ ludicrously
850
+ lugubriously
851
+ lukewarmly
852
+ luridly
853
+ lustfully
854
+ lustily
855
+ luxuriantly
856
+ luxuriously
857
+ lyrically
858
+ magically
859
+ magisterially
860
+ magnanimously
861
+ magnetically
862
+ magnificently
863
+ majestically
864
+ malevolently
865
+ maliciously
866
+ malignantly
867
+ manageably
868
+ manfully
869
+ maniacally
870
+ manifestly
871
+ manually
872
+ markedly
873
+ marvellously
874
+ marvelously
875
+ massively
876
+ masterfully
877
+ maternally
878
+ maturely
879
+ maximally
880
+ meagrely
881
+ meaningfully
882
+ meanly
883
+ measurably
884
+ mechanically
885
+ mechanistically
886
+ meditatively
887
+ meekly
888
+ melodiously
889
+ melodramatically
890
+ memorably
891
+ menacingly
892
+ menially
893
+ mentally
894
+ mercilessly
895
+ merrily
896
+ metaphorically
897
+ methodically
898
+ meticulously
899
+ metrically
900
+ microscopically
901
+ mightily
902
+ mildly
903
+ militarily
904
+ mindlessly
905
+ minimally
906
+ ministerially
907
+ minorly.e
908
+ minutely
909
+ mirthfully
910
+ mischievously
911
+ miserably
912
+ mistakenly
913
+ mistrustfully
914
+ mockingly
915
+ modestly
916
+ molten.e
917
+ momentously
918
+ monetarily
919
+ monotonously
920
+ monstrously
921
+ moodily
922
+ morosely
923
+ mortally
924
+ mournfully
925
+ municipally
926
+ musically
927
+ musingly
928
+ mutely
929
+ mutually
930
+ naively
931
+ narrow-mindedly
932
+ nasally
933
+ nastily
934
+ nationally
935
+ neatly
936
+ needlessly
937
+ nefariously
938
+ negatively
939
+ negligently
940
+ nervously
941
+ neurotically
942
+ nicely
943
+ nimbly
944
+ nobly
945
+ noisily
946
+ nonchalantly
947
+ nonstop.e
948
+ normally
949
+ northwards
950
+ nostalgically
951
+ noticeably
952
+ numbly
953
+ numerically
954
+ obdurately
955
+ obediently
956
+ objectionably
957
+ objectively
958
+ obligingly
959
+ obliquely
960
+ obnoxiously
961
+ obscenely
962
+ obscurely
963
+ obsequiously
964
+ observantly
965
+ obsessively
966
+ obstinately
967
+ obstreperously
968
+ obstructively
969
+ obtrusively
970
+ obtusely
971
+ odiously
972
+ offensively
973
+ offhand.e
974
+ offhandedly
975
+ officially
976
+ officiously
977
+ offstage.e
978
+ onerously
979
+ onshore.e
980
+ onward
981
+ onwards
982
+ opaquely
983
+ openly
984
+ oppressively
985
+ optimally
986
+ optimistically
987
+ optionally
988
+ opulently
989
+ orally
990
+ organically
991
+ ornately
992
+ orthogonally
993
+ ostentatiously
994
+ outrageously
995
+ outspokenly
996
+ outstandingly
997
+ outwardly
998
+ overbearingly
999
+ overboard
1000
+ overtly
1001
+ overwhelmingly
1002
+ painfully
1003
+ painlessly
1004
+ painstakingly
1005
+ palatably
1006
+ palmately.e
1007
+ palpably
1008
+ parentally
1009
+ parenthetically
1010
+ parochially
1011
+ part-time.e
1012
+ passably
1013
+ passim
1014
+ passionately
1015
+ passively
1016
+ paternally
1017
+ pathetically
1018
+ pathologically
1019
+ patiently
1020
+ patriotically
1021
+ patronizingly
1022
+ peaceably
1023
+ peacefully
1024
+ peculiarly
1025
+ pedantically
1026
+ peevishly
1027
+ pejoratively
1028
+ pell-mell
1029
+ penetratingly
1030
+ pensively
1031
+ perceptibly
1032
+ perceptively
1033
+ perchance
1034
+ peremptorily
1035
+ perenially
1036
+ perennially
1037
+ perfectly
1038
+ perfunctorily
1039
+ perilously
1040
+ permanently
1041
+ perniciously
1042
+ perpetually
1043
+ persistently
1044
+ personally
1045
+ persuasively
1046
+ pervasively
1047
+ perversely
1048
+ pessimistically
1049
+ petulantly
1050
+ phenomenally
1051
+ physically
1052
+ pianissimo.e
1053
+ picturesquely
1054
+ piercingly
1055
+ pig-headedly
1056
+ piously
1057
+ piping.e
1058
+ pithily
1059
+ pitifully
1060
+ pizzicato.e
1061
+ placidly
1062
+ plaintively
1063
+ plausibly
1064
+ playfully
1065
+ pleadingly
1066
+ pleasantly
1067
+ ploddingly
1068
+ pneumatically
1069
+ poetically
1070
+ poignantly
1071
+ point-blank.e
1072
+ pointedly
1073
+ polemically
1074
+ politely
1075
+ pompously
1076
+ ponderously
1077
+ poorly.e
1078
+ popularly
1079
+ portentously
1080
+ positively
1081
+ possessively
1082
+ posthumously
1083
+ potently
1084
+ powerfully
1085
+ precariously
1086
+ precipitously
1087
+ pre-eminently
1088
+ prematurely
1089
+ presently
1090
+ prestissimo.e
1091
+ presumptuously
1092
+ pretentiously
1093
+ previously
1094
+ primitively
1095
+ primly
1096
+ privately
1097
+ proactively.e
1098
+ prodigiously
1099
+ productively
1100
+ profanely
1101
+ professionally
1102
+ proficiently
1103
+ profitably
1104
+ profoundly
1105
+ profusely
1106
+ programmatically.e
1107
+ progressively
1108
+ prohibitively
1109
+ prolifically.e
1110
+ prominently
1111
+ promiscuously
1112
+ promptly
1113
+ prophetically
1114
+ proportionally
1115
+ proportionately
1116
+ prosaically
1117
+ protectively
1118
+ proudly
1119
+ providently
1120
+ provincially.e
1121
+ provisionally
1122
+ provocatively
1123
+ prudently
1124
+ prudishly
1125
+ publicly
1126
+ punctually
1127
+ puritanically
1128
+ purportedly.e
1129
+ purposefully
1130
+ quaintly
1131
+ qualitatively
1132
+ quantitatively
1133
+ quick.e
1134
+ quickly
1135
+ quiescently
1136
+ quietly
1137
+ quixotically
1138
+ quizzically
1139
+ radially
1140
+ radiantly
1141
+ radically
1142
+ rampantly
1143
+ randomly
1144
+ rapidly
1145
+ rapturously
1146
+ rarely.a
1147
+ rashly
1148
+ rationally
1149
+ raucously
1150
+ ravenously
1151
+ readily
1152
+ reassuringly
1153
+ recklessly
1154
+ recognizably
1155
+ redundantly
1156
+ reflectively
1157
+ refreshingly
1158
+ regally
1159
+ regionally
1160
+ regretfully
1161
+ regularly
1162
+ relentlessly
1163
+ reliably
1164
+ religiously
1165
+ reluctantly
1166
+ remorsefully
1167
+ remorselessly
1168
+ remotely
1169
+ repeatably.e
1170
+ repeatedly
1171
+ repentantly
1172
+ repetitively
1173
+ reproachfully
1174
+ reprovingly
1175
+ resentfully
1176
+ resignedly
1177
+ resolutely
1178
+ resoundingly
1179
+ resourcefully
1180
+ respectfully
1181
+ responsibly
1182
+ restively
1183
+ restlessly
1184
+ reticently
1185
+ retroactively
1186
+ retrospectively
1187
+ reverentially
1188
+ reverently
1189
+ rhetorically
1190
+ richly
1191
+ righteously
1192
+ rightfully
1193
+ rigidly
1194
+ rigorously
1195
+ riotously
1196
+ robustly
1197
+ romantically
1198
+ roundly
1199
+ routinely
1200
+ rowdily
1201
+ royally
1202
+ rudely
1203
+ ruefully
1204
+ ruggedly
1205
+ ruthlessly
1206
+ sadistically
1207
+ safely
1208
+ sanctimoniously
1209
+ sarcastically
1210
+ sardonically
1211
+ satirically
1212
+ satisfactorily
1213
+ savagely
1214
+ scantily
1215
+ scathingly
1216
+ sceptically
1217
+ schematically
1218
+ scornfully
1219
+ scot-free
1220
+ scrupulously
1221
+ seamlessly.e
1222
+ seasonally
1223
+ seawards
1224
+ secretively
1225
+ secretly
1226
+ securely
1227
+ sedately
1228
+ seductively
1229
+ selectively
1230
+ selfconsciously
1231
+ self-consciously
1232
+ selfishly
1233
+ selflessly.e
1234
+ sensationally
1235
+ senselessly
1236
+ sensibly
1237
+ sensitively
1238
+ sensuously
1239
+ sentimentally
1240
+ separately
1241
+ sequentially
1242
+ serenely
1243
+ serially
1244
+ seriatim
1245
+ seriously
1246
+ severally
1247
+ shabbily
1248
+ shamefully
1249
+ shamelessly
1250
+ sharply
1251
+ sheepishly
1252
+ shockingly
1253
+ shrewdly
1254
+ shrilly
1255
+ shyly
1256
+ side-saddle
1257
+ silently
1258
+ simple-mindedly
1259
+ sincerely
1260
+ single-handed
1261
+ singlehandedly.e
1262
+ singly
1263
+ skeptically
1264
+ skilfully
1265
+ skillfully
1266
+ sky-high.e
1267
+ skyward
1268
+ skywards
1269
+ slavishly
1270
+ sleepily
1271
+ slickly
1272
+ sloppily
1273
+ slowly
1274
+ sluggishly
1275
+ slyly
1276
+ smartly
1277
+ smilingly
1278
+ smoothly
1279
+ smugly
1280
+ sneeringly.e
1281
+ snobbishly
1282
+ snootily
1283
+ snugly
1284
+ soberly
1285
+ sociably
1286
+ softly
1287
+ solemnly
1288
+ solidly
1289
+ somberly
1290
+ sombrely
1291
+ sonorously
1292
+ soothingly
1293
+ sorely
1294
+ sorrowfully
1295
+ soundly
1296
+ sourly
1297
+ southwards
1298
+ spaciously
1299
+ sparingly
1300
+ sparsely
1301
+ spasmodically
1302
+ speciously
1303
+ spectacularly
1304
+ speedily.e
1305
+ spiritually
1306
+ spitefully
1307
+ splendidly
1308
+ spontaneously
1309
+ sporadically
1310
+ spotlessly
1311
+ spuriously
1312
+ squarely
1313
+ staggeringly
1314
+ staidly
1315
+ starkly
1316
+ statically
1317
+ staunchly
1318
+ steadfastly
1319
+ steadily
1320
+ stealthily
1321
+ steeply
1322
+ sternly
1323
+ stiffly
1324
+ stirringly
1325
+ stochastically
1326
+ stoically
1327
+ stonily
1328
+ stoutly
1329
+ straightforwardly
1330
+ strategically
1331
+ strenuously
1332
+ stridently.e
1333
+ strikingly
1334
+ stringently
1335
+ strong.e
1336
+ strongly
1337
+ stubbornly
1338
+ studiously
1339
+ stuffily
1340
+ stunningly
1341
+ stupendously
1342
+ stupidly
1343
+ sturdily
1344
+ stylishly
1345
+ suavely
1346
+ subconsciously
1347
+ subjectively
1348
+ sublimely
1349
+ subserviently
1350
+ subtly
1351
+ successfully
1352
+ successively
1353
+ succinctly
1354
+ suddenly
1355
+ suggestively
1356
+ suitably
1357
+ sullenly
1358
+ summarily
1359
+ sumptuously
1360
+ superbly
1361
+ superciliously
1362
+ superfluously
1363
+ surgically
1364
+ surpassingly
1365
+ surreptitiously
1366
+ suspiciously
1367
+ sustainably.e
1368
+ sweetly
1369
+ swiftly
1370
+ symbolically
1371
+ symmetrically
1372
+ sympathetically
1373
+ synthetically
1374
+ systematically
1375
+ tacitly
1376
+ tactfully
1377
+ tactically
1378
+ tactlessly
1379
+ tall.e
1380
+ tangibly
1381
+ tartly
1382
+ tastefully
1383
+ tastelessly
1384
+ tauntingly
1385
+ tearfully
1386
+ technically
1387
+ tediously
1388
+ tellingly.e
1389
+ temperamentally
1390
+ temporarily
1391
+ tenaciously
1392
+ tenderly
1393
+ tensely
1394
+ tentatively
1395
+ tenuously
1396
+ terminally
1397
+ terrifically
1398
+ tersely
1399
+ testily
1400
+ theatrically
1401
+ thermally
1402
+ thinly
1403
+ thoroughly
1404
+ thoughtfully
1405
+ thoughtlessly
1406
+ threateningly
1407
+ tightly
1408
+ timidly
1409
+ tirelessly
1410
+ tolerably
1411
+ tolerantly
1412
+ topically
1413
+ transitively
1414
+ transparently.e
1415
+ treacherously
1416
+ tremendously
1417
+ trenchantly
1418
+ tritely
1419
+ triumphantly
1420
+ trivially
1421
+ truculently
1422
+ trustfully
1423
+ typographically
1424
+ unabashedly
1425
+ unambiguously
1426
+ unanimously
1427
+ unashamedly
1428
+ unassumingly
1429
+ unawares
1430
+ unceasingly
1431
+ unceremoniously
1432
+ uncomfortably
1433
+ uncommonly
1434
+ uncomplainingly
1435
+ unconditionally
1436
+ unconsciously
1437
+ uncontrollably
1438
+ unconventionally.e
1439
+ unconvincingly.e
1440
+ uncritically
1441
+ underarm.e
1442
+ underhand
1443
+ undiplomatically
1444
+ uneasily
1445
+ unemotionally
1446
+ unenthusiastically
1447
+ unequally
1448
+ unequivocably
1449
+ unequivocally
1450
+ unerringly
1451
+ unethically
1452
+ unevenly
1453
+ uneventfully
1454
+ unexpectedly
1455
+ unfailingly
1456
+ unfairly
1457
+ unfaithfully
1458
+ unfalteringly
1459
+ unfavorably
1460
+ unfavourably
1461
+ unfeelingly
1462
+ unflinchingly
1463
+ unforgivably
1464
+ ungraciously
1465
+ ungrammatically
1466
+ ungratefully
1467
+ ungrudgingly
1468
+ unhappily
1469
+ unhappy.e
1470
+ unhelpfully
1471
+ unhesitatingly
1472
+ unhurriedly
1473
+ uniformly
1474
+ unilaterally
1475
+ unimaginatively
1476
+ unimpressively
1477
+ unintelligibly
1478
+ unintentionally
1479
+ uninterruptedly
1480
+ uniquely
1481
+ unjustifiably
1482
+ unjustly
1483
+ unknowingly
1484
+ unlawfully
1485
+ unmusically
1486
+ unnecessarily
1487
+ unobtrusively
1488
+ unpleasantly
1489
+ unreliably
1490
+ unreservedly
1491
+ unsatisfactorily
1492
+ unscientifically
1493
+ unscrupulously
1494
+ unseasonably
1495
+ unselfconsciously
1496
+ unselfishly
1497
+ unsparingly
1498
+ unsuccessfully
1499
+ unsurprisingly.e
1500
+ unsuspectingly
1501
+ unthinkingly
1502
+ untruthfully
1503
+ unwaveringly
1504
+ unwillingly
1505
+ unwisely
1506
+ unwittingly
1507
+ uphill.e
1508
+ upright.e
1509
+ uproariously
1510
+ upstage.e
1511
+ upwardly
1512
+ urbanely
1513
+ urgently
1514
+ vacantly
1515
+ vaguely
1516
+ vainly
1517
+ valiantly
1518
+ variously
1519
+ varyingly.e
1520
+ vastly
1521
+ vehemently
1522
+ venomously
1523
+ verbally
1524
+ verbosely
1525
+ vertically
1526
+ vibrantly
1527
+ vicariously
1528
+ viciously
1529
+ victoriously
1530
+ vigilantly
1531
+ vigorously
1532
+ vindictively
1533
+ violently
1534
+ virtuously
1535
+ virulently.e
1536
+ visibly
1537
+ visually
1538
+ vivace
1539
+ vivaciously
1540
+ vividly
1541
+ vocally
1542
+ vociferously
1543
+ voraciously
1544
+ vulgarly
1545
+ wanly
1546
+ warily
1547
+ warmly
1548
+ weakly.e
1549
+ wearily
1550
+ weirdly.e
1551
+ westwards
1552
+ whereabout.e
1553
+ whereabouts.e
1554
+ whimsically
1555
+ wholeheartedly
1556
+ wickedly
1557
+ wildly
1558
+ wilfully
1559
+ willingly
1560
+ wisely
1561
+ wistfully
1562
+ wittily
1563
+ woefully
1564
+ wonderfully
1565
+ worriedly
1566
+ wrongfully
1567
+ wrong-headedly
1568
+ wrongly
1569
+ wryly
1570
+ yearningly
1571
+ young.e
1572
+ zealously
1573
+ zestfully