grammar_cop 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
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,14 @@
1
+
2
+ !verbosity=1
3
+ !echo
4
+ !limit=1000
5
+ !batch
6
+ !short=20
7
+ !constituents=1
8
+ !spell=0
9
+
10
+ Hatem Mohamed Mersal (born 20 January 1975) is an Egyptian long jumper.
11
+ His personal best jump is 8.31 metres, achieved in June 1999 in Oslo.
12
+ Economists are nearly universal in their belief that the dollar is going to collapse; the only debate centers around when and for how long.
13
+ The only debate centers around when and for how long.
14
+
@@ -0,0 +1,2776 @@
1
+
2
+ !verbosity=1
3
+ !echo
4
+ !limit=1000
5
+ !batch
6
+ !short=20
7
+ !constituents=1
8
+ !spell=0
9
+ !use-fat=0
10
+
11
+ % Example sentences showing BUG FIXES since link-grammar 4.1b
12
+ % as well as demonstating bugs that remain to be fixed.
13
+ %
14
+ % Missing nouns.
15
+ He picked up the game die.
16
+ People use espresso to make other coffee drinks.
17
+ Espresso is a coffee drink.
18
+
19
+ % Pronoun fixes
20
+ I'll hire whomever I can find.
21
+
22
+ % Misc stuff
23
+ I know which book he read.
24
+ I know what book he read.
25
+ Mommy loves me.
26
+ Mother likes her.
27
+ I am pooped.
28
+ John is bigger than Dave is.
29
+ John wants more cookies than Dave wants.
30
+ It was covered with bites.
31
+ Alice took a bite out of it.
32
+
33
+ % phantom commas
34
+ I have no idea, what that is.
35
+ I have no idea what that is.
36
+
37
+ % Phantom-and:
38
+ % the comma implies an "and", which is not actually voiced:
39
+ His shout had been involuntary, something anybody might have done.
40
+
41
+ % gone
42
+ The position we talked about is gone.
43
+ The keys are gone.
44
+ The popcorn is all gone.
45
+ The good times are done and gone.
46
+ It's now a gone desire.
47
+
48
+ He slunk over to the water-fountain.
49
+
50
+ % tend
51
+ I tended to believe that shepherds tend sheep.
52
+ I often tended, for years at a time, to believe that shepherds quietly tend sheep.
53
+
54
+ % misc nouns, verbs
55
+ The smelter weighs 30 tonnes.
56
+ He wears a mustache on the sitcom.
57
+ She's sharp-witted and funny.
58
+ He resigned that post.
59
+ Exxon discovers gas offshore.
60
+ The line extends 10 miles offshore.
61
+
62
+ Give it a shake.
63
+ Take the two shakes over to table five.
64
+
65
+ There was wind and rain.
66
+
67
+ % "saw" w/ particle
68
+ He tried to saw the wood.
69
+ He tried to saw up the wood.
70
+ We were sawing wood when it happened.
71
+ We were sawing up the wood when it happened.
72
+
73
+ % Assorted adverbial modifiers
74
+ It has been unbelievably poorly managed.
75
+ It has been notoriously managed.
76
+ It has been notoriously badly managed.
77
+ The store was poorly stocked.
78
+ The play was dreadfully written.
79
+
80
+ % Adverbial modifiers with EBm-
81
+ There is absolutely no reason to believe American companies cannot compete overseas.
82
+
83
+ There are rumours of a tightening of credit
84
+ There are rumours of a collapse of credit
85
+
86
+ What exactly do you want?
87
+ What, exactly, do you want?
88
+ What precisely do you want?
89
+
90
+ % suddenly is a "manner adverb", sometimes clausal
91
+ He sat up suddenly.
92
+ He suddenly found soup in his lap.
93
+
94
+ % double-commas on of_course
95
+ It was, of course, his fault.
96
+
97
+ It reduced chances that profits could equal thier earlier performance
98
+ The motor ran flat out
99
+ It happened during the 1988 first half
100
+
101
+ % so
102
+ He did not perform nearly so well.
103
+ The price didn't drop nearly so fast.
104
+ The price didn't drop nearly as fast.
105
+ It went almost so well that we thought we won!
106
+
107
+ % ready
108
+ Is it ready?
109
+ Do you have it ready?
110
+ Do you have a more complex example ready?
111
+
112
+ % enough
113
+ We have quite enough work already, thank you!
114
+ That'll be quite enough.
115
+ That is quite enough rough-housing.
116
+ That is enough rough-housing.
117
+ Enough rough-housing!
118
+ Enough!
119
+
120
+ % other expletives
121
+ What a lousy example sentence!
122
+
123
+ % Proper names (entities) in the form of noun modifiers
124
+ % The problem is that some of these appear in entity names
125
+ % and thus must be explicitly listed in the dictionary.
126
+ My name is Gilles de la Tourette.
127
+ I live in New York City.
128
+ I work for the First National Bank.
129
+ I live near the San Gabriel River.
130
+ I was born in the Armenian Soviet Socialist Republic.
131
+ I was born in the Soviet Union.
132
+ My insurance carrier is United Healthcare.
133
+ We took the ferry to Block Island.
134
+ The man from Federated Conglomerates is here.
135
+ I work for the Great Southern and Western Railroad.
136
+ Central Texas is hot.
137
+ North Sea crude was up.
138
+ Korea First Advertising Co. stock is up.
139
+ Quantum shares were up in trading.
140
+ The Orange Democratic Movement called for a new election.
141
+ It lies in the western Pacific Ocean.
142
+ It is in the Gulf Territory
143
+ I live near the Orkney Islands
144
+ He is the man from Syndicated Features
145
+ He represents the Undersea Exploration Company
146
+ He represents the Equatorial Antarctic Bank
147
+
148
+ % Some given names can be proper names
149
+ The late Mr. Tom will be sorely missed.
150
+
151
+ % Proper name modifiers
152
+ It dates back to fifteenth century France.
153
+
154
+ % Biological texts commonly have adj-noun-adj-noun chains
155
+ We extracted human umbilical vein endothelial cells.
156
+ We extracted smooth muscle myosin heavy chain protein.
157
+ We extracted peripheral blood mononuclear cells.
158
+ It is located on the nuclear envelope inner membrane.
159
+ We extracted simian virus large T-antigen.
160
+ We collected HTLV-I infected T-cells.
161
+
162
+ They are a three times defeated team.
163
+
164
+ % Verbs taking prepositions
165
+ He dished it out at the unsuspecting onlookers.
166
+ I ladled it carefully into a bowl.
167
+ You should ladle it out.
168
+ He ladles it with a large wooden spoon.
169
+ He was ladling the molten steel when the crucible tipped.
170
+ He ladled the molten hot metal into the mold.
171
+ It was molten hot.
172
+ It was piping hot.
173
+ It was devilishly hot.
174
+
175
+ % mass nouns that were incorrectly classified as count nouns.
176
+ % Nouns that can be used in an indefinite manner.
177
+ I will give you a piece of armament.
178
+ I will give you a piece of bagel.
179
+ I will give you a bit of courtesy.
180
+ Give me a piece of almond.
181
+ Give me a bit of anaesthetic.
182
+ Give me a piece of apple.
183
+ He broke off a piece of bagel and gave it to me.
184
+ A piece of asteroid broke off.
185
+ Add one spoonful of avocado.
186
+ I ate a bit of biscuit.
187
+ She exposed a bit of bikini to us.
188
+ A piece of cactus went sailing through the air.
189
+ There were three cacti in front of us.
190
+ Add a cup of finely shredded carrot.
191
+ A length of chain was wrapped around the tree.
192
+ He left town early next morning.
193
+ I gave her a check for deposit.
194
+
195
+ % More nouns that can be indefinite .. magazine, crisis,
196
+ % musical instruments.
197
+ He wrote for Playboy magazine.
198
+ I know how to play guitar.
199
+ The violence has thrown the country into crisis.
200
+ The violence has created a crisis.
201
+
202
+ % level as indefinite noun, adjective, etc.
203
+ % Unfortunately, this leads to a combinatoric explostion when
204
+ % 'level' is a modifier: "He keeps a level head in an emergency"
205
+ The process uses abrB transcription as an indicator of Spo0A~P level
206
+ The platform was at knee level.
207
+
208
+ % 'family' as a mass noun
209
+ They are like family to us.
210
+ He is like family to us.
211
+
212
+ % Test cases for noun countable/uncountable nouns:
213
+ I have much furniture.
214
+ *I have many furniture.
215
+
216
+ % Test cases for a/an usage with vowels/consonants:
217
+ *I ate a apple.
218
+ I ate an apple.
219
+
220
+ I ate a little apple.
221
+ *I ate an little apple.
222
+
223
+ I ate a banana.
224
+ *I ate an banana.
225
+ *He has quite a imagination.
226
+ He has quite an imagination.
227
+ *He has such a imagination.
228
+ He has such an imagination.
229
+ *That is more of an challenge.
230
+ That is more of a challenge.
231
+
232
+ % nouns not in words.n.1
233
+ *an majority agree
234
+ a majority agree
235
+ *an number agree
236
+ a number agree
237
+ *it's an kind of test
238
+ it's a kind of test
239
+ *it's an sort of test
240
+ it's a sort of test
241
+ there's an argument brewing
242
+ *there's a argument brewing
243
+ he gave me an excuse
244
+ *he gave me a excuse
245
+ That is an issue
246
+ *That is a issue
247
+ *There is an way
248
+ There is a way
249
+ *There is an place
250
+ There is a place
251
+
252
+
253
+
254
+ That bitch did it!
255
+
256
+ % Special-case superlative adjectives
257
+ % "favorite" can take determiner "a"
258
+ Arkansas has become a favorite place for older people to retire.
259
+ Global Trotter, a favorite, seems unlikely to place.
260
+
261
+ % Superlatives without preceeding determiners.
262
+ He likes you best.
263
+ He bores you most.
264
+ He bores you the most.
265
+ He likes you least.
266
+ He likes you plenty.
267
+ Mr. Bingley may like you the best of the party.
268
+ He may like you best of all.
269
+ He may like you the best of all.
270
+ He may like you least of all.
271
+ He may like you the least of all.
272
+ He may like you most of all.
273
+ He may like you the most of all.
274
+
275
+ % Interuptives with preps. These probably should take CO links.
276
+ You, least of all, should know.
277
+ You, most of all, should know.
278
+ You, out of everyone, should know.
279
+ You, at least, should know.
280
+ This is the man who, in some ways, I would like to hire
281
+
282
+ % Color names can be nouns as well as adjectives:
283
+ She prefers red.
284
+ Blue is the new black.
285
+
286
+ % bright.e in an adverbial role:
287
+ some areas appear bright red.
288
+ some areas look bright red.
289
+
290
+ % Verbs acting as adjectival modifiers (A+ link):
291
+ % Everything in v.2.3, v.4.3, v.6.3 and v.8.3, and special cases:
292
+ This has become a very politicized deal.
293
+ You need to provide an ordered list.
294
+ The given reference is incorrect.
295
+ The provided reference is incorrect.
296
+ The allied army is on the move.
297
+ The adjusted balance is incorrect.
298
+ The poured concrete slowly hardened.
299
+ The wired connection has gone bad.
300
+ The telegraphed orders never arrived.
301
+ Do you have any ruled paper?
302
+ I gave him some ruled paper.
303
+
304
+ % Pg+ links between verbs and gerunds
305
+ He imagined hitting the ball.
306
+ She imagined photographing the couple.
307
+ He feared hitting the wall.
308
+ I emphasize hitting your targets in my lectures.
309
+ He confirmed missing his targets
310
+ He regretted firing the man.
311
+ I regret really smashing it.
312
+ He disputed punching the man.
313
+ I recollect raising the bar for that team.
314
+ I envision building a very tall building.
315
+ He tried stopping the man.
316
+ I enjoy running the show.
317
+
318
+ % Here a Ce+ link is used to attach to the subject
319
+ % i.e. the gerund, acting as a noun. e.g pushing, trusting
320
+ He conceded pushing the button was a mistake.
321
+ We concluded trusting him was a mistake.
322
+ We concluded that trusting him was a mistake.
323
+
324
+ % come, came with gerunds
325
+ The dog came running at the master's call.
326
+ The dog comes running when he's called.
327
+ The ball came flying at his head.
328
+
329
+ % gerunds with determiners
330
+ It's a polishing of prose.
331
+ It is a thinning of the herd
332
+ The event features a running of the bulls
333
+
334
+ % assorted mis-classified verbs.
335
+ He is allied with the Reds.
336
+
337
+ % Sentence openers
338
+ % Some of these need to take the Z- link, when
339
+ % the "I" is optional. But others take the Cs+ link.
340
+ % Said, guessed do the right thing here...
341
+ As guessed, he was lying.
342
+ As I guessed, he was lying.
343
+ As I reckon, it won't happen here.
344
+ As I sensed, it was all a lie.
345
+ As I said, it was all a lie.
346
+ As I verified, the switch was off.
347
+ As I trust, it's all over now?
348
+ It's all over, I trust?
349
+ Sure enough, there it was, as I had sensed.
350
+ Sure enough, there it was, as I had guessed.
351
+ There it was, just as I had said.
352
+
353
+ % zero-subject/phantom-subject in sentence opener
354
+ As mentioned before, we are creating a business service.
355
+
356
+
357
+
358
+ % Buggy opening clauses
359
+ Some days, the trains run on time.
360
+ Some of the time, I really hate it.
361
+ The rest of the time, we goof off.
362
+ Part of the year, we goof off.
363
+
364
+ % up as prep vs. up as verb
365
+ He forced it up the stairs.
366
+ He willed it up the stairs.
367
+ He jammed it down his throat.
368
+ He jammed it up into a corner.
369
+ He upped the bid.
370
+ We are planning to up the bid.
371
+ Ante up!
372
+
373
+ % Optionally transitive verbs taking particles that were mis-classified.
374
+ Water and oil don't mix.
375
+ The computer doesn't boot.
376
+ The computer doesn't boot up.
377
+ Canvas is for painting on.
378
+ Use a piece of paper to write upon.
379
+ A piece of paper can be used to write upon.
380
+ Once he goes, we can clean up.
381
+ He really cleaned up!
382
+ I watched the bomb blow up.
383
+ We pushed the button, then it blew up
384
+
385
+ % stay, bite is optionally transitive
386
+ The judge stayed the prisoner's execution
387
+ Michael stayed his anger
388
+ I stayed the week with my parents
389
+ We stayed the duration of the game.
390
+ Mere rain will not stay the mailman.
391
+ That dog will bite!
392
+
393
+ % resolve can be intranstive
394
+ He resolved on a course of action
395
+ He decided on a course of action
396
+
397
+ % drink is optionally transitive
398
+ we drank
399
+ we drank up
400
+ we drank up all the milk
401
+ Drink up!
402
+
403
+ % null-of -- "of" is sometimes elided; use the ALx link.
404
+ he has drunk all of the ale.
405
+ he has drunk all the ale.
406
+ he has eaten all the chocolate.
407
+
408
+ % Some ditransitive verbs of various complexity
409
+ He poured me a glass of champagne.
410
+ *He poured me.
411
+ He sang me a song.
412
+ *He sang me.
413
+ He sung me a song.
414
+ He had sung a song.
415
+ *He had sang a song.
416
+ He will sing you good night.
417
+ She was singing me a song.
418
+ She sang soprano for the Philharmonic.
419
+ Oscar Peterson played piano and wrote music.
420
+ He wrote for piano and flute.
421
+ He plays marimba and a lot of cowbell on that track.
422
+
423
+ % more ditransitive and etc.
424
+ I stared him down.
425
+ We shouted him down
426
+ We shouted him down off the stage.
427
+ He pushed him down.
428
+ He shouted out.
429
+ He shouted out in pain.
430
+ He cried out.
431
+ He cried out in pain.
432
+ He was shouted off the stage.
433
+ They yelled and booed him off.
434
+ She stalked off.
435
+ She stalked off in a huff.
436
+ She stalked him all day.
437
+ She stalked him day and night.
438
+
439
+ *She stared him
440
+ She looked him over.
441
+ She carefully looked him over when he got back to London.
442
+ She carefully looked him over in London.
443
+ *She looked him.
444
+ *She shouted him.
445
+ *She cried him.
446
+ She sounded him out.
447
+ She sounded him out when he got back to London.
448
+
449
+ He drew me a picture.
450
+ She bore me a child.
451
+ She bore me.
452
+ I dare you.
453
+ She dared me.
454
+ She dared me to jump.
455
+ She had written him off.
456
+ She had told him off.
457
+ He will draw you a check later today.
458
+ He wired me the money yesterday.
459
+ He telegraphed me the go-ahead.
460
+ She waved me off.
461
+ The policeman waved me on.
462
+ We danced 'til dawn.
463
+ We danced the samba 'til dawn.
464
+ They danced the whole night through
465
+ We danced the night away.
466
+ They danced up a storm.
467
+ She danced me a little dance.
468
+ They danced away on a cloud.
469
+ They danced off on a cloud.
470
+ We danced it up.
471
+
472
+ She waved me goodbye.
473
+ She waved me good bye.
474
+ He bid me hello
475
+ He bid me goodnight
476
+ He bid me farewell.
477
+ He bid me welcome.
478
+ She shouted him goodnight.
479
+ She kissed him goodnight.
480
+
481
+ She wished me a happy birthday.
482
+ We will have to sit it out
483
+ The waitress sat us down at the table
484
+ The coach sat me out for the inning.
485
+ She is going to stand you up.
486
+
487
+ % More verbs taking prepositions
488
+ We will party until dawn.
489
+ We will party hardy until dawn.
490
+ We will party on 'til dawn.
491
+ Let's party!
492
+ We boozed the night away.
493
+ We boozed it up.
494
+ We will booze it up until dawn!
495
+ We clowned the night away.
496
+ We dozed 'til noon.
497
+
498
+ % imagine is a lot like vc-see, vc-watch.
499
+ John imagines himself lost in the woods.
500
+ John imagines himself singing from a mountaintop
501
+ I imagined myself dozing on a sunny beach
502
+ John imagined Mary as innocent as a lamb.
503
+
504
+ % sit, stand must take Pa+ link ...
505
+ The house now sits vacant
506
+ The house now stands vacant
507
+ The house now sits empty
508
+ The dog sat very still
509
+ The dog sat up.
510
+ The dog stood still.
511
+ The dog looked tired.
512
+
513
+ Stay a little while.
514
+ Stay a while.
515
+
516
+ % More Pa+ links:
517
+ He was presumed innocent
518
+ He was presumed innocent of the crime
519
+ He was made aware of the crime
520
+ He was declared dead
521
+ He was declared dead after a cursory examination.
522
+ he was declared dead of suffocation.
523
+
524
+ He was judged innocent
525
+ we judged him as innocent as a lamb
526
+ He was judged innocent of the crime
527
+
528
+ % turn - ditransitive with adjective (predicative adjective) Pa**j link
529
+ The thought was turning him green with envy.
530
+ The cancer treatment was turning John bald.
531
+ The cancer treatment was making John bald.
532
+ The treatment turned him bald in an instant.
533
+ Who did you turn envious today?
534
+ The witch turned him green.
535
+
536
+ % more Pa**j links:
537
+ The doctor declared him dead on arrival.
538
+ The doctor declared him insane.
539
+ The doctor made him insane.
540
+ After that failure, we feared him untrainable.
541
+ We presumed him innocent, for now.
542
+ We suspect him incompetent in such matters.
543
+
544
+ The loud music drove him insane.
545
+ You are driving me crazy.
546
+ You are making me crazy.
547
+ The thugs beat him senseless.
548
+ The cold froze the mud solid.
549
+
550
+ % Like the above, but can only be used with "dead"
551
+ He was slain dead by the arrows.
552
+
553
+ % paint, color, with color names; constructions like
554
+ % "pale yellow" mean that the color names are nouns (O*n) and
555
+ % not predicative adjectives (Pa**j)
556
+ Just paint it white
557
+ Just paint it all white
558
+ Just color it black
559
+ Please paint it pale yellow
560
+ Paint the car bright green.
561
+
562
+ The house is painted all white
563
+ The house was painted pale yellow
564
+ The house was painted a fading yellow
565
+ The house was painted a faded yellow
566
+ The house is painted a sublime shade of yellow
567
+
568
+ % act out, act up
569
+ He is going to act out until he gets what he wants.
570
+ Call me if it acts up.
571
+ The motor was acting up.
572
+ He is acting out.
573
+ He is acting out his fantasies.
574
+
575
+ % beckon
576
+ She beckoned to him.
577
+ She beckoned him over.
578
+ She was beckoning in that dress.
579
+
580
+ % More verbs taking prepositions
581
+ He pulled himself upright.
582
+ He uprighted the fallen vase.
583
+ It flexed once or twice in her hand.
584
+
585
+ The economy weakened as prices spiraled up.
586
+ Shares slid $2.66 in Big Board trading.
587
+ Issues tumbled 4.2% last week.
588
+
589
+ % Begin, began
590
+ It began in Germany.
591
+ It begins here.
592
+ It begins now.
593
+ It has begun in Cincinatti; it won't be long now.
594
+ It really began in Chicago in the spring.
595
+ It really began in Chicago last spring.
596
+
597
+ % subject-verb number agreement
598
+ *She are going shopping.
599
+
600
+ % Assorted prepositional difficulties.
601
+ A bucket of chum sat near the tackle box.
602
+ It was a sad bit of commentary to read.
603
+ His works disclose a mastery of composition.
604
+ There's a lot of cowbell in that song.
605
+ There is a bit of cowboy in him.
606
+ There's a bit of creep in the mission statement.
607
+ He had to eat a bit of crow.
608
+ A length of cutlass gleamed in the sunlight.
609
+ I had a bite of donut before going out.
610
+ He had a bit of egg on his face.
611
+ It was as frail as eggshell.
612
+ The ice was green as emerald.
613
+ He ruled by fiat.
614
+ We saw a school of flounder in front of us.
615
+ There was a bit of gaudiness to the show.
616
+ He had a bit of gumshoe in his cleverness.
617
+ There was a lot of gyration in the Senator's words.
618
+ I asked for half-a-pound of hamburger.
619
+ There was a tone of harlot in her voice.
620
+ There was a pretense of hero in his swagger.
621
+ He ladled out a bowl of homily in his sermon.
622
+ We played a game of hoop.
623
+ The truck carried 2 tons of nitrate.
624
+ He nibbled on oatcake.
625
+ Miles of ocean lay before him.
626
+ It was painted in drab olive and oat.
627
+ We ate omelet for lunch.
628
+ He suddenly found pancake in his lap.
629
+ A pinch of parsnip finished the recipe.
630
+ We ate pate on crackers.
631
+ It was made of pearl and oystershell.
632
+ He spoke pidgin.
633
+ The platter was swept with an ocean of prawn.
634
+ A plate of quiche drifted by, followed by a tub of quince.
635
+ Then we moved on to rabbit and rarebit and a salad drowning in ranch.
636
+ We drank sake all night.
637
+ A wall of shrubbery faced us.
638
+ She fried breaded smelt for dinner.
639
+ We went hunting squirrel.
640
+ A bit of swimsuit glittered under her tank top.
641
+ Thunderclap upon thunderclap rattled the windows.
642
+ Waterfowl filled the sky.
643
+ Some Jolly Rogers taste like watermelon.
644
+ It smells like someone is smoking weed.
645
+ It tastes of yam.
646
+ He clutched a purseful of złoty.
647
+ A chair is something you sit in.
648
+ A bed is something you sleep in.
649
+ He breaded the chicken in a mixture of flour and breadcrumbs.
650
+ I had an off day.
651
+ Kim eats pizza with chopsticks.
652
+
653
+ % Somewhere is broken ...
654
+ Off in the distance, a dog barked.
655
+ Far in the distance, a dog barked.
656
+ Somewhere in the distance, a dog barked.
657
+ Somewhere, far away, a dog barked.
658
+ Somewhere else, a cat meowed.
659
+ The ticking came from somewhere near.
660
+ We are finally getting somewhere.
661
+ The record skips somewhere about halfway through.
662
+
663
+ % strong.e adverb
664
+ The Miami market is coming back strong
665
+ His approaches were coming on strong.
666
+ The party was going on strong
667
+ The party is still going strong
668
+
669
+ % post-verbal adjectives (really, adverbs ... )
670
+ The crisis is bleeding the bank dry
671
+ He slowly bled the helium tank
672
+ He bled off some speed with a sharp banking maneuver
673
+ She slowly wrung the towel dry
674
+ She slowly wrung the towel out
675
+ She wiped it clean
676
+ She wiped the table dry enough.
677
+ She ironed it flat
678
+ He combed his hair straight back
679
+ He nailed it flat to the wall
680
+ He pushed him flat against the wall
681
+ He hit it flat on the head
682
+ He hit me hard on the head
683
+ She knocked me blind off my feet
684
+ He robbed me blind.
685
+ I liked her well enough
686
+
687
+ % tired, fresh, refreshed in a post-verbal use
688
+ We will arrive sooner than they
689
+ We will arrive more tired than they.
690
+ We will arrive a lot more tired than they.
691
+ We will arrive a great deal more tired than they.
692
+ We will arrive a little more tired than they.
693
+ We will arrive less refreshed than they.
694
+ We will arrive less happy than they.
695
+ We will arrive less fresh than they.
696
+ We will arrive tired.
697
+ We will arrive exhausted.
698
+
699
+ % clean.e as a bona-fide adverb
700
+ She clean forgot to take it back
701
+
702
+ % drug culture vocabulary
703
+ It smells like someone is smoking maryjane.
704
+ It smells like someone is smoking pot.
705
+ We brought back a kilo of boo from Mexico.
706
+ He took a gram of snort to the party.
707
+
708
+ % Problems with "that"
709
+ % VP that CLAUSE:
710
+ The response was that there are several barriers that have to come down.
711
+
712
+ % "The thing that VP is that CLAUSE"
713
+ The only thing that has prevented a collapse in the dollar so far is that it is the currency reserve of the world.
714
+ The thing that has prevented a collapse is that it is the currency reserve.
715
+ The thing that is funny is that it is wrong.
716
+
717
+ % shame commonly used as a count noun.
718
+ He felt a deep shame.
719
+ The shame of it is that it was a good idea.
720
+ I say it's a damn shame that he left.
721
+ It's a shame that the deal collapsed.
722
+ The whole thing is a crying shame.
723
+ The whole thing is a fucking shame.
724
+
725
+ The shame of it is that it was a good idea.
726
+ The shame of it is, is that it was a good idea.
727
+ The shame of it is that the lynchpin failed.
728
+ The crux of it is that the lynchpin doesn't do anything.
729
+ The crux of the plan is to take the fort.
730
+ The shame of the priest is on all our minds.
731
+ The idea of it is to act first.
732
+ The shame of it is that we must act first.
733
+ The crux of it is that we must act first.
734
+ The crux of the plan is that we must act first.
735
+ The idea of it is that we must act first.
736
+
737
+ % However, words.n.3 needs to be culled:
738
+ *A shame is easy to understand.
739
+ It demonstrated a certain aloofness.
740
+ It demonstrated a certain adroitness.
741
+ It demonstrated a certain aggressiveness.
742
+ *It demonstrated a certain acetylene.
743
+ *It demonstrated a certain aluminum.
744
+ The acetylene exploded.
745
+ *The adroitness exploded.
746
+
747
+ % bug fixes for google-code bug tracker issue 13
748
+ John is pretty insanely stupid.
749
+ John is rather excrutiatingly dull.
750
+ John is rather exceptionally dull.
751
+ John is rather unbearably dull.
752
+ John is rather far from smart.
753
+ John is rather incredibly dull.
754
+ John is altogether incredibly dull.
755
+ John is altogether amazingly quick.
756
+ John is altogether stunningly dull.
757
+ John is altogether stunningly inept.
758
+ John is very atrociously gluttonous.
759
+ John is rather quite dull.
760
+ John is notably rather dull.
761
+ John is plainly rather dull.
762
+ John is obviously quite dull.
763
+ John is quite fashionably late.
764
+ John is so infernally frustrating.
765
+ John is very unacceptably insubordinate.
766
+ John is rather very insubordinate.
767
+ John is rather far from dumb.
768
+ John is rather quite dumb.
769
+ John is altogether a bit boring, wouldn't you say?
770
+
771
+ John is incomparably smarter.
772
+ John is unflinchingly direct.
773
+ John is undisputably the king.
774
+ John is undeniably the winner.
775
+ John is unarguably the winner.
776
+ The car is unimaginably faster.
777
+ The car is ridiculously faster.
778
+ The Wehrmacht is unacceptably more dangerous.
779
+ Rockefeller is fabulously richer.
780
+ This computer is relatively more expensive.
781
+
782
+ It's an inherently better method.
783
+ It's a marginally less productive well.
784
+ That one is a marginally better choice.
785
+ It's a moderately faster way of doing things.
786
+
787
+ John is rather incomparably smarter.
788
+ It's a rather inherently better method.
789
+ John is quite certainly a better choice.
790
+
791
+ % Similar buggy sentences:
792
+ *John is nimbly strongly dull.
793
+ *John is boundlessly charmingly polite.
794
+ John is boundlessly, charmingly polite.
795
+ John is stupidly, insanely dull.
796
+
797
+ % done, finished, started
798
+ I have started working.
799
+ I will start working.
800
+ I am done working.
801
+ I am done being angry.
802
+ I am done with being angry.
803
+ I am finished being angry.
804
+ I am through being angry.
805
+ We took a through flight.
806
+ It's a done deed.
807
+
808
+ % Some idiomatic expressions involving "doing"
809
+ % Somewhat inconsistent, though.
810
+ I am doing fine.
811
+ I am doing poorly.
812
+ He is doing ok.
813
+ He is doing okay.
814
+ He has done very well.
815
+ I am doing much better, thank you.
816
+ It is going terribly.
817
+ It is going well.
818
+ I'm feeling awful.
819
+
820
+ % Expressions with direct and indirect objects
821
+ I asked him a question.
822
+ I told Jim a story.
823
+
824
+ I want it back.
825
+ I want the book back.
826
+ I want it now.
827
+ I want the book now.
828
+ I want the book here, now.
829
+ I want it green.
830
+ I want it shiny.
831
+ I wish it was shiny.
832
+ I want it brilliant.
833
+ I want the review to be brilliant.
834
+ I want it done.
835
+ I want the job done.
836
+ I want it finished.
837
+ I want the job finished.
838
+ I want it over with.
839
+ I want these troubles over with.
840
+ I wish it was over with.
841
+ I want it completed.
842
+ I wish it was completed.
843
+ I want it fixed.
844
+ I want it fixed up.
845
+ I want it cleaned up.
846
+ I want it gone.
847
+ I wish it was gone.
848
+ I want to be rid of it.
849
+
850
+ % Passive subjects with objects.
851
+ I was asked a number of questions.
852
+ I was told that crap, too.
853
+ I was told all about it.
854
+ I was told the whole story by Maybeline.
855
+ He enquired my whereabouts.
856
+ He inquired at the door.
857
+
858
+ % threat.n singular and mass.
859
+ The old system is in threat of breakdown.
860
+ The area remains under severe threat of fire.
861
+ He poses a threat to security.
862
+
863
+ % Good sentences ...
864
+ I heard a bark in the distance.
865
+
866
+ % verb modifiers for talk, consist, etc.
867
+ He talked quietly of revolt.
868
+ He disapproved passionately of sex.
869
+ He talks, mostly of revolution.
870
+ It consists largely of sand.
871
+ He talks mostly about the weather.
872
+ He talked up a storm.
873
+ he talked mostly to Ann.
874
+ he talked a mean streak longer than I'd hoped
875
+ He is talking up some chicks.
876
+ He talks a lot.
877
+
878
+ % Problems with "nightly"
879
+ He eats with me nightly.
880
+ He eats with me daily.
881
+ He prays with me daily.
882
+ He barks at me nightly.
883
+ He sits near me nightly.
884
+ He sits near me occasionally.
885
+ My boyfriend dresses very simply.
886
+
887
+ % Buggy classification of words.n.3 vs. words.n.4:
888
+ There was an abundance of poverty.
889
+ There was a continuity of action.
890
+ There was a certain crudity to his actions.
891
+ It showed a certain abundance.
892
+ He had a certain panache.
893
+ He sank into a delirium.
894
+ It was a detriment to further action.
895
+ He demonstrated a certain ignorance.
896
+ We were unable to find a common ground.
897
+
898
+ % Time-related verb modifier
899
+ He does that sometimes.
900
+ He does that some of the time.
901
+ He does that all the time.
902
+ He does that all of the time.
903
+ He does that a lot of the time.
904
+ He does it all of the time.
905
+ He does it all of the day.
906
+ He does it a little of the time.
907
+ He does it a little bit of the time.
908
+ That happens none of the time.
909
+ That's what happens plenty of the time.
910
+ That's what happens the rest of the time.
911
+ That happens the rest of the time.
912
+ That's what goes on the rest of the time.
913
+ Long hair hides his eyes all of the time.
914
+ Sunglasses hide his eyes all the time.
915
+ Sunglasses hide her eyes a lot of the time.
916
+ Sunglasses hide her eyes a bit of the time.
917
+ A hat covers his head some of the time.
918
+ A crown of snow covers the mountain most of the year
919
+ A crown of snow covers the mountain a part of the year
920
+ The trains run on time part of the day
921
+ He is a part of the problem.
922
+ Part of the problem is his attitude.
923
+
924
+ It happens every other time.
925
+ It happens every time.
926
+ It happens each time.
927
+ It happens each time I hit the brake.
928
+ It happens not every time I hit the brake.
929
+ It happens ever place I go.
930
+ Let's do it some other time.
931
+ Let's do it some other way.
932
+ Let's do it some other place.
933
+ That's what happens most other times.
934
+ I see that happen most places I go.
935
+
936
+ % Filler-it and the SF link:
937
+ It is reasoned that the vast concentration of the business information market in EMEA resides within Europe.
938
+ It is whispered that the vast concentration of the business information market in EMEA resides within Europe.
939
+ it is reasoned that this statement is true.
940
+ it is hoped that this statement is true.
941
+ It was hinted that our actions were inappropriate.
942
+
943
+ % buggy coppula and copula contractions
944
+ %
945
+ % Consider "Here's the ball." We have two choices: SFst+ as a filler-it,
946
+ % or the more questionable [Wq- & PF+]. Note that (Wd- & PF+) is barred
947
+ % by the post-processing rules. Maybe PF is reasonable.. but SFst seems
948
+ % better at the moment.
949
+ %
950
+ Here is the ball.
951
+ Here's the ball.
952
+ There is the ball!
953
+ Where's the ball?
954
+ Here's Johnny!
955
+
956
+ Nearby is another temple that honors his wife.
957
+ Close by is another temple.
958
+ Nearby are more ruins.
959
+
960
+ There goes the neighborhood!
961
+ There goes the cutest guy ever!
962
+ There goes one of the strongest competitors this sport has seen.
963
+ There goes the biggest loser ever.
964
+ There went the cutest guy ever!
965
+ Oh great, there went my ride.
966
+ Here goes nothing.
967
+ But for the grace of God, there go I.
968
+
969
+
970
+ % copulas with verb target:
971
+ All he ever does is bark.
972
+ All he ever does is whine.
973
+ All he ever does is complain.
974
+ All he ever does is drink.
975
+ All he ever does is schmooze.
976
+ All he ever does is lounge.
977
+ All he ever does is watch TV.
978
+ All he ever does is listen to the radio.
979
+ All he ever does is sit in front of the computer.
980
+ All he will ever do is complain.
981
+ All he will ever do is go drinking.
982
+ One of the things you do when you sleep is dream.
983
+ One of the things you do when you sleep is to dream.
984
+ Something you might do while attending school is learn.
985
+ *Something you might do while attending school is to learn.
986
+ Something you need to do before you watch TV is turn on the TV.
987
+ One of the things you do when you stop your bicycle is apply the brake
988
+
989
+ % Copulas with noun target:
990
+ All he wants is luck.
991
+ All he wants is a big cigar.
992
+ All he ever wants is to get lucky.
993
+ All he ever touched turned to gold.
994
+
995
+ % Contractions.
996
+ He's out jogging.
997
+ He is out jogging.
998
+ He's out biking.
999
+ He's out running.
1000
+ He's out for lunch.
1001
+ He's out on the town.
1002
+
1003
+ % "I need help with that."
1004
+ I need help w/that.
1005
+
1006
+ % as ....
1007
+ It is no longer portrayed as having the power to protect against sin.
1008
+ You are portrayed as having the power to make decisions.
1009
+ You are portrayed as wanting the power to make decisions.
1010
+ You are portrayed as needing the power to make decisions.
1011
+ Information on the Internet may come across as authoritative.
1012
+ You are as authoritative as he is.
1013
+ You come across as authoritative.
1014
+ He was so foolish as to lie.
1015
+ Ridiculous as it seems, the tale is true.
1016
+
1017
+
1018
+ % Problems with "go":
1019
+ Let's go shop.
1020
+ Let's go shopping.
1021
+ Let's not go shop.
1022
+ Let's not go shopping.
1023
+ Let's not go.
1024
+ Let's not.
1025
+ Let's go sailing!
1026
+ Let's go drinking!
1027
+ Let's go smoke up that joint!
1028
+ Let's go smoke that joint!
1029
+ Let's go drink up that bottle!
1030
+ Let's go drink that bottle!
1031
+ Let's go sail up that lake!
1032
+ Let's go swim.
1033
+ Let's go for a swim.
1034
+ Let's go for a drink.
1035
+ Let's go for a smoke.
1036
+ Let's go eat.
1037
+ Let's go talk to him now.
1038
+ Let us go, then, you and I.
1039
+ Why don't you go jump in a lake?
1040
+ Why don't you just go jump in a lake?
1041
+ Why don't you go fall in a lake?
1042
+ Oh, go jump in a lake!
1043
+ Let's go fall in the water!
1044
+ Let's go jump in the water!
1045
+ Let's go hike that trail.
1046
+ Let's go hike up that trail.
1047
+ Let's blow this pop-stand.
1048
+ Go bring me that ball.
1049
+ Just go bring me the paper.
1050
+
1051
+ I'm going drinking.
1052
+ I'm going running.
1053
+ I do see it now.
1054
+
1055
+
1056
+ % Buggy parsing of "all but", "nothing but"
1057
+ Nothing but ocean lay before.
1058
+ We heard nothing but silence.
1059
+ Nothing but scorched earth remained.
1060
+ All was lost but one table.
1061
+ All was lost, save for one chair.
1062
+ All but one tree remained untouched.
1063
+ But for want of a nail, the shoe was lost.
1064
+ All but one tree was lost.
1065
+ Everything but one tree remained.
1066
+ We hoped for the best, but were disappointed.
1067
+ There was nothing but pain.
1068
+
1069
+ % Prepositional difficulties
1070
+ It fell when the clock chimed.
1071
+
1072
+ % Inverted subject-object
1073
+ The treasure lay below the ground.
1074
+ Below the ground lay the treasure.
1075
+ In Xanadu did Kubla Kahn a stately pleasure dome decree.
1076
+
1077
+ % Confusion between K- and MVa- links --
1078
+ % "He turned left." uses the MVa- link.
1079
+ % "He turned around", "he jumped around", "he jumped up" use "K"
1080
+ % as a particle link.
1081
+ % "He dodged sideways." uses MVp
1082
+ He turned left.
1083
+ He angled left.
1084
+ He angled sharply left.
1085
+ He angled around.
1086
+ He dodged left.
1087
+ He jumped left.
1088
+
1089
+ % about can be particle (K- link), except that "about quickly"
1090
+ % and "quickly about" are both allowed, and K- only allows the first,
1091
+ % and not the second.
1092
+ He looked about.
1093
+ He turned about.
1094
+ The sailboat swung about, coming to a new bearing.
1095
+ He jumped about.
1096
+
1097
+ % double-prepostion type constructions
1098
+ % adverbs w/ reversed preposition locations
1099
+ % Using MVa- seems like the only solution...
1100
+ People glanced fearfully around at the impassive troops.
1101
+ He looked around fearfully.
1102
+ He looked fearfully around.
1103
+ He looked about fearfully.
1104
+ He looked fearfully about.
1105
+
1106
+ % Set phrases involving "so" -- this is an exhaustive list !
1107
+ % There are no other verbs that take "so" -- should there be
1108
+ % a special link for this ???
1109
+ I assume so
1110
+ I believe so
1111
+ I fear so
1112
+ I hope so
1113
+ I imagine so
1114
+ I presume so
1115
+ I say so.
1116
+ I suspect so.
1117
+ I think so
1118
+
1119
+ % Third-persom -- idiomatic
1120
+ It seems so.
1121
+
1122
+ % Particles w/ various optionally transitive verbs
1123
+ % XXX Many of these are wrong, esp the "up to" "down to"
1124
+ % these should be properly marked as prepositional, since
1125
+ % up/down/in/out really are action-direction modifiers.
1126
+ % constructions
1127
+ He walked the dog.
1128
+ He walked up to the counter.
1129
+ He walked out of the house.
1130
+ He sailed the boat into the pier.
1131
+ He sailed up to the bar.
1132
+ He clicked the mouse.
1133
+ *He clicked up the mouse.
1134
+ He zeroed the counter.
1135
+ He zeroed out the counter.
1136
+ He marched his prisoners through town.
1137
+ Elvis was all shook up.
1138
+ Elvis was all shaken up.
1139
+ He will kill again.
1140
+ The flu can kill.
1141
+ Let's kill some time on Sunday.
1142
+ I will kill him.
1143
+ The show airs on Sunday.
1144
+ The show will air again on Sunday.
1145
+ We've chosen to adopt
1146
+ We will adopt
1147
+ We will adopt again.
1148
+ We will adopt a child from Uruguay.
1149
+
1150
+ % feed taking particle
1151
+ Horeses feed on hay.
1152
+ People eat but animals feed.
1153
+
1154
+ % tell taking prep
1155
+ Today, we will tell about ancient structures.
1156
+ Yesterday, we told about ancient structures.
1157
+ They have told of the soldiers' fear
1158
+ They have talked of the soldiers' fear
1159
+
1160
+ % More particles
1161
+ Your grammar should be worked on.
1162
+ Your grammar should be worked upon.
1163
+
1164
+ % Transitive sports activities
1165
+ I biked Johnson Creek.
1166
+ We walked Shoal Creek.
1167
+ We kayaked Town Lake.
1168
+ We skied Big Sur.
1169
+ We're kayaking Shoal Creek tomorrow.
1170
+ Biking feels good.
1171
+ He wants to go surfing.
1172
+ He has gone to Hawaii to go surfing.
1173
+ We will canoe the rapids today.
1174
+ I will swim the sea.
1175
+ He swam three laps.
1176
+ He has swum the English Channel.
1177
+ We have swum out to the island before.
1178
+ Let's swim.
1179
+ Today, we will snorkel the reef.
1180
+ Today, we will snorkel out to the reef.
1181
+ Today, we will go snorkelling.
1182
+ Today, we will go skin-diving.
1183
+ He dove down to the bottom of the sea.
1184
+
1185
+ Roselyn et al. wrote about manga.
1186
+ He went on and on, etc.
1187
+ The v.v. is true.
1188
+ Whenever he comes, she goes, and v.v.
1189
+
1190
+ It was he that did it.
1191
+ John likes joking around.
1192
+ He's right, isn't he?
1193
+ Who am I?
1194
+ I don't think so.
1195
+ I, uhh, don't think you're right.
1196
+ Gosh darn it!
1197
+
1198
+ % Rnx+ on because, only.
1199
+ Because I want to talk.
1200
+ Because I said so.
1201
+ Only I say so.
1202
+
1203
+ This sentence parses badly.
1204
+ The bad parse was due to the improper parsing of the sentence.
1205
+
1206
+ I would not choose to.
1207
+ Not that I would choose to.
1208
+
1209
+ It sure is.
1210
+ It sure is great.
1211
+ The book sure is great.
1212
+ The sushi was best.
1213
+ How about the bubble tea?
1214
+ How 'bout them Cowboys?
1215
+
1216
+ The results bear out the method
1217
+ The results bear looking at.
1218
+ It bears looking at.
1219
+
1220
+ He talked longer than usual.
1221
+ He is taking longer than usual.
1222
+ He is working harder than usual.
1223
+ He hit harder.
1224
+ He hits hard.
1225
+
1226
+ % verbs taking prepositions
1227
+ We're going to bike over.
1228
+ We'll jet on by.
1229
+ They sailed on by.
1230
+ Just scroll down.
1231
+ That just reeks.
1232
+ That is just the cat's meow.
1233
+ He stands accused of misconduct.
1234
+
1235
+ % Awake and asleep as adverbs
1236
+ He was jarred awake.
1237
+ We shook him awake.
1238
+ He jerked awake at the sound.
1239
+ The sound left him awake.
1240
+ We left him asleep in the tent.
1241
+ We left him sleeping in the tent.
1242
+
1243
+ % Similar to the above, but with preps
1244
+ We stood it upright.
1245
+ We stood it up.
1246
+ He picked up the fallen lamp and stood it up.
1247
+
1248
+ It was obvious that he would do it.
1249
+ It was obvious that he'd do it.
1250
+
1251
+ % "is" copula with mass/uncountable nouns
1252
+ There's barf on the seat.
1253
+ There is water on the table.
1254
+ there is a glass on the table.
1255
+ There is dirt on the floor.
1256
+ there is egg on your face
1257
+ there is a rumour going around.
1258
+ there is dirt going around.
1259
+ There is blood on his hands
1260
+ There will be blood on your hands
1261
+ There is a wart on his hands
1262
+ There are warts on his hands
1263
+
1264
+
1265
+ What the beep was that?
1266
+ We'll cab on over to the restaurant later.
1267
+ He waited in the check-out line.
1268
+ The wind gusted from the north.
1269
+ He must pee into the bottle.
1270
+ He'll stride up to the bar, pretending he didn't see a thing.
1271
+ We'll uplink tonight.
1272
+ That will reek tomorrow.
1273
+ That reeks of favoritism.
1274
+ Kids will frolic in the summer.
1275
+ He would labor over it for hours.
1276
+ That circuit will jitter intermittently.
1277
+
1278
+ % Idiomatic usage of "of"
1279
+ You must beware of the tiger.
1280
+ You must be wary of the tiger.
1281
+ You must be afraid of the tiger.
1282
+ You must be cautious of the tiger.
1283
+ You must be cautious around this apparatus.
1284
+ You must be careful with this apparatus.
1285
+ You must be curious about the process.
1286
+
1287
+ You just scrolled past it.
1288
+
1289
+ What have you gotten into?
1290
+ What have you gotten yourself into?
1291
+
1292
+ % Questions that want "from", "to" as prep.
1293
+ Where did the car come from?
1294
+ Where do the words come from?
1295
+ Who have bought your flat from?
1296
+ Where was she from?
1297
+ Where is the figure taken from?
1298
+ But where will you get them from?
1299
+ Where has this letter come from? my father asked.
1300
+ If the student does not recover the animal from anaesthesia, where will the experience of post-operative care come from?
1301
+ Where can I possibly get them from?
1302
+ Can you tell us where those strange ideas came from?
1303
+ Where are you coming from?
1304
+ Where were you coming from?
1305
+ Where is she coming from?
1306
+ Where am I coming from?
1307
+ Where does she come from?
1308
+
1309
+ % These need R+ & Bsw+ in "where" to parse
1310
+ Where did they go to?
1311
+ Where have they gone to?
1312
+ *They have gone to.
1313
+ So, where did they come to?
1314
+ Where does it go to?
1315
+ What does it come to?
1316
+ What does it go to?
1317
+
1318
+ *I want to thought about this.
1319
+ So, what does it all come to?
1320
+ So, what does it all come to, now?
1321
+ So, what does it all come to, brother?
1322
+ *Does it all come to?
1323
+ *Does it come from?
1324
+ Does it come from France?
1325
+
1326
+ Where did that book go to?
1327
+ Where did that book get to?
1328
+
1329
+ % Zappa/Grand Wazoo
1330
+ Where did they come from?
1331
+ Where did they go to?
1332
+ What has become of them now?
1333
+ How much was the leakage from the drain in the night?
1334
+ Who are those dudes in the back seat of Calvin's car?
1335
+ What did they do when they got off the car?
1336
+ Did they go get a sandwich?
1337
+ Did they eat in the dark?
1338
+ What did they do with the waxed-paper bundles?
1339
+
1340
+ % Sentences ending in "to", null infinitive
1341
+ % i.e. "I want to infinitive" but the verb is missing/implied.
1342
+ % Fixed by forcing "to" to be at end of sentence
1343
+ I want to, also.
1344
+ I want to, too.
1345
+ Because I have to.
1346
+ Because I want to.
1347
+ But I want to.
1348
+ I wanted to, but I didn't.
1349
+ I want.
1350
+ Yes, I'd like to.
1351
+ Yes, I'd love to.
1352
+ No, I wouldn't.
1353
+ Thank you, I'd love to.
1354
+ I'd like to, I want to.
1355
+ *I like to pliers.
1356
+ *I like to purple.
1357
+ *I like to many.
1358
+
1359
+ % Clausal complements, fairly idiomatic in form ...
1360
+ The emperor ordered it made
1361
+ The emperor suggested it sold
1362
+ The advisor urged compromise
1363
+ The advisor urged for compromise
1364
+ The advisor argued for compromise
1365
+ The advisor urged it done
1366
+ I assumed it done.
1367
+
1368
+ % Hmm. Things following a comma, but in a different register ...
1369
+ % I think the clause needs to be its own domain ??
1370
+ % Missing/implied subject
1371
+ He stepped forward, gun raised.
1372
+ He stepped forward, hand out.
1373
+ He stepped forward, his hand out.
1374
+ He looked up, heart racing.
1375
+ He glanced away, hands trembling.
1376
+ The monkey reached, stick extended, for the banana.
1377
+ He stepped forward, smile broadening.
1378
+ He stepped forward, his white teeth glittering.
1379
+
1380
+ % Even when it does parse, the MV link looks wrong to me ...
1381
+ % the clause needs to be its own funky domain, I think.
1382
+ He glanced away, looking pale.
1383
+ He stepped forward, putting his hand out.
1384
+
1385
+ % Post-nominal modifiers with TO+ link:
1386
+ The inability to laugh signifies trouble
1387
+ The inability to laugh signifies mental illness
1388
+ The disability of John means he is slow
1389
+ The inability for the rejected to laugh signifies their paranoia at being noticed.
1390
+
1391
+ % Post-nominal modifiers, MX- link to "to be"
1392
+ The drill, to be provided, will be use to take soil samples.
1393
+ The drill, soon to be provided, will be use to take soil samples.
1394
+ The stock, to be purchased on the open market, will be added to assets.
1395
+ The parts, being obtained as we speak, will arrive this afternoon.
1396
+
1397
+ % zero-copula (missing "to be") post-nominal MX broken-ness:
1398
+ The event, being historically insignificant, will soon be forgotten
1399
+ The event, historically insignificant, will soon be forgotten
1400
+ The event, historically important , will be long commemorated
1401
+ the argument, fundamentally flawed, was soon destroyed
1402
+ the argument, being fundamentally flawed, was soon destroyed
1403
+
1404
+ % Impersonal, passive "be" linking to passive participle.
1405
+ It is normal that such directives be worked upon.
1406
+ It is normal that such directives are worked upon.
1407
+ It is normal that such directives be acted upon.
1408
+ It is normal that such directives are acted upon.
1409
+ It is normal that such directives be acted upon quickly.
1410
+ It is normal that such directives be quickly acted upon.
1411
+
1412
+ It is normal that such actions are taken.
1413
+ It is normal that this action is taken.
1414
+ It is normal that this action be taken.
1415
+
1416
+ % problems with "once" (once as adjective, noun)
1417
+ Once will have to do.
1418
+ You can go just this once.
1419
+ You can go just this one time.
1420
+ It was the once capital of the nation.
1421
+
1422
+ % Archaic, idiomatic "be"
1423
+ Peace be unto you.
1424
+
1425
+ % Archaic use of "be" with passive participles:
1426
+ Where be those roses gone which sweetened so our eyes?
1427
+ They be shooting and fishing out at the Forestry Lakes.
1428
+
1429
+ % Archaic fairy-tale / children's book registers (inverted subject/object)
1430
+ Far out in the sea lived a fish.
1431
+ A fish lived far out in the sea.
1432
+
1433
+ % old as noun
1434
+ The seven year old kicked me in the shins.
1435
+ He is a seven year old.
1436
+ The seven year olds ran rampant.
1437
+ The seven year olds ran wild.
1438
+
1439
+ % Named days of week.
1440
+ The market fell 156.83, or 8%, a week after Black Monday.
1441
+ We'll party all night on Fat Tuesday.
1442
+ We'll come for dinner on Ash Wednesday.
1443
+
1444
+ % Adverbs that typically follow a verb.
1445
+ The horses run free now.
1446
+ The horses run hard.
1447
+ He runs hot and cold.
1448
+ The engine is running very hot.
1449
+ The door is locked tight.
1450
+ The window is wedged open.
1451
+ The window is wedged wide open.
1452
+ He blew the case wide open.
1453
+ The door swung wide open.
1454
+ The door slammed shut behind me.
1455
+ The bolt is screwed in tight.
1456
+ The bolt is frozen hard in the engine block.
1457
+ He cranked up the volume loud.
1458
+ He cranked up the volume way loud.
1459
+ He hit the nail pretty hard.
1460
+ He wacked the ball pretty far.
1461
+ I wonder how hot the motor ran.
1462
+ I wonder how open he plans to be about the truth.
1463
+ He is very tight with his friends.
1464
+ Will he be free with his praise?
1465
+ How free will he be with his praise?
1466
+ How open will he be with the truth?
1467
+ How tight is that connection?
1468
+ How loose is that connection?
1469
+
1470
+ % Measurement units
1471
+ There is a nineteen minute gap in the tapes.
1472
+ There is a 12 year gap in the records.
1473
+ There is a 10 millenium gap in the geological records.
1474
+ The explosion blew out a 12 inch hole in the side of the tank.
1475
+ It shoots 12 picosecond pulses.
1476
+ It shoots a 12 picosecond pulse.
1477
+ It is a 12 watt motor.
1478
+
1479
+ She screwed in a 40 watt light bulb.
1480
+ She screwed in a forty watt light bulb.
1481
+ It is a 12 m² apartment.
1482
+ The rent is $150 per m² per month.
1483
+ The cost is $150 per meter.
1484
+ The cost is $150 per yard.
1485
+ The rate is 10nm per msec.
1486
+ The differential rate is 5 volts per MeV.
1487
+ He queued up another 45 rpm record.
1488
+ India is building a 450MW nuclear plant.
1489
+ The temperature rose by 12°C.
1490
+ It is 12°C outside.
1491
+ My El Camino gets about 12 MPG.
1492
+ My El Camino gets about 12 mpg.
1493
+ We bought a 12 pound pumpkin for Halloween.
1494
+ We bought a 12 dollar pumpkin for Halloween.
1495
+ He got himself a 50 dollar haircut.
1496
+ That car goes 90 MPH.
1497
+ Give him 5 cc's of morphine, stat.
1498
+ The crystal is growing at a rate of 2mm per millisecond.
1499
+ The slew rate is 12mV per microsecond.
1500
+ He raced off at 90 miles an hour.
1501
+ The aircraft was moving 90 miles per hour.
1502
+ It goes 90 miles an hour.
1503
+ It moves 90 miles an hour.
1504
+ It went 90 miles an hour.
1505
+ That will cost you very nearly 12 drachma.
1506
+ It goes for 12 to the drachma.
1507
+ We sell them for 12 per drachma.
1508
+ That will cost ¥2400.
1509
+ That will cost 2400 yen.
1510
+ We bought 200ft. of lumber.
1511
+ We bought the last 200ft. of lumber.
1512
+ We bought 200sq.ft. of plywood.
1513
+ It is 12ft. long.
1514
+ The voltage fell almost 50mV.
1515
+ That will cost hundreds of lira.
1516
+ That will cost zillions of lira.
1517
+ The ferrite core is wrapped with 24gauge wire.
1518
+ The last 50 ft. are bad.
1519
+ Some 50 ft. are bad.
1520
+ Nearly 50 ft. are bad.
1521
+ The last 50 ft. of the cable are bad.
1522
+ The leftmost 50 ft. of the cable are bad.
1523
+ The protein (50 kDa) is examined.
1524
+ The protein (20 to 50 kDa) is examined
1525
+ The protein (1 kDa) is examined
1526
+ A miner's inch is defined as 1/60 ft³/s.
1527
+ A miner's inch is defined as 1/60 ft³ / s.
1528
+ A miner's inch is defined as 1 / 60 ft³/s.
1529
+ A miner's inch is defined as 1 / 60 ft³ / s.
1530
+ A miner's inch is defined as 472 mL/s.
1531
+ A miner's inch is defined as 472 mL / s.
1532
+
1533
+ % Lack of space between numbers and letters causes problems
1534
+ It was 10:30AM in the morning.
1535
+ It was 10AM in the morning.
1536
+ *It was 10:555:88 in the morning.
1537
+ Bids must be received by 1 p.m. EDT
1538
+ Bids must be received by 1 PM, CST
1539
+ Bids must be received by 1PM, CST
1540
+
1541
+ % Poorly parsed date expressions.
1542
+ I saw him on January 21, 1990
1543
+ I saw him on January 21st, 1990
1544
+ It happened on October 17th, 1781.
1545
+ It happened on October seventeenth, seventeen eighty-one.
1546
+ It happened on October seventeenth, seventeen oh-one.
1547
+ It happened on October seventeenth, seventeen oh one.
1548
+ It was produced by 21st Century Fox
1549
+
1550
+ It is a two cent needle
1551
+ That's a one dollar cigar
1552
+ That's a 1 dollar cigar
1553
+ That's a $1 cigar
1554
+
1555
+ The IMF estimated growth at five and two-tenths percent.
1556
+
1557
+ % XXX FIXME:
1558
+ % Note that the handling of prepositions is incorrect with regard to
1559
+ % measurements: the linkage should be to lumber, not feet. That is,
1560
+ % "12 feet of" is a modifier. Similarly, "hundreds of" should be a
1561
+ % modifier to "hours". But this can also be ambiguous: consider:
1562
+ % "The rate is 10 nm per one msec of time" -- here "of time" is
1563
+ % indeed the modifier. Hmmm ...
1564
+ %
1565
+ % Note also: parse confusion between "feet.n" and "feet.i"
1566
+ % and so "feet.n" should be removed/trimmed back from dict.
1567
+ We bought hours of time.
1568
+ We bought 12 feet of lumber.
1569
+ That will take hundreds of hours of effort.
1570
+ That will take hours of effort.
1571
+ That will take hundreds of yards of cement.
1572
+ It will take several inches of movement to clear the rigger.
1573
+ It will take several foot-pounds of strain before it cracks.
1574
+ That will require 10 square yards of paint.
1575
+ That engine generates hundreds of foot-pounds of torque.
1576
+ The rate is 10 nm per one msec of time.
1577
+
1578
+ It cost US$ 14 million.
1579
+ It cost $14 million.
1580
+
1581
+ % Prepositional modifiers with distances.
1582
+ It is 5 miles distant.
1583
+ It was 3 miles under.
1584
+ It was 3 miles east.
1585
+ It was about 3 miles out.
1586
+ It is a few miles over.
1587
+
1588
+ % XXX These parse, but there's an explosion of parses generated.
1589
+ % Basically, miles.n is fucking things up -- we ned to trim it down.
1590
+ It is between 5 miles and 15 miles long.
1591
+ It is between 5 miles and 15 miles distant.
1592
+
1593
+ % post-fixed number handling with NM link
1594
+ It started on day one.
1595
+ The experiments ended on day 22.
1596
+ I fear the number 13.
1597
+ The number 12 is a lucky number.
1598
+
1599
+ I fear the dirty dozen.
1600
+
1601
+ % Post-fixed numbers can act as (singular) determiners
1602
+ The exon is spliced with the intron.
1603
+ Exon 30 is spliced with the intron.
1604
+ * Exon is spliced with the intron.
1605
+ Exon 30 is spliced with intron 40.
1606
+ Oven two is not heating evenly.
1607
+ Assembly line 7 had a work stoppage this morning
1608
+ Flight 442 was delayed.
1609
+ John, age 40, is a douchebag.
1610
+
1611
+ % Can have numerical modifier *and* a determiner simultaneously:
1612
+ The sigma factor sigma 35 is homologous.
1613
+
1614
+ % Nested modifiers too:
1615
+ The sequence is omega 1 beta 2 alpha.
1616
+
1617
+ % Post-posed romman numeral modifiers, and letter modifiers:
1618
+ The say that Pope Pious XII takes vitamin D supplements.
1619
+ Vitamin D supplements are good for you.
1620
+ William Petre was Secretary of State to Henry VIII.
1621
+
1622
+ % Numerical ranges
1623
+ It takes 2 to 3 times the effort.
1624
+ It takes 2 - 3 times the effort.
1625
+ It takes 2 -- 3 times the effort.
1626
+ It takes 2 --- 3 times the effort.
1627
+
1628
+ It has a 10 to 20 foot range.
1629
+ The account has a $1000 to $2000 limit.
1630
+ It will cost $10 million to $20 million to build.
1631
+ It will cost $10 million or $20 million to build.
1632
+
1633
+ I have between 5 and 20 dogs.
1634
+ There are from 5 to 20 of them.
1635
+ It will cost between 5 and 10 million.
1636
+ It is between 5 feet and 20 feet long.
1637
+ A DNA segment of 15 kDa to 20 kDa was obtained.
1638
+ It is two to threefold more abundant.
1639
+
1640
+ % Year date, time and number expressions:
1641
+ % NA, DG links
1642
+ The war of eighteen twelve was notable.
1643
+ It was all over by nineteen nineteen.
1644
+ The first model came out in nineteen oh five.
1645
+ The first model came out in nineteen oh-five.
1646
+ The first model came out in nineteen oh one.
1647
+ The first model came out in nineteen oh-one.
1648
+ The first model came out in nineteen zero five.
1649
+ The house was remodelled in two thousand three.
1650
+ The house was remodelled in two thousand and three.
1651
+ It happened in the late seventeen seventies.
1652
+
1653
+ The movie was over by nine eighteen.
1654
+ The movie was over by 9:18.
1655
+ The movie was over by 9:18 PM.
1656
+ The movie was over by 9:18 pm.
1657
+ The movie was over by 9:18PM.
1658
+ The movie was over by twelve o'clock.
1659
+ The movie was over by twelve o'clock in the afternoon.
1660
+ The movie was over by midnight.
1661
+ We are moving out at twelve hundred hours.
1662
+ We are moving out at twelve hundred thirty hours.
1663
+ We are moving out at zero hundred hours.
1664
+ Zero hour is approaching.
1665
+ It's a fifty five gallon drum.
1666
+ It's a fifty-five gallon drum.
1667
+ It's a fifty one gallon drum.
1668
+ It's a one gallon can.
1669
+ We just got a hundred of them.
1670
+ We bought two hundred three of them.
1671
+ We bought two hundred and three of them.
1672
+ We bought two hundred 'n three of them.
1673
+ Two hundred twelve now roam wild.
1674
+ It's a hundred and two in the shade.
1675
+ What's two 'n two?
1676
+ press the button when the dial reads zero.
1677
+
1678
+ % Fix/spell-check "its"
1679
+ Its broken.
1680
+ It's broken.
1681
+
1682
+ % date ranges are simple modifiers, not numerical mods
1683
+ It was the 1989-90 crop that failed.
1684
+
1685
+ % However, dashes can appear in model numbers:
1686
+ The plane is a Boeing 747-400
1687
+ The plane is a 747-400
1688
+ The 747 jumbo jet came roaring overhead.
1689
+ You want part no. 1234-567.
1690
+
1691
+ You want part no 1234-567A.
1692
+ You want part no. 1234-567A.
1693
+ You want part num. 1234-567A.
1694
+
1695
+ % Years as adjectival modifiers:
1696
+ He drove a souped-up '57 Chevy.
1697
+ He drove a souped-up 1957 Chevy.
1698
+ The 47 Ford came screamin' down the track.
1699
+
1700
+ % Simple mathematical equation parsing:
1701
+ Phosphorylation was observed (P = 0.06).
1702
+ Phosphorylation was observed (probability = 0.06).
1703
+ The sun is distant (L = 1 AU).
1704
+ Bacteria with low G + C DNA content contain genes.
1705
+
1706
+ % Ordinals as clause openers
1707
+ first on our list is this item.
1708
+ second on our list is this item.
1709
+ third on our list is this item.
1710
+ next on our list is this item.
1711
+ last on our list is this item.
1712
+ 17th on our list is this item.
1713
+ first is this item.
1714
+ second is this item.
1715
+ next is this item.
1716
+ last is this item.
1717
+
1718
+ % Other misc ordinal usage, including dates.
1719
+ Today is the third of December.
1720
+ Today is the 3rd of December.
1721
+ Today is the 31st of October.
1722
+ Today is the thirty-first of October.
1723
+ He is the third to speak up.
1724
+ Of them all, he ranked third.
1725
+ Of them all, he ranked 3rd.
1726
+ He left on the 20th.
1727
+ He left on the twentieth.
1728
+ We are leaving on December 2nd.
1729
+ He is the 17th Duke of Earl.
1730
+ He belongs to the 43rd regiment.
1731
+ It's a late 19th century artifact.
1732
+ It's a late nineteenth century artifact.
1733
+ I gave him a third of the loot.
1734
+ He gets a twentieth part of the proceeds.
1735
+ He flew with the 101st airborne division.
1736
+ By the 1550s, he was very prosperous.
1737
+ By the 650’s, he was very prosperous.
1738
+ By the 1950's, he was very prosperous.
1739
+ *By the 01950's, he was very prosperous.
1740
+
1741
+ % This fails due to a bug in tokenize.c where the leading
1742
+ % quote is stripped, but "50s," cannot be found in the dict.
1743
+ By the '50s, he was very prosperous.
1744
+
1745
+ Mike finished in first place, and John in third.
1746
+ Mike finished in first place, and John in last.
1747
+ He finished the season in first.
1748
+ He finished the season in first place.
1749
+ He finished the season in 3rd place.
1750
+ He finished the season in third place.
1751
+ He finished the season in last.
1752
+ He finished the season last.
1753
+ He finished the season dead last.
1754
+
1755
+ % problem with "of" in entity names.
1756
+ The National Voter Registration Act of 1993 makes it easy
1757
+
1758
+ % Spell checker now does a good job of splitting words.
1759
+ Marywent shoppingat thestore.
1760
+ Mary wentshopping atthe store.
1761
+
1762
+ % quotations can be used for grouping modifiers into an almost-idiom
1763
+ We ate so-called 'brain food' for lunch.
1764
+
1765
+ % punctuation: sometimes commas are used as if they were semicolons:
1766
+ Sweat stood on his brow, fury was bright in his one good eye.
1767
+
1768
+ % Sometimes colons are used as synonyms for "is":
1769
+ The capital of France: Paris.
1770
+ Einstein's birthplace: Germany.
1771
+ The answer to your question: yes.
1772
+
1773
+ %
1774
+ % Institutionalized phrases:
1775
+ % We want the comma to act as a left-wall.
1776
+ By the way, did you have some?
1777
+ By the way, how was it?
1778
+ Since we are talking about it, how was it?
1779
+ Now that you mention it, what happened?
1780
+ While we're on the topic, was it good?
1781
+ Kenny sure is a bastard.
1782
+
1783
+ % elided "that" (phantom that)
1784
+ Just thought you'd like to know.
1785
+ It was previously thought they were wrong.
1786
+
1787
+ % elided "to be" (phantom to be)
1788
+ % Need a Ce+ link on "think" ??
1789
+ She will think it an act of kindness.
1790
+ She will think it to be an act of kindness.
1791
+ She will think it true.
1792
+ She will think it common.
1793
+
1794
+ % Phantom verbs -- the second doesn't parse, although it
1795
+ % implicitly should have a verb sitting there.
1796
+ an examination conducted when it happened revealed chicanery.
1797
+ an examination when it happened revealed chicanery
1798
+
1799
+
1800
+ % misc idioms
1801
+ Not everything looks grim.
1802
+ Not all is lost.
1803
+ % "there on"
1804
+ I'll introduce you to her, but you're on your own from there on.
1805
+ % "such that"
1806
+ They were assigned separate seats such that they had enough space.
1807
+
1808
+
1809
+ % Opening idioms
1810
+ % some of these have a phantom-that e.g. "I'm telling you that ..."
1811
+ Listen to me, she'll do it.
1812
+ Take my word, she'll do it.
1813
+ Trust me, she'll do it.
1814
+ If nothing else, she'll do it.
1815
+ I'm telling you, she'll do it.
1816
+ Didn't I tell you that she would do it?
1817
+ Like I said, she'll do it!
1818
+ It's like this, she'll do it.
1819
+ Dude, she'll do it.
1820
+ Mark my words, she'll do it.
1821
+ well, I'll say, she did it!
1822
+ Oh my God, she did it!
1823
+ Can you believe it?
1824
+
1825
+ % Yes, no as openers
1826
+ No, it wasn't John.
1827
+ No, that isn't true.
1828
+ Surely, that can't be right.
1829
+ No, that can't be right.
1830
+ Yes, that is right.
1831
+
1832
+ % openers, interjections, linking to infinitive, or post-verbal
1833
+ Yes, please do it again.
1834
+ Yes, please, do it again.
1835
+ Yes, please, I'll have one.
1836
+ Yeah, go fuck yourself!
1837
+ Yeah, dude!
1838
+ Yeah dude!
1839
+ No, please stop.
1840
+ Please, no, stop.
1841
+ No, stop.
1842
+ No, stop that.
1843
+ No, don't do that.
1844
+ Don't do that!
1845
+ No, do not do that.
1846
+ Okay, don't do that.
1847
+ Yes, go.
1848
+ Please, yes.
1849
+ Thank you, no.
1850
+ Yes, sir!
1851
+ Go, dude, go!
1852
+ Umm, I think he did it.
1853
+ That's what I think, yes.
1854
+ On arrival, go to the check-in window.
1855
+ Even so, just do it.
1856
+ Exactly, do it exactly like that.
1857
+ Roughly, it is done like this.
1858
+
1859
+ No, please don't do that.
1860
+ Okay, stop that.
1861
+ Stop, please don't do that.
1862
+ Sir, please don't do that.
1863
+
1864
+ % Single-word exclamations!
1865
+ Yes!
1866
+ No!
1867
+ Sure.
1868
+ Whatever.
1869
+ OK.
1870
+ Okay.
1871
+
1872
+ % Given names can be openers to directives or questions.
1873
+ Ma'am, please don't do that.
1874
+ John, please don't do that.
1875
+ Mary, stop.
1876
+ Mary, can you do this for me?
1877
+ Mary, should I do this?
1878
+ Mary, would you do this for me?
1879
+ Mary, won't you do it?
1880
+ Mary, mightn't you be right?
1881
+ John, do you think so, too?
1882
+ John, do you think it, too?
1883
+ John, do you believe it, too?
1884
+ John, do you believe so, too?
1885
+ John, doesn't that strike you as odd?
1886
+ John, have you thought about it?
1887
+ John, is it true?
1888
+ On arrival, can you do it?
1889
+
1890
+ Yes, be alert!
1891
+ Yes, go play ball.
1892
+ Yes, go play soccer.
1893
+ Yes, go play tennis.
1894
+ Yes, go play piano.
1895
+ John, go do it.
1896
+ John, please go do it.
1897
+ John, let's go.
1898
+ John, if that's true, then I don't know.
1899
+ John, I am going to give this to you.
1900
+ John, this is it!
1901
+
1902
+ % Openers to directives
1903
+ First, unbutton the button.
1904
+ Next, pour wine on your shirt.
1905
+ Finally, button the button.
1906
+
1907
+ % and, or opening coordinating conjunctions.
1908
+ % Currently these take Wc- to the left wall, since they "coordinate"
1909
+ % with previous sentences. This is different than a plain-old CO
1910
+ % link, since they are not 'plain-old' clause openers ...
1911
+ And you can do it this way.
1912
+ Or you can do it this way.
1913
+ Or, you can do it this way.
1914
+ But not everyone used it.
1915
+ And not everyone agrees.
1916
+ And they really loved me!
1917
+ Also on this list is the Colossus of Rhodes.
1918
+
1919
+ % Broken interjections ...
1920
+ Enough already!
1921
+ Enough of that!
1922
+ Yeah, right.
1923
+
1924
+
1925
+ % Broken idiomatic clauses ... (phantom/zero subjects)
1926
+ Heard that before?
1927
+ Just a coincidence?
1928
+
1929
+ % "just" takes MVa- link (just like "only")
1930
+ They do just that.
1931
+ He did just what you asked.
1932
+
1933
+ % "so" as object of verb, object of preposition.
1934
+ I don't think so
1935
+ I don't believe so.
1936
+ If you think so.
1937
+ If you say so.
1938
+ I told you so!
1939
+ But I don't agree.
1940
+ Do you think so, too?
1941
+ Because I said so!
1942
+ Do it like so.
1943
+ Do it like this.
1944
+ It must be done exactly like so.
1945
+ How could it be so?
1946
+
1947
+
1948
+ % Requests, directives and commands.
1949
+ Go play.
1950
+ Go play ball!
1951
+ You and Rover go play fetch.
1952
+ Fetch the ball.
1953
+ Rover, fetch the ball.
1954
+ Rover, give me the ball.
1955
+ Go fetch the ball.
1956
+ Play fetch with Elena.
1957
+ Teach me fetch.
1958
+ Teach me.
1959
+ Teach me how.
1960
+ Teach me how to do it.
1961
+
1962
+ Walk tall.
1963
+ Think quick.
1964
+ Think quickly.
1965
+ Act fast.
1966
+ Act smart.
1967
+ Act dumb.
1968
+ Act now.
1969
+ Shout it out.
1970
+ Shout loud.
1971
+ Stand up straight.
1972
+
1973
+ there shall be an answer.
1974
+ there shall come a time.
1975
+ there shall verily come a time when man will be cleansed of his sins.
1976
+
1977
+ % WH-words
1978
+ I do not know why
1979
+ I do not know how
1980
+ I do not know when
1981
+ I do not know where
1982
+ I do not know which
1983
+ I do not know who
1984
+ I do not know why they did that
1985
+ I do not know how they did that
1986
+ I do not know when they did that
1987
+ I do not know where they went.
1988
+ I really don't know why
1989
+ I did not know why until recently
1990
+ I did not know how until recently
1991
+ I did not know when until recently
1992
+ I did not know where until recently
1993
+ I did not know which until recently
1994
+ I did not know who until recently
1995
+ I did not ask why until recently
1996
+ I did not tell why until recently
1997
+ I did not say why until recently
1998
+ I did not assess why until recently
1999
+ I did not establish why until recently
2000
+ I did not figure out why until recently
2001
+ I did not find out why until recently
2002
+
2003
+ % Questions, queries
2004
+ What are your questions?
2005
+ What are the aliases of Jim?
2006
+
2007
+ % Registers -- Newspaper headline declarations
2008
+ % Missing definite articles (with definite articles, these would parse)
2009
+ % Perhaps a modal parse: if the ordinary parse failed, try another
2010
+ % with definite articles auto-inserted ?
2011
+ Thief invades boathouse.
2012
+ Burglars attack museum.
2013
+ Thief empties pockets of all they hold.
2014
+
2015
+ % Registers -- Medical speech
2016
+ 7 month old female presents with chest congestion.
2017
+ John, aged 80, is ill.
2018
+
2019
+ % Technical speech - missing definite articles.
2020
+ Physical Volumes (LUN) allocated from SAN pool zoned to VIOS.
2021
+
2022
+ % Idiomatic phrases
2023
+ It's a good bet he did it.
2024
+ It's a good bet that he did it.
2025
+ He's not the least bit interested.
2026
+ Let me tell you this: it stank.
2027
+ Halloween is a great time of year.
2028
+ Christmas is a great time of year.
2029
+ Summer is a great time of year.
2030
+
2031
+ % die-idioms
2032
+ Stay pretty, die young.
2033
+ I don't want to die young.
2034
+ You will die young if you keep smoking.
2035
+ You will die unhappy if you marry her.
2036
+ Grant me this wish and I will die happy.
2037
+ You will live long and happy.
2038
+ They lived happily in that old house.
2039
+
2040
+ He didn't say.
2041
+ She wouldn't tell anyone.
2042
+ Stopping your bicycle requires using your brakes.
2043
+ You should exercise to stay fit.
2044
+ He is as fit as a fiddle.
2045
+
2046
+ Watch out that you don't hit your head on the low beam.
2047
+
2048
+ % clauses embedded parenthetically
2049
+ All he gave was his first name.
2050
+ Pete (all he gave was his first name) was still waiting.
2051
+
2052
+ % --------------------------------------------------------------------
2053
+ % Disjunction/conjunction problems
2054
+ % What follows is a large section of conjunction test cases: adjectives,
2055
+ % nouns, verbs and adverbs conjoined with "and", "or", "but", commas, etc.
2056
+ % This spills over to more complex constructions.
2057
+ %
2058
+ % should be disjunction of modifiers ... (disjoined modifiers)
2059
+ % should be (major Eurobond or foreign bond) offerings
2060
+ There were no major Eurobond or foreign bond offerings Friday.
2061
+ Messrs. Malson and Seelenfreund are directors.
2062
+ The effects were less severe and less prolonged
2063
+
2064
+ % 'but' works as a fat link, leaving 'rather' out to dry ...
2065
+ He didn't do it, but rather went home.
2066
+
2067
+ % conjunctions treated with thin links:
2068
+ % CJ link in this case.
2069
+ All large burial places, or tombs, became known as mausoleums.
2070
+
2071
+ % --------------------------------------------------------------------
2072
+ % conjoined adjectival/adverbial modifiers
2073
+ The music was soft and mellow.
2074
+ She ran hot and cold.
2075
+ The black and white cat sleeps.
2076
+ It was a long and narrow valley.
2077
+ I don't care if the outcome is good or bad.
2078
+
2079
+ % conjoined adjectives with modifiers
2080
+ The river is wide
2081
+ The river is wide here
2082
+ The river is a mile wide
2083
+ The river is a mile wide here
2084
+ The river is a mile wide and 300 feet deep
2085
+ The river is a mile wide here and 300 feet deep
2086
+ The river is helf a mile wide here and 300 feet deep
2087
+ The river is wide here, and deep, too.
2088
+
2089
+ Most of the 16th and 17th century leases included husbandry clauses.
2090
+
2091
+ % Pv links...
2092
+ He is flighty and given to fanciful thoughts.
2093
+ He is thoughtful and not given to many words.
2094
+ He is thoughtful, and not given to many words.
2095
+
2096
+ % Pa links with adjectives
2097
+ William is described as smooth, yet reserved
2098
+ William is described as smooth, yet thoughtful and reserved
2099
+ William is described as smooth and yet thoughtful
2100
+
2101
+ William is described as smooth and obliging, yet reserved and resolved
2102
+
2103
+ William Petre is described as smooth and obliging in manner, yet reserved and resolved, and not given to many words.
2104
+
2105
+ % comma as a conjunction
2106
+ It tastes bitter, not sweet.
2107
+ It tastes bitter, yet sweet.
2108
+
2109
+ % neither-nor constructions with adjectives
2110
+ This is neither hip nor groovy
2111
+ He is neither happy nor healthy
2112
+ He is neither very happy nor very healthy
2113
+
2114
+ % Difficulties with determiners & adjectives
2115
+ According to our records, he is in either the 105th or the 106th battalion
2116
+ According to our records, he is either in the 105th or the 106th battalion
2117
+ According to our records, he is either in the 105th or in the 106th battalion
2118
+ According to our records, he is in neither the 105th nor the 106th battalion
2119
+ According to our records, he is neither in the 105th or the 106th battalion
2120
+ According to our records, he is neither in the 105th nor in the 106th battalion
2121
+
2122
+ % conjoined comparatives
2123
+ he is bigger and badder than the Pope.
2124
+ he is bigger, and badder, than the Pope.
2125
+ he is much bigger and badder than the Pope.
2126
+ That is the easier but longer way of doing it
2127
+ That is the easier, but longer, way of doing it
2128
+ It will be harder and costlier than last time.
2129
+ This car is lower and faster than theirs.
2130
+ He is smarter, yet snarkier, than the others
2131
+ This brandy is smoother and fuller than the rest
2132
+ He is different, and better, than the others.
2133
+ We will arrive sooner than you
2134
+ We will arrive sooner than they
2135
+ They will arrive sooner than we.
2136
+ It will be harder, and take much longer, than before
2137
+
2138
+ he is big and badder than the Pope.
2139
+ he is smart and better than the rest.
2140
+ he is clever and funnier than Mike.
2141
+ This one is bigger, yet easier to carry
2142
+ This one is bigger and easier to carry
2143
+
2144
+ We will arrive sooner, yet more tired, than they.
2145
+ We will arrive sooner, yet more tired, than John.
2146
+ We will arrive much later and more tired
2147
+ we will arrive refreshed and rejuvenated
2148
+ she wiped the table clean and dry
2149
+
2150
+ we are going farther and farther down that path
2151
+ There will be fewer yet larger fish as a result.
2152
+ There will be a lot fewer yet much larger fish as a result.
2153
+
2154
+ % some idiomatic comparative-like expressions
2155
+ That will more and more be the case
2156
+ That will less and less be the case
2157
+ That will more or less be the case
2158
+ *That will more and less be the case
2159
+ *That will less or more be the case
2160
+
2161
+ That will be more and more the case
2162
+ That will be less and less the case
2163
+ That will be more or less the case
2164
+ *That will be more and less the case
2165
+ *That will be less or more the case
2166
+
2167
+ % conjoined superlatives
2168
+ he is the biggest and baddest thug in town.
2169
+ they are the biggest and baddest three thugs in town
2170
+ he is the biggest and the baddest thug in town.
2171
+ they are the biggest and the baddest three thugs in town
2172
+ it is the third largest and the fifth richest county in the state
2173
+ it is the hardest and worst problem on the list
2174
+
2175
+ % -------------------------------------------------------------------------
2176
+ % Conjoined question words
2177
+ When and where is the party?
2178
+ How and why did you do that?
2179
+
2180
+ % conjoined post-nominal modifiers: MJ*a (in place of Ma and MX*a)
2181
+ Many Democrats unhappy about the economy but doubtful that Clinton can be elected probably won't vote at all
2182
+ Many Democrats, unhappy about the economy but doubtful that Clinton can be elected, probably won't vote at all
2183
+ Many people, unaware of the deception and unfamiliar with the details, won't care.
2184
+ Many people, unaware or unfamiliar with the details, won't care.
2185
+ Many people, unaware of or unfamiliar with the details, won't care.
2186
+ *Many people, unaware and unfamiliar, won't care.
2187
+ The director, responsible for development and accountable for engineering, resigned.
2188
+ The director, responsible and accountable for engineering, resigned.
2189
+ *The director, responsible and accountable, resigned.
2190
+ The car, prone to breakdown and expensive to maintain, was a white elephant.
2191
+ The toy, expensive and fragile, broke immediately
2192
+
2193
+ % Note: although the first parse for the below is good, the other parses
2194
+ % are nonsense, -- this should be fixed ... XXX
2195
+ The river, ten meters wide and a meter deep, runs swiftly here.
2196
+ The river, ten meters wide and a meter deep here, runs swiftly.
2197
+ The river, dangerous to navigate but important for commerce, has many shoals.
2198
+ The dog, unlikely to bite but still threatening, scared the interloper away.
2199
+ The dog, unlikely to bite but hard to ignore, scared the interloper away.
2200
+ The platform, aflame and adrift on the ocean, soon sank.
2201
+ The platform, aflame and adrift, soon sank.
2202
+
2203
+ % conjoined post-nominal prep-phrase modifiers: MJ*p (in place of Mp)
2204
+ The coverage on TV and on the radio has been terrible
2205
+ it is hidden somewhere in the yard or near the house.
2206
+
2207
+ % MJ*p with clause openers
2208
+ By listening and by looking, we can safely cross the street.
2209
+ By this means, and by the shortness of the leases, the Petres managed to keep an element of control
2210
+
2211
+ % Closely conjoined prepositions (joiner must take prep object)
2212
+ The new building was started about 1540 on, or very near, the old site.
2213
+ The prize is hidden in or near the playground.
2214
+ The Easter eggs are hidden in and around the house.
2215
+
2216
+ % conjoined adverbs: RJ*v link
2217
+ She handled it quickly and gracefully
2218
+ She handled it skillfully and with compassion
2219
+ She handled it quickly, quietly and gracefully
2220
+
2221
+ % conjoined that: RJ*t link
2222
+ I told him that I hated him and that I never wanted to see him again
2223
+
2224
+ % conjoined dependent clauses: RJ*c link
2225
+ Although he likes me and he respects me, he says he needs some privacy
2226
+
2227
+ % conjoined prep-object-relative clauses: RJ*j link (instead of Mj- & Cs+)
2228
+ That is the man for whom and with whom Joe works
2229
+
2230
+ % conjoined nouns
2231
+ % count nouns
2232
+ The dog and cat ran.
2233
+ The dog and the cat ran.
2234
+ The big dog and fat cat ran.
2235
+ The dog, cat and mouse ran.
2236
+ We took my dog and cat to the vet
2237
+ We took my heifer and John's cow to the fair
2238
+ We took my heifer and goat and John's cow to the fair
2239
+ Where is the sickle and hammer now?
2240
+ where did the hammer and sickle go?
2241
+
2242
+ % number agreement for conjoined nouns
2243
+ There is a dog and a cat here.
2244
+ *There are a dog and a cat here.
2245
+ There is a dog or a cat here.
2246
+ there are two dogs and a cat here.
2247
+ *there is two dogs and a cat here.
2248
+ % ??there (is/are) a dog and two cats here.
2249
+
2250
+ the dog and cat run
2251
+ *the dog and cat runs
2252
+ *The either dog or cat ran
2253
+
2254
+ % conjoined mass nouns
2255
+ Cost and reliability were questioned.
2256
+ The cost and reliability were questioned.
2257
+ The mounting cost and reliability were questioned.
2258
+ The mounting cost and faltering reliability were questioned.
2259
+ The cost and lack of reliability were questioned
2260
+ The lack of reliability and cost were questioned
2261
+ The mounting debt and dearth of solutions have fueled the continuing crisis
2262
+ He wrote for piano and flute.
2263
+
2264
+ % conjoined gerunds
2265
+ He enjoyed many rewards, such as free board and lodging at court.
2266
+
2267
+
2268
+ % conjoined proper names
2269
+ John and Mike left the party.
2270
+ actress Whoopi Goldberg and singer Michael Jackson attended the ceremony.
2271
+ John and I are friends.
2272
+ *I and John are friends.
2273
+ He and I are friends.
2274
+
2275
+ Sims visited Golfe Juan, France, and Gaeta, Italy.
2276
+ Sims visited Gaeta, Italy, and Golfe Juan, France.
2277
+
2278
+ % differences in number agreement for and, or:
2279
+ Are a dog and a cat here?
2280
+ Is John or I invited?
2281
+ *Is John and I invited?
2282
+ Are John and I invited?
2283
+ *John and I is invited
2284
+
2285
+ % conjoined nouns as objects
2286
+ I heard a car and a train.
2287
+ I heard a car or a train.
2288
+ I heard a car but not a train
2289
+ *I heard a car but a train
2290
+ I heard a car nor a train
2291
+ I heard neither car nor train
2292
+ I heard neither a car nor a train
2293
+
2294
+ % conjoined pronouns, misc nouns, other oddities
2295
+ this one and the others got broken
2296
+ hers and ours were mashed.
2297
+ yours and mine were damaged.
2298
+ let me know about this one and any others
2299
+ these ones and those over there got mashed
2300
+ these and those over there got mashed
2301
+ these both and those over there got mashed
2302
+ % XXX "these both got mashed" parses, but not correctly.
2303
+ *these both got mashed
2304
+ both of those, and this one, got mashed
2305
+ You'll find it at the corner of Gee Ave. and First St.
2306
+ You'll find it at the corner of Gee Ave. and 1st St.
2307
+ Let me introduce John Miller, AIA and Micheal Boost, Esq.
2308
+ Please give me the swizzle-stick and the torque-wrench
2309
+ I've been to Delaware and Maryland
2310
+ Let me introduce you to my alter ego and nemesis
2311
+ I am a master of kung fu and sleight of hand
2312
+ The majority and a number of others agree
2313
+ It was my insistence and reassurance that changed his mind
2314
+ It was my insistence and my reassurance that changed his mind
2315
+ It was my insistence and my reassurances that changed his mind
2316
+ It was my request and recommendations that changed his mind
2317
+ This is the time and place for it
2318
+ This is the right time and place for it
2319
+ This is neither the time nor the place for it
2320
+ This is neither the time nor the place for it
2321
+ Neither she nor I will go
2322
+ It's either us or them
2323
+ It is hers and mine.
2324
+ you and it have to go
2325
+ We and they agree
2326
+ Neither we nor they will do it.
2327
+ Neither you nor I will ever agree
2328
+ Everything and everyone must leave
2329
+ neither yours nor mine got damaged
2330
+ this and the others were damaged
2331
+ this one and many others were damaged
2332
+ this one and all these were damaged
2333
+ this one and all of these were damaged
2334
+ this one and a few others were damaged
2335
+ There is little or none left
2336
+ There is very little or none left
2337
+ Some or all of it remains
2338
+ Some or most of it remains
2339
+ Part or all of it remains
2340
+ this one and the other were damaged
2341
+ this one and the rest were damaged
2342
+ this one and plenty of others were damaged
2343
+ this one and one other were damaged
2344
+ this one and another were damaged
2345
+ this one and another one were damaged
2346
+ this one and one more were damaged
2347
+ He talks of this and that
2348
+
2349
+ % conjunctions of date and time expressions. These normally take NI,
2350
+ % but can also take SJ when used as common nouns.
2351
+ January and February are the coldest months
2352
+ I am working day and night
2353
+ It will happen in the weeks and months ahead
2354
+
2355
+ % conjoined guessed nouns
2356
+ we went asdfing and qrwerting
2357
+ The howzas and the ufdahs are broken again
2358
+ The Howzas and the Ufdahs are in revolt
2359
+ The halide and chloride ions do this
2360
+ the stator and rotor collided
2361
+
2362
+ % relative clauses with conjoined nouns
2363
+ The dog and the cat I saw were black
2364
+
2365
+ % conjoined nouns in clauses
2366
+ I think John and Dave ran.
2367
+
2368
+ % conjoined post-nominal modifiers
2369
+ Sue, a teacher and scholar, is here.
2370
+
2371
+ % conjoined negations
2372
+ Neither Mary nor Louise are coming to the party
2373
+ Neither Mary Kate nor Louise Anne are coming to the party
2374
+ *either Mary nor Louise are coming to the party
2375
+ Neither Mary, Joe nor Louise are coming to the party
2376
+ *either Mary, Joe nor Louise are coming to the party
2377
+ Either Mary or Louise will come.
2378
+ Neither I nor John will come.
2379
+
2380
+ neither I nor my friend knows what happened
2381
+ neither I nor my friend know what happened
2382
+ Either Mary or my friend know what happened
2383
+ Either Mary or my friend knows what happened
2384
+ Either I or my friend knows what happened
2385
+ Either I or my friend know what happened
2386
+
2387
+ % Neither-nor with mass nouns
2388
+ Neither snow nor rain stays these couriers
2389
+ Neither snow nor rain nor heat stays these couriers
2390
+ gloom of night and heat will not stop me
2391
+ heat and gloom of night will not stop me
2392
+ Neither snow nor rain nor heat nor gloom of night stays these couriers from the swift completion of their appointed rounds
2393
+
2394
+ % neither-nor with count nouns (verify number agreement)
2395
+ There is neither a dog nor a cat here
2396
+ *There are neither a dog nor a cat here
2397
+
2398
+ % conjoined numbers
2399
+ Give me six or seven of those.
2400
+ Just give me six or seven.
2401
+ I'm only going to have one or two beers.
2402
+ It starts one or two hours later.
2403
+
2404
+ % But for joining adjectives
2405
+ He is tired but happy.
2406
+
2407
+ % But for joining nouns
2408
+ Mary, but not Louise, is coming to the party
2409
+ Mary Kate, but not Louise Anne, is coming to the party
2410
+ The plan caused not prosperity but ruin
2411
+ Not John, but Mary led the way
2412
+
2413
+ % But for joining verbs
2414
+ She organized her work but accomplished very little
2415
+ No one but she saw the prowler.
2416
+ He would have joined the band but he couldn't spare the time
2417
+ The brothers would have resisted but that they lacked courage.
2418
+ It never rains but it pours.
2419
+ There is no doubt but right will prevail.
2420
+ There never is a tax law presented but someone will oppose it.
2421
+ Ten to one but the police have got them
2422
+ They had no sooner arrived but they turned around and left.
2423
+
2424
+ % conjoined verbs
2425
+ He tried and failed.
2426
+ He tried but failed.
2427
+ He tried but failed acheive his goal.
2428
+
2429
+ Oscar Peterson played piano and wrote music.
2430
+
2431
+ % Conjoind verb test cases -- artificial sentences illustrating various forms.
2432
+ Oscar banged drums and tinkled piano
2433
+ Oscar really banged drums and righteously tinkled piano
2434
+ They banged drums and tinkled piano
2435
+ Oscar bangs drums and tinkles piano
2436
+ Oscar bangs drums and tinkled piano
2437
+ They bang drums and tinkled piano
2438
+
2439
+ % conjoined transitive and intransitive verbs
2440
+ I idolized and idealized the man.
2441
+ *I idolized and grimaced the man.
2442
+ I grimaced and idolized the man.
2443
+
2444
+ % correct parse is "I (saw and greeted) Sue"
2445
+ I saw and greeted Sue.
2446
+ we sang and danced the night away
2447
+ He shrank and withdrew from the crowd
2448
+ The boat lurched forward and sank
2449
+ She will blush and start blathering at the mention of his name
2450
+ She will blush and begin blathering at the mention of his name
2451
+ The water rises and falls with the tides
2452
+ Do not surprise or alarm him
2453
+
2454
+ I went to the store and got a gallon of milk
2455
+ I am going to the store and will get a gallon of milk
2456
+ I went to the store and returned the eggs
2457
+ I went to the store, got a gallon of milk, and returned the eggs
2458
+
2459
+ We ate popcorn and watched movies on TV for three days.
2460
+ She arrived and left on Tuesday.
2461
+
2462
+ He broke off a piece of bagel and gave it to me.
2463
+ He broke off a piece and gave it to me.
2464
+ He breaks off a piece and gives it to me.
2465
+ He broke off a piece and has given it to me.
2466
+ He had broken off a piece and had given it to me.
2467
+ He is breaking off a piece and will give it to me
2468
+ He is breaking off a piece and should give it to me
2469
+ He is breaking off a piece and would give it to me if I asked.
2470
+ He is breaking off a piece and ought to give it to me if I asked.
2471
+ He ought to break off a piece and give it to me
2472
+
2473
+ We hoped for the best, but were disappointed.
2474
+ We hoped for the best and were disappointed.
2475
+
2476
+ He obtained the lease of the manor of Great Burstead Grange (near East Horndon) from the Abbey of Stratford Langthorne, and purchased the manor of Bayhouse in West Thurrock.
2477
+
2478
+ He rose rapidly in the royal service and was knighted.
2479
+ He rose rapidly in the royal service and, in 1543, was knighted.
2480
+
2481
+ He was sent abroad and resided on the continent, chiefly in France, for more than four years.
2482
+
2483
+ John describes and analyzes literature.
2484
+ Chief describes and analyzes the character of the families in a village, remarking that they all act completely the same.
2485
+
2486
+ % conjoined verbs with modifiers, negation
2487
+ He cannot change the beliefs of popular society as a whole.
2488
+ He can not change the beliefs of popular society as a whole.
2489
+ He can't change the beliefs of popular society as a whole.
2490
+ He can challenge John, but cannot change the outcome.
2491
+ He can challenge John, but can't change the outcome.
2492
+ He realizes that he and McMurphy can challenge Big Nurse, but cannot change the beliefs of popular society as a whole.
2493
+
2494
+ % conjoined verbs in relative clauses
2495
+ This is not the man we know and love.
2496
+ *This is not the man we know and love him
2497
+ This is not the man we knew and loved.
2498
+
2499
+ This is a problem Moscow created and avoided
2500
+ This is a problem Moscow created but avoided fixing
2501
+ This is a problem Moscow created and failed to solve.
2502
+
2503
+ % conjoined ditransitive objects
2504
+ I gave Bob a doll and Mary a gun.
2505
+ I found Bob a doll and Mary a gun for Chirstmas
2506
+ I got Bob a doll and Mary a gun for Chirstmas
2507
+ I offered Bob a doll and Mary a gun as an apology
2508
+ I refused Bob a raise and Mary a vacation
2509
+ I owe Bob some money and Mary a favor
2510
+ I called Bob a jerk and Mary a dork
2511
+ I painted the living room red and the bedroom green
2512
+ I wrote her a love song and him a hate letter
2513
+ I taught these mice to freeze, and those mice to jump.
2514
+
2515
+ % conjoined past particples
2516
+ the water had risen and fallen with the tides
2517
+ he had lain, and soon forgotten his vow
2518
+
2519
+ % neither-nor constructions with verbs:
2520
+ we ate popcorn or watched movies
2521
+ we either ate popcorn or watched movies
2522
+ we neither ate popcorn nor watched movies
2523
+ *we either ate popcorn nor watched movies
2524
+ *we both ate popcorn nor watched movies
2525
+ *we ate popcorn nor watched movies
2526
+ we both ate popcorn and watched movies
2527
+ we not only ate popcorn but watched movies
2528
+
2529
+ We neither ate nor drank for three days
2530
+ we neither saw nor heard what happened
2531
+
2532
+ % lots of conjunctions, commas, lists mashed up ...
2533
+ The problem is, or rather one of the problems, for there are many, a sizeable proportion of which are continually clogging up the civil, commercial, and criminal courts in all areas of the Galaxy, and especially, where possible, the more corrupt ones, this.
2534
+ The problem is, or rather one of the problems, this.
2535
+ The problem, or rather one of the problems, is this.
2536
+ % idiomatic "or rather"
2537
+ The problem, or rather, one of the problems, is this.
2538
+ The problems are clogging up the courts, and, where possible, the corrupt ones
2539
+ The problems are clogging up the courts, and, wherever possible, the corrupt ones
2540
+
2541
+ % lists:
2542
+ % List of gerunds:
2543
+ He has three jobs: counting, measuring and listing.
2544
+
2545
+ % List of relative clauses: RJ*r link
2546
+ There are 10 kinds of people: those who understand binary, and those who don't.
2547
+
2548
+ % Collocations with holes: XJ links
2549
+ you should not only ask for your money back, but demand it
2550
+
2551
+ % broken lexical chunk recognition:
2552
+ % ... not only, ... but also ...
2553
+ The deal includes not only junk, but also crap.
2554
+
2555
+ % Split "if .. only" idiomatic expressions
2556
+ If there was only more left!
2557
+ If there were only more!
2558
+ If there were only more like you!
2559
+ If only there was more left!
2560
+ If only there were more!
2561
+ If only there was more!
2562
+
2563
+ % If... then ... lexical constructs are broken.
2564
+ % Registers: Typical language used in instruction manuals, directives.
2565
+ If paid weekly, bring the last six pay stubs.
2566
+ If paid weekly, then bring six stubs.
2567
+ If it is broken, then remove it.
2568
+ If broken, then remove.
2569
+ Check the lid; if cracked, then replace.
2570
+ Check the valve, replace if cracked.
2571
+
2572
+ % Then is optional:
2573
+ If it is raining, stay inside!
2574
+ If you bought after the crash, you won.
2575
+ If you sold before the peak, you got lucky
2576
+
2577
+ % Someone... who...
2578
+ Someone is outside who wants to see you.
2579
+
2580
+ % Compound queries
2581
+ % Typically, the two subphrases parse correctly, but,
2582
+ % put together, they do not.
2583
+ What is a motor, and how does it work?
2584
+ What is a motor; how does it work?
2585
+ Who invented sliced bread, and when did they do it?
2586
+ Who invented sliced bread; when did they do it?
2587
+
2588
+ % Coordinating conjunctions
2589
+ These are the snippers and those are the cutters.
2590
+ Grant me this wish and I will die happy.
2591
+ Tell me what to do and I will show him
2592
+ The brothers would have resisted but that they lacked courage
2593
+ It never rains but it pours.
2594
+ They had no sooner arrived but they turned around and left.
2595
+
2596
+ % XXX Misc conjunction constructions that are still broken in the current parser:
2597
+ He is flighty and given to fanciful thoughts
2598
+ He is thoughtful, and not given to many words
2599
+ William Petre is described as smooth and obliging in manner, yet reserved and resolved, and not given to many words.
2600
+ He rose rapidly in the royal service and, in 1543, was knighted
2601
+ He was twice summoned before the Privy Council, first for a violent assault on Sir John Conway, then, ten years later, for fraud.
2602
+ From his youth he must have been a capable, pushing, insinuating man.
2603
+
2604
+ % conjunction breakage: dangling MVp links needed to Ju
2605
+ They feel a "normal" person conforms to, and becomes imperceptible in, society.
2606
+
2607
+ Grant me this wish and I will die happy.
2608
+ What did you tell her and what did she say
2609
+ *I saw John but Fred
2610
+ He talked to Steve and, apparently, Fred
2611
+ *He talked to, apparently, Fred
2612
+ I cannot discern any reason, other than some sort of historical blindness, for why the "fat link" mechanism was created.
2613
+ John; my advisor, Steve; and several other people are coming
2614
+ No one but she saw the prowler.
2615
+
2616
+ % The two below are valid sentences, but they parse incorrectly just right now
2617
+ % so we will put a * in front of them, for now, till the parse is fixed.
2618
+ *Mike finished in first place, and John in third.
2619
+ *Mike finished in first place, and John in last
2620
+
2621
+ % --------------------------------------------------------------------
2622
+ % non-planar graph: "saw" and "yesterday" should link, but don't.
2623
+ % "dog" and "which" do link (and that is correct).
2624
+ *John saw a dog yesterday which was a Yorkshire terrier.
2625
+
2626
+ % incorrect parses -- INCORRECT PARSES -- bad disjunct usage
2627
+ % These sentences typically parse just fine, but generate
2628
+ % incorrect linkages.
2629
+
2630
+ % Sentence parses, but incorrectly -- "of" links to "bill", should link
2631
+ % to 12th.
2632
+ % Put a star in front of this -- the sentence is good, but the parses are bad.
2633
+ *Senator Johnson introduced a bill on the 12th of July.
2634
+ *Senator Johnson introduced a bill of July.
2635
+
2636
+ % "one to two" should modify hours.
2637
+ It starts one to two hours later.
2638
+ It starts one or two hours later.
2639
+
2640
+ % None of the generated parses are correct; all are garbage.
2641
+ % Put a star in front of this -- the sentence is good, the parses are bad.
2642
+ *Bill went over the river and right through the woods.
2643
+
2644
+ % More crazy parses due to bad conjunction handling
2645
+ Whenever he comes, she goes, and v.v.
2646
+ The market fell 156.83, or 8%, a week after Black Monday.
2647
+
2648
+ % Hmm conjunctions .. these are tricky to get right ...
2649
+ Mike finished in first place, and John in third.
2650
+ Mike finished in first place, and John in last.
2651
+
2652
+ % Rules should select "shouting.g" gerund, not "shouting.v" (participle)
2653
+ % Now fixed.
2654
+ The teacher's shouting startled the student.
2655
+
2656
+ % "and so" is linked with Wq, should not be.
2657
+ Rama ate the apple, and so did Mohan.
2658
+
2659
+ % Automatic possesive guessing broken when entity is in the dictionary:
2660
+ % "to run" is a verb, this breaks identification of "Ran" as entity;
2661
+ % fix by adding Ran explicitly as name to dictionary.
2662
+ % "hooker" is a noun ... but now works.
2663
+ % These are all working now.
2664
+ Flumblqwerty's shoes are red.
2665
+ Run's shoes are red.
2666
+ Ran's shoes are red.
2667
+ Asdf's philosophy was to build and sell
2668
+ Hooker's philosophy was to build and sell
2669
+ John's remark was awkward.
2670
+ John's sudden outburst was awkward.
2671
+ Lady's dress was awkward.
2672
+
2673
+ % Some plural capitalized words are singular entities. Treat them well.
2674
+ % e.g. last name Johns, or Hotchkiss are not actually plurals ...
2675
+ Johns gave it to me.
2676
+ Hotchkiss gave it to me.
2677
+
2678
+ % Sue (female given name) vs. "to sue" (verb).
2679
+ Sue answered the door.
2680
+
2681
+ % Tom as a mass noun interferes with far-more-likely common-name "Tom".
2682
+ Could we add some tom-tom to that track?
2683
+
2684
+ % 123A, the "A" suffix is assumed to be a unit, leading to a bad parse.
2685
+ You want part no. 123A
2686
+ You want part no. 123ABC
2687
+
2688
+ % ... or both -- drunk wants Pa link, both wants Opt link
2689
+ Was the man drunk or crazy or both?
2690
+
2691
+ % Broken comparatives:
2692
+ He is nothing less than inspired!
2693
+ He is less than bright!
2694
+ That is a less than optimal plan
2695
+ He is more than capable!
2696
+ He is more than qualified!
2697
+ they report less earnings than before
2698
+ they report less robust earnings than before
2699
+ they report less robust earnings than previously
2700
+ they report less robust earnings than they did previously
2701
+ They report much less robust earnings than they did earlier.
2702
+ They report much less robust earnings than they did for the third quarter.
2703
+
2704
+ It takes longer than that.
2705
+ It takes more than that.
2706
+ The crossing takes longer than Washington thought it would.
2707
+ This allows companies to realize revenues quicker.
2708
+ This allows companies to realize revenues faster.
2709
+
2710
+ % This works, notice the TR link:
2711
+ The better the computer, the faster the program.
2712
+ The bigger they are, the harder they fall.
2713
+ Florida is the balmier of the two.
2714
+
2715
+ % problems with anticipated/suggested/expected, etc.
2716
+ The defenses have proved more formidable than was anticipated.
2717
+ The defenses have proven more formidable than was expected.
2718
+ The defenses were designed more formidably than was suggested.
2719
+ The defenses were designed more formidably than was expected.
2720
+ The earnings were lowered more strongly than was suggested.
2721
+ The rates were lowered more than suggested.
2722
+ The bolt was tightened more than was recommended.
2723
+ The bolt was tightened more than recommended.
2724
+
2725
+ % --------------------------------------------------------------------
2726
+ % setences that parse, but not correctly:
2727
+ You are as sweet as sugar.
2728
+ The situation is not so bad as you suggest.
2729
+ I slipped on the ice as I ran home.
2730
+ He was so foolish as to lie.
2731
+ Ridiculous as it seems, the tale is true.
2732
+ the hotel is quite comfortable as such establishments go
2733
+ I don't know as I can answer your question.
2734
+
2735
+ % --------------------------------------------------------------------
2736
+ % assorted unclassified breakages, wating for a fix:
2737
+ Although society has excluded the patients in the ward for their unique qualities, they feel 'safer' trying to fit in because they receive approval from nurses and the representatives of society.
2738
+
2739
+ % --------------------------------------------------------------------
2740
+ % Sentence containing UTF8 chars that can lead to i/o or
2741
+ % word-boundary problems
2742
+ *Bitter gourdはにがうりだそうであってるのかはちょっと不安ですが翻訳ソフトでやくしてみました。
2743
+ *Синтезируется из глюкозы в тканях и органах, например в сердце, печени, почках.
2744
+
2745
+ % Crashes of various sorts.
2746
+ His convalescence was relatively brief and he was able to return and fight at The Wilderness, Spotsylvania and Cold Harbor.
2747
+ Hot runners usually make the mold more expensive to manufacture and run, but allow savings by reducing plastic waste and by reducing the cycle time.
2748
+ Dietrich A. Loeber, ‘“Socialist” Features of Soviet Copyright Law’, Columbia Journal of Transnational Law, vol. 23, pp 297--313, 1984.
2749
+
2750
+ % Overly long sentences leading to overflow
2751
+ I think one of the chief differences between the main Filipino language, which is Tagalog, and English, when I hear Tagalog speakers speaking English, is that they tend to place the stress on the wrong syllable of a word or they stress the wrong word in the sentence or in the question.
2752
+
2753
+ % long sentence leading to crash.
2754
+ Cortes in his various letters again and again claims the Emperor's patronage of his bold defiance of the Emperor's officers on the ground that the latter in their action were moved solely by considerations of their personal gain, whereas he, Cortes, was striving to endow his sovereign with a rich new empire and boundless treasure whilst carrying into the dark pagan land, at the sword's point, the gentle creed of the Christian God.
2755
+
2756
+ % A no-canonical-parses error
2757
+ Well, say, Joe, you can be Friar Tuck or Much the miller's son, and lam me with a quarter-staff; or I'll be the Sheriff of Nottingham and you be Robin Hood a little while and kill me.
2758
+
2759
+ % When constituent tree printing is enabled, this causes
2760
+ % a cascade of and-list overflow errors:
2761
+ I have not seen the grysbok, or the suni, or the dibitag, or the lechwi, or the aoul, or the gerenuk, or the blaauwbok, or the chevrotain, or lots of others, but who in the world could guess what they were or what they looked like, judging only from the names?
2762
+
2763
+ % Overflow + no complete linakges.
2764
+ In 1608 he wrote a treatise of the Errors, False Gods, and Other Superstitions of the Indians of the Provinces of Huarochiri, Mama, and Chaclla, of which unfortunately only the first six chapters are known to exist and have been translated into English.
2765
+
2766
+ The strongest rain ever recorded in India shut down the financial hub of Mumbai, snapped communication lines, closed airports and forced thousands of people to sleep in their offices or walk home during the night, officials said today.
2767
+
2768
+ % No complete linkages found.
2769
+ New York Post: The new Mel Brooks/Susan Stroman musical extravaganza ... is nearly very good indeed - but it is not the The Producers ... this story ... does not lend itself to stage adaptation in the way of the earlier movie ... Now for the good news ... Brooks and Stroman pull out every stop.
2770
+
2771
+ % Combinatorial explosion
2772
+ However, the few tracts, the poetry, and the novels that embodied the social vision of Young England were directed to a New Generation of educated, religious, and socially conscious conservatives, who, like Young Englanders, were appalled at the despiritualizing effects of industrialization and the perceived amorality of Benthamite philosophy, which they blamed equally for Victorian social injustices.
2773
+
2774
+ In vivo studies of the activity of four of the kinases, KinA, KinC, KinD (ykvD) and KinE (ykrQ), using abrB transcription as an indicator of Spo0A~P level, revealed that KinC and KinD were responsible for Spo0A~P production during the exponential phase of growth in the absence of KinA and KinB.
2775
+
2776
+