Searched refs:VocabFile (Results 1 – 1 of 1) sorted by relevance
43 VocabFile("ir2vec-vocab-path", cl::Optional, variable391 auto BufOrError = MemoryBuffer::getFileOrSTDIN(VocabFile, /*IsText=*/true); in readVocabulary()393 return createFileError(VocabFile, BufOrError.getError()); in readVocabulary()502 if (VocabFile.empty()) { in run()