-
Notifications
You must be signed in to change notification settings - Fork 901
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
[REVIEW] Add nvtext::detokenize API #5739
[REVIEW] Add nvtext::detokenize API #5739
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-0.15 #5739 +/- ##
===============================================
- Coverage 88.65% 86.44% -2.21%
===============================================
Files 57 75 +18
Lines 10945 13024 +2079
===============================================
+ Hits 9703 11259 +1556
- Misses 1242 1765 +523
Continue to review full report at Codecov.
|
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.
Minor docstring issue, otherwise Python / Cython / CMake LGTM
rerun tests |
rerun tests |
Closes #5630
This API accepts a strings column of tokens and recombines them using an indices column and a separator.
Example pseudo-code: