-
Notifications
You must be signed in to change notification settings - Fork 924
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add TokenizeVocabulary to api docs (#17208)
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
1 parent
9657c9a
commit 3db6a0e
Showing
3 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
docs/cudf/source/user_guide/api_docs/tokenize_vocabulary.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |