sillsdev / machine.py

Machine is a natural language processing library for Python that is focused on providing tools for processing resource-poor languages.
MIT License
10 stars 2 forks source link

Convert language tag to NLLB language codes for NMT build jobs #13

Closed ddaspit closed 1 year ago

ddaspit commented 1 year ago

Serval uses IETF language tags to track the source and target languages for MT engines. NLLB uses its own custom language codes. We need to convert language tags to NLLB language codes.

ddaspit commented 1 year ago

This needs to be done in Machine.