Пример #1
0
 private void printVocabulary(Vocabulary vocab, String filepath) {
   vocab.printToFile(filepath);
 }