dkirkby / CodeNames

AI for CodeNames
MIT License
18 stars 7 forks source link

build_corpus.py : create corpus subdirectory if it doesn't exists #1

Closed manurFR closed 7 years ago

manurFR commented 7 years ago

There is a IOError: [Errno 2] No such file or directory: 'corpus/Africa.txt' exception if we don't.

dkirkby commented 7 years ago

Good catch, thanks. Other examples of shared config parameters are words.txt and word2vec.dat. Is it worth creating a config.yaml file that all scripts use?