mirror of https://github.com/percyliang/sempre
Turn on tagged file by default
This commit is contained in:
parent
e7f378ba92
commit
b6b0290819
4
run
4
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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue