Skip to content

Commit

Permalink
Add TokenizeVocabulary to api docs (#17208)
Browse files Browse the repository at this point in the history
Adds the `TokenizeVocabulary` class to the cuDF API guide.
Also removes the `SubwordTokenizer` which is to be deprecated in the future.

Authors:
  - David Wendt (https://github.com/davidwendt)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #17208
  • Loading branch information
davidwendt authored Oct 31, 2024
1 parent 9657c9a commit 3db6a0e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/cudf/source/user_guide/api_docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This page provides a list of all publicly accessible modules, methods and classe
general_utilities
window
io
subword_tokenize
tokenize_vocabulary
string_handling
list_handling
struct_handling
Expand Down
12 changes: 0 additions & 12 deletions docs/cudf/source/user_guide/api_docs/subword_tokenize.rst

This file was deleted.

12 changes: 12 additions & 0 deletions docs/cudf/source/user_guide/api_docs/tokenize_vocabulary.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
==================
TokenizeVocabulary
==================
.. currentmodule:: cudf.core.tokenize_vocabulary

Constructor
~~~~~~~~~~~
.. autosummary::
:toctree: api/

TokenizeVocabulary
TokenizeVocabulary.tokenize

0 comments on commit 3db6a0e

Please sign in to comment.