-
Notifications
You must be signed in to change notification settings - Fork 2
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
Removal of the "low interest" modules/packages #196
Comments
Absolutely agreed. Removal of WIP modules is also something that can increase cleanliness, not only for English speaking users. |
I propose removal of the following packages/modules:
Please note that I am not claiming that the packages/modules listed above need to be removed completely. If they are not hosted on any other platform, we can create a separate repo to hold them there. |
One more thing. If we remove preproc/stemmer/* then we no longer need |
One more reason to remove preproc/yake.py. Rn, PyPI doesn't support links to online repos in the list of required packages in setup.py. The yake library relies on this, but we don't really need this component (it doesn't interact with podium at all). |
Adding a few things here. Instead of complete removal since some downstream dependencies already depend on these libraries (and more will depend soon) let's try to move most of them a new respository (something like I propose that the only the
Migrating these modules to a separate repository should allow for also migrating classes |
More or less done IMO with the recent private transfer & changes. |
IMO, there are some modules/packages that don't add any value to the project or are of low interest for English speaking users. By removing them, the codebase gets cleaner and we no longer have to maintain such modulues/packages. If we decide to keep them, our project will not have a clear direction. Consequently, it could affect the number of users in the long run.
The removal of the module/package is a 5-step process:
__init__.py
in the parent directory and delete the related entries.setup.py
.I'll edit this post to discuss and stage the module/package removal.
Feel free to comment.
cc @mttk @FilipBolt @ivansmokovic
The text was updated successfully, but these errors were encountered: