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

dynamic module loading #461

Merged
merged 2 commits into from
Aug 20, 2024
Merged

dynamic module loading #461

merged 2 commits into from
Aug 20, 2024

Conversation

seanmacavaney
Copy link
Collaborator

Implemented for _apply() for now, but importantly, this sets the stage for splitting out the pyterrier.terrier package.

sets the stage for splitting out pyterrier.terrier package
@@ -71,9 +56,44 @@ def _():
'BatchRetrieve', 'TerrierRetrieve', 'FeaturesBatchRetrieve', 'IndexFactory',
'run', 'rewrite', 'index', 'FilesIndexer', 'TRECCollectionIndexer', 'DFIndexer', 'DFIndexUtils', 'IterDictIndexer',
'IndexingType', 'TerrierStemmer', 'TerrierStopwords', 'TerrierTokeniser',
'IndexRef', 'ApplicationSetup', 'properties', 'apply',
'IndexRef', 'ApplicationSetup', 'properties',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should apply be removed here?

@seanmacavaney seanmacavaney merged commit 299da7d into master Aug 20, 2024
21 checks passed
@seanmacavaney seanmacavaney deleted the module_loader branch August 20, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants