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

Rename streamingInitialRoundIterators to streamingGroundingIterators and allow instantiation of streamingCacheIterators with typed StreamingTermStores. #304

Merged
merged 45 commits into from
May 19, 2021

Conversation

dickensc
Copy link
Contributor

This is a part of the changes made in the larger onlinePSL project.

Rename streamingInitialRoundIterators to streamingGroundingIterators and allow instantiation of streamingCacheIterators with typed StreamingTermStores.
The renaming of the classes is to reflect that these iterators will not only be used in the initial round of inference but will also be used for grounding which can happen many times in the online setting.
Then allowing instantiation of streamingCacheIterators with typed StreamingTermStores is so onlineTermStores (which extend StreamingTermStores) can also be used to instantiate the iterators.

This option was only necessary for a very specific test in the online psl icml 2021 submission.
@eriq-augustine
Copy link
Member

lgtm

@eriq-augustine eriq-augustine merged commit d24b73b into linqs:develop May 19, 2021
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