23 “Wrapper around a spacy tokenizer to make it a BaseTokenizer .” 24 def init(self, lang:str): —> 25 self.tok = spacy.blank(lang, ...
確定! 回上一頁