diff options
Diffstat (limited to 'internal/processor/doc.go')
| -rw-r--r-- | internal/processor/doc.go | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/internal/processor/doc.go b/internal/processor/doc.go index 6738816..29f85ba 100644 --- a/internal/processor/doc.go +++ b/internal/processor/doc.go @@ -1,5 +1,6 @@ // 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. +// words. Processor composes BatchProcessor (batch file orchestration), +// AnkiExporter (deck export), and CLIConfigResolver (CLI vs config-file +// precedence for run-mode settings). It also coordinates audio generation, +// image downloading, translation, and phonetic fetching. package processor |
