MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / SetNormalizer

Method SetNormalizer

external/sentencepiece/src/sentencepiece_processor.cc:1112–1115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1110}
1111
1112void SentencePieceProcessor::SetNormalizer(
1113 std::unique_ptr<normalizer::Normalizer> &&normalizer) {
1114 normalizer_ = std::move(normalizer);
1115}
1116
1117const ModelProto &SentencePieceProcessor::model_proto() const {
1118 return *model_proto_;

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64