Expand description
Monolingual dictionary support.
The single entry point for callers is MonolingualDictionaryService,
which exposes:
MonolingualDictionaryService::get_available_dictionariesโ remote catalogueMonolingualDictionaryService::get_installed_dictionariesโ locally installedMonolingualDictionaryService::install_dictionaryโ download and extract
All internal modules (client, db, metadata) are private implementation
details and are not accessible outside this module.
Modulesยง
- client ๐
- HTTP client for monolingual dictionary API operations.
- db ๐
- Database access layer for monolingual dictionary metadata.
- errors ๐
- Error types for monolingual dictionary operations.
- metadata ๐
- API response types for the monolingual dictionary metadata endpoint.
- service ๐
- High-level service for monolingual dictionary management.