From bcbfdd4b5725d10dab353279ba77648e18afb656 Mon Sep 17 00:00:00 2001 From: Panupong Pasupat Date: Thu, 15 Mar 2018 00:49:38 -0700 Subject: [PATCH] Correct cprune dependency in build.xml and nn_0 file resource download --- build.xml | 4 ++-- pull-dependencies | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) 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})