language
language copied to clipboard
Wrong packaging command
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