grammar_cop 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (344) hide show
  1. data/.DS_Store +0 -0
  2. data/.gitignore +4 -0
  3. data/Gemfile +4 -0
  4. data/Rakefile +8 -0
  5. data/data/.DS_Store +0 -0
  6. data/data/Makefile +511 -0
  7. data/data/Makefile.am +4 -0
  8. data/data/Makefile.in +511 -0
  9. data/data/de/.DS_Store +0 -0
  10. data/data/de/4.0.affix +7 -0
  11. data/data/de/4.0.dict +474 -0
  12. data/data/de/Makefile +387 -0
  13. data/data/de/Makefile.am +9 -0
  14. data/data/de/Makefile.in +387 -0
  15. data/data/en/.DS_Store +0 -0
  16. data/data/en/4.0.affix +26 -0
  17. data/data/en/4.0.batch +1002 -0
  18. data/data/en/4.0.biolg.batch +411 -0
  19. data/data/en/4.0.constituent-knowledge +127 -0
  20. data/data/en/4.0.dict +8759 -0
  21. data/data/en/4.0.dict.m4 +6928 -0
  22. data/data/en/4.0.enwiki.batch +14 -0
  23. data/data/en/4.0.fixes.batch +2776 -0
  24. data/data/en/4.0.knowledge +306 -0
  25. data/data/en/4.0.regex +225 -0
  26. data/data/en/4.0.voa.batch +114 -0
  27. data/data/en/Makefile +554 -0
  28. data/data/en/Makefile.am +19 -0
  29. data/data/en/Makefile.in +554 -0
  30. data/data/en/README +173 -0
  31. data/data/en/tiny.dict +157 -0
  32. data/data/en/words/.DS_Store +0 -0
  33. data/data/en/words/Makefile +456 -0
  34. data/data/en/words/Makefile.am +78 -0
  35. data/data/en/words/Makefile.in +456 -0
  36. data/data/en/words/currency +205 -0
  37. data/data/en/words/currency.p +28 -0
  38. data/data/en/words/entities.given-bisex.sing +39 -0
  39. data/data/en/words/entities.given-female.sing +4141 -0
  40. data/data/en/words/entities.given-male.sing +1633 -0
  41. data/data/en/words/entities.locations.sing +68 -0
  42. data/data/en/words/entities.national.sing +253 -0
  43. data/data/en/words/entities.organizations.sing +7 -0
  44. data/data/en/words/entities.us-states.sing +11 -0
  45. data/data/en/words/units.1 +45 -0
  46. data/data/en/words/units.1.dot +4 -0
  47. data/data/en/words/units.3 +2 -0
  48. data/data/en/words/units.4 +5 -0
  49. data/data/en/words/units.4.dot +1 -0
  50. data/data/en/words/words-medical.adv.1 +1191 -0
  51. data/data/en/words/words-medical.prep.1 +67 -0
  52. data/data/en/words/words-medical.v.4.1 +2835 -0
  53. data/data/en/words/words-medical.v.4.2 +2848 -0
  54. data/data/en/words/words-medical.v.4.3 +3011 -0
  55. data/data/en/words/words-medical.v.4.4 +3036 -0
  56. data/data/en/words/words-medical.v.4.5 +3050 -0
  57. data/data/en/words/words.adj.1 +6794 -0
  58. data/data/en/words/words.adj.2 +638 -0
  59. data/data/en/words/words.adj.3 +667 -0
  60. data/data/en/words/words.adv.1 +1573 -0
  61. data/data/en/words/words.adv.2 +67 -0
  62. data/data/en/words/words.adv.3 +157 -0
  63. data/data/en/words/words.adv.4 +80 -0
  64. data/data/en/words/words.n.1 +11464 -0
  65. data/data/en/words/words.n.1.wiki +264 -0
  66. data/data/en/words/words.n.2.s +2017 -0
  67. data/data/en/words/words.n.2.s.biolg +1 -0
  68. data/data/en/words/words.n.2.s.wiki +298 -0
  69. data/data/en/words/words.n.2.x +65 -0
  70. data/data/en/words/words.n.2.x.wiki +10 -0
  71. data/data/en/words/words.n.3 +5717 -0
  72. data/data/en/words/words.n.t +23 -0
  73. data/data/en/words/words.v.1.1 +1038 -0
  74. data/data/en/words/words.v.1.2 +1043 -0
  75. data/data/en/words/words.v.1.3 +1052 -0
  76. data/data/en/words/words.v.1.4 +1023 -0
  77. data/data/en/words/words.v.1.p +17 -0
  78. data/data/en/words/words.v.10.1 +14 -0
  79. data/data/en/words/words.v.10.2 +15 -0
  80. data/data/en/words/words.v.10.3 +88 -0
  81. data/data/en/words/words.v.10.4 +17 -0
  82. data/data/en/words/words.v.2.1 +1253 -0
  83. data/data/en/words/words.v.2.2 +1304 -0
  84. data/data/en/words/words.v.2.3 +1280 -0
  85. data/data/en/words/words.v.2.4 +1285 -0
  86. data/data/en/words/words.v.2.5 +1287 -0
  87. data/data/en/words/words.v.4.1 +2472 -0
  88. data/data/en/words/words.v.4.2 +2487 -0
  89. data/data/en/words/words.v.4.3 +2441 -0
  90. data/data/en/words/words.v.4.4 +2478 -0
  91. data/data/en/words/words.v.4.5 +2483 -0
  92. data/data/en/words/words.v.5.1 +98 -0
  93. data/data/en/words/words.v.5.2 +98 -0
  94. data/data/en/words/words.v.5.3 +103 -0
  95. data/data/en/words/words.v.5.4 +102 -0
  96. data/data/en/words/words.v.6.1 +388 -0
  97. data/data/en/words/words.v.6.2 +401 -0
  98. data/data/en/words/words.v.6.3 +397 -0
  99. data/data/en/words/words.v.6.4 +405 -0
  100. data/data/en/words/words.v.6.5 +401 -0
  101. data/data/en/words/words.v.8.1 +117 -0
  102. data/data/en/words/words.v.8.2 +118 -0
  103. data/data/en/words/words.v.8.3 +118 -0
  104. data/data/en/words/words.v.8.4 +119 -0
  105. data/data/en/words/words.v.8.5 +119 -0
  106. data/data/en/words/words.y +104 -0
  107. data/data/lt/.DS_Store +0 -0
  108. data/data/lt/4.0.affix +6 -0
  109. data/data/lt/4.0.constituent-knowledge +24 -0
  110. data/data/lt/4.0.dict +135 -0
  111. data/data/lt/4.0.knowledge +38 -0
  112. data/data/lt/Makefile +389 -0
  113. data/data/lt/Makefile.am +11 -0
  114. data/data/lt/Makefile.in +389 -0
  115. data/ext/.DS_Store +0 -0
  116. data/ext/link_grammar/.DS_Store +0 -0
  117. data/ext/link_grammar/extconf.rb +2 -0
  118. data/ext/link_grammar/link-grammar/.DS_Store +0 -0
  119. data/ext/link_grammar/link-grammar/.deps/analyze-linkage.Plo +198 -0
  120. data/ext/link_grammar/link-grammar/.deps/and.Plo +202 -0
  121. data/ext/link_grammar/link-grammar/.deps/api.Plo +244 -0
  122. data/ext/link_grammar/link-grammar/.deps/build-disjuncts.Plo +212 -0
  123. data/ext/link_grammar/link-grammar/.deps/command-line.Plo +201 -0
  124. data/ext/link_grammar/link-grammar/.deps/constituents.Plo +201 -0
  125. data/ext/link_grammar/link-grammar/.deps/count.Plo +202 -0
  126. data/ext/link_grammar/link-grammar/.deps/disjunct-utils.Plo +126 -0
  127. data/ext/link_grammar/link-grammar/.deps/disjuncts.Plo +123 -0
  128. data/ext/link_grammar/link-grammar/.deps/error.Plo +121 -0
  129. data/ext/link_grammar/link-grammar/.deps/expand.Plo +133 -0
  130. data/ext/link_grammar/link-grammar/.deps/extract-links.Plo +198 -0
  131. data/ext/link_grammar/link-grammar/.deps/fast-match.Plo +200 -0
  132. data/ext/link_grammar/link-grammar/.deps/idiom.Plo +200 -0
  133. data/ext/link_grammar/link-grammar/.deps/jni-client.Plo +217 -0
  134. data/ext/link_grammar/link-grammar/.deps/link-parser.Po +1 -0
  135. data/ext/link_grammar/link-grammar/.deps/massage.Plo +202 -0
  136. data/ext/link_grammar/link-grammar/.deps/post-process.Plo +202 -0
  137. data/ext/link_grammar/link-grammar/.deps/pp_knowledge.Plo +202 -0
  138. data/ext/link_grammar/link-grammar/.deps/pp_lexer.Plo +201 -0
  139. data/ext/link_grammar/link-grammar/.deps/pp_linkset.Plo +200 -0
  140. data/ext/link_grammar/link-grammar/.deps/prefix.Plo +102 -0
  141. data/ext/link_grammar/link-grammar/.deps/preparation.Plo +202 -0
  142. data/ext/link_grammar/link-grammar/.deps/print-util.Plo +200 -0
  143. data/ext/link_grammar/link-grammar/.deps/print.Plo +201 -0
  144. data/ext/link_grammar/link-grammar/.deps/prune.Plo +202 -0
  145. data/ext/link_grammar/link-grammar/.deps/read-dict.Plo +223 -0
  146. data/ext/link_grammar/link-grammar/.deps/read-regex.Plo +123 -0
  147. data/ext/link_grammar/link-grammar/.deps/regex-morph.Plo +131 -0
  148. data/ext/link_grammar/link-grammar/.deps/resources.Plo +203 -0
  149. data/ext/link_grammar/link-grammar/.deps/spellcheck-aspell.Plo +1 -0
  150. data/ext/link_grammar/link-grammar/.deps/spellcheck-hun.Plo +115 -0
  151. data/ext/link_grammar/link-grammar/.deps/string-set.Plo +198 -0
  152. data/ext/link_grammar/link-grammar/.deps/tokenize.Plo +160 -0
  153. data/ext/link_grammar/link-grammar/.deps/utilities.Plo +222 -0
  154. data/ext/link_grammar/link-grammar/.deps/word-file.Plo +201 -0
  155. data/ext/link_grammar/link-grammar/.deps/word-utils.Plo +212 -0
  156. data/ext/link_grammar/link-grammar/.libs/analyze-linkage.o +0 -0
  157. data/ext/link_grammar/link-grammar/.libs/and.o +0 -0
  158. data/ext/link_grammar/link-grammar/.libs/api.o +0 -0
  159. data/ext/link_grammar/link-grammar/.libs/build-disjuncts.o +0 -0
  160. data/ext/link_grammar/link-grammar/.libs/command-line.o +0 -0
  161. data/ext/link_grammar/link-grammar/.libs/constituents.o +0 -0
  162. data/ext/link_grammar/link-grammar/.libs/count.o +0 -0
  163. data/ext/link_grammar/link-grammar/.libs/disjunct-utils.o +0 -0
  164. data/ext/link_grammar/link-grammar/.libs/disjuncts.o +0 -0
  165. data/ext/link_grammar/link-grammar/.libs/error.o +0 -0
  166. data/ext/link_grammar/link-grammar/.libs/expand.o +0 -0
  167. data/ext/link_grammar/link-grammar/.libs/extract-links.o +0 -0
  168. data/ext/link_grammar/link-grammar/.libs/fast-match.o +0 -0
  169. data/ext/link_grammar/link-grammar/.libs/idiom.o +0 -0
  170. data/ext/link_grammar/link-grammar/.libs/jni-client.o +0 -0
  171. data/ext/link_grammar/link-grammar/.libs/liblink-grammar-java-symbols.expsym +31 -0
  172. data/ext/link_grammar/link-grammar/.libs/liblink-grammar-java.4.dylib +0 -0
  173. data/ext/link_grammar/link-grammar/.libs/liblink-grammar-java.4.dylib.dSYM/Contents/Info.plist +20 -0
  174. data/ext/link_grammar/link-grammar/.libs/liblink-grammar-java.4.dylib.dSYM/Contents/Resources/DWARF/liblink-grammar-java.4.dylib +0 -0
  175. data/ext/link_grammar/link-grammar/.libs/liblink-grammar-java.a +0 -0
  176. data/ext/link_grammar/link-grammar/.libs/liblink-grammar-java.dylib +0 -0
  177. data/ext/link_grammar/link-grammar/.libs/liblink-grammar-symbols.expsym +194 -0
  178. data/ext/link_grammar/link-grammar/.libs/liblink-grammar.4.dylib +0 -0
  179. data/ext/link_grammar/link-grammar/.libs/liblink-grammar.4.dylib.dSYM/Contents/Info.plist +20 -0
  180. data/ext/link_grammar/link-grammar/.libs/liblink-grammar.4.dylib.dSYM/Contents/Resources/DWARF/liblink-grammar.4.dylib +0 -0
  181. data/ext/link_grammar/link-grammar/.libs/liblink-grammar.a +0 -0
  182. data/ext/link_grammar/link-grammar/.libs/liblink-grammar.dylib +0 -0
  183. data/ext/link_grammar/link-grammar/.libs/liblink-grammar.la +41 -0
  184. data/ext/link_grammar/link-grammar/.libs/liblink-grammar.lai +41 -0
  185. data/ext/link_grammar/link-grammar/.libs/massage.o +0 -0
  186. data/ext/link_grammar/link-grammar/.libs/post-process.o +0 -0
  187. data/ext/link_grammar/link-grammar/.libs/pp_knowledge.o +0 -0
  188. data/ext/link_grammar/link-grammar/.libs/pp_lexer.o +0 -0
  189. data/ext/link_grammar/link-grammar/.libs/pp_linkset.o +0 -0
  190. data/ext/link_grammar/link-grammar/.libs/prefix.o +0 -0
  191. data/ext/link_grammar/link-grammar/.libs/preparation.o +0 -0
  192. data/ext/link_grammar/link-grammar/.libs/print-util.o +0 -0
  193. data/ext/link_grammar/link-grammar/.libs/print.o +0 -0
  194. data/ext/link_grammar/link-grammar/.libs/prune.o +0 -0
  195. data/ext/link_grammar/link-grammar/.libs/read-dict.o +0 -0
  196. data/ext/link_grammar/link-grammar/.libs/read-regex.o +0 -0
  197. data/ext/link_grammar/link-grammar/.libs/regex-morph.o +0 -0
  198. data/ext/link_grammar/link-grammar/.libs/resources.o +0 -0
  199. data/ext/link_grammar/link-grammar/.libs/spellcheck-aspell.o +0 -0
  200. data/ext/link_grammar/link-grammar/.libs/spellcheck-hun.o +0 -0
  201. data/ext/link_grammar/link-grammar/.libs/string-set.o +0 -0
  202. data/ext/link_grammar/link-grammar/.libs/tokenize.o +0 -0
  203. data/ext/link_grammar/link-grammar/.libs/utilities.o +0 -0
  204. data/ext/link_grammar/link-grammar/.libs/word-file.o +0 -0
  205. data/ext/link_grammar/link-grammar/.libs/word-utils.o +0 -0
  206. data/ext/link_grammar/link-grammar/Makefile +900 -0
  207. data/ext/link_grammar/link-grammar/Makefile.am +202 -0
  208. data/ext/link_grammar/link-grammar/Makefile.in +900 -0
  209. data/ext/link_grammar/link-grammar/analyze-linkage.c +1317 -0
  210. data/ext/link_grammar/link-grammar/analyze-linkage.h +24 -0
  211. data/ext/link_grammar/link-grammar/and.c +1603 -0
  212. data/ext/link_grammar/link-grammar/and.h +27 -0
  213. data/ext/link_grammar/link-grammar/api-structures.h +362 -0
  214. data/ext/link_grammar/link-grammar/api-types.h +72 -0
  215. data/ext/link_grammar/link-grammar/api.c +1887 -0
  216. data/ext/link_grammar/link-grammar/api.h +96 -0
  217. data/ext/link_grammar/link-grammar/autoit/.DS_Store +0 -0
  218. data/ext/link_grammar/link-grammar/autoit/README +10 -0
  219. data/ext/link_grammar/link-grammar/autoit/_LGTest.au3 +22 -0
  220. data/ext/link_grammar/link-grammar/autoit/_LinkGrammar.au3 +545 -0
  221. data/ext/link_grammar/link-grammar/build-disjuncts.c +487 -0
  222. data/ext/link_grammar/link-grammar/build-disjuncts.h +21 -0
  223. data/ext/link_grammar/link-grammar/command-line.c +458 -0
  224. data/ext/link_grammar/link-grammar/command-line.h +15 -0
  225. data/ext/link_grammar/link-grammar/constituents.c +1836 -0
  226. data/ext/link_grammar/link-grammar/constituents.h +26 -0
  227. data/ext/link_grammar/link-grammar/corpus/.DS_Store +0 -0
  228. data/ext/link_grammar/link-grammar/corpus/.deps/cluster.Plo +1 -0
  229. data/ext/link_grammar/link-grammar/corpus/.deps/corpus.Plo +1 -0
  230. data/ext/link_grammar/link-grammar/corpus/Makefile +527 -0
  231. data/ext/link_grammar/link-grammar/corpus/Makefile.am +46 -0
  232. data/ext/link_grammar/link-grammar/corpus/Makefile.in +527 -0
  233. data/ext/link_grammar/link-grammar/corpus/README +17 -0
  234. data/ext/link_grammar/link-grammar/corpus/cluster.c +286 -0
  235. data/ext/link_grammar/link-grammar/corpus/cluster.h +32 -0
  236. data/ext/link_grammar/link-grammar/corpus/corpus.c +483 -0
  237. data/ext/link_grammar/link-grammar/corpus/corpus.h +46 -0
  238. data/ext/link_grammar/link-grammar/count.c +828 -0
  239. data/ext/link_grammar/link-grammar/count.h +25 -0
  240. data/ext/link_grammar/link-grammar/disjunct-utils.c +261 -0
  241. data/ext/link_grammar/link-grammar/disjunct-utils.h +27 -0
  242. data/ext/link_grammar/link-grammar/disjuncts.c +138 -0
  243. data/ext/link_grammar/link-grammar/disjuncts.h +13 -0
  244. data/ext/link_grammar/link-grammar/error.c +92 -0
  245. data/ext/link_grammar/link-grammar/error.h +35 -0
  246. data/ext/link_grammar/link-grammar/expand.c +67 -0
  247. data/ext/link_grammar/link-grammar/expand.h +13 -0
  248. data/ext/link_grammar/link-grammar/externs.h +22 -0
  249. data/ext/link_grammar/link-grammar/extract-links.c +625 -0
  250. data/ext/link_grammar/link-grammar/extract-links.h +16 -0
  251. data/ext/link_grammar/link-grammar/fast-match.c +309 -0
  252. data/ext/link_grammar/link-grammar/fast-match.h +17 -0
  253. data/ext/link_grammar/link-grammar/idiom.c +373 -0
  254. data/ext/link_grammar/link-grammar/idiom.h +15 -0
  255. data/ext/link_grammar/link-grammar/jni-client.c +779 -0
  256. data/ext/link_grammar/link-grammar/jni-client.h +236 -0
  257. data/ext/link_grammar/link-grammar/liblink-grammar-java.la +42 -0
  258. data/ext/link_grammar/link-grammar/liblink-grammar.la +41 -0
  259. data/ext/link_grammar/link-grammar/link-features.h +37 -0
  260. data/ext/link_grammar/link-grammar/link-features.h.in +37 -0
  261. data/ext/link_grammar/link-grammar/link-grammar-java.def +31 -0
  262. data/ext/link_grammar/link-grammar/link-grammar.def +194 -0
  263. data/ext/link_grammar/link-grammar/link-includes.h +465 -0
  264. data/ext/link_grammar/link-grammar/link-parser.c +849 -0
  265. data/ext/link_grammar/link-grammar/massage.c +329 -0
  266. data/ext/link_grammar/link-grammar/massage.h +13 -0
  267. data/ext/link_grammar/link-grammar/post-process.c +1113 -0
  268. data/ext/link_grammar/link-grammar/post-process.h +45 -0
  269. data/ext/link_grammar/link-grammar/pp_knowledge.c +376 -0
  270. data/ext/link_grammar/link-grammar/pp_knowledge.h +14 -0
  271. data/ext/link_grammar/link-grammar/pp_lexer.c +1920 -0
  272. data/ext/link_grammar/link-grammar/pp_lexer.h +19 -0
  273. data/ext/link_grammar/link-grammar/pp_linkset.c +158 -0
  274. data/ext/link_grammar/link-grammar/pp_linkset.h +20 -0
  275. data/ext/link_grammar/link-grammar/prefix.c +482 -0
  276. data/ext/link_grammar/link-grammar/prefix.h +139 -0
  277. data/ext/link_grammar/link-grammar/preparation.c +412 -0
  278. data/ext/link_grammar/link-grammar/preparation.h +20 -0
  279. data/ext/link_grammar/link-grammar/print-util.c +87 -0
  280. data/ext/link_grammar/link-grammar/print-util.h +32 -0
  281. data/ext/link_grammar/link-grammar/print.c +1085 -0
  282. data/ext/link_grammar/link-grammar/print.h +16 -0
  283. data/ext/link_grammar/link-grammar/prune.c +1864 -0
  284. data/ext/link_grammar/link-grammar/prune.h +17 -0
  285. data/ext/link_grammar/link-grammar/read-dict.c +1785 -0
  286. data/ext/link_grammar/link-grammar/read-dict.h +29 -0
  287. data/ext/link_grammar/link-grammar/read-regex.c +161 -0
  288. data/ext/link_grammar/link-grammar/read-regex.h +12 -0
  289. data/ext/link_grammar/link-grammar/regex-morph.c +126 -0
  290. data/ext/link_grammar/link-grammar/regex-morph.h +17 -0
  291. data/ext/link_grammar/link-grammar/resources.c +180 -0
  292. data/ext/link_grammar/link-grammar/resources.h +23 -0
  293. data/ext/link_grammar/link-grammar/sat-solver/.DS_Store +0 -0
  294. data/ext/link_grammar/link-grammar/sat-solver/.deps/fast-sprintf.Plo +1 -0
  295. data/ext/link_grammar/link-grammar/sat-solver/.deps/sat-encoder.Plo +1 -0
  296. data/ext/link_grammar/link-grammar/sat-solver/.deps/util.Plo +1 -0
  297. data/ext/link_grammar/link-grammar/sat-solver/.deps/variables.Plo +1 -0
  298. data/ext/link_grammar/link-grammar/sat-solver/.deps/word-tag.Plo +1 -0
  299. data/ext/link_grammar/link-grammar/sat-solver/Makefile +527 -0
  300. data/ext/link_grammar/link-grammar/sat-solver/Makefile.am +29 -0
  301. data/ext/link_grammar/link-grammar/sat-solver/Makefile.in +527 -0
  302. data/ext/link_grammar/link-grammar/sat-solver/clock.hpp +33 -0
  303. data/ext/link_grammar/link-grammar/sat-solver/fast-sprintf.cpp +26 -0
  304. data/ext/link_grammar/link-grammar/sat-solver/fast-sprintf.hpp +7 -0
  305. data/ext/link_grammar/link-grammar/sat-solver/guiding.hpp +244 -0
  306. data/ext/link_grammar/link-grammar/sat-solver/matrix-ut.hpp +79 -0
  307. data/ext/link_grammar/link-grammar/sat-solver/sat-encoder.cpp +2811 -0
  308. data/ext/link_grammar/link-grammar/sat-solver/sat-encoder.h +11 -0
  309. data/ext/link_grammar/link-grammar/sat-solver/sat-encoder.hpp +381 -0
  310. data/ext/link_grammar/link-grammar/sat-solver/trie.hpp +118 -0
  311. data/ext/link_grammar/link-grammar/sat-solver/util.cpp +23 -0
  312. data/ext/link_grammar/link-grammar/sat-solver/util.hpp +14 -0
  313. data/ext/link_grammar/link-grammar/sat-solver/variables.cpp +5 -0
  314. data/ext/link_grammar/link-grammar/sat-solver/variables.hpp +829 -0
  315. data/ext/link_grammar/link-grammar/sat-solver/word-tag.cpp +159 -0
  316. data/ext/link_grammar/link-grammar/sat-solver/word-tag.hpp +162 -0
  317. data/ext/link_grammar/link-grammar/spellcheck-aspell.c +148 -0
  318. data/ext/link_grammar/link-grammar/spellcheck-hun.c +136 -0
  319. data/ext/link_grammar/link-grammar/spellcheck.h +34 -0
  320. data/ext/link_grammar/link-grammar/string-set.c +169 -0
  321. data/ext/link_grammar/link-grammar/string-set.h +16 -0
  322. data/ext/link_grammar/link-grammar/structures.h +498 -0
  323. data/ext/link_grammar/link-grammar/tokenize.c +1049 -0
  324. data/ext/link_grammar/link-grammar/tokenize.h +15 -0
  325. data/ext/link_grammar/link-grammar/utilities.c +847 -0
  326. data/ext/link_grammar/link-grammar/utilities.h +281 -0
  327. data/ext/link_grammar/link-grammar/word-file.c +124 -0
  328. data/ext/link_grammar/link-grammar/word-file.h +15 -0
  329. data/ext/link_grammar/link-grammar/word-utils.c +526 -0
  330. data/ext/link_grammar/link-grammar/word-utils.h +152 -0
  331. data/ext/link_grammar/link_grammar.c +202 -0
  332. data/ext/link_grammar/link_grammar.h +99 -0
  333. data/grammar_cop.gemspec +24 -0
  334. data/lib/.DS_Store +0 -0
  335. data/lib/grammar_cop.rb +9 -0
  336. data/lib/grammar_cop/.DS_Store +0 -0
  337. data/lib/grammar_cop/dictionary.rb +19 -0
  338. data/lib/grammar_cop/linkage.rb +30 -0
  339. data/lib/grammar_cop/parse_options.rb +32 -0
  340. data/lib/grammar_cop/sentence.rb +36 -0
  341. data/lib/grammar_cop/version.rb +3 -0
  342. data/test/.DS_Store +0 -0
  343. data/test/grammar_cop_test.rb +27 -0
  344. metadata +407 -0
@@ -0,0 +1,68 @@
1
+ Africa.l Agreste.l Alabama.l Alberta.l Aleppo.l
2
+ Antigua.l Arctic.l Arizona.l
3
+ Arkansas.l Arusha.l Asia.l Aspen.l Assyria.l Atlanta.l
4
+ Baar.l Balboa.l Baltimore.l Bangkok.l
5
+ Barbuda.l Barcelona.l Bechuanaland.l Beijing.l
6
+ Bern.l Berne.l Bombay.l Borneo.l Bosnia.l
7
+ Bratislava.l Brevital.l Bristol.l Brittany.l
8
+ Brussels.l Budapest.l Buruli.l Byelarus.l Byzantium.l
9
+ Cad.l Cape.l Cage.l Cain.l Cairo.l
10
+ California.l Callisto.l Cambridge.l Canterbury.l Catalonia.l
11
+ Cephalonia.l Ceylon.l Champagne.l Charon.l
12
+ Chicago.l Cincinnati.l Colorado.l
13
+ Columbia.l Como.l Connecticut.l Copenhagen.l
14
+ Corinth.l Coventry.l Coxsackie.l Creation.l Crouzon.l
15
+ Curacao.l Dallas.l
16
+ Delaware.l Derby.l Devonshire.l Dodge.l Doheny.l
17
+ Dorex.l Dublin.l Eden.l Edinburgh.l
18
+ Eire.l Eminence.l Erie.l Europa.l
19
+ Europe.l
20
+ Fermo.l Fife.l Florida.l Formalin.l
21
+ Formosa.l Frankfurt.l Funen.l Gaul.l
22
+ Geneva.l Goa.l Guadalajara.l Guam.l Guiana.l
23
+ Hamburg.l Hardy.l Harlem.l Hartmann.l
24
+ Harvard.l Hasselbach.l Haverhill.l Heidelberg.l
25
+ Helsinki.l Henderson.l Hercules.l Hermes.l Herzegovina.l
26
+ Holland.l Ibadan.l Illinois.l
27
+ Indiana.l Interlingua.l Islay.l Johannesburg.l
28
+ Kampuchea.l Kansas.l Katanga.l Katar.l Kea.l
29
+ Kentucky.l Kilimanjaro.l Kirghizia.l
30
+ Kyoto.l Lagos.l Leeds.l Leichtenstein.l Leiden.l
31
+ Lissauer.l Liverpool.l Locarno.l London.l
32
+ Louisiana.l Lucerne.l Lucifer.l Lund.l Lusaka.l
33
+ Macao.l Madoera.l Madrid.l Maghreb.l
34
+ Maine.l Malmo.l Manchuria.l Manipur.l Manitoba.l
35
+ Mannheim.l Marabou.l Maryland.l Massachusetts.l Melanesia.l
36
+ Memphis.l Mesopotamia.l Miami.l Michigan.l Milan.l
37
+ Milwaukee.l Minneapolis.l Minnesota.l Mississippi.l
38
+ Missouri.l Moab.l Mohammedanism.l Mom.l Montana.l
39
+ Monterrey.l Morin.l Moscow.l Mulago.l Munich.l
40
+ Myanmar.l Nagasaki.l Nairobi.l Nakai.l
41
+ Nakayama.l Nebraska.l Neptune.l Nevada.l Newcastle.l
42
+ Newfoundland.l Niagara.l Nottingham.l Nyanza.l
43
+ Nyasaland.l Oceania.l Oedipus.l Oklahoma.l Olympia.l
44
+ Ontario.l Opah.l Oregon.l Orion.l Osaka.l
45
+ Oslo.l Oxford.l Plasmapur.l Parasal.l Patella.l
46
+ Penhale.l Pennsylvania.l Pentothal.l Persia.l
47
+ Perth.l Petri.l Pharmacol.l Philadelphia.l Phobos.l
48
+ Photofrin.l Pick.l Pitter.l Pneumocystis.l Poliklinik.l
49
+ Polivy.l Polonia.l Polynesia.l Ponta.l Portela.l
50
+ Porto.l Prague.l Prantal.l Princeton.l Prinzmetal.l
51
+ Quebec.l Queensland.l Rhodesia.l Rio.l Riyadh.l
52
+ Rome.l Rothmund.l Rotterdam.l Ruthenia.l Sacramento.l Sanaa.l
53
+ Sandhoff.l Santiago.l Sapporo.l Sarawak.l Sardinia.l
54
+ Saskatchewan.l Saskatoon.l Satan.l Saturn.l Scandinavia.l
55
+ Scotland.l Scrabble.l Scythia.l Sheffield.l Siam.l
56
+ Siberia.l Sicily.l Sievert.l Sikkim.l Silesia.l
57
+ Sinai.l Sinkiang.l Siva.l Soho.l
58
+ Somaliland.l Sora.l Southwest.l Spitsbergen.l
59
+ Stockholm.l Storz.l Stylonychia.l Suffolk.l Sulawesi.l
60
+ Sumatra.l Sydney.l Tahiti.l Taipan.l Taipei.l
61
+ Tanganyika.l Tasmania.l Tennessee.l Terramycin.l Tijuana.l
62
+ Toledo.l Toronto.l Transcaucasia.l
63
+ Transvaal.l Transylvania.l Trinidad.l Tripoli.l Triton.l
64
+ Troms.l Tuscany.l Tuskegee.l Udayana.l Udkoff.l
65
+ Ulster.l Uppsala.l Uranus.l Vancouver.l Venice.l
66
+ Venus.l Vermont.l Virginia.l Vojvodina.l
67
+ Warsaw.l Weber.l Williamsburg.l Wisconsin.l Wyoming.l
68
+ Zante.l Zanzibar.l Zurich.l
@@ -0,0 +1,253 @@
1
+ Afghanistan.l AF.l
2
+ Albania.l AL.l
3
+ Algeria.l AG.l
4
+ Andorra.l AN.l
5
+ Angola.l AO.l
6
+ Anguilla.l AV.l
7
+ Antigua_and_Barbuda AC.l
8
+ Argentina.l AR.l
9
+ Armenia.l AM.l
10
+ Aruba.l AA.l
11
+ Ashmore Cartier Ashmore_and_Cartier_Islands AT.l
12
+ Australia.l AS.l
13
+ Austria.l AU.n
14
+ Azerbaijan.l AJ.l
15
+ Bahamas.l the_Bahamas BF.l
16
+ Bahrain.l BA.l
17
+ Bangladesh.l BG.l
18
+ Barbados.l BB.l
19
+ Bassas_Da_India BS.l
20
+ Belarus.l BO.l
21
+ Belgium.l BE.l
22
+ Belize.l BH.l
23
+ Benin.l BN.l
24
+ Bermuda.l BD.l
25
+ Bhutan.l BT.l
26
+ Bolivia.l BL.l
27
+ Bosnia_and_Herzegovina BK.l
28
+ Botswana.l BC.l
29
+ Bouvet Bouvet_Island BV.l
30
+ Brazil.l BR.l
31
+ British_Indian_Ocean_Territory IO.l
32
+ British_Virgin_Islands VI.l
33
+ Brunei.l BX.l
34
+ Bulgaria.l BU.l
35
+ Burkina Faso Burkina_Faso UV.l
36
+ Burma.l BM.l
37
+ Burundi.l BY.l
38
+ Cambodia.l CB.l
39
+ Cameroon.l CM.l
40
+ Canada.l CA.l
41
+ Cape_Verde CV.l
42
+ Cayman_Islands CJ.l
43
+ Central_African_Republic CT.l
44
+ Chad.l
45
+ Chile.l CI.l
46
+ China.l
47
+ Christmas_Island KT.l
48
+ Clipperton Clipperton_Island IP.l
49
+ Cocos Cocos_Islands CK.l
50
+ Colombia.l CO.l
51
+ Comoros.l CN.l
52
+ Congo.l CF.l CG.l Democratic_Republic_of_Congo
53
+ Cook Cook_Islands CW.l
54
+ Coral_Sea_Islands CR.l
55
+ Costa Rica Costa_Rica CS.l
56
+ Cote Cote_d'Ivoire IV.l Ivory_Coast
57
+ Croatia.l HR.l
58
+ Cuba.l CU.l
59
+ Cyprus.l CY.l
60
+ Czech_Republic EZ.l
61
+ Delhi.l
62
+ Denmark.l DA.l
63
+ Djibouti.l DJ.l
64
+ Dominica.l DO.l
65
+ Dominican_Republic DR.l
66
+ Timor East_Timor TT.l
67
+ Ecuador.l EC.l
68
+ Egypt.l EG.l
69
+ El_Salvador ES.l
70
+ Equatorial_Guinea EK.l
71
+ Eritrea.l ER.l
72
+ Estonia.l EN.l
73
+ Ethiopia.l ET.l
74
+ Europa_Island EU.l
75
+ Falkland Islas Falkland_Islands FK.l Islas_Malvinas
76
+ Faroe Faroe_Islands FO.l
77
+ Fiji.l FJ.l
78
+ Finland.l FI.l
79
+ France.l FR.l
80
+ French_Guiana FG.l
81
+ French_Polynesia FP.l
82
+ French_Southern_and_Antarctic_Lands FS.l
83
+ Gabon.l GB.l
84
+ Gambia.l GA.l
85
+ Gaza Gaza_Strip GZ.l
86
+ Georgia.l GG.l
87
+ Germany.l GM.l
88
+ Ghana.l GH.l
89
+ Gibraltar.l GI.l
90
+ Glorioso Glorioso_Islands GO.l
91
+ Greece.l GR.l
92
+ Greenland.l GL.l
93
+ Grenada.l GJ.l
94
+ Guadeloupe.l GP.l
95
+ Guatemala.l GT.l
96
+ Guernsey.l GK.l
97
+ Guinea.l GV.l BISSAU.l
98
+ Guyana.l GY.l
99
+ Haiti.l HA.l
100
+ Heard McDonald Heard_Island_and_McDonald_Islands HM.l Heard_Island McDonald_Islands
101
+ Honduras.l HO.l
102
+ Kong Hong_Kong HK.l
103
+ Hungary.l HU.l
104
+ Iceland.l IC.l
105
+ India.l IN.l
106
+ Indonesia.l ID.l
107
+ Iran.l IR.l
108
+ Iraq.l IZ.l
109
+ Ireland.l EI.l
110
+ Isle_of_Man IM.l
111
+ Israel.l IS.l
112
+ Italy.l IT.l
113
+ Jamaica.l JM.l
114
+ Mayen Jan_Mayen JN.l
115
+ Japan.l JA.l
116
+ Jersey.l JE.l
117
+ Jordan.l JO.l
118
+ Juan_de_Nova_Island JU.l
119
+ Kazakhstan.l KZ.l
120
+ Kenya.l KE.l
121
+ Kiribati.l KR.l
122
+ Kuwait.l KU.l
123
+ Kyrgyzstan.l KG.l
124
+ Laos.l LA.l
125
+ Latvia.l LG.l
126
+ Lebanon.l LE.l
127
+ Lesotho.l LT.l
128
+ Liberia.l LI.l
129
+ Libya.l LY.l
130
+ Liechtenstein.l LS.l
131
+ Lietuva Lithuania.l LH.l
132
+ Luxembourg.l LU.l
133
+ Macau.l MC.l
134
+ Macedonia.l MK.l Former_Yugoslav_Republic_of_Macedonia
135
+ Madagascar.l MA.l
136
+ Malawi.l MI.l
137
+ Malaysia.l MY.l
138
+ Maldives.l MV.l
139
+ Mali.l ML.l
140
+ Malta.l MT.l
141
+ Malvinas.l
142
+ Marshall_Islands RM.l
143
+ Martinique.l MB.l
144
+ Mauritania.l MR.l
145
+ Mauritius.l MP.l
146
+ Mayotte.l MF.l
147
+ Mexico.l MX.l
148
+ Micronesia.l FM.l Federated_States_of_Micronesia
149
+ Moldova.l MD.l
150
+ Monaco.l MN.l
151
+ Mongolia.l MG.l
152
+ Montserrat.l MH.l
153
+ Morocco.l MO.l
154
+ Mozambique.l MZ.l
155
+ Namibia.l WA.l
156
+ Nauru.l NR.l
157
+ Nepal.l NP.l
158
+ Netherlands.l NL.l
159
+ Antilles Netherlands_Antilles NT.l
160
+ Caledonia New_Caledonia
161
+ Zealand New_Zealand NZ.l
162
+ Nicaragua.l NU.l
163
+ Niger.l NG.l
164
+ Nigeria.l NI.l
165
+ Niue.l NE.l
166
+ No_Man's_Land
167
+ Norfolk_Island NF.l
168
+ North_Korea KN.l
169
+ Norway.l NO.l
170
+ Oceans.l OS.l
171
+ Oman.l MU.l
172
+ Pakistan.l PK.l
173
+ Palau.l PS.l
174
+ Panama.l
175
+ Papua Papua_New_Guinea PP.l
176
+ Paracal Paracel_Islands PF.l
177
+ Paraguay.l PA.l
178
+ Peru.l PE.l
179
+ Philippines.l RP.l
180
+ Pitcairn Pitcairn_Islands PC.l
181
+ Poland.l PL.l
182
+ Portugal.l PO.l
183
+ Qatar.l QA.l
184
+ Reunion.l RE.l
185
+ Romania.l RO.l
186
+ Russia.l RS.l
187
+ Rwanda.l RW.l
188
+ Saint_Helena SH.l
189
+ Kitts Nevis Saint_Kitts_and_Nevis
190
+ Saint_Lucia ST.l
191
+ Miquelon Saint_Pierre_and_Miquelon SB.l
192
+ Grenadines Saint_Vincent_and_the_Grenadines VC.l
193
+ Samoa.l WS.l
194
+ Marino San_Marino SM.l
195
+ Tome Principe Sao_Tome_and_Principe TP.l
196
+ São Tomé Príncipe São_Tomé_and_Príncipe
197
+ Saudia Arabia Saudi_Arabia SA.l
198
+ Senegal.l SG.l
199
+ Serbia_and_Montenegro YI.l Serbia.l Montenegro.l
200
+ Seychelles.l SE.l
201
+ Sierra_Leone SL.l
202
+ Singapore.l SN.l
203
+ Slovakia.l LO.l
204
+ Slovenia.l SI.l
205
+ Solomon_Islands BP.l
206
+ Somalia.l SO.l
207
+ South_Africa SF.l
208
+ Sandwich South_Georgia_and_the_South_Sandwich_Islands SX.l South_Georgia South_Sandwich_Islands
209
+ South_Korea KS.l
210
+ Spain.l SP.l
211
+ Spratly Spratly_Islands PG.l
212
+ Sri Lanka Sri_Lanka CE.l
213
+ Sudan.l SU.l
214
+ Suriname.l NS.l
215
+ Svalbard.l SV.l
216
+ Swaziland.l WZ.l
217
+ Sweden.l SW.l
218
+ Switzerland.l SZ.l
219
+ Syria.l SY.l
220
+ Taiwan.l TW.l
221
+ Tajikistan.l TI.l
222
+ Tanzania.l TZ.l
223
+ Thailand.l TH.l
224
+ Tobago.l
225
+ Togo.l TO.l
226
+ Tokelau.l TL.l
227
+ Tonga.l TN.l
228
+ Trinidad_and_Tobago TD.l
229
+ Tromelin Tromelin_Island TE.l
230
+ Tunisia.l TS.l
231
+ Turkey.l TU.l
232
+ Turkmenistan.l TX.l
233
+ Caicos Turks_and_Caicos_Islands TK.l Caicos_Islands
234
+ Tuvalu.l
235
+ Uganda.l UG.l
236
+ Ukraine.l UP.l
237
+ Undersea_Features UF.l
238
+ Emirates United_Arab_Emirates AE.l
239
+ Kingdom United_Kingdom UK.l
240
+ United_States_of_America United_States USA.l US.l America.l
241
+ Uruguay.l UY.l
242
+ Uzbekistan.l UZ.l
243
+ Vanuatu.l
244
+ Vatican_City VT.l
245
+ Venezuela.l VE.l
246
+ Vietnam.l VM.l
247
+ Virgin_Islands VQ.l
248
+ Wallis Futuna Wallis_and_Futuna WF.l
249
+ West_Bank WE.l
250
+ Sahara Western_Sahara WI.l
251
+ Yemen.l YM.l
252
+ Zambia.l ZA.l
253
+ Zimbabwe.l ZI.l
@@ -0,0 +1,7 @@
1
+ 10K 7-11 Antarctic
2
+ Bank Central Chase.o Christmas City Democratic
3
+ Dodge.o East El Equatorial Features Federated Ford.o Former
4
+ Friar Island Islands Isle Korea La Land Lands Los
5
+ New Norfolk North Ocean Republic San Sao Sea Socialist
6
+ South Southern Soviet States Strip Sun.o Territory
7
+ Undersea Union United West Western
@@ -0,0 +1,11 @@
1
+ Ala. Alaska Ariz. Ark.
2
+ Calif. Colo. Conn. Del.s
3
+ Fla. Ga. Hawaii Idaho Ill. Ind.
4
+ Iowa Kan.
5
+ Ky. La. Md. Ma. Mass. Me. Mich.
6
+ Minn. Miss. Mo. Mont. Neb.
7
+ Nev. NH N.H. NJ N.J.
8
+ NM N.M. NY N.Y. NC N.C. ND N.D. Ohio Okla.
9
+ Ore. Pa. RI R.I. SC S.C. SD S.D.
10
+ Tenn. Tex. Texas.s Utah Va. Vt. Wash.
11
+ WV W.V. Wis. Wy.
@@ -0,0 +1,45 @@
1
+ km².u mi².u in².u ft².u m².u cm².u mm².u μm².u yds².u micron².u
2
+ km³.u mi³.u in³.u ft³.u m³.u cm³.u mm³.u μm³.u yds³.u micron³.u
3
+ mph.u MPH.u mpg.u MPG.u rpm.u RPM.u ppm.u PPM.u
4
+ pica.u point.u
5
+ gallon.u
6
+ gauge.u
7
+ pound.u inch.u foot.u
8
+ km.u m.u cm.u mm.u um.u μm.u nm.u
9
+ mM.u M.u microM.u nM.u
10
+ kilogram.u gram.u milligram.u microgram.u nanogram.u
11
+ ng.u μg.u mg.u g.u kg.u
12
+ aa.u amino-acids.u amino_acids K.u
13
+ nucleotides.u kilobase.u base-pair.u base_pair amino-acid.u amino_acid
14
+ nucleotide.u
15
+ Ampere.u amp.u ampere.u pA.u nA.u μA.u ma.u mA.u A.u kA.u KA.u
16
+ kilobase_pairs base-pairs.u base_pairs kb.u kilobases.u bp.u kbp.u Mb.u
17
+ Bel.u bel.u dB.u decibel.u decibels.u dBm.u
18
+ calorie.u cal.u kcal.u kcal/mol.u
19
+ Dalton.u dalton.o Dal.u kDal.u kDa.u kD.u KD.u D.u
20
+ d.u dioptre.u
21
+ Hertz.u Hz.u kHz.u KHz.u MHz.u
22
+ Hg.u cmHg.u mmHg.u inHg.u
23
+ liter.u l.u ml.u mL.u cc.u Lt.u LT.u
24
+ mho.u millimho.u micromho.u
25
+ mol.u nmol.u pmol.u molar.u mole.u mumol.u
26
+ Newton.u N.u kN.u MN.u mN.u nt.u
27
+ ohm.u kilo-ohm.u kiloohm.u Kiloohm.u kohm.u Kohm.u KOhm.u
28
+ mega-ohm.u megaohm.u MOhm.u Mohm.u
29
+ milliohm.u microohm.u micro-ohm.u
30
+ Ω.u kΩ.u KΩ.u MΩ.u mΩ.u
31
+ Pascal.u Pa.u kPa.u
32
+ pH.u
33
+ Volt.u volt.u pV.u nV.u μV.u mv.u mV.u V.u kV.u KV.u VDC.u VAC.u
34
+ Watt.u watt.u kW.u KW.u MW.u GW.u PW.u kVA.u
35
+ s-1.u
36
+ eV.u keV.u KeV.u MeV.u GeV.u
37
+ hp.u HP.u BHP.u
38
+ BTU.u btu.u Btu.u
39
+ ton.u tonne.u T.u kT.u MT.u
40
+ byte.u Byte.u kB.u MB.u GB.u TB.u PB.u
41
+ od.u O.D.u OD.u id.u I.D.u ID.u
42
+ 〜.u
43
+ 年.u 月.u 日.u
44
+ °.u γ.u ε.u θ.u λ/4.u
45
+ kW·h/m².u mg/l.u
@@ -0,0 +1,4 @@
1
+ in.u ins.u ft.u yd.u yds.u mi.u
2
+ lb.u lbs.u oz.u ozs.u
3
+ tbsp.u tsp.u pt.u qt.u gal.u bbl.u
4
+ sq.u
@@ -0,0 +1,2 @@
1
+ °C.u °F.u degrees_Fahrenheit degrees_Centigrade degrees_C
2
+ mph.i MPH.i mpg.i MPG.i cc.i ml.i
@@ -0,0 +1,5 @@
1
+ century.u millenium.u year.u month.u week.u day.u hour.u minute.u
2
+ Second.u second.u s.u aS.u fS.u pS.u nS.u uS.u μS.u mS.u S.u kS.u
3
+ millisecond.u microsecond.u nanosecond.u picosecond.u
4
+ femtosecond.u attosecond.u
5
+ msec.u secs.u
@@ -0,0 +1 @@
1
+ min.u h.u hr.u dy.u wk.u wks.u mo.u mos.u yr.u yrs.u
@@ -0,0 +1,1191 @@
1
+ aberrantly
2
+ abluminally
3
+ abstractly
4
+ a_capite_ad_calcem
5
+ accelographically
6
+ acceptably
7
+ acoustically
8
+ acronymically
9
+ acrosomally
10
+ actinically
11
+ adaptively
12
+ adaptometrically
13
+ additively
14
+ adenovirally
15
+ adjectively
16
+ adjunctively
17
+ ad_nauseam
18
+ adoptively
19
+ adrenergically
20
+ advantageously
21
+ adventitiously
22
+ aerobically
23
+ aesthesiometrically
24
+ aetiologically
25
+ affectively
26
+ affirmatively
27
+ affordably
28
+ agee
29
+ agonistically
30
+ algorithmically
31
+ allergologically
32
+ allometrically
33
+ allosterically
34
+ allotopically
35
+ alphanumerically
36
+ amblyoscopically
37
+ amnioscopically
38
+ amperometrically
39
+ amphotropically
40
+ ana
41
+ anaerobically
42
+ anecdotally
43
+ anesthaesiologically
44
+ anesthesiologically
45
+ aneurysmally
46
+ angiodynographically
47
+ angiographically
48
+ angiologically
49
+ angioscopically
50
+ angiospirometrically
51
+ anionically
52
+ anomaloscopically
53
+ anomalously
54
+ antagonistically
55
+ ante_cibum
56
+ antenatally
57
+ anteriorly
58
+ anterogradely
59
+ antero-inferiorly
60
+ anteroinferiorly
61
+ antero-posteriorly
62
+ anteroposteriorly
63
+ antero-superiorly
64
+ anterosuperiorly
65
+ anthropometrically
66
+ anthropomorphically
67
+ antidromically
68
+ antigenically
69
+ antithetically
70
+ antivirally
71
+ any_more
72
+ any_time
73
+ aortographically
74
+ apically
75
+ archaeologically
76
+ artefactually
77
+ arteriographically
78
+ arteriometrically
79
+ arterioscopically
80
+ arthrographically
81
+ arthrometrically
82
+ arthroscopically
83
+ artifactually
84
+ asymptomatically
85
+ asynchronously
86
+ ataxiagraphically
87
+ atomistically
88
+ atraumatically
89
+ attentionally
90
+ audiovisually
91
+ auditorily
92
+ aurally
93
+ auscultoscopically
94
+ autocatalytically
95
+ autogenously
96
+ autonomically
97
+ autonomously
98
+ autoradiographically
99
+ autosomally
100
+ autotrophically
101
+ averagely
102
+ aversively
103
+ axenically
104
+ axonally
105
+ bacterially
106
+ bacteriologically
107
+ baculovirally
108
+ balefully
109
+ ballistocardiographically
110
+ basally
111
+ basolaterally
112
+ biannually
113
+ bibliographically
114
+ bidimensionally
115
+ bifunctionally
116
+ bimanually
117
+ bimodally
118
+ binocularly
119
+ biomechanically
120
+ biomedically
121
+ biometrically
122
+ biophysically
123
+ bioptically
124
+ bioreductively
125
+ biospecifically
126
+ biosynthetically
127
+ biphasically
128
+ bivariately
129
+ bronchoscopically
130
+ bronchospirometrically
131
+ calorimetrically
132
+ canonically
133
+ capillaroscopically
134
+ capnographically
135
+ capnometrically
136
+ cardiodynametrically
137
+ cardiointegraphically
138
+ cardiologically
139
+ cardiophonically
140
+ cardioscopically
141
+ cardiotocographically
142
+ cartographically
143
+ cataclysmally
144
+ catalytically
145
+ catastrophically
146
+ caudally
147
+ cavographically
148
+ cellularly
149
+ centrifugally
150
+ centrifugationally
151
+ centripetally
152
+ centro-parietally
153
+ centro-symmetrically
154
+ centrosymmetrically
155
+ centro-temporally
156
+ cheerlessly
157
+ chemotactically
158
+ chemotaxonomically
159
+ chemotrophically
160
+ chirally
161
+ chloridometrically
162
+ cholangiographically
163
+ cholangioscopically
164
+ cholecystographically
165
+ choledochoscopically
166
+ cholinergically
167
+ chromatographically
168
+ chromoradiometrically
169
+ chromosomally
170
+ chronometrically
171
+ chronomyometrically
172
+ chronotropically
173
+ cineangiographically
174
+ cinefluoroscopically
175
+ cinematographically
176
+ cineradiographically
177
+ circularly
178
+ circumferentially
179
+ circumstantially
180
+ cladistically
181
+ clinicopathologically
182
+ clonally
183
+ clonotypically
184
+ coagulantly
185
+ coaxially
186
+ coincidently
187
+ cold-bloodedly
188
+ cold-heartedly
189
+ collaboratively
190
+ collegially
191
+ colonoscopically
192
+ colorimetrically
193
+ colposcopically
194
+ combinatorially
195
+ compactly
196
+ compimetrically
197
+ complementarily
198
+ complexly
199
+ concentrically
200
+ concertedly
201
+ concomitantly
202
+ concordantly
203
+ conformally
204
+ conformationally
205
+ congenitally
206
+ conjointly
207
+ consensually
208
+ constitutively
209
+ contourographically
210
+ contralaterally
211
+ convergently
212
+ convolutely
213
+ coordinately
214
+ coronally
215
+ cortically
216
+ cosmetically
217
+ cotranslationally
218
+ coulometrically
219
+ covalently
220
+ cross-reactively
221
+ crossreactively
222
+ cross_sectionally
223
+ cross-sectionally
224
+ cryometrically
225
+ crystallographically
226
+ curatively
227
+ curvilinearly
228
+ cyclically
229
+ cyclonically
230
+ cystically
231
+ cystometrically
232
+ cystoscopically
233
+ cystourethroscopically
234
+ cyto-architecturally
235
+ cytoarchitecturally
236
+ cytofluorimetrically
237
+ cytofluorographically
238
+ cytogenetically
239
+ cytologically
240
+ cytometrically
241
+ cytomorphologically
242
+ cytopathologically
243
+ cytophotometrically
244
+ cytoplasmically
245
+ cytotoxically
246
+ definitively
247
+ deleteriously
248
+ demographically
249
+ de_novo
250
+ densitometrically
251
+ dependantly
252
+ dependently
253
+ dermatoscopically
254
+ despitefully
255
+ desultorily
256
+ detectably
257
+ deterministically
258
+ developmentally
259
+ diagnosably
260
+ diagnostically
261
+ dialectically
262
+ dialytically
263
+ diastereomerically
264
+ dichotomously
265
+ dihedrally
266
+ dilatometrically
267
+ dimensionally
268
+ diopsimetrically
269
+ dioptometrically
270
+ diplopiometrically
271
+ directionality
272
+ directionally
273
+ directoscopically
274
+ direfully
275
+ discontinuously
276
+ discordantly
277
+ discrepantly
278
+ disparately
279
+ disproportionally
280
+ disquietingly
281
+ distally
282
+ diurnally
283
+ divergently
284
+ dolorimetrically
285
+ dominantly
286
+ dorsally
287
+ dorsoventrally
288
+ dosimetrically
289
+ d.p.
290
+ dually
291
+ duodenoscopically
292
+ dyadically
293
+ dynographically
294
+ eccentrically
295
+ echocardiographically
296
+ echoencephalographically
297
+ echographically
298
+ echoophthalmographically
299
+ echotomographically
300
+ eclectically
301
+ econometrically
302
+ ectopically
303
+ edematogenically
304
+ effectually
305
+ egomaniacally
306
+ eikonometrically
307
+ ektacytometrically
308
+ electively
309
+ electro-acoustically
310
+ electroacoustically
311
+ electrobasographically
312
+ electrocardiocontourographically
313
+ electrocardiographically
314
+ electrocardioscopically
315
+ electrochemically
316
+ electrocorticographically
317
+ electroencephalographically
318
+ electroencephaloscopically
319
+ electrogastrographically
320
+ electroglottographically
321
+ electrogoniometrically
322
+ electrographically
323
+ electrohydraulically
324
+ electromagnetically
325
+ electromanometrically
326
+ electromechanically
327
+ electromicroscopically
328
+ electromyographically
329
+ electroneurographically
330
+ electroneuromyographically
331
+ electron-microscopically
332
+ electronmicroscopically
333
+ electronystagmographically
334
+ electrooculographically
335
+ electrophonocardiographically
336
+ electrophorectically
337
+ electrophoretically
338
+ electrophysiologically
339
+ electropupillographically
340
+ electrostatically
341
+ electrosurgically
342
+ embryologically
343
+ emergently
344
+ empathetically
345
+ empathically
346
+ enantiomerically
347
+ en_bloc
348
+ encephalographically
349
+ encephaloscopically
350
+ endobronchially
351
+ endocrinologically
352
+ endodontically
353
+ endogenously
354
+ endonasally
355
+ endonucleolytically
356
+ endoradiographically
357
+ endoscopically
358
+ endosmotically
359
+ endourologically
360
+ en_face
361
+ en_passant
362
+ enterally
363
+ enterically
364
+ enthalpically
365
+ entomologically
366
+ entoptoscopically
367
+ entropically
368
+ enzymatically
369
+ enzymically
370
+ enzymocytochemically
371
+ epicutaneously
372
+ epidemiologically
373
+ episodically
374
+ episomally
375
+ epistatically
376
+ equipotently
377
+ equivalently
378
+ equivocally
379
+ ergometrically
380
+ ergonomically
381
+ ergospirometrically
382
+ esthesiometrically
383
+ etiologically
384
+ etiopathogenetically
385
+ etymologically
386
+ evolutionally
387
+ evolutionarily
388
+ excisionally
389
+ exocyclically
390
+ exogenously
391
+ expandingly
392
+ expectedly
393
+ expeditionally
394
+ expeditionaly
395
+ expeditiously
396
+ expensively
397
+ ex_planta
398
+ exploratively
399
+ extra-cellularly
400
+ extracellularly
401
+ extrathymically
402
+ ex_vivo
403
+ facultatively
404
+ feelingly
405
+ fenestrometrically
406
+ ferrokinetically
407
+ fetascopically
408
+ fiberscopically
409
+ figurally
410
+ filtrometrically
411
+ firstly
412
+ fluorescently
413
+ fluorimetrically
414
+ fluorometrically
415
+ fluorophotometrically
416
+ fluoroscopically
417
+ focally
418
+ foetascopically
419
+ forensically
420
+ for_ever
421
+ fractally
422
+ fractionally
423
+ fragmentographically
424
+ frictionally
425
+ fro
426
+ frontally
427
+ futuristically
428
+ gastroduodenoscopically
429
+ gastroenterologically
430
+ gastrographically
431
+ gayly
432
+ genomically
433
+ genotypically
434
+ geochemically
435
+ geomagnetically
436
+ gerontologically
437
+ gerontopsychiatrically
438
+ gestationally
439
+ gesturally
440
+ gingivally
441
+ glucometrically
442
+ glycosidically
443
+ goniometrically
444
+ gonioscopically
445
+ Grad.
446
+ gravitationally
447
+ gustometrically
448
+ gynecologically
449
+ haemacytometrically
450
+ haematofluorometrically
451
+ haematologically
452
+ haematopoetically
453
+ haematopoietically
454
+ haemodynamically
455
+ haemoglobinometrically
456
+ haemolytically
457
+ haemorheologically
458
+ haemorrheologically
459
+ haemostatically
460
+ half-maximally
461
+ halfmaximally
462
+ hand_to_knee
463
+ haptically
464
+ harmlessly
465
+ head_first
466
+ head-first
467
+ headfirst
468
+ heedfully
469
+ heedlessly
470
+ heel_to_knee
471
+ helically
472
+ hemacytometrically
473
+ hematofluorometrically
474
+ hematologically
475
+ hematopoetically
476
+ hematopoietically
477
+ hemodynamically
478
+ hemoglobinometrically
479
+ hemolytically
480
+ hemorheologically
481
+ hemorrheologically
482
+ hemostatically
483
+ hepatically
484
+ hereof
485
+ hereto
486
+ herniographically
487
+ heterogeneously
488
+ heterogenously
489
+ heterologously
490
+ heterosexually
491
+ heterosynaptically
492
+ heterotopically
493
+ heterotrophically
494
+ heterotypically
495
+ heterozygously
496
+ hierarchically
497
+ histoautoradiographically
498
+ histo-cytologically
499
+ histocytologically
500
+ histogenetically
501
+ histologically
502
+ histometrically
503
+ histomorphologically
504
+ histomorphometrically
505
+ histopathologically
506
+ histo-structurally
507
+ histostructurally
508
+ histotypically
509
+ hn
510
+ holographically
511
+ homeostatically
512
+ homogeneously
513
+ homologously
514
+ homosexually
515
+ homotypically
516
+ homozygously
517
+ hormonally
518
+ humanistically
519
+ humorally
520
+ hydrodensitometrically
521
+ hydrolytically
522
+ hydrophobically
523
+ hydropically
524
+ hydroponically
525
+ hyperacutely
526
+ hyperbolically
527
+ hyperosmotically
528
+ hyperoxically
529
+ hyperreflexically
530
+ hypersensitively
531
+ hypoxically
532
+ hysteroscopically
533
+ iatrogenically
534
+ iconically
535
+ iconographically
536
+ ictally
537
+ idiotypically
538
+ immunobiologically
539
+ immunochemically
540
+ immunocyto-chemically
541
+ immunofluorometrically
542
+ immunogenetically
543
+ immunohistochemically
544
+ immunohistologically
545
+ immunologically
546
+ immunomorphologically
547
+ immunospecifically
548
+ inaptly
549
+ inaudibly
550
+ incrementally
551
+ indecorously
552
+ in_dies
553
+ indigenously
554
+ inducibly
555
+ inductively
556
+ industrially
557
+ inertially
558
+ inexcusably
559
+ in_extenso
560
+ infero-laterally
561
+ infero-medially
562
+ infero-posteriorly
563
+ infero-temporally
564
+ infiltratively
565
+ infrahepatically
566
+ in_fundo
567
+ inhibitorily
568
+ inhomogeneously
569
+ in_lieu
570
+ inotropically
571
+ insecticidally
572
+ inseparably
573
+ insertionally
574
+ inside-out
575
+ insignificantly
576
+ insofar
577
+ interactively
578
+ interatomically
579
+ interferometrically
580
+ intergenerically
581
+ intermediately
582
+ interpretatively
583
+ interpretively
584
+ interstitially
585
+ intraabdominally
586
+ intra-amnionically
587
+ intraamnionically
588
+ intraamniotically
589
+ intraaortically
590
+ intraarterially
591
+ intraarticularly
592
+ intra-cellularly
593
+ intracerebrally
594
+ intracervically
595
+ intracolonically
596
+ intracortically
597
+ intracranially
598
+ intraduodenally
599
+ intra-epidermally
600
+ intraepidermally
601
+ intra-epithelially
602
+ intraepithelially
603
+ intrahypothalamically
604
+ intra-individually
605
+ intraindividually
606
+ intrajejunally
607
+ intralesionally
608
+ intraluminally
609
+ intramurally
610
+ intra-muscularly
611
+ intra-operatively
612
+ intraoperatively
613
+ intraorally
614
+ intraportally
615
+ intrarenally
616
+ intrasplenically
617
+ intratracheally
618
+ intratypically
619
+ intra-venously
620
+ intravitally
621
+ intriguingly
622
+ intrusively
623
+ invasively
624
+ invertedly
625
+ in_vitro
626
+ in_vivo
627
+ iontophoretically
628
+ ipsilaterally
629
+ irrevocably
630
+ ischemically
631
+ isometrically
632
+ isotachophoretically
633
+ isothermally
634
+ isotopically
635
+ isotropically
636
+ iteratively
637
+ karyotypically
638
+ keratoscopically
639
+ kinaesthesiometrically
640
+ kinematically
641
+ kinesimetrically
642
+ kinesthesiometrically
643
+ kinetically
644
+ laminagraphically
645
+ laparoscopically
646
+ laryngostroboscopically
647
+ latently
648
+ legalistically
649
+ lensometrically
650
+ lethally
651
+ likewise
652
+ limitedly
653
+ linguo-apically
654
+ lithometrically
655
+ lithoscopically
656
+ lumboscopically
657
+ luminometrically
658
+ lymphangiographically
659
+ lymphographically
660
+ lymphoscintigraphically
661
+ lytically
662
+ macroscopically
663
+ magnetocardiographically
664
+ magnocellularly
665
+ mammographically
666
+ manipulatively
667
+ mechanographically
668
+ mechanomyographically
669
+ meiotically
670
+ metabolically
671
+ metamorphically
672
+ metastatically
673
+ microanalytically
674
+ microanatomically
675
+ microangiographically
676
+ microbially
677
+ microbiologically
678
+ microcalorimetrically
679
+ microchemically
680
+ microdensitometrically
681
+ microelectrophoretically
682
+ microfluorometrically
683
+ microgasometrically
684
+ microiontophoretically
685
+ microneurographically
686
+ microphotometrically
687
+ microradiographically
688
+ microspectrofluorometrically
689
+ microspectrophotometrically
690
+ microsurgically
691
+ midsystolically
692
+ mineralogically
693
+ mirthlessly
694
+ mitochondrially
695
+ mitotically
696
+ molecularly
697
+ monocularly
698
+ monophasically
699
+ monotonically
700
+ morphologically
701
+ morphometrically
702
+ motorically
703
+ muscularly
704
+ mutagenically
705
+ myeloscopically
706
+ nasographically
707
+ nasopharyngoscopically
708
+ nasoscopically
709
+ natally
710
+ natively
711
+ negligibly
712
+ neoplastically
713
+ nephrologically
714
+ nephroscopically
715
+ neurobiologically
716
+ neurochemically
717
+ neurographically
718
+ neurolinguistically
719
+ neuronally
720
+ neuropathologically
721
+ neuropsychologically
722
+ neurovascularly
723
+ noncompetitively
724
+ nonconventionally
725
+ noncovalently
726
+ noncyclically
727
+ nonenzymatically
728
+ nongenetically
729
+ nonhaematologically
730
+ nonhematologically
731
+ nonimmunologically
732
+ non-invasively
733
+ noninvasively
734
+ non-isotopically
735
+ nonisotopically
736
+ nonmetastatically
737
+ nonmetrically
738
+ non-occupationally
739
+ nonoccupationally
740
+ non-operatively
741
+ nonoperatively
742
+ nonosmotically
743
+ non-pharmacologically
744
+ nonpharmacologically
745
+ nonpolymorphically
746
+ nonpsychiatrically
747
+ non-randomly
748
+ nonrandomly
749
+ non-sexually
750
+ nonsexually
751
+ nonsignificantly
752
+ non-simultaneously
753
+ nonsurgically
754
+ nosographically
755
+ nuclearly
756
+ nystagmographically
757
+ obligatorily
758
+ observerscopically
759
+ occcasionally
760
+ occupationally
761
+ octahedrally
762
+ oculographically
763
+ oculoplethysmographically
764
+ odynometrically
765
+ oft
766
+ o.h.
767
+ olfactometrically
768
+ o.m.
769
+ om
770
+ omnicardiographically
771
+ omni_nocte
772
+ oncometrically
773
+ one-sidedly
774
+ operationally
775
+ operatively
776
+ ophthalmodiaphanoscopically
777
+ ophthalmodiastimetrically
778
+ ophthalmodynamometrically
779
+ ophthalmofunduscopically
780
+ ophthalmographically
781
+ ophthalmoleucoscopically
782
+ ophthalmoleukoscopically
783
+ ophthalmometrically
784
+ ophthalmometroscopically
785
+ ophthalmotonometrically
786
+ ophthalmotropometrically
787
+ oppositely
788
+ optoelectronically
789
+ optometrically
790
+ optomyometrically
791
+ orchidometrically
792
+ ordinately
793
+ organismically
794
+ orogastrically
795
+ orthotopically
796
+ oscillographically
797
+ oscillometrically
798
+ oscillotonometrically
799
+ osmometrically
800
+ osmoscopically
801
+ osmotically
802
+ osteosynthetically
803
+ otoacoustically
804
+ otomicroscopically
805
+ otoscopically
806
+ out_of_doors
807
+ over-ridingly
808
+ oxidatively
809
+ pachymetrically
810
+ panendoscopically
811
+ pantographically
812
+ para-arterially
813
+ paraarterially
814
+ paracentrically
815
+ paradigmatically
816
+ paramagnetically
817
+ parasitologically
818
+ parasystolically
819
+ parenterally
820
+ pari_passu
821
+ parthenogenetically
822
+ parturiometrically
823
+ pathomorphologically
824
+ pelvimetrically
825
+ pelviscopically
826
+ penetrometrically
827
+ pentagonally
828
+ peranally
829
+ per_annum
830
+ per_anum
831
+ per_cent
832
+ per_contiguum
833
+ per_continuum
834
+ percutaneously
835
+ per_cutem
836
+ perforce
837
+ perinatally
838
+ periodontally
839
+ perioperatively
840
+ periplasmically
841
+ peritoneally
842
+ peritoneoscopically
843
+ peritrichously
844
+ perorally
845
+ per_os
846
+ per_primam
847
+ per_primam_intentionem
848
+ per_rectum
849
+ per_saltum
850
+ per_se
851
+ per_secundam
852
+ per_secundam_intentionem
853
+ per_tertiam
854
+ pertinently
855
+ per_tubam
856
+ per_vaginam
857
+ per_vias_naturales
858
+ petechiometrically
859
+ phaneroscopically
860
+ pharmaceutically
861
+ pharyngoscopically
862
+ phenotypically
863
+ phoniatrically
864
+ phonostethographically
865
+ phorometrically
866
+ photoacoustically
867
+ photochemically
868
+ photofluorometrically
869
+ photofluoroscopically
870
+ photomicrographically
871
+ photoplethysmographically
872
+ phototachometrically
873
+ phototactically
874
+ phototrophically
875
+ phylogenetically
876
+ physiologically
877
+ physiotherapeutically
878
+ piezoelectrically
879
+ placentally
880
+ planigraphically
881
+ planimetrically
882
+ plethysmographically
883
+ pluralistically
884
+ pneumatographically
885
+ pneumotachographically
886
+ p.o.
887
+ po
888
+ P.O.
889
+ polycardiographically
890
+ polyclonally
891
+ polygraphically
892
+ polysomnographically
893
+ polyspermically
894
+ post-catheterisation
895
+ postcatheterisation
896
+ post_cibos
897
+ posteroanteriorly
898
+ postischaemically
899
+ postischemically
900
+ postmetamorphically
901
+ post_mortem
902
+ postnatally
903
+ post_operatively
904
+ post-operatively
905
+ post_partum
906
+ postprandially
907
+ post_singulas_sedes_liquidas
908
+ postthrombotically
909
+ posttranscriptionally
910
+ post-translationally
911
+ posttranslationally
912
+ potentiometrically
913
+ pow
914
+ pre-attentively
915
+ preattentively
916
+ precociously
917
+ preconceptionally
918
+ predominately
919
+ preferentially
920
+ preliminarily
921
+ premenopausally
922
+ prenatally
923
+ pre-operatively
924
+ presumptively
925
+ prethymically
926
+ prevalently
927
+ p.r.n.
928
+ proctosigmoidoscopically
929
+ prolately
930
+ prophylactically
931
+ pro_rata
932
+ pro_re_nata
933
+ prospectively
934
+ proteolytically
935
+ prototypically
936
+ psychiatrically
937
+ psychoanalytically
938
+ psychometrically
939
+ psychotically
940
+ pulselessly
941
+ pupillographically
942
+ pupillometrically
943
+ pyeloscopically
944
+ pyrolytically
945
+ pyrometrically
946
+ pyroscopically
947
+ quaque_nocte
948
+ radiatively
949
+ radioactively
950
+ radiobiologically
951
+ radiocardiographically
952
+ radiochemically
953
+ radiochromatographically
954
+ radioenzymatically
955
+ radiogenically
956
+ radiographically
957
+ radioimmunologically
958
+ radiologically
959
+ radiolytically
960
+ radiotelemetrically
961
+ rakishly
962
+ reactively
963
+ recessively
964
+ reciprocally
965
+ rectally
966
+ reflexively
967
+ regardless
968
+ renographically
969
+ reproducibly
970
+ resectoscopically
971
+ retinoscopically
972
+ retrogradely
973
+ retrovirally
974
+ revengefully
975
+ reversely
976
+ rheologically
977
+ rheumatologically
978
+ rhinoanemometrically
979
+ rhinomanometrically
980
+ ritardando
981
+ roentgenographically
982
+ rostrally
983
+ rostrocaudally
984
+ rotametrically
985
+ rotationally
986
+ ruminally
987
+ saprophytically
988
+ satisfyingly
989
+ scandalously
990
+ scintigraphically
991
+ secundum_artem
992
+ secundum_naturam
993
+ sedimentometrically
994
+ segmentally
995
+ semiautomatically
996
+ semiologically
997
+ semi-quantitatively
998
+ semiquantitatively
999
+ semispecifically
1000
+ serendipitously
1001
+ serologically
1002
+ serospecifically
1003
+ shoddily
1004
+ sialographically
1005
+ siderose
1006
+ sigmoidally
1007
+ sigmoidoscopically
1008
+ simplistically
1009
+ sinusoidally
1010
+ skeletally
1011
+ sketchily
1012
+ skiascopically
1013
+ s.l.
1014
+ sociodemographically
1015
+ sociometrically
1016
+ somatically
1017
+ some_day
1018
+ sonographically
1019
+ soundlessly
1020
+ spatiotemporally
1021
+ spectrally
1022
+ spectrofluorimetrically
1023
+ spectrographically
1024
+ spectrophotometrically
1025
+ spectroscopically
1026
+ speculatively
1027
+ spheroidally
1028
+ sphincteroscopically
1029
+ sphygmocardiographically
1030
+ spinally
1031
+ spinelessly
1032
+ spiritlessly
1033
+ spirographically
1034
+ stably
1035
+ stereologically
1036
+ stereometrically
1037
+ stereomicroscopically
1038
+ stereophotogrammetrically
1039
+ stereospecifically
1040
+ stereotactically
1041
+ stereotaxically
1042
+ sterically
1043
+ stertorously
1044
+ stethographically
1045
+ stoichiometrically
1046
+ stolidly
1047
+ subchronically
1048
+ subepithelially
1049
+ sublethally
1050
+ sublingually
1051
+ submaximally
1052
+ suboptimally
1053
+ subperiodically
1054
+ subserosally
1055
+ subtotally
1056
+ sudorimetrically
1057
+ sulkily
1058
+ superparamagnetically
1059
+ supportively
1060
+ supranormally
1061
+ supraphysiologically
1062
+ supratubercular
1063
+ symptomatically
1064
+ synaptically
1065
+ synchronously
1066
+ synergistically
1067
+ systemically
1068
+ tachometrically
1069
+ tandemly
1070
+ td
1071
+ tearlessly
1072
+ telediastolically
1073
+ telemetrically
1074
+ telephonically
1075
+ telethermometrically
1076
+ temporally
1077
+ tendentiously
1078
+ ter_dia
1079
+ tetanically
1080
+ tetragonally
1081
+ tetrahedrally
1082
+ thalamically
1083
+ thematically
1084
+ thence
1085
+ thereof
1086
+ therewith
1087
+ thermodynamically
1088
+ thermographically
1089
+ thermometrically
1090
+ thermostatically
1091
+ thioyltically
1092
+ thoracoscopically
1093
+ thrice
1094
+ thromboelastographically
1095
+ thrombometrically
1096
+ tid
1097
+ tocodynamometrically
1098
+ tomodensitometrically
1099
+ tomographically
1100
+ tonally
1101
+ tonically
1102
+ tonographically
1103
+ tonometrically
1104
+ tonoscopically
1105
+ topologically
1106
+ tracheally
1107
+ transcardially
1108
+ transcranially
1109
+ transcriptionally
1110
+ transcrotally
1111
+ transiently
1112
+ translaryngeally
1113
+ transmurally
1114
+ transovumly
1115
+ transplacentally
1116
+ transpylorically
1117
+ transrectally
1118
+ transstadially
1119
+ transtadially
1120
+ transtelephonically
1121
+ transvaginally
1122
+ transvenously
1123
+ traumatically
1124
+ traumatologically
1125
+ tremographically
1126
+ triadically
1127
+ tropometrically
1128
+ troposcopically
1129
+ typoscopically
1130
+ ubiquitously
1131
+ ultrasonically
1132
+ ultrasonographically
1133
+ ultrastructurally
1134
+ unaggressively
1135
+ unclearly
1136
+ uncompetitively
1137
+ uniparentally
1138
+ univalently
1139
+ univariately
1140
+ unnaturally
1141
+ unphysiologically
1142
+ unpredictably
1143
+ unproblematically
1144
+ unrealistically
1145
+ unsympathetically
1146
+ unsystematically
1147
+ upside_down
1148
+ ureterorenoscopically
1149
+ ureteroscopically
1150
+ urethrographically
1151
+ urethrometrically
1152
+ urinometrically
1153
+ urodynamically
1154
+ uroflowmetrically
1155
+ usefully
1156
+ vagally
1157
+ vaginally
1158
+ vaginometrically
1159
+ vaginoscopically
1160
+ validly
1161
+ variably
1162
+ vascularly
1163
+ vectorcardiographically
1164
+ vectorially
1165
+ velocimetrically
1166
+ venographically
1167
+ ventriculographically
1168
+ ventriculo-peritoneally
1169
+ ventriculoscopically
1170
+ vibrometrically
1171
+ vibrophonocardiographically
1172
+ vice_versa
1173
+ videodensitometrically
1174
+ videomicroscopically
1175
+ vilely
1176
+ virally
1177
+ viscometrically
1178
+ visuometrically
1179
+ vitreally
1180
+ viz.
1181
+ voltammetrically
1182
+ volubly
1183
+ voluptuously
1184
+ wastefully
1185
+ willfully
1186
+ wrathfully
1187
+ xenically
1188
+ xeromammographically
1189
+ xeroradiographically
1190
+ zygotically
1191
+ zymographically