Searched refs:vocab_annotator_ (Results 1 – 2 of 2) sorted by relevance
495 vocab_annotator_ = VocabAnnotator::Create( in ValidateAndInitialize()1591 if ((options.use_vocab_annotator && vocab_annotator_) || in ModelClassifyText()1883 if (vocab_annotator_ && options.use_vocab_annotator && in ClassifyText()1884 vocab_annotator_->ClassifyText( in ClassifyText()2299 if (vocab_annotations_enabled && vocab_annotator_ != nullptr && in AnnotateSingleInput()2301 !vocab_annotator_->Annotate(context_unicode, detected_text_language_tags, in AnnotateSingleInput()
537 std::unique_ptr<const VocabAnnotator> vocab_annotator_; variable