cudf icon indicating copy to clipboard operation
cudf copied to clipboard

Remove offsets_begin() call from nvtext::generate_ngrams

Open davidwendt opened this issue 1 year ago • 0 comments

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.

davidwendt avatar Feb 16 '24 20:02 davidwendt