diff --git a/build.xml b/build.xml index ac72a0a..c6a7cc5 100644 --- a/build.xml +++ b/build.xml @@ -69,7 +69,7 @@ - + @@ -79,7 +79,7 @@ - + diff --git a/pull-dependencies b/pull-dependencies index 6ffa184..3919805 100755 --- a/pull-dependencies +++ b/pull-dependencies @@ -256,6 +256,11 @@ addModule('tables-data-0.5', 'WikiTableQuestions dataset v0.5 (for backward repr system "cd lib/data && unzip WikiTableQuestions-0.5-compact.zip" or exit 1 }) +addModule('tables-cprune', 'Neighbor information for applying macro grammar on tables', lambda { + pull('/u/nlp/data/semparse/cprune/nn_0.zip', 'data/nn_0', {:symlink => true}) + system "cd lib/data/nn_0 && unzip nn_0.zip" or exit 1 +}) + addModule('overnight', 'Creating a parser for multiple domains', lambda { # Geo evaluation pull('/u/nlp/data/semparse/overnight/geo880.db', 'data/overnight/', {:symlink => true})