Home
last modified time | relevance | path

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

/external/libtextclassifier/native/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(
Dgrammar-actions.cc34 tokenizer_(CreateTokenizer(grammar_rules->tokenizer_options(), unilib)), in GrammarActions()
Dngram-model.cc84 owned_tokenizer_ = CreateTokenizer(model->tokenizer_options(), unilib); in NGramSensitiveModel()
/external/libtextclassifier/native/annotator/pod_ner/
Dpod-ner-impl.cc165 std::unique_ptr<BertTokenizer> CreateTokenizer(const PodNerModel *model) { in CreateTokenizer() function
187 std::unique_ptr<BertTokenizer> tokenizer = CreateTokenizer(model); in Create()