SentencePieceTokenizer

constructor(tokens: List<String>, scores: List<Float>, unknownTokenId: Int? = null, bosTokenId: Int? = null, eosTokenId: Int? = null, addSpacePrefix: Boolean = true)(source)