sillsdev / serval

A REST API for natural language processing services
MIT License
4 stars 0 forks source link

Document language codes in Wiki #195

Closed johnml1135 closed 1 year ago

johnml1135 commented 1 year ago

Make a wiki page in Github to fully document how language codes work (simplified Chinese, etc.). Have swagger point to the wiki page.

johnml1135 commented 1 year ago

This should conform to the code as expressed in this pull request: https://github.com/sillsdev/machine/pull/125. Specifically with LanguageServiceTag.cs.

johnml1135 commented 1 year ago

https://github.com/sillsdev/serval/wiki/Language-Tag-Resolution-for-NLLB%E2%80%90200

johnml1135 commented 1 year ago

This is also related to this update which conforms the documentation to the actual language code parsing: https://github.com/sillsdev/machine/pull/126