google-labs-jules[bot] 840026e50f feat: Add warning for turbo model translation
This commit adds a warning to the command-line interface to inform users that the 'turbo' model is not suitable for translation tasks. When a user specifies '--task translate' with the 'turbo' model, a warning will be displayed, recommending the use of a multilingual model instead.
2025-08-19 09:09:35 +00:00

3 lines
130 B
Python

from .basic import BasicTextNormalizer as BasicTextNormalizer
from .english import EnglishTextNormalizer as EnglishTextNormalizer