def st(root, languages): set_languages(root, read_prefixes(root), read_refines(root), languages) return rl(root)