Example #1
0
 def IsControl(self, id):
     return _sentencepiece.SentencePieceProcessor_IsControl(self, id)
Example #2
0
 def IsControl(self, *args): return _sentencepiece.SentencePieceProcessor_IsControl(self, *args)
 def Encode(self, *args): return _sentencepiece.SentencePieceProcessor_Encode(self, *args)