We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This code does not work in Nlputils
os.system("python -m wikiextractor.WikiExtractor --processes 4 --no_templates " + f"--min_text_length 1800 --filter_disambig_pages --log_file log -b 100G -q {xml_fn}") shutil.move(str(path/'text/AA/wiki_00'), str(path/name)) shutil.rmtree(path/'text')
The text was updated successfully, but these errors were encountered:
It is indeed not working
Sorry, something went wrong.
No branches or pull requests
This code does not work in Nlputils
os.system("python -m wikiextractor.WikiExtractor --processes 4 --no_templates " +
f"--min_text_length 1800 --filter_disambig_pages --log_file log -b 100G -q {xml_fn}")
shutil.move(str(path/'text/AA/wiki_00'), str(path/name))
shutil.rmtree(path/'text')
The text was updated successfully, but these errors were encountered: