grammar_police 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (345) hide show
  1. data/.DS_Store +0 -0
  2. data/.gitignore +4 -0
  3. data/Gemfile +4 -0
  4. data/Rakefile +2 -0
  5. data/c/.DS_Store +0 -0
  6. data/c/link-grammar.c +65 -0
  7. data/c/link-grammar.h +60 -0
  8. data/c/link-grammar.o +0 -0
  9. data/c/link-grammar.so +0 -0
  10. data/c/link-grammar/.DS_Store +0 -0
  11. data/c/link-grammar/.deps/analyze-linkage.Plo +198 -0
  12. data/c/link-grammar/.deps/and.Plo +202 -0
  13. data/c/link-grammar/.deps/api.Plo +244 -0
  14. data/c/link-grammar/.deps/build-disjuncts.Plo +212 -0
  15. data/c/link-grammar/.deps/command-line.Plo +201 -0
  16. data/c/link-grammar/.deps/constituents.Plo +201 -0
  17. data/c/link-grammar/.deps/count.Plo +202 -0
  18. data/c/link-grammar/.deps/disjunct-utils.Plo +126 -0
  19. data/c/link-grammar/.deps/disjuncts.Plo +123 -0
  20. data/c/link-grammar/.deps/error.Plo +121 -0
  21. data/c/link-grammar/.deps/expand.Plo +133 -0
  22. data/c/link-grammar/.deps/extract-links.Plo +198 -0
  23. data/c/link-grammar/.deps/fast-match.Plo +200 -0
  24. data/c/link-grammar/.deps/idiom.Plo +200 -0
  25. data/c/link-grammar/.deps/jni-client.Plo +217 -0
  26. data/c/link-grammar/.deps/link-parser.Po +1 -0
  27. data/c/link-grammar/.deps/massage.Plo +202 -0
  28. data/c/link-grammar/.deps/post-process.Plo +202 -0
  29. data/c/link-grammar/.deps/pp_knowledge.Plo +202 -0
  30. data/c/link-grammar/.deps/pp_lexer.Plo +201 -0
  31. data/c/link-grammar/.deps/pp_linkset.Plo +200 -0
  32. data/c/link-grammar/.deps/prefix.Plo +102 -0
  33. data/c/link-grammar/.deps/preparation.Plo +202 -0
  34. data/c/link-grammar/.deps/print-util.Plo +200 -0
  35. data/c/link-grammar/.deps/print.Plo +201 -0
  36. data/c/link-grammar/.deps/prune.Plo +202 -0
  37. data/c/link-grammar/.deps/read-dict.Plo +223 -0
  38. data/c/link-grammar/.deps/read-regex.Plo +123 -0
  39. data/c/link-grammar/.deps/regex-morph.Plo +131 -0
  40. data/c/link-grammar/.deps/resources.Plo +203 -0
  41. data/c/link-grammar/.deps/spellcheck-aspell.Plo +1 -0
  42. data/c/link-grammar/.deps/spellcheck-hun.Plo +115 -0
  43. data/c/link-grammar/.deps/string-set.Plo +198 -0
  44. data/c/link-grammar/.deps/tokenize.Plo +160 -0
  45. data/c/link-grammar/.deps/utilities.Plo +222 -0
  46. data/c/link-grammar/.deps/word-file.Plo +201 -0
  47. data/c/link-grammar/.deps/word-utils.Plo +212 -0
  48. data/c/link-grammar/.libs/analyze-linkage.o +0 -0
  49. data/c/link-grammar/.libs/and.o +0 -0
  50. data/c/link-grammar/.libs/api.o +0 -0
  51. data/c/link-grammar/.libs/build-disjuncts.o +0 -0
  52. data/c/link-grammar/.libs/command-line.o +0 -0
  53. data/c/link-grammar/.libs/constituents.o +0 -0
  54. data/c/link-grammar/.libs/count.o +0 -0
  55. data/c/link-grammar/.libs/disjunct-utils.o +0 -0
  56. data/c/link-grammar/.libs/disjuncts.o +0 -0
  57. data/c/link-grammar/.libs/error.o +0 -0
  58. data/c/link-grammar/.libs/expand.o +0 -0
  59. data/c/link-grammar/.libs/extract-links.o +0 -0
  60. data/c/link-grammar/.libs/fast-match.o +0 -0
  61. data/c/link-grammar/.libs/idiom.o +0 -0
  62. data/c/link-grammar/.libs/jni-client.o +0 -0
  63. data/c/link-grammar/.libs/liblink-grammar-java-symbols.expsym +31 -0
  64. data/c/link-grammar/.libs/liblink-grammar-java.4.dylib +0 -0
  65. data/c/link-grammar/.libs/liblink-grammar-java.4.dylib.dSYM/Contents/Info.plist +20 -0
  66. data/c/link-grammar/.libs/liblink-grammar-java.4.dylib.dSYM/Contents/Resources/DWARF/liblink-grammar-java.4.dylib +0 -0
  67. data/c/link-grammar/.libs/liblink-grammar-java.a +0 -0
  68. data/c/link-grammar/.libs/liblink-grammar-java.dylib +0 -0
  69. data/c/link-grammar/.libs/liblink-grammar-symbols.expsym +194 -0
  70. data/c/link-grammar/.libs/liblink-grammar.4.dylib +0 -0
  71. data/c/link-grammar/.libs/liblink-grammar.4.dylib.dSYM/Contents/Info.plist +20 -0
  72. data/c/link-grammar/.libs/liblink-grammar.4.dylib.dSYM/Contents/Resources/DWARF/liblink-grammar.4.dylib +0 -0
  73. data/c/link-grammar/.libs/liblink-grammar.a +0 -0
  74. data/c/link-grammar/.libs/liblink-grammar.dylib +0 -0
  75. data/c/link-grammar/.libs/liblink-grammar.la +41 -0
  76. data/c/link-grammar/.libs/liblink-grammar.lai +41 -0
  77. data/c/link-grammar/.libs/massage.o +0 -0
  78. data/c/link-grammar/.libs/post-process.o +0 -0
  79. data/c/link-grammar/.libs/pp_knowledge.o +0 -0
  80. data/c/link-grammar/.libs/pp_lexer.o +0 -0
  81. data/c/link-grammar/.libs/pp_linkset.o +0 -0
  82. data/c/link-grammar/.libs/prefix.o +0 -0
  83. data/c/link-grammar/.libs/preparation.o +0 -0
  84. data/c/link-grammar/.libs/print-util.o +0 -0
  85. data/c/link-grammar/.libs/print.o +0 -0
  86. data/c/link-grammar/.libs/prune.o +0 -0
  87. data/c/link-grammar/.libs/read-dict.o +0 -0
  88. data/c/link-grammar/.libs/read-regex.o +0 -0
  89. data/c/link-grammar/.libs/regex-morph.o +0 -0
  90. data/c/link-grammar/.libs/resources.o +0 -0
  91. data/c/link-grammar/.libs/spellcheck-aspell.o +0 -0
  92. data/c/link-grammar/.libs/spellcheck-hun.o +0 -0
  93. data/c/link-grammar/.libs/string-set.o +0 -0
  94. data/c/link-grammar/.libs/tokenize.o +0 -0
  95. data/c/link-grammar/.libs/utilities.o +0 -0
  96. data/c/link-grammar/.libs/word-file.o +0 -0
  97. data/c/link-grammar/.libs/word-utils.o +0 -0
  98. data/c/link-grammar/Makefile +900 -0
  99. data/c/link-grammar/Makefile.am +202 -0
  100. data/c/link-grammar/Makefile.in +900 -0
  101. data/c/link-grammar/analyze-linkage.c +1317 -0
  102. data/c/link-grammar/analyze-linkage.h +24 -0
  103. data/c/link-grammar/and.c +1603 -0
  104. data/c/link-grammar/and.h +27 -0
  105. data/c/link-grammar/api-structures.h +362 -0
  106. data/c/link-grammar/api-types.h +72 -0
  107. data/c/link-grammar/api.c +1887 -0
  108. data/c/link-grammar/api.h +96 -0
  109. data/c/link-grammar/autoit/.DS_Store +0 -0
  110. data/c/link-grammar/autoit/README +10 -0
  111. data/c/link-grammar/autoit/_LGTest.au3 +22 -0
  112. data/c/link-grammar/autoit/_LinkGrammar.au3 +545 -0
  113. data/c/link-grammar/build-disjuncts.c +487 -0
  114. data/c/link-grammar/build-disjuncts.h +21 -0
  115. data/c/link-grammar/command-line.c +458 -0
  116. data/c/link-grammar/command-line.h +15 -0
  117. data/c/link-grammar/constituents.c +1836 -0
  118. data/c/link-grammar/constituents.h +26 -0
  119. data/c/link-grammar/corpus/.DS_Store +0 -0
  120. data/c/link-grammar/corpus/.deps/cluster.Plo +1 -0
  121. data/c/link-grammar/corpus/.deps/corpus.Plo +1 -0
  122. data/c/link-grammar/corpus/Makefile +527 -0
  123. data/c/link-grammar/corpus/Makefile.am +46 -0
  124. data/c/link-grammar/corpus/Makefile.in +527 -0
  125. data/c/link-grammar/corpus/README +17 -0
  126. data/c/link-grammar/corpus/cluster.c +286 -0
  127. data/c/link-grammar/corpus/cluster.h +32 -0
  128. data/c/link-grammar/corpus/corpus.c +483 -0
  129. data/c/link-grammar/corpus/corpus.h +46 -0
  130. data/c/link-grammar/count.c +828 -0
  131. data/c/link-grammar/count.h +25 -0
  132. data/c/link-grammar/disjunct-utils.c +261 -0
  133. data/c/link-grammar/disjunct-utils.h +27 -0
  134. data/c/link-grammar/disjuncts.c +138 -0
  135. data/c/link-grammar/disjuncts.h +13 -0
  136. data/c/link-grammar/error.c +92 -0
  137. data/c/link-grammar/error.h +35 -0
  138. data/c/link-grammar/expand.c +67 -0
  139. data/c/link-grammar/expand.h +13 -0
  140. data/c/link-grammar/externs.h +22 -0
  141. data/c/link-grammar/extract-links.c +625 -0
  142. data/c/link-grammar/extract-links.h +16 -0
  143. data/c/link-grammar/fast-match.c +309 -0
  144. data/c/link-grammar/fast-match.h +17 -0
  145. data/c/link-grammar/idiom.c +373 -0
  146. data/c/link-grammar/idiom.h +15 -0
  147. data/c/link-grammar/jni-client.c +779 -0
  148. data/c/link-grammar/jni-client.h +236 -0
  149. data/c/link-grammar/liblink-grammar-java.la +42 -0
  150. data/c/link-grammar/liblink-grammar.la +41 -0
  151. data/c/link-grammar/link-features.h +37 -0
  152. data/c/link-grammar/link-features.h.in +37 -0
  153. data/c/link-grammar/link-grammar-java.def +31 -0
  154. data/c/link-grammar/link-grammar.def +194 -0
  155. data/c/link-grammar/link-includes.h +465 -0
  156. data/c/link-grammar/link-parser.c +849 -0
  157. data/c/link-grammar/massage.c +329 -0
  158. data/c/link-grammar/massage.h +13 -0
  159. data/c/link-grammar/post-process.c +1113 -0
  160. data/c/link-grammar/post-process.h +45 -0
  161. data/c/link-grammar/pp_knowledge.c +376 -0
  162. data/c/link-grammar/pp_knowledge.h +14 -0
  163. data/c/link-grammar/pp_lexer.c +1920 -0
  164. data/c/link-grammar/pp_lexer.h +19 -0
  165. data/c/link-grammar/pp_linkset.c +158 -0
  166. data/c/link-grammar/pp_linkset.h +20 -0
  167. data/c/link-grammar/prefix.c +482 -0
  168. data/c/link-grammar/prefix.h +139 -0
  169. data/c/link-grammar/preparation.c +412 -0
  170. data/c/link-grammar/preparation.h +20 -0
  171. data/c/link-grammar/print-util.c +87 -0
  172. data/c/link-grammar/print-util.h +32 -0
  173. data/c/link-grammar/print.c +1085 -0
  174. data/c/link-grammar/print.h +16 -0
  175. data/c/link-grammar/prune.c +1864 -0
  176. data/c/link-grammar/prune.h +17 -0
  177. data/c/link-grammar/read-dict.c +1785 -0
  178. data/c/link-grammar/read-dict.h +29 -0
  179. data/c/link-grammar/read-regex.c +161 -0
  180. data/c/link-grammar/read-regex.h +12 -0
  181. data/c/link-grammar/regex-morph.c +126 -0
  182. data/c/link-grammar/regex-morph.h +17 -0
  183. data/c/link-grammar/resources.c +180 -0
  184. data/c/link-grammar/resources.h +23 -0
  185. data/c/link-grammar/sat-solver/.DS_Store +0 -0
  186. data/c/link-grammar/sat-solver/.deps/fast-sprintf.Plo +1 -0
  187. data/c/link-grammar/sat-solver/.deps/sat-encoder.Plo +1 -0
  188. data/c/link-grammar/sat-solver/.deps/util.Plo +1 -0
  189. data/c/link-grammar/sat-solver/.deps/variables.Plo +1 -0
  190. data/c/link-grammar/sat-solver/.deps/word-tag.Plo +1 -0
  191. data/c/link-grammar/sat-solver/Makefile +527 -0
  192. data/c/link-grammar/sat-solver/Makefile.am +29 -0
  193. data/c/link-grammar/sat-solver/Makefile.in +527 -0
  194. data/c/link-grammar/sat-solver/clock.hpp +33 -0
  195. data/c/link-grammar/sat-solver/fast-sprintf.cpp +26 -0
  196. data/c/link-grammar/sat-solver/fast-sprintf.hpp +7 -0
  197. data/c/link-grammar/sat-solver/guiding.hpp +244 -0
  198. data/c/link-grammar/sat-solver/matrix-ut.hpp +79 -0
  199. data/c/link-grammar/sat-solver/sat-encoder.cpp +2811 -0
  200. data/c/link-grammar/sat-solver/sat-encoder.h +11 -0
  201. data/c/link-grammar/sat-solver/sat-encoder.hpp +381 -0
  202. data/c/link-grammar/sat-solver/trie.hpp +118 -0
  203. data/c/link-grammar/sat-solver/util.cpp +23 -0
  204. data/c/link-grammar/sat-solver/util.hpp +14 -0
  205. data/c/link-grammar/sat-solver/variables.cpp +5 -0
  206. data/c/link-grammar/sat-solver/variables.hpp +829 -0
  207. data/c/link-grammar/sat-solver/word-tag.cpp +159 -0
  208. data/c/link-grammar/sat-solver/word-tag.hpp +162 -0
  209. data/c/link-grammar/spellcheck-aspell.c +148 -0
  210. data/c/link-grammar/spellcheck-hun.c +136 -0
  211. data/c/link-grammar/spellcheck.h +34 -0
  212. data/c/link-grammar/string-set.c +169 -0
  213. data/c/link-grammar/string-set.h +16 -0
  214. data/c/link-grammar/structures.h +498 -0
  215. data/c/link-grammar/tokenize.c +1049 -0
  216. data/c/link-grammar/tokenize.h +15 -0
  217. data/c/link-grammar/utilities.c +847 -0
  218. data/c/link-grammar/utilities.h +281 -0
  219. data/c/link-grammar/word-file.c +124 -0
  220. data/c/link-grammar/word-file.h +15 -0
  221. data/c/link-grammar/word-utils.c +526 -0
  222. data/c/link-grammar/word-utils.h +152 -0
  223. data/data/.DS_Store +0 -0
  224. data/data/Makefile +511 -0
  225. data/data/Makefile.am +4 -0
  226. data/data/Makefile.in +511 -0
  227. data/data/de/.DS_Store +0 -0
  228. data/data/de/4.0.affix +7 -0
  229. data/data/de/4.0.dict +474 -0
  230. data/data/de/Makefile +387 -0
  231. data/data/de/Makefile.am +9 -0
  232. data/data/de/Makefile.in +387 -0
  233. data/data/en/.DS_Store +0 -0
  234. data/data/en/4.0.affix +26 -0
  235. data/data/en/4.0.batch +1002 -0
  236. data/data/en/4.0.biolg.batch +411 -0
  237. data/data/en/4.0.constituent-knowledge +127 -0
  238. data/data/en/4.0.dict +8759 -0
  239. data/data/en/4.0.dict.m4 +6928 -0
  240. data/data/en/4.0.enwiki.batch +14 -0
  241. data/data/en/4.0.fixes.batch +2776 -0
  242. data/data/en/4.0.knowledge +306 -0
  243. data/data/en/4.0.regex +225 -0
  244. data/data/en/4.0.voa.batch +114 -0
  245. data/data/en/Makefile +554 -0
  246. data/data/en/Makefile.am +19 -0
  247. data/data/en/Makefile.in +554 -0
  248. data/data/en/README +173 -0
  249. data/data/en/tiny.dict +157 -0
  250. data/data/en/words/.DS_Store +0 -0
  251. data/data/en/words/Makefile +456 -0
  252. data/data/en/words/Makefile.am +78 -0
  253. data/data/en/words/Makefile.in +456 -0
  254. data/data/en/words/currency +205 -0
  255. data/data/en/words/currency.p +28 -0
  256. data/data/en/words/entities.given-bisex.sing +39 -0
  257. data/data/en/words/entities.given-female.sing +4141 -0
  258. data/data/en/words/entities.given-male.sing +1633 -0
  259. data/data/en/words/entities.locations.sing +68 -0
  260. data/data/en/words/entities.national.sing +253 -0
  261. data/data/en/words/entities.organizations.sing +7 -0
  262. data/data/en/words/entities.us-states.sing +11 -0
  263. data/data/en/words/units.1 +45 -0
  264. data/data/en/words/units.1.dot +4 -0
  265. data/data/en/words/units.3 +2 -0
  266. data/data/en/words/units.4 +5 -0
  267. data/data/en/words/units.4.dot +1 -0
  268. data/data/en/words/words-medical.adv.1 +1191 -0
  269. data/data/en/words/words-medical.prep.1 +67 -0
  270. data/data/en/words/words-medical.v.4.1 +2835 -0
  271. data/data/en/words/words-medical.v.4.2 +2848 -0
  272. data/data/en/words/words-medical.v.4.3 +3011 -0
  273. data/data/en/words/words-medical.v.4.4 +3036 -0
  274. data/data/en/words/words-medical.v.4.5 +3050 -0
  275. data/data/en/words/words.adj.1 +6794 -0
  276. data/data/en/words/words.adj.2 +638 -0
  277. data/data/en/words/words.adj.3 +667 -0
  278. data/data/en/words/words.adv.1 +1573 -0
  279. data/data/en/words/words.adv.2 +67 -0
  280. data/data/en/words/words.adv.3 +157 -0
  281. data/data/en/words/words.adv.4 +80 -0
  282. data/data/en/words/words.n.1 +11464 -0
  283. data/data/en/words/words.n.1.wiki +264 -0
  284. data/data/en/words/words.n.2.s +2017 -0
  285. data/data/en/words/words.n.2.s.biolg +1 -0
  286. data/data/en/words/words.n.2.s.wiki +298 -0
  287. data/data/en/words/words.n.2.x +65 -0
  288. data/data/en/words/words.n.2.x.wiki +10 -0
  289. data/data/en/words/words.n.3 +5717 -0
  290. data/data/en/words/words.n.t +23 -0
  291. data/data/en/words/words.v.1.1 +1038 -0
  292. data/data/en/words/words.v.1.2 +1043 -0
  293. data/data/en/words/words.v.1.3 +1052 -0
  294. data/data/en/words/words.v.1.4 +1023 -0
  295. data/data/en/words/words.v.1.p +17 -0
  296. data/data/en/words/words.v.10.1 +14 -0
  297. data/data/en/words/words.v.10.2 +15 -0
  298. data/data/en/words/words.v.10.3 +88 -0
  299. data/data/en/words/words.v.10.4 +17 -0
  300. data/data/en/words/words.v.2.1 +1253 -0
  301. data/data/en/words/words.v.2.2 +1304 -0
  302. data/data/en/words/words.v.2.3 +1280 -0
  303. data/data/en/words/words.v.2.4 +1285 -0
  304. data/data/en/words/words.v.2.5 +1287 -0
  305. data/data/en/words/words.v.4.1 +2472 -0
  306. data/data/en/words/words.v.4.2 +2487 -0
  307. data/data/en/words/words.v.4.3 +2441 -0
  308. data/data/en/words/words.v.4.4 +2478 -0
  309. data/data/en/words/words.v.4.5 +2483 -0
  310. data/data/en/words/words.v.5.1 +98 -0
  311. data/data/en/words/words.v.5.2 +98 -0
  312. data/data/en/words/words.v.5.3 +103 -0
  313. data/data/en/words/words.v.5.4 +102 -0
  314. data/data/en/words/words.v.6.1 +388 -0
  315. data/data/en/words/words.v.6.2 +401 -0
  316. data/data/en/words/words.v.6.3 +397 -0
  317. data/data/en/words/words.v.6.4 +405 -0
  318. data/data/en/words/words.v.6.5 +401 -0
  319. data/data/en/words/words.v.8.1 +117 -0
  320. data/data/en/words/words.v.8.2 +118 -0
  321. data/data/en/words/words.v.8.3 +118 -0
  322. data/data/en/words/words.v.8.4 +119 -0
  323. data/data/en/words/words.v.8.5 +119 -0
  324. data/data/en/words/words.y +104 -0
  325. data/data/lt/.DS_Store +0 -0
  326. data/data/lt/4.0.affix +6 -0
  327. data/data/lt/4.0.constituent-knowledge +24 -0
  328. data/data/lt/4.0.dict +135 -0
  329. data/data/lt/4.0.knowledge +38 -0
  330. data/data/lt/Makefile +389 -0
  331. data/data/lt/Makefile.am +11 -0
  332. data/data/lt/Makefile.in +389 -0
  333. data/grammar_police.gemspec +23 -0
  334. data/lib/.DS_Store +0 -0
  335. data/lib/grammar_police.rb +11 -0
  336. data/lib/grammar_police/.DS_Store +0 -0
  337. data/lib/grammar_police/dictionary.rb +30 -0
  338. data/lib/grammar_police/linkage.rb +26 -0
  339. data/lib/grammar_police/parse_options.rb +32 -0
  340. data/lib/grammar_police/sentence.rb +44 -0
  341. data/lib/grammar_police/version.rb +3 -0
  342. data/tests/.DS_Store +0 -0
  343. data/tests/count_linkages.rb +29 -0
  344. data/tests/sentences.txt +86 -0
  345. metadata +408 -0
@@ -0,0 +1,119 @@
1
+ auctioning.g
2
+ bandying.g
3
+ barring.g
4
+ battening.g
5
+ blocking.g
6
+ blotting.g
7
+ blurting.g
8
+ boarding.g
9
+ booking.g
10
+ bottling.g
11
+ bundling.g
12
+ buttering.g
13
+ caging.g
14
+ carrying.g
15
+ carting.g
16
+ chalking.g
17
+ chasing.g
18
+ chucking.g
19
+ cluttering.g
20
+ covering.g
21
+ cranking.g
22
+ cutting.g
23
+ damming.g
24
+ dishing.g
25
+ dividing.g
26
+ doling.g
27
+ dredging.g
28
+ dumping.g
29
+ egging.g
30
+ eking.g
31
+ exporting.g
32
+ factoring.g
33
+ faxing.g
34
+ fixing.g
35
+ flinging.g
36
+ fobbing.g
37
+ gouging.g
38
+ hamming.g
39
+ hashing.g
40
+ hoisting.g
41
+ jacking.g
42
+ jazzing.g
43
+ jotting.g
44
+ kicking.g
45
+ ladling.g
46
+ laying.g
47
+ lifting.g
48
+ linking.g
49
+ loading.g
50
+ locking.g
51
+ lopping.g
52
+ mailing.g
53
+ mapping.g
54
+ marking.g
55
+ meting.g
56
+ mulling.g
57
+ mussing.g
58
+ nailing.g
59
+ palming.g
60
+ patching.g
61
+ paving.g
62
+ penning.g
63
+ phasing.g
64
+ phoning.g
65
+ picking.g
66
+ piecing.g
67
+ pinning.g
68
+ plugging.g
69
+ pricking.g
70
+ propping.g
71
+ punching.g
72
+ pushing.g
73
+ racking.g
74
+ reining.g
75
+ rigging.g
76
+ riling.g
77
+ rinsing.g
78
+ roughening.g
79
+ roughing.g
80
+ saving.g
81
+ scaling.g
82
+ scaring.g
83
+ screening.g
84
+ shaking.g
85
+ shoring.g
86
+ singling.g
87
+ sizing.g
88
+ skimming.g
89
+ skittling.g
90
+ smuggling.g
91
+ sopping.g
92
+ sorting.g
93
+ spicing.g
94
+ stacking.g
95
+ staking.g
96
+ staving.g
97
+ stringing.g
98
+ stuffing.g
99
+ sussing.g
100
+ sweeping.g
101
+ tacking.g
102
+ taping.g
103
+ tearing.g
104
+ throwing.g
105
+ tiding.g
106
+ topping.g
107
+ totaling.g
108
+ totalling.g
109
+ touching.g
110
+ toughening.g
111
+ tracking.g
112
+ tying.g
113
+ wadding.g
114
+ washing.g
115
+ waving.g
116
+ wearing.g
117
+ wringing.g
118
+ yanking.g
119
+ zipping.g
@@ -0,0 +1,104 @@
1
+ 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009
2
+ 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019
3
+ 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029
4
+ 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039
5
+ 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049
6
+ 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059
7
+ 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069
8
+ 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079
9
+ 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089
10
+ 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099
11
+ 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109
12
+ 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119
13
+ 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129
14
+ 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139
15
+ 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149
16
+ 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159
17
+ 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169
18
+ 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179
19
+ 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189
20
+ 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199
21
+ 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209
22
+ 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219
23
+ 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229
24
+ 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239
25
+ 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249
26
+ 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259
27
+ 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269
28
+ 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279
29
+ 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289
30
+ 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299
31
+ 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309
32
+ 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319
33
+ 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329
34
+ 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339
35
+ 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349
36
+ 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359
37
+ 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369
38
+ 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379
39
+ 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389
40
+ 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399
41
+ 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409
42
+ 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419
43
+ 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429
44
+ 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439
45
+ 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449
46
+ 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459
47
+ 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469
48
+ 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479
49
+ 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489
50
+ 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499
51
+ 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509
52
+ 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519
53
+ 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529
54
+ 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539
55
+ 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549
56
+ 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559
57
+ 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569
58
+ 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579
59
+ 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589
60
+ 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599
61
+ 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609
62
+ 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619
63
+ 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629
64
+ 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639
65
+ 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649
66
+ 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659
67
+ 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669
68
+ 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679
69
+ 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689
70
+ 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699
71
+ 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709
72
+ 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719
73
+ 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729
74
+ 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739
75
+ 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749
76
+ 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759
77
+ 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769
78
+ 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779
79
+ 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789
80
+ 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799
81
+ 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809
82
+ 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819
83
+ 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829
84
+ 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839
85
+ 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849
86
+ 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859
87
+ 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869
88
+ 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879
89
+ 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889
90
+ 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899
91
+ 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909
92
+ 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919
93
+ 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929
94
+ 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939
95
+ 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949
96
+ 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959
97
+ 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969
98
+ 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979
99
+ 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989
100
+ 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999
101
+ 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009
102
+ 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019
103
+ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029
104
+ 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039
data/data/lt/.DS_Store ADDED
Binary file
data/data/lt/4.0.affix ADDED
@@ -0,0 +1,6 @@
1
+
2
+ ")" "%" "," "." ":" ";" "?" "!" "''" "'": RPUNC+;
3
+ "(" "$" "``": LPUNC+;
4
+
5
+
6
+
@@ -0,0 +1,24 @@
1
+ DOMAIN_STARTER_LINKS: S* W
2
+
3
+ DOMAIN_CONTAINS_LINKS:
4
+
5
+ URFL_ONLY_DOMAIN_STARTER_LINKS:
6
+
7
+ LEFT_DOMAIN_STARTER_LINKS:
8
+
9
+ STARTING_LINK_TYPE_TABLE:
10
+ W s
11
+ O n
12
+
13
+ ; ----------------------------------------------------------------------
14
+ ; These links are not put in the word/link graph. They also cannot be the
15
+ ; starter links for a domain.
16
+
17
+ IGNORE_THESE_LINKS:
18
+
19
+
20
+ ; ----------------------------------------------------------------------
21
+ ; these links are not traced further if they point back before the root word
22
+
23
+ RESTRICTED_LINKS:
24
+
data/data/lt/4.0.dict ADDED
@@ -0,0 +1,135 @@
1
+ %
2
+ % ========== Lietuvių kalbos žodynas ir gramatika ==============
3
+ % =========== Lithuanian link-grammar dictionary ===============
4
+ %
5
+ % Experimental and incomplete ...
6
+ % It can parse 4.0.batch more ore less correctly.
7
+ %
8
+ % Copyright (c) 2008 Linas Vepstas (Vepštas) linas@linas.org
9
+ %
10
+ % This file uses utf-8 characater encoding.
11
+ % If editing with "vi", be sure to "set encoding=utf-8"
12
+ % and also be sure to configure the terminal to use utf-8 encoding.
13
+ %
14
+ %
15
+ % Ženklai:
16
+ % Ą Č Ę Ė Į Š Ų Ū Ž
17
+ % ą č ė ę į š ū ų ž
18
+ %
19
+ % Kaip išmušti ženklus:
20
+ % ą == ,a irgi ę į ų
21
+ % č == <c irgi š ž
22
+ % ė == .e Ė
23
+ % ū == -u Ū
24
+ %
25
+ %
26
+ % D == Daiktavardis
27
+ % DV == Vardininkas Kas? DVv == vyriška, DVm == moteriška giminė
28
+ % DK == Kilmininkas Ko?
29
+ % DN == Naudininkas Kam?
30
+ % DG == Galininkas Ką?
31
+ % DI == Įnagininkas Kuo?
32
+ % DU == Vietininkas Kur?
33
+ % DS == Šauksmininkas O!
34
+ %
35
+ %
36
+ % V == Veiksmažodis
37
+ % VA == Aš
38
+ % VT == Tu
39
+ % VJv == Jis (v == vyriška giminė)
40
+ % VJm == Ji (m == moteriška giminė)
41
+ % VM == Mes
42
+ % VU == Jus
43
+ % VOv == Jie
44
+ % VOm == Jos
45
+ %
46
+ % B == Būdvardis
47
+ %
48
+ % P == Prieveiksmis
49
+ % PB == būdo
50
+ % PL == laiko
51
+ % PP == priežasties
52
+ % PV == vietos
53
+ % PD == Prieveiksminės dalelytės.
54
+ %
55
+ % L == Prielinksnis
56
+ % LK == su kilminiku
57
+ % LG == su galininku
58
+ % LI == su įnagininku
59
+ %
60
+ %
61
+ % Xp == taškas gale sakinio (panašiai į anglų žodyna)
62
+
63
+ Jonas Linas Saulius: VJv+ & {Wd-};
64
+ Audra Gintarė: VJm+ & {Wd-};
65
+
66
+ % "Aš esu studentas.", "Aš esu studentė"
67
+ esu: VA- & DV+;
68
+
69
+ % giminė turi sueiti: negalima sakyti "jis yra studentė"
70
+ yra: (VJv- & (DVv+ or Bv+)) or (VJm- & (DVm+ or Bm+));
71
+
72
+ % prieveiksmi iš dešinės: "Mes einame namo"
73
+ % arba prielinksni: "eina į mokyklą"
74
+ einame: {VM-} & (LI+ or PV+) & {Wd-};
75
+ eina: {VJ-} & (LI+ or PV+);
76
+
77
+ % -------------------------------
78
+ % Daiktavardžai ...
79
+ svečiai: VO+ & {Wd-};
80
+
81
+ namas svečias: DVv- & VJv+ & {Wd-};
82
+ mokytojas studentas: DVv- & {Xp+} & {Wd-};
83
+ mokytoja studentė: DVm- & {Xp+} & {Wd-};
84
+
85
+ % reikalauja veiksmažodi ant kairės.
86
+ laivelį knygą mokyklą sodžių: DG- & {LI-} & {Xp+};
87
+
88
+ % -------------------------------
89
+ % Būdvardžiai
90
+
91
+ didelis geras gražus medinis: Bv- & {Xp+};
92
+ didelė gera graži medine: Bm- & {Xp+};
93
+
94
+ % -------------------------------
95
+ % Veiksmažodžiai
96
+ išvažiavo: {PV-} & VO- & {Xp+};
97
+
98
+ atvažiavom: {VM-} & (LI+ or PV+) & {Wd-};
99
+
100
+ % gali turėti galininka iš dešines.
101
+ irkluoja skaite skaito skaitys: VJ- & {DG+};
102
+
103
+ % -------------------------------
104
+ % Įvardžiai
105
+ % Asmeniniai įvardžiai
106
+ aš: VA+ & {Wd-};
107
+ tu: VT+ & {Wd-};
108
+ jis: VJv+ & {Wd-};
109
+ ji: VJm+ & {Wd-};
110
+ mes: VM+ & {Wd-};
111
+ jus: VU+ & {Wd-};
112
+ jie: VOv+ & {Wd-};
113
+ jos: VOm+ & {Wd-};
114
+
115
+ % Savybiniai įvardžiai
116
+ mano tavo savo: DV+ & {Wd-};
117
+
118
+ % -------------------------------
119
+ % Prieveiksmiai ...
120
+ laukan miškan oran kairėn dešinėn: PV-;
121
+ % "Einame namo", "Svečiai namo išvažiavo"
122
+ namo: PV+ or (PV- & {Xp+});
123
+
124
+ % Prielinksnai su galininku: Daiktavardi ant dešines:
125
+ į: DG+;
126
+
127
+ % -------------------------------
128
+ % Sakinio pradžia ir galūnė
129
+ %
130
+ % taškas
131
+ ".": Xp-;
132
+
133
+ % Žodžiai, kurie gali pradėti sakini.
134
+ CAPITALIZED-WORDS: Wd-;
135
+ LEFT-WALL: Wd+;
@@ -0,0 +1,38 @@
1
+ ; Post-processing knowledge file
2
+ ; 6/96
3
+
4
+ ; ----------------------------------------------------------------------------
5
+ ; This file contains the knowledge related to post-processing, in the
6
+ ; form of lists and rules. This file is read by post-process.c at run-time.
7
+ ; Syntax of file:
8
+ ; line starting with ";" is a comment
9
+ ; commas are field delimiters
10
+ ; any token beginning with the character @ is expanded to the set
11
+ ; of symbols it defined. e.g. one could write
12
+ ; FOO: blah1 blah2 blah3
13
+ ; thus defining a set FOO containing three strings. Then one could later write
14
+ ; BAR: blah5 @FOO blah8
15
+ ; which defines a set BAR containing 5 strings.
16
+ ;
17
+ ; Capitalized tokens are *required*, though if you feel like providing an
18
+ ; empty list afterwards, that's your right.
19
+ ; ----------------------------------------------------------------------------
20
+
21
+
22
+ ; the following links start a domain. Each must be given a name in the
23
+ ; table below (STARTING_LINK_TYPE_TABLE)
24
+
25
+ DOMAIN_STARTER_LINKS:
26
+ W
27
+
28
+
29
+ ; ----------------------------------------------------------------------
30
+ ; ---------------------- LINK TYPE TABLE-------------------------------
31
+ ; ----------------------------------------------------------------------
32
+ ; the following table associates a domain type with each possible
33
+ ; starting link. It contains pairs: the first of each pair is a link
34
+ ; type, and the second is the domain to which that link type belongs.
35
+
36
+ STARTING_LINK_TYPE_TABLE:
37
+ W m
38
+
data/data/lt/Makefile ADDED
@@ -0,0 +1,389 @@
1
+ # Makefile.in generated by automake 1.10.2 from Makefile.am.
2
+ # data/lt/Makefile. Generated from Makefile.in by configure.
3
+
4
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
+ # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6
+ # This Makefile.in is free software; the Free Software Foundation
7
+ # gives unlimited permission to copy and/or distribute it,
8
+ # with or without modifications, as long as this notice is preserved.
9
+
10
+ # This program is distributed in the hope that it will be useful,
11
+ # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
+ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
+ # PARTICULAR PURPOSE.
14
+
15
+
16
+
17
+
18
+ pkgdatadir = $(datadir)/link-grammar
19
+ pkglibdir = $(libdir)/link-grammar
20
+ pkgincludedir = $(includedir)/link-grammar
21
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
+ install_sh_DATA = $(install_sh) -c -m 644
23
+ install_sh_PROGRAM = $(install_sh) -c
24
+ install_sh_SCRIPT = $(install_sh) -c
25
+ INSTALL_HEADER = $(INSTALL_DATA)
26
+ transform = $(program_transform_name)
27
+ NORMAL_INSTALL = :
28
+ PRE_INSTALL = :
29
+ POST_INSTALL = :
30
+ NORMAL_UNINSTALL = :
31
+ PRE_UNINSTALL = :
32
+ POST_UNINSTALL = :
33
+ build_triplet = i386-apple-darwin10.7.0
34
+ host_triplet = i386-apple-darwin10.7.0
35
+ subdir = data/lt
36
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
+ am__aclocal_m4_deps = $(top_srcdir)/ac-helpers/binreloc.m4 \
39
+ $(top_srcdir)/configure.in
40
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
+ $(ACLOCAL_M4)
42
+ mkinstalldirs = $(install_sh) -d
43
+ CONFIG_CLEAN_FILES =
44
+ SOURCES =
45
+ DIST_SOURCES =
46
+ am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
47
+ am__vpath_adj = case $$p in \
48
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
49
+ *) f=$$p;; \
50
+ esac;
51
+ am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
52
+ am__installdirs = "$(DESTDIR)$(dictdir)"
53
+ dictDATA_INSTALL = $(INSTALL_DATA)
54
+ DATA = $(dict_DATA)
55
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
56
+ ACLOCAL = aclocal-1.10
57
+ AMTAR = tar
58
+ AR = ar
59
+ AS = as
60
+ ASPELL_CFLAGS =
61
+ ASPELL_LIBS =
62
+ AUTOCONF = autoconf
63
+ AUTOHEADER = autoheader
64
+ AUTOMAKE = automake-1.10
65
+ AWK = awk
66
+ BINRELOC_CFLAGS =
67
+ BINRELOC_LIBS =
68
+ CC = gcc
69
+ CCDEPMODE = depmode=gcc3
70
+ CFLAGS = -g -O2 -std=c99 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
71
+ CPP = gcc -E
72
+ CPPFLAGS = -I /include -I /include/freebsd -I /include/linux -I /include/win32 -I /Headers -I /include -I /include/freebsd -I /include/linux -I /include/win32 -I /Headers -I/usr/include/classpath/ -I/usr/local/jdk1.6.0/include/ -I/usr/local/jdk1.6.0/include/freebsd -I/usr/local/jdk1.6.0/include/linux -I/usr/lib/jvm/java-6-sun/include/ -I/usr/lib/jvm/java-6-sun/include/freebsd -I/usr/lib/jvm/java-6-sun/include/linux -I/usr/lib/j2sdk1.6-ibm/include -I/usr/lib/j2sdk1.6-ibm/include/freebsd -I/usr/lib/j2sdk1.6-ibm/include/linux -I/opt/jdk1.5/include/ -I/opt/jdk1.5/include/freebsd -I/opt/jdk1.5/include/linux -I/usr/lib/jvm/java-1.5.0-sun-1.5.0.15/include -I/usr/lib/jvm/java-1.5.0-sun-1.5.0.15/include/freebsd -I/usr/lib/jvm/java-1.5.0-sun-1.5.0.15/include/linux -I/c/java/jdk1.6.0/include/ -I/c/java/jdk1.6.0/include/win32/ -I/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/JavaVM.framework/Headers/ -I/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/JavaVM.framework/Headers/
73
+ CXX = g++
74
+ CXXCPP = g++ -E
75
+ CXXDEPMODE = depmode=gcc3
76
+ CXXFLAGS = -g -O2
77
+ CYGPATH_W = echo
78
+ DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"4.7.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_TOWUPPER=1 -DDEBUG_MEMORY=0 -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_REGEXEC=1
79
+ DEPDIR = .deps
80
+ DLLTOOL = dlltool
81
+ DSYMUTIL = dsymutil
82
+ DUMPBIN =
83
+ ECHO_C = \c
84
+ ECHO_N =
85
+ ECHO_T =
86
+ EGREP = /usr/bin/grep -E
87
+ EXEEXT =
88
+ FGREP = /usr/bin/grep -F
89
+ GREP = /usr/bin/grep
90
+ HUNSPELL_CFLAGS =
91
+ HUNSPELL_LIBS =
92
+ INSTALL = /usr/bin/install -c
93
+ INSTALL_DATA = ${INSTALL} -m 644
94
+ INSTALL_PROGRAM = ${INSTALL}
95
+ INSTALL_SCRIPT = ${INSTALL}
96
+ INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
97
+ LD = /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
98
+ LDFLAGS =
99
+ LIBEDIT_CFLAGS =
100
+ LIBEDIT_LIBS =
101
+ LIBOBJS =
102
+ LIBS =
103
+ LIBTOOL = $(SHELL) $(top_builddir)/libtool
104
+ LINK_CFLAGS = -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -fno-strict-aliasing
105
+ LINK_MAJOR_VERSION = 4
106
+ LINK_MICRO_VERSION = 4
107
+ LINK_MINOR_VERSION = 7
108
+ LIPO = lipo
109
+ LN_S = ln -s
110
+ LTLIBOBJS =
111
+ MAINT = #
112
+ MAKEINFO = makeinfo
113
+ MKDIR_P = ../.././install-sh -c -d
114
+ NM = /usr/bin/nm
115
+ NMEDIT = nmedit
116
+ OBJDUMP = objdump
117
+ OBJEXT = o
118
+ OTOOL = otool
119
+ OTOOL64 = :
120
+ PACKAGE = link-grammar
121
+ PACKAGE_BUGREPORT =
122
+ PACKAGE_NAME =
123
+ PACKAGE_STRING =
124
+ PACKAGE_TARNAME =
125
+ PACKAGE_VERSION =
126
+ PATH_SEPARATOR = :
127
+ PKG_CONFIG = /opt/local/bin/pkg-config
128
+ RANLIB = ranlib
129
+ REGEX_LIBS =
130
+ SED = /usr/bin/sed
131
+ SET_MAKE =
132
+ SHELL = /bin/sh
133
+ SQLITE3_CFLAGS =
134
+ SQLITE3_LIBS =
135
+ STRIP = strip
136
+ VERSION = 4.7.4
137
+ VERSION_INFO = 11:4:7
138
+ abs_builddir = /Users/quannguyen/Desktop/link grammar/link-grammar-4.7.4/data/lt
139
+ abs_srcdir = /Users/quannguyen/Desktop/link grammar/link-grammar-4.7.4/data/lt
140
+ abs_top_builddir = /Users/quannguyen/Desktop/link grammar/link-grammar-4.7.4
141
+ abs_top_srcdir = /Users/quannguyen/Desktop/link grammar/link-grammar-4.7.4
142
+ ac_ct_CC = gcc
143
+ ac_ct_CXX = g++
144
+ ac_ct_DUMPBIN =
145
+ am__include = include
146
+ am__leading_dot = .
147
+ am__quote =
148
+ am__tar = ${AMTAR} chof - "$$tardir"
149
+ am__untar = ${AMTAR} xf -
150
+ bindir = ${exec_prefix}/bin
151
+ build = i386-apple-darwin10.7.0
152
+ build_alias =
153
+ build_cpu = i386
154
+ build_os = darwin10.7.0
155
+ build_vendor = apple
156
+ builddir = .
157
+ datadir = ${datarootdir}
158
+ datarootdir = ${prefix}/share
159
+ docdir = ${datarootdir}/doc/${PACKAGE}
160
+ dvidir = ${docdir}
161
+ exec_prefix = ${prefix}
162
+ host = i386-apple-darwin10.7.0
163
+ host_alias =
164
+ host_cpu = i386
165
+ host_os = darwin10.7.0
166
+ host_vendor = apple
167
+ htmldir = ${docdir}
168
+ includedir = ${prefix}/include
169
+ infodir = ${datarootdir}/info
170
+ install_sh = $(SHELL) /Users/quannguyen/Desktop/link grammar/link-grammar-4.7.4/install-sh
171
+ libdir = ${exec_prefix}/lib
172
+ libexecdir = ${exec_prefix}/libexec
173
+ localedir = ${datarootdir}/locale
174
+ localstatedir = ${prefix}/var
175
+ lt_ECHO = /bin/echo
176
+ mandir = ${datarootdir}/man
177
+ mkdir_p = $(top_builddir)/./install-sh -c -d
178
+ oldincludedir = /usr/include
179
+ pdfdir = ${docdir}
180
+ prefix = /usr/local
181
+ program_transform_name = s,x,x,
182
+ psdir = ${docdir}
183
+ sbindir = ${exec_prefix}/sbin
184
+ sharedstatedir = ${prefix}/com
185
+ srcdir = .
186
+ sysconfdir = ${prefix}/etc
187
+ target_alias =
188
+ top_build_prefix = ../../
189
+ top_builddir = ../..
190
+ top_srcdir = ../..
191
+ DICTS = \
192
+ 4.0.affix \
193
+ 4.0.constituent-knowledge \
194
+ 4.0.dict \
195
+ 4.0.knowledge
196
+
197
+ dictdir = $(pkgdatadir)/lt
198
+ dict_DATA = $(DICTS)
199
+ EXTRA_DIST = $(DICTS)
200
+ all: all-am
201
+
202
+ .SUFFIXES:
203
+ $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
204
+ @for dep in $?; do \
205
+ case '$(am__configure_deps)' in \
206
+ *$$dep*) \
207
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
208
+ && { if test -f $@; then exit 0; else break; fi; }; \
209
+ exit 1;; \
210
+ esac; \
211
+ done; \
212
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/lt/Makefile'; \
213
+ cd $(top_srcdir) && \
214
+ $(AUTOMAKE) --foreign data/lt/Makefile
215
+ .PRECIOUS: Makefile
216
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
217
+ @case '$?' in \
218
+ *config.status*) \
219
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
220
+ *) \
221
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
222
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
223
+ esac;
224
+
225
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
226
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
227
+
228
+ $(top_srcdir)/configure: # $(am__configure_deps)
229
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
230
+ $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
231
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
232
+
233
+ mostlyclean-libtool:
234
+ -rm -f *.lo
235
+
236
+ clean-libtool:
237
+ -rm -rf .libs _libs
238
+ install-dictDATA: $(dict_DATA)
239
+ @$(NORMAL_INSTALL)
240
+ test -z "$(dictdir)" || $(MKDIR_P) "$(DESTDIR)$(dictdir)"
241
+ @list='$(dict_DATA)'; for p in $$list; do \
242
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
243
+ f=$(am__strip_dir) \
244
+ echo " $(dictDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(dictdir)/$$f'"; \
245
+ $(dictDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(dictdir)/$$f"; \
246
+ done
247
+
248
+ uninstall-dictDATA:
249
+ @$(NORMAL_UNINSTALL)
250
+ @list='$(dict_DATA)'; for p in $$list; do \
251
+ f=$(am__strip_dir) \
252
+ echo " rm -f '$(DESTDIR)$(dictdir)/$$f'"; \
253
+ rm -f "$(DESTDIR)$(dictdir)/$$f"; \
254
+ done
255
+ tags: TAGS
256
+ TAGS:
257
+
258
+ ctags: CTAGS
259
+ CTAGS:
260
+
261
+
262
+ distdir: $(DISTFILES)
263
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
264
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
265
+ list='$(DISTFILES)'; \
266
+ dist_files=`for file in $$list; do echo $$file; done | \
267
+ sed -e "s|^$$srcdirstrip/||;t" \
268
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
269
+ case $$dist_files in \
270
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
271
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
272
+ sort -u` ;; \
273
+ esac; \
274
+ for file in $$dist_files; do \
275
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
276
+ if test -d $$d/$$file; then \
277
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
278
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
279
+ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
280
+ fi; \
281
+ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
282
+ else \
283
+ test -f $(distdir)/$$file \
284
+ || cp -p $$d/$$file $(distdir)/$$file \
285
+ || exit 1; \
286
+ fi; \
287
+ done
288
+ check-am: all-am
289
+ check: check-am
290
+ all-am: Makefile $(DATA)
291
+ installdirs:
292
+ for dir in "$(DESTDIR)$(dictdir)"; do \
293
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
294
+ done
295
+ install: install-am
296
+ install-exec: install-exec-am
297
+ install-data: install-data-am
298
+ uninstall: uninstall-am
299
+
300
+ install-am: all-am
301
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
302
+
303
+ installcheck: installcheck-am
304
+ install-strip:
305
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
306
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
307
+ `test -z '$(STRIP)' || \
308
+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
309
+ mostlyclean-generic:
310
+
311
+ clean-generic:
312
+
313
+ distclean-generic:
314
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
315
+
316
+ maintainer-clean-generic:
317
+ @echo "This command is intended for maintainers to use"
318
+ @echo "it deletes files that may require special tools to rebuild."
319
+ clean: clean-am
320
+
321
+ clean-am: clean-generic clean-libtool mostlyclean-am
322
+
323
+ distclean: distclean-am
324
+ -rm -f Makefile
325
+ distclean-am: clean-am distclean-generic
326
+
327
+ dvi: dvi-am
328
+
329
+ dvi-am:
330
+
331
+ html: html-am
332
+
333
+ info: info-am
334
+
335
+ info-am:
336
+
337
+ install-data-am: install-dictDATA
338
+
339
+ install-dvi: install-dvi-am
340
+
341
+ install-exec-am:
342
+
343
+ install-html: install-html-am
344
+
345
+ install-info: install-info-am
346
+
347
+ install-man:
348
+
349
+ install-pdf: install-pdf-am
350
+
351
+ install-ps: install-ps-am
352
+
353
+ installcheck-am:
354
+
355
+ maintainer-clean: maintainer-clean-am
356
+ -rm -f Makefile
357
+ maintainer-clean-am: distclean-am maintainer-clean-generic
358
+
359
+ mostlyclean: mostlyclean-am
360
+
361
+ mostlyclean-am: mostlyclean-generic mostlyclean-libtool
362
+
363
+ pdf: pdf-am
364
+
365
+ pdf-am:
366
+
367
+ ps: ps-am
368
+
369
+ ps-am:
370
+
371
+ uninstall-am: uninstall-dictDATA
372
+
373
+ .MAKE: install-am install-strip
374
+
375
+ .PHONY: all all-am check check-am clean clean-generic clean-libtool \
376
+ distclean distclean-generic distclean-libtool distdir dvi \
377
+ dvi-am html html-am info info-am install install-am \
378
+ install-data install-data-am install-dictDATA install-dvi \
379
+ install-dvi-am install-exec install-exec-am install-html \
380
+ install-html-am install-info install-info-am install-man \
381
+ install-pdf install-pdf-am install-ps install-ps-am \
382
+ install-strip installcheck installcheck-am installdirs \
383
+ maintainer-clean maintainer-clean-generic mostlyclean \
384
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
385
+ uninstall uninstall-am uninstall-dictDATA
386
+
387
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
388
+ # Otherwise a system limit (for SysV at least) may be exceeded.
389
+ .NOEXPORT: