blob: 6738816bc7767f9a1d9db91faa12b7dde86314a5 (
plain)
1
2
3
4
5
|
// Package processor contains the core business logic for processing Bulgarian
// words. It orchestrates audio generation, image downloading, translation,
// phonetic information fetching, and Anki file generation. This package
// serves as the main coordinator between all other components.
package processor
|