text = "This is a pytorch tutorial for tokenization!" Step 3 - Tokenize the sentence. tokenizer = get_tokenizer("spacy") My_tokens = tokenizer(text) My_tokens
確定! 回上一頁