lanyunshi / Multi-hopComplexKBQA

153 stars 42 forks source link

cannot get file "con.txt" from your data(in windows) #5

Open GoddessLuBoYan opened 4 years ago

GoddessLuBoYan commented 4 years ago

in windows, "con.*" is protected, cannot use so, after download all data(as zip), don't unzip on windows, unzip it on linux

GoddessLuBoYan commented 4 years ago

I wish you can add it to Readme.md, it's really ..... really shit

lanyunshi commented 4 years ago

Hi,

I'm sorry that I made such confusion as I didn't notice it in my development environment. Will revise the Readme.md!

GoddessLuBoYan commented 4 years ago

btw, you can change file to another name, such as "const.txt" or "topic.txt" at least I do like this, I use the name "const.txt" and change line: code/KBQA_Runner.py line 111: CON_file = os.path.join(input_file, 'con.txt') --> CON_file = os.path.join(input_file, 'const.txt')