-
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
Feature/parallelize ngrams #1267
Conversation
9cd2899
to
9b0ef82
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! 😄
Note: I have not tried running this code, but I trust that you did. The code looks good (pending the failing test)!
A small nitpick on code quality: there are a lot of one-letter abbreviations as variable names (e.g. for r in results
vs. for result in results
), which I personally find detrimental to readability.
Close #1005 .