mirror of https://github.com/percyliang/sempre
[tables] Changed the default option for value normalization
This commit is contained in:
parent
490ba9e29b
commit
8dfcb95b6f
6
run
6
run
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue