Skip to content
New issue

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

unified way of handling downloaded models/files #387

Open
rbroc opened this issue Mar 24, 2020 · 0 comments
Open

unified way of handling downloaded models/files #387

rbroc opened this issue Mar 24, 2020 · 0 comments

Comments

@rbroc
Copy link
Collaborator

rbroc commented Mar 24, 2020

Need to settle on a way to handle non pip-installable modules and files. At the moment, this is done with with ad-hoc scripts and MissingDependencyError messages for nltk and yamnet.
It might be worth thinking about a standard general way in which these cases are handled.
Ideally, for a missing module, the user should be able to run something like pliers install module_name --dir=/path/to/put/files from the command line, where the storage location is optional (and would default to what we're currently using, i.e. pliers_data in the user's home directory).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants