nvidia-riva / python-clients

Riva Python client API and CLI utils
MIT License
75 stars 29 forks source link

changes made for custom translation, dnt phrases #108

Open ydharavath opened 1 day ago

ydharavath commented 1 day ago

Support for custom translation and "Do Not Translate" (DNT) phrases is added for nmt. Custom translations: Users can specify word or phrase pairs separated by double hash (##) in a line for custom translation handling. DNT phrases: Words or phrases that should remain untranslated can be listed in the same file in separate lines.

rmittal-github commented 9 hours ago

LGTM, will wait for CI testing to complete