Home
last modified time | relevance | path

Searched refs:CreateTokenizer (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/actions/
Dfeature-processor.cc45 std::unique_ptr<Tokenizer> CreateTokenizer( in CreateTokenizer() function
71 tokenizer_(CreateTokenizer(options->tokenizer_options(), unilib)), in ActionsFeatureProcessor()
Dfeature-processor.h33 std::unique_ptr<Tokenizer> CreateTokenizer(
Dngram-model.cc82 owned_tokenizer_ = CreateTokenizer(model->tokenizer_options(), unilib); in NGramModel()