machinewrapped / gpt-subtrans

Open Source project using LLMs to translate SRT subtitles
Other
310 stars 36 forks source link

Added Auto mode for substitutions #166

Closed machinewrapped closed 2 months ago

machinewrapped commented 2 months ago

Uses a new Substitutions class to handle text substitution more efficiently. Supports three modes - Whole Words, Partial Words or Auto. Auto mode substitutes whole words for Latin script and partial words for other scripts (since word boundary detection is not possible, probably)