Searched defs:path_to_vocab (Results 1 – 5 of 5) sorted by relevance
64 std::vector<std::string> LoadVocabFromFile(const std::string& path_to_vocab) { in LoadVocabFromFile()79 const std::string& path_to_vocab) { in LoadVocabAndIndexFromFile()
96 const std::string& path_to_model, const std::string& path_to_vocab) { in CreateBertQuestionAnswererFromFile()369 const std::string& path_to_vocab) { in InitializeBertTokenizer()
48 const std::string& path_to_vocab) in RegexTokenizer()
102 : BertTokenizer(utils::LoadVocabFromFile(path_to_vocab), options) {} in BertTokenizer()
94 : BertTokenizer(LoadVocabFromFile(path_to_vocab), options) {} in BertTokenizer()