diff --git a/run b/run index 2afc5c8..632f404 100755 --- a/run +++ b/run @@ -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)