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

Add the BucketIndexer trait and implement for HashIndexer #28

Merged
merged 1 commit into from Aug 2, 2019

Conversation

danieldk
Copy link
Member

@danieldk danieldk commented Aug 2, 2019

This trait derives from Indexer and specifies the constructor for
bucketing-based indexers.

This is a minimalistic PR, but the small trait will be useful in the SubwordVocab changes, permitting every bucketing-based indexer to be constructed in the same manner.

This trait derives from Indexer and specifies the constructor for
bucketing-based indexers.
@danieldk danieldk added the feature New feature or request label Aug 2, 2019
@danieldk danieldk requested a review from sebpuetz August 2, 2019 06:13
@danieldk danieldk mentioned this pull request Aug 2, 2019
9 tasks
@danieldk danieldk merged commit d9f1ce7 into master Aug 2, 2019
@danieldk danieldk deleted the bucket-indexer branch August 2, 2019 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Development

Successfully merging this pull request may close these issues.

None yet

2 participants