You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2021. It is now read-only.
self.cmd in the Popen call above can be a command string or an array. Only if it is an array one can check if the first parameter is actually an available command (either checking the full path and/or searching for it in PATH). This would only partially fix the problem. Not fixing this for now.
Needs to be looked into with larger context how to call the splitters from the script https://stackoverflow.com/questions/2629680/deciding-among-subprocess-multiprocessing-and-thread-in-python
If the splitters specified in the command line do not exist this just fails silently and the script still runs through the entire corpus download.
The text was updated successfully, but these errors were encountered: