HazyResearch / deepdive

DeepDive
deepdive.stanford.edu
1.95k stars 539 forks source link

Labeling data with Mindtagger fails with v0.90 (master) #634

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi, I try to look at my results using Mindtagger. Though, if I look at the documentation ( http://deepdive.stanford.edu/labeling ), _deepdive sql <"labeling/has_spouse-precision/sample-has_spouse.sql" >"hasspouse.csv" should produce some cvs file that I can use with Mindbender tagger. When I launch the sql command it creates instead a pipe separated file that Mindbender fails to parse. what should I do ?

Cheers DarkDataAnalytics.

ghost commented 7 years ago

Ok. I found a workaround by using deepdive sql eval and changing the way I provide the file name ( "$( < filename)" ).