cudf
cudf copied to clipboard
Remove offsets_begin() call from nvtext::generate_ngrams
Description
Removes call to strings_column_view::offsets_begin()
call from nvtext::generate_ngrams()
.
A future PR will deprecate the offsets_begin()
function which hardcodes to int32 type.
Checklist
- [x] I am familiar with the Contributing Guidelines.
- [x] New or existing tests cover these changes.
- [x] The documentation is up to date with these changes.