Turn on tagged file by default

This commit is contained in:
Panupong Pasupat 2018-01-11 16:05:43 -08:00
parent e7f378ba92
commit b6b0290819
1 changed files with 3 additions and 1 deletions

4
run
View File

@ -937,7 +937,9 @@ def tablesDataPaths
# That's it!
l(
o('TableKnowledgeGraph.baseCSVDir', csvDir),
letDefault(:useTaggedFile, 0),
# Default: use the normalized values from the tagged file, which were checked by hand.
# To turn this off, use @useTaggedFile=0
letDefault(:useTaggedFile, 1),
selo(:useTaggedFile, 'TableValuePreprocessor.taggedFiles', '', "#{csvDir}/tagged/data/"),
sel(:data, datasets),
nil)