scandeval.languages
source module scandeval.languages
List of languages and their ISO 639-1 codes.
Taken from https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes.
Last updated 19 June 2022.
Functions
-
get_all_languages — Get a list of all the languages.
source get_all_languages() → dict[str, Language]
Get a list of all the languages.
Returns
-
dict[str, Language] — A mapping between language codes and their configurations.