t_res.utils.get_data module

t_res.utils.get_data.download_lwm_data(news_path: str) None

Download the LwM dataset from the BL repository and unzip it.

Parameters:

news_path (str) – The path where the dataset will be downloaded.

Returns:

None.

t_res.utils.get_data.download_hipe_data(hipe_path: str) None

Download the HIPE dataset from the HIPE repository and unzip it.

Parameters:

hipe_path (str) – The path where the dataset will be downloaded.

Returns:

None.