language icon indicating copy to clipboard operation
language copied to clipboard

Wrong packaging command

Open ioannist opened this issue 5 years ago • 0 comments

In orqa Readme

python -m language.preprocessing.preprocess_wiki_extractor \
 --input_pattern=<PATH_TO_WIKI_EXTRACTED_DIR> \
 --output_pattern=<PATH_TO_DATA_BASE_DIR>

should be

python -m language.orqa.preprocessing.preprocess_wiki_extractor \
 --input_pattern=<PATH_TO_WIKI_EXTRACTED_DIR> \
 --output_dir=<PATH_TO_DATA_BASE_DIR>

note that there are two mistakes

ioannist avatar Oct 12 '20 12:10 ioannist