powered by
Construct objects of FullTokenizer class.
FullTokenizer(vocab_file, do_lower_case = TRUE)
Path to text file containing list of vocabulary tokens.
Logical: do we convert everything to lowercase?
An object of class FullTokenizer.
# NOT RUN { f_tokenizer <- FullTokenizer("vocab.txt", TRUE) # }
Run the code above in your browser using DataLab