def read_in_stream(path, file_name): stream = Stream(path, file_name) features = stream.get_feature_names() return stream, features