Character; path to checkpoint directory. If specified, any
other checkpoint files required by this function (vocab_file,
bert_config_file, or init_checkpoint) will default to
standard filenames within ckpt_dir.
vocab_file
path to vocabulary file. File is assumed to be a text file,
with one token per line, with the line number corresponding to the index of
that token in the vocabulary.
include_special
Logical; whether to add the special tokens "[CLS]" (at
the beginning) and "[SEP]" (at the end) of the token list.
Value
A list of character vectors, giving the tokenization of the input
text.