File size: 125 Bytes
f4973d4
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from vocab.moss import tokenizer
from utils.zh_util import iter_vocab


tokenizer.get_vocab()

iter_vocab(tokenizer, "test")