DICT_DIM=3000@provider(input_types=[integer_sequence(DICT_DIM),integer_value(DICT_DIM)])defprocess(settings,filename):withopen(filename)asf:# yield word ids to predict inner word id# such as [28, 29, 10, 4], 4# It means the sentance is 28, 29, 4, 10, 4.yieldread_next_from_file(f)