diff --git a/examples/other/mfa/local/generate_canton_lexicon_wavlabs.py b/examples/other/mfa/local/generate_canton_lexicon_wavlabs.py index 6b412e917..e760528dc 100644 --- a/examples/other/mfa/local/generate_canton_lexicon_wavlabs.py +++ b/examples/other/mfa/local/generate_canton_lexicon_wavlabs.py @@ -75,7 +75,7 @@ if __name__ == "__main__": canton_list = canton_list.split(' ') all_canton.extend(canton_list) - all_canton = set(all_canton) + all_canton = sorted(list(set(all_canton))) with open(args.output_lexicon, 'w') as f: for canton in all_canton: