Skip to content

tokenizer get_path

GitHub Action edited this page Jul 9, 2026 · 1 revision
std::filesystem::path get_path()

Basic Info

Returns the path where vocab is saved.

Return Type

Returns an std::filesystem::path


Example

// Calling the get_path() function
tokenizer t("hello.txt");
t.get_path();

Clone this wiki locally