blob: 33f3b19842ef07a93440c678db06e39890929149 (
plain)
1
2
3
4
|
// Package batch handles batch processing of Bulgarian words from files.
// It supports reading word lists with optional translations in the format:
// "bulgarian_word" or "bulgarian_word = english_translation"
package batch
|