[tables] Changed the default option for value normalization

This commit is contained in:
Panupong Pasupat 2018-02-07 22:18:21 -08:00
parent 490ba9e29b
commit 8dfcb95b6f
1 changed files with 3 additions and 3 deletions

6
run
View File

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