allenai / ike

Build tables of information by extracting facts from indexed text corpora via a simple and effective query language.
http://allenai.org/software/interactive-knowledge-extraction/
Apache License 2.0
56 stars 20 forks source link

[CLOSED] Exclude transitive dependency #199

Closed sbhaktha closed 8 years ago

sbhaktha commented 8 years ago

Issue by sbhaktha Wed May 4 05:14:43 2016 Originally opened as https://github.com/allenai/okcorpus/pull/197


@dirkgr : The dependency on older version of com.amazonaws was coming from a dependency that NLPStack takes on an older version of the datastore, which depends on com.amazonaws. Excluding just com.amazonaws works too, but I thought it's better to remove the incompatibility at the uppermost level. I have deployed this and it works.

Also squeezed in another (unrelated) commit-- sorry I normally hate to do this, but was a bit restless to get everything in for a functioning deploy to test tomorrow. This second change removes spaces from the corpus names in the conf files as apparently that doesn't work-- this makes it consistent with the other spaceless camel-cased names.


sbhaktha included the following code: https://github.com/allenai/okcorpus/pull/197/commits