Searched refs:collections_ (Results 1 – 2 of 2) sorted by relevance
214 annotator->collections_.emplace_back(); in Create()215 annotator->collections_.back().name = collection->name()->str(); in Create()216 annotator->collections_.back().single_token_priority_score = in Create()218 annotator->collections_.back().multi_token_priority_score = in Create()223 model->priority_score(), &annotator->labels_, &annotator->collections_); in Create()454 labels, collections_, {PodNerModel_::Label_::MentionType_NAM}, in AnnotateAroundSpanOfInterest()514 for (const PodNerModel_::CollectionT &collection : collections_) { in GetSupportedCollections()
87 std::vector<PodNerModel_::CollectionT> collections_; variable