extract.py --source_corpus argument is wrong
The --source_corpus is supposed to contain a path relative to the input folder.
There are two major problems with this :
- It is not documented, neither in the argument help nor in the readme
- It is wrong to do it like this.
The argument must accept an absolute path and work as expected with it.
This must be done quickly.
Edited by David Rouquet