summaryrefslogtreecommitdiff
path: root/scripts/geoquery/query.rb
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/geoquery/query.rb')
-rwxr-xr-xscripts/geoquery/query.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/geoquery/query.rb b/scripts/geoquery/query.rb
index 9cec355..25cded5 100755
--- a/scripts/geoquery/query.rb
+++ b/scripts/geoquery/query.rb
@@ -1,10 +1,9 @@
#!/usr/bin/env ruby
require 'nlp_ruby'
+require_relative '../../cfg.rb'
-EVAL_PL='/workspace/grounded/wasp-1.0/data/geo-funql/eval/eval.pl'
-
while line = STDIN.gets
puts `echo "execute_funql_query(#{line}, X)." | swipl -s #{EVAL_PL} 2>&1 | grep "X ="`.gsub('X = ','').strip
end